body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	overflow: initial !important;
}
#menu li {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	transition: opacity 0.2s linear;
}
#menu li button {
	margin-right: 20px;
}
#menu li button:last-child {
	margin-right: 10px;

}
#menu li button span {
	text-transform: uppercase;
}
.btn {
	height: 40px;
	outline: none;
	line-height: 35px;
}
.btn i {
	margin-right: 10px;
}
.btn + .btn,
.btn + a,
.btn-link + .btn-link {
	margin-left: 15px;
}
.btn span,
.btn i{
	font-size: 12px;
}
.btn span + i {
	margin-left: 10px;
	margin-right: 0;
}
.btn:focus, .btn:focus:active, .btn:active {
	outline: none;
}
.btn, .btn:focus, .btn:hover, .btn:active {
	outline: 0 !important;
	box-shadow: none;
	/*border: 0 none;*/
	padding: 0 15px;
}
.btn:focus, .btn:focus i {
	color: #fff;
}
.btn.big {
	height: 60px;
	padding: 0 60px;
	text-transform: uppercase;
	font-size: 14px;
}
.button-turquesa {
	background: transparent;
	border: 2px solid #20c6a1;
	color: #fff;
	font-weight: 600;
}
.btn.no-hover {
	cursor: default;
}
.button-turquesa span, .button-turquesa i {
	color: #20c6a1;
}
.button-turquesa:hover span, .button-turquesa:hover i, .button-turquesa.hover span, .button-turquesa.hover i {
	color: #fff;
}
.button-turquesa[disabled] {
	background: #878787;
}
.button-turquesa:hover, .button-turquesa.hover {
	color: #fff;
	background: #20c6a1;
}
.button-turquesa.hover:hover {
	background: #2ed7b1;
	border-color: #2ed7b1;
}

.button-white,
.button-white.no-hover:hover{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 600;
}
.button-white:not(.no-hover):hover {
	background: #fff;
}
.button-white span, .button-white i,
.button-white.no-hover:hover span, .button-white.no-hover:hoverf i{
	color: #fff;
}
.button-white:not(.no-hover):hover span, .button-white:not(.no-hover):hover i {
	color: #20c6a1;

}
.button-white.hover span, .button-white.hover i {
	color: #00ace4;
}
.button-white.hover {
	color: #00ace4;
	background: #fff;
}

.button-lightblue {
	background: transparent;
	border: 2px solid #00ace4;
	color: #fff;
	font-weight: 600;
}
.button-lightblue:hover {
	background: #00ace4;
}
.button-lightblue span, .button-lightblue i {
	color: #00ace4;
}
.button-lightblue:hover span, .button-lightblue:hover i {
	color: #fff;
}
.button-lightblue.hover span, .button-lightblue.hover i {
	color: #fff;
}
.button-lightblue.hover {
	color: #fff;
	background: #00ace4;
}
.logo {
	width: 128px;
	height: 40px;
	background: url(../../tellmebye20/img/logo1.png) no-repeat center;
	background-size: 100%;
}
.logo.type1 {
	background-image: url(../../tellmebye20/img/logo1.png);
}
.logo.type2 {
	background-image: url(../../tellmebye20/img/logo2.png);
}
.logo.type3 {
	background-image: url(../../tellmebye20/img/logo3.png);
}
.logo.type4 {
	background-image: url(../../tellmebye20/img/logo4.png);
}
#section-footer-top {
	background: #fff;
	min-height: 300px;
}

#section-footer-top li a {
	font-size: 13px;
	color: #b3b3b3;
	line-height: 24px;
}
#section-footer-top li:not(.top) {
	cursor: pointer;
}
#section-footer-top li:not(.top):hover a{
	color: #20c6a1;
}
#section-footer-top label {
	color: #b3b3b3;
	font-size: 1.1em;
	margin-bottom: 15px;
}
#section-footer-top select {
	background: #eaeaea;
	border: 0 none;
	box-shadow: none;
	outline: 0;
}
#section-footer-top select:focus {
	box-shadow: none;
}
#section-footer-bottom {
	background: #00368c;
	min-height: 60px;
	width: 100%;
	font-size: 13px;
	color: #fff;
}
#section-footer-bottom .mgt5 {
	color: #fff;
}
#section-footer-bottom .row {
	height: 55px;
	line-height: 55px;
}
#section-footer-top ul {
	list-style: none;
	padding-left: 0;
}
#section-footer-top ul li.top {
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #00ace4;
}
#section-footer-top .col {
	margin-top: 40px;
}
#section-footer-top li.social i {
	color: #b3b3b3;
	font-size: 24px;
	margin-right: 2px;
}
#section-footer-top li.social a {
	text-decoration: none;
}
#section-footer-top li.social i:hover {
	color: #20c6a1;
}
#preload, .preload-tmb {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #eaeaea;
	color: #20c6a1;
	z-index: 999;
	text-align: center;
	line-height: 100vh;
	font-size: 5vh;
}
.loader {
	margin: 0 auto;
	border-radius: 50%;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-color: #20c6a1 #20c6a1 #dbdbdb #dbdbdb;
	-webkit-animation: rotate 1s linear infinite;
			animation: rotate 1s linear infinite;
}

