@charset "utf-8";

/*
* auSoleil Visual Communication
*/
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 576px) {
	h3 {
		font-size: 1.2rem;
	}
	

}


@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:'Roboto Condensed', sans-serif;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
}
a {
	color: #212121;
	font-size: 13px;
}
a:hover {
	text-decoration: none;
}
.header {
	background-color: #000;
	padding: 15px 0;
}
.headerBS {
	background-color: #0082cb;
	padding: 15px 0;
}
.fondoContent {
	background-color: #F6F6F6;
}
.paddingB30 {
	padding-bottom: 30px;
}
.infoMediador {
	color: #003399;
	
}
.telefonoMediador {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
}
.footer {
	background: #ececec;
	padding-top: 20px;
}
.legales {
	font-size: 12px;
	color: #37373b;
}
.btn-primary {
    color: #fff;
    background-color: #003399;
	background-image: url("../images/flechaBot.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	

}
.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: 'Roboto', sans-serif;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 50px 8px 8px;
    font-size: 13px;
    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: 0px;

}
.botonesfinalvideo {
    background: rgba(255, 255, 255, 1);
	width: 100%;
	margin: auto;
	padding: 50px;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 999;
  display: grid;
	
	
}
.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: 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: 'Roboto', sans-serif;
    top: -12px;
    margin: 0 17px;
}
.imagenMediador img {
	width: 100px;
	height: 100px;
}
@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;

}

.encuesta {
   position: absolute;
    top: 0%;
    right: 0%;
    z-index: 1000;
  display: none;
	background: #fff;
	width: 100%;
	margin: auto 0;
	padding: 50px;
	min-height: 100%;
}
.caras .img-responsive {
	display: inherit;
	
}
.well {
	background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
	/*width: 60%;*/
	text-align: center;
}
.backfooter {
	background: #FFDF00;
}
.backgroundmasmovil {
	background: #000;
}
.store-image {
	width: 85px;
}
.apple-store-link[_ngcontent-oga-c8],
.play-store-link[_ngcontent-oga-c8] {
 min-width:130px;
 background-color:#000;
 border-radius:10px;
 padding:7px 14px;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-flex:1;
 -webkit-flex:1 0 100%;
 -ms-flex:1 0 100%;
 flex:1 0 100%;
	float: left;
}
.apple-store-link[_ngcontent-oga-c8], .play-store-link[_ngcontent-oga-c8] {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 4px 0 
rgba(0,0,0,.2);
cursor: pointer;
font-family: "Roboto Condensed",sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 35px;
min-width: 125px;
height: 35px;
overflow: hidden;
text-align: center;
text-decoration: none;
text-transform: uppercase;
outline: 0;
border: none;
}

/* MAS MOVIL */

.backgroundmasmovil {
	background: #000;
}
