@charset "utf-8";
@import url("tipos.css");
/*
* auSoleil Visual Communication
*/
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 576px) {
	h3 {
		font-size: 1.2rem;
	}
	.mutedsound {
		width: 50% !important;
		height: 25px !important;
		    margin: 10px 5px !important;
	}
	.unmute-icon {
    width: 20px !important;
    height: 20px !important;
    background-size: 15px !important;
}
.mutedsound p {
	    color: #fff;
    font-size: 12px !important;
    margin: 5px 17px !important;
}
	
	

}


@media (max-width: 768px) {
	
	.fotomediador, .infoMediador {
		text-align: center !important;
	}
	.titesponsive {
		display: inline !important;
	}
	.titnoresponsive {
		display: none;
	}
	.logobotones {
		display: none;
	}
	.botonesfinalvideo {
		padding: 20px !important;
	}
}

@media (max-width: 992px) {
	.fotomediador {
		/*text-align: center !important;*/
		/*margin-bottom: 20px;*/
	}
	

}

.titesponsive {
		display: none;
	}
h1, h2, h3, h4, h5 h6 {
	font-family:"ZurichSans-Light", "Helvetica Neue", Arial, sans-serif;
	color: #003399;
}
a {
	color: #212121;
	font-size: 13px;
}

a:hover {
	text-decoration: none;
}
.header {
	background-color: #fff;
	padding: 15px 0;
}
.headerBS {
	background-color: #0082cb;
	padding: 15px 0;
}
.fondoContent {
	background-color: #f0f2f2;
}
.paddingB30 {
	padding-bottom: 30px;
}
.infoMediador {
	color: #003399;
	
}
.telefonoMediador {
	font-size: 24px;
	font-family: "ZurichSans-Bold", "Helvetica Neue", Arial, sans-serif;
}
.telefonoMediador a {
	font-size: 24px;
	font-family: "ZurichSans-Bold", Arial, sans-serif;
	color: #003399;
}
.emailMediador a {
	color: #003399;
}
.footer {
	background: #ececec;
	padding-top: 20px;
	font-size: 13px;
}
.legales {
	font-size: 12px;
	color: #37373b;
}
.btn-primary {
    background-color: #23366F;
	/*background-image: url("../images/flechaBot2.png");*/
	background-repeat: no-repeat;
	background-position: right 10px center;
	border: 0px;
	

}
.btn-secondary {
    color: #003399;
    background-color: #fff;
	/*background-image: url("../images/flechaBot2.png");*/
	background-repeat: no-repeat;
	background-position: right 10px center;
	border: 1px solid #003399;
}
.btn {
    display: inline-block;
    font-family: "ZurichSans-Bold", "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 30px 15px 30px;
    font-size: 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-radius: 50px;

}
.botonesfinalvideo {
    background: rgba(255, 255, 255, 1);
	width: 100%;
	margin: auto;
	padding: 50px;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 999;
  display: grid;
	min-height: 100%;
	
}
.muestrafinal {
display: none;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
	
}
.mutedsound {
	/*position: absolute;
    top: 5%;
    left: 5%;
    z-index: 9999;*/
	    width: auto;
    height: 40px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 10px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    z-index: 2147483646;
    margin: 40px 20px;
}
.unmute-icon {
	    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff url("../images/muted.svg");
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: center center;
}
.mutedsound p {
	    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: inline;
    position: relative;
    font-family: "ZurichSans-Bold", "Helvetica Neue", Arial, sans-serif;
    top: -12px;
    margin: 0 17px;
}
.imagenMediador img {
	width: 100px;
	height: 100px;
}
.esconder-boton {
	display: none;
}
.esconder-xsell {
	display: none;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.modal-body {
    padding: 3rem;

}
.visible-mobile {
	display: none;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
.visible-mobile {
	display: inline;
}
	.visible-desktop, .imagenMediador {
		display: none;
	}
	.texto-centro {
		text-align: center !important;
	}


}
@media only screen and (min-width: 300px) and (max-width: 600px) {

.visible-mobile {
	display: inline;
}
	.visible-desktop, .imagenMediador {
		display: none;
	}
	.texto-centro {
		text-align: center !important;
	}
}
.instagram {
  color: #23366F;
}
.facebook {
  color: #23366F;
}
.twitter {
  color: #23366F;
}