.loader.small{ width: 20px; height: 20px; }
.loader.mid { width: 30px; height: 30px; }
.loader.large { width: 60px; height: 60px; }
#section-footer-bottom .secure-imgs img{
	margin-top: 5px;
	margin-left: 15px;
}
#section-footer-bottom .secure-imgs img.ssl {
	width: 89px;
}
#section-footer-bottom .secure-imgs img.eawards {
	width: 121px;
}
#section-footer-bottom .secure-imgs img.thawte {
	width: 105px;
}
#section-footer-bottom .secure-imgs img.logosPart {
	width: 22em;
	margin: 5px 0 0 0;
}
#section-footer-bottom .secure-imgs div.logos {
	width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 100%;
}
#section-footer-bottom .logo {
	margin-top: 12px;
	margin-right: 30px;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px;
	background: #20c6a1;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-size: 12px;
	line-height: 16px;
	padding: 10px 30px;
	overflow: hidden;
	color: #fff;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}


/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}

.mgt5{
	margin-top:5px;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
div#reports {
				color: #FFFFFF;
				font-size: 15px;
				height: 50px;
				left: 0;
				line-height: 50px;
				position: fixed;
				text-align: center;
				bottom: 0;
				width: 100%;
				z-index: 9002;
				display: none;
			}
			div#reports.error {
				background: #ef3232;
			}
			div#reports.correct {
				background: #00ACE4;
			}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.logo {
		background-size: 100%;
	}
	.logo.type1 {
		background-image: url(../../tellmebye20/img/logo1@2x.png);
	}
	.logo.type2 {
		background-image: url(../../tellmebye20/img/logo2@2x.png);
	}
	.logo.type3 {
		background-image: url(../../tellmebye20/img/logo3@2x.png);
	}
	.logo.type4 {
		background-image: url(../../tellmebye20/img/logo4@2x.png);
	}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 1000px) and (max-width: 1200px) {
	#section-footer-bottom .secure-imgs img.logosPart {
	   width: 18em;
	}
	#section-footer-bottom .row {
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	#section-footer-top {
		min-height: 280px;
	}
}

@media (max-width: 768px) {
	#section-footer-bottom {
		height: 25em !important;
	}
}


@media((max-width:1000px)){
	#section-footer-bottom {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#section-footer-bottom .mgt5{
		text-align: center !important;
		margin: 5px 0 5px 0;
	}
	#section-footer-bottom .secure-imgs{
		float: none !important;
	}
	#section-footer-bottom .secure-imgs img.logosPart {
	  
	}
	.contenidor-secure{
		width: 100% !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#section-footer-bottom .row {
		height: auto !important;
		line-height: 55px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media((max-width:560px)){

	#section-footer-bottom .secure-imgs div.logos {
	   flex-direction: column;
	   margin: 0;
	}
}

@media (min-width: 0px) and (max-width: 767px){
  
	/* CSS */
/******************************LOGIN CONTAINER****************************/



/******************************FOOTER************************************/
	#section-footer-top .container .row{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
    }

    #section-footer-top .container .row div{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        height: 100%;
        width: 100%;
    }

	.secure-imgs img, .secure-imgs{
        display: block !important;
    }

    #section-footer-top ul li.top {
        margin-bottom: 0 !important;
    }

    #section-footer-top .idioma-title {
        margin-bottom: 0 !important;
    }
    
    #section-footer-top .container .row div:last-child{
        grid-column-start: 1;
        grid-row-start: 1;
		margin-left: 10px;
    }

    #section-footer-top .container .row div:nth-child(4){
        grid-column-start: 2;
        grid-row-start: 1;
    }

    #section-footer-top .container .row div:nth-child(2){
        grid-column-start: 1;
        grid-row-start: 2;
    }

    #section-footer-top .container .row div:nth-child(3){
        grid-column-start: 1;
        grid-row-start: 2;
    }


    #section-footer-top .container .row div:first-child{
		grid-column-start: 2;
        grid-row-start: 2;
    }

    #section-footer-bottom .logo {
        width: 128px!important;
    }

    #section-footer-bottom .container .row div {
        display: flex !important;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #section-footer-bottom .logo {
        width: 128px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    #section-blog{
        display: grid;
    }

    #section-footer-blog{
        display: grid;
        grid-template-rows: 80% 0% 20%;
        background-color: rgba(0, 0, 0, 0) !important;
    }
    
    #section-footer-top{
        display: flex;
        grid-row-start: 1;
        align-items: center;
        justify-content: center;
		min-height: 270px !important;
    }

    #section-footer-bottom .logo + span {
        display: block !important;
    }

    #section-footer-bottom{
        display: grid;
        align-items: center;
		padding: 8px !important;
		text-align: center !important;
    }
	
  }

@media only screen and (max-width : 992px) {
	#section-footer-bottom .logo + span {
		/*display: none;*/
	}
}
/*
@media only screen and (max-width : 768px) {
	#section-footer-bottom .secure-imgs img {
		margin-top: 0;
		width: 57px !important;
	}
}*/

/* FX */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
#section-footer-top .idioma-title{
	text-transform: uppercase;
    margin-bottom: 30px;
    color: #00ace4;
	font-weight: 400;
}

#section-footer-top select[name='select-lang']{
	width: 130px;
	font-size: 12px;
}

.hidden-vis{
	visibility: hidden !important;
}

#title-principal{
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}
#title-test{
	margin-top: -70px !important;
}
#search-muros .search-group {
	padding-left: 15px !important;
	padding-right: 40px !important;
}

@media(max-width: 996px){
	#search-muros .search-group {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#title-test{
		margin-top:0px !important;
	}
}


@media(max-height: 660px){
	#title-principal{
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	#title-test{
		margin-top: 80px !important;
	}
}
