@charset "utf-8";
/* @import url("https://fonts.googleapis.com/css?family=Roboto|Roboto:400,900"); */
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,700");
*{
	outline: none !important;
	scroll-behavior: smooth;
}
body {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
	font-size: 15px; margin:0; padding:0;
	image-rendering: optimizeQuality;
	-webkit-font-smoothing: antialiased !important;
}

.fontShadowWhite { text-shadow:1px 1px 1px #fff; }
.fontShadowBlack { text-shadow:1px 1px 1px rgba(0,0,0,0.6); }

.bold { font-weight: 700; }

.lb, .lb a, .lb a:link, .lb a:visited, .lb a:active { color:#fff; text-decoration:none; }
.lb a:hover, .lb a:hover { text-decoration:underline; }

.ln, .ln a, .ln a:link, .ln a:visited, .ln a:active { color:#000; text-decoration:none; }
.ln a:hover { text-decoration:underline; }

.lc, .lc a, .lc a:link, .lc a:visited, .lc a:active { color:#337ab7; text-decoration:underline; }
.lc a:hover { text-decoration:underline; }

.nu, .nu a, .nu a:link, .nu a:visited, .nu a:active { text-decoration:none; }
.nu a:hover { text-decoration:none; }

/** Border **/

.border { border:solid 1px #ccc; }
.border-bottom { border-bottom:solid 1px #ccc; }
.border-top { border-top:solid 1px #ccc; }
.border-left { border-left:solid 1px #ccc; }
.border-right { border-right:solid 1px #ccc; }
.borderBlack { border:solid 1px #000; }
.borderWhite { border:solid 1px #fff; }

.hide, .hidem, .hidden { display:none; }
.separador { border-bottom: solid 1px #ddd; margin-top:20px; margin-bottom:20px; }
.fixed { position:fixed; }
.block { display:block; }
.pointer {cursor:pointer; }
.round { -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius:4px; overflow:hidden; }
.box-sizing { width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.code, code { padding:7px; border:solid 1px #7CFF4F; background:#000; color:#D1D1D1; display: inline-block; width:100%; height:66px; font-size:12px; overflow:auto; content: "1"; }
.instruccion, .instrucciones { padding:10px; padding-left:40px; font-size:12px; }

#loading { display:none; width:100%; height:100%; left:0; right:0; top:0; bottom:0; background: url(../img/load.gif) #000 center center no-repeat; opacity:0.9; position:fixed; height:cover; width:cover; z-index:4000; display:none;}
.load { padding:15px; background:url(../img/loader.gif) center center no-repeat; }

.shadow {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/** Opacity **/

.overFlow { overflow:hidden; }
.overFlowScroll { overflow:auto; }

.opacityBlack_20 { background-color:rgba(0,0,0,0.2); }
.opacityBlack_40 { background-color:rgba(0,0,0,0.4); }
.opacityBlack_60 { background-color:rgba(0,0,0,0.6); }
.opacityBlack_80 { background-color:rgba(0,0,0,0.8); }

.opacityWhite_20 { background-color:rgba(255,255,255,0.2); }
.opacityWhite_40 { background-color:rgba(255,255,255,0.4); }
.opacityWhite_60 { background-color:rgba(255,255,255,0.6); }
.opacityWhite_80 { background-color:rgba(255,255,255,0.8); }

.mauto { margin:auto; }
.m0 { margin:0px; }
.m5 { margin:5px; }
.m10 { margin:10px; }
.m20 { margin:20px; }

.mt0 { margin-top:0px; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt40 { margin-top:40px; }

.mb0 { margin-bottom:0px; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb40 { margin-bottom:40px; }
.mb60 { margin-bottom:60px; }
.mb80 { margin-bottom:80px; }

.ml0 { margin-left:0px; }
.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml20 { margin-left:20px; }
.ml40 { margin-left:20px; }

.mr0 { margin-right:0px; }
.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr20 { margin-right:20px; }
.mr40 { margin-right:20px; }

/** Padding **/

.p0 { padding:0px; }
.p5 { padding:5px; }
.p10 { padding:10px; }
.p20 { padding:20px; }
.p40 { padding:40px; }
.p60 { padding:60px; }

.pt5 { padding-top:5px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt200 { padding-top:200px; }


.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb40 { padding-bottom:40px; }

.pl5 { padding-left:5px; }
.pl10 { padding-left:10px; }
.pl20 { padding-left:20px; }

.pr5 { padding-right:5px; }
.pr10 { padding-right:10px; }
.pr20 { padding-right:20px; }

.hover {
	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity = 80);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.hover:hover { opacity:1.0; -webkit-opacity:1; -moz-opacity:1; filter: alpha(opacity = 100); }

.hoveri {
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity = 100);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.hoveri:hover { opacity:0.8; -webkit-opacity:0.8; -moz-opacity:0.8; filter: alpha(opacity = 80); }

.hoverout {
	opacity:0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
	filter: alpha(opacity = 30);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.hoverout:hover { opacity:1.0; -webkit-opacity:1; -moz-opacity:1; filter: alpha(opacity = 100); }

.hoverWhite { color:#4c4c4c; background-color:#fff; }
.hoverWhite:hover { background-color:rgba(0,0,0,0.05); color:#4c4c4c; }

.hoverGray { }
.hoverGray:hover { background-color:#fff; color:#000; }

@media screen and (max-width: 580px) {

	#menu_movil { display:block; }
	#menu { display:none; }
	.only_movil { display:block; }
	.hide_movil { display:none; }

	.hide_movil { display:none; }
	.only_movil { display:block; }

	.m20 { margin:10px; }
	.m40 { margin:10px; }
	.p20 { padding:10px; }
	.p40 { padding:10px; }

	.bigger { font-size:2rem; }

}

@media print {
	.noprint, footer, header menu { display:none; }
}

h1,.fm { font-size:32px; line-height: 120%; font-weight: 300;}
h2,.fb { font-size:24px;  line-height: 120%; font-weight: 300;}
h3 { font-size:21px; line-height:126%; font-weight: 300;}
h4,.ft{ font-size:17px; line-height:126%; margin:0px; font-weight: 300;}
h5,.fn { font-size:15px; line-height:140%; font-weight: 300; }
h6,.fs { font-size:14px; line-height:126%; }
h7,.fm { font-size:12px; line-height:126%; }

p { font-size:13.6px; }

strong { font-weight: 700; }

/* Miller */
/*header{
  background: #C6C6C6;
  height: 62px;
  transition: 0.5s;
}*/
.content{
	color: #fff;
	position: relative;
	padding-top: 180px;
	/* padding-left: 300px; */
	z-index: 1;
	text-align: center;
}
.p_mirlo{
	font-size: 40px;
	font-weight: 700;
}
.banner_mirlo{
	position: relative;
	max-width: 100%;
	height: 100vh;
}

.header_mirlo{
	position: sticky;
	top: 0;
	width: 100%;
	height: 80px;
	background: #29166F;
	padding: 0 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
}
.p_redes{
	color: #fff;
	line-height: 80px;
	text-align: center;
}
.ul-redes{
	/* list-style: none; */
	display: flex;
	/* position: absolute; */
	/* top: 30px; */
	margin: 0;
	padding: 0;
	height: 80px;
}
.ul-redes .li-redes{
	list-style: none !important;
	line-height: 80px;
}
.ul-redes .li-redes .a-redes{
	text-decoration: none !important;
	width: 40px;
	height: 45%;
	padding: 0 8px;
	background: #fff;
	line-height: 30px;
	text-align: center !important;
	font-size: 20px;
	margin: 25px 5px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 2.5px solid #fff;
	z-index: 1;
}
.ul-redes .li-redes .a-redes .face{
	position: relative;
	color: #3b5999;
	transition: .7s;
	z-index: 3;
}
.ul-redes .li-redes .a-redes .telefono{
	position: relative;
	color: #55acee;
	transition: .7s;
	z-index: 3;
}

.ul-redes .li-redes .a-redes .whatsapp{
	position: relative;
	color: green;
	transition: .7s;
	z-index: 3;
}
.ul-redes .li-redes .a-redes .question{
	position: relative;
	color: blue;
	transition: .7s;
	z-index: 3;
}
.ul-redes .li-redes .a-redes:hover .fa{
	color: #fff !important;
	transform: rotateY(360deg);
}
.ul-redes .li-redes .a-redes:before{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	z-index: 2;
}
.ul-redes .li-redes .a-redes:hover:before{
	top: 0;
}
.ul-redes .li-redes:nth-child(1) .a-redes:before{
	background: #3b5999;
}

.ul-redes .li-redes:nth-child(3) .a-redes:before{
	background: #55acee;
}

.ul-redes .li-redes:nth-child(5) .a-redes:before{
	background: green;

}
.ul-redes .li-redes:nth-child(7) .a-redes:before{
	background: blue;

}
/*.a_darktv{
  list-style: none;
  text-decoration: none !important;
  font-size: 16px !important;
  color: #000;
  letter-spacing: .5px;
  padding: 5px;
}

*/
.intro_area{
	position: relative
	padding: 80px 0;
}
.bghr{
	width: 100px;
	height: 3px;
	background: red;
}
.intro_block{
	position: relative;
	background: #f7f7f7;
	margin: 50px 0 0;
	/* text-align: center; */
	padding: 70px 25px 40px;
}
.intro_block:hover, .intro_block.active{
	background: #29166F;
}

.intro_block:hover{
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-ms-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition: 0.5s ease;
}
.intro_block .intro_icon{
	position: absolute;
	top: -31px;
	left: 50%;
	margin-left: -31px;
}
.intro_block .fa{
	width: 63px;
	height: 63px;
	font-size: 30px;
	color: #fff;
	line-height: 2;
	background: #F6C732;
	border-radius: 50%;
	box-shadow: 0 0 0 10px #FAF9AA;
}
.intro_block:hover .fa, .intro_block.active .fa{
	background: #fff;
	color: #F6C732;
	box-shadow: 0 0 0 10 deepskyblue;
}
.intro_block h3{
	font-size: 18px;
	color: #29166F;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.intro_block p{
	color: #505050;
}
.intro_block:hover h3, .intro_block:hover p,  .intro_block:hover .lista_ul .lista_li{
	color: #f6f6f6;
}
.more_feature_area .title h2{
	color: #000;
}
.more_feature_area .title p{
	font-size: 20px;
}
.feature_list ul{
	list-style: none !important;
}
.feature_list li{
	position: relative;
	margin-bottom: 30px;
	padding-left: 80px;
}
.feature_list li:hover i{
	color: #fff;
	background: #F6C732;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-ms-transition:0.5s ease;
	-o-transition:0.5s ease;
}
.feature_icon{
	position: absolute;
	left: 0;
	margin-left:0;
}
.feature_icon i{
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 24px;
	/* background:#b9b9d3; */
	background:#1C8380;
	 color:#fff;
	border-radius: 50%;
	/* border: 2px solid #F6C732; */
	line-height: 45px;
	margin-right: 20px;
}
.feature_details h3{
	font-weight: 700;
	text-transform: uppercase;
}
.feature_details p{
	font-weight: 300;
}


.usuario_icon, .pointer_icon, .flecha_icon, .enviar_icon{
color: #F6C732;
}

table, th, td {
  border: 1.5px solid black;
	text-align: center;

}
th{
	font-size: 23px;
	text-align: center;
}
.titulo{
	background: #29166F;
	color: #fff;
}
.calendario_a{
	font-size: 18px;
}
section { padding-top: 6%; padding-bottom: 6%; }
.btn { font-weight: 300 !important; }


.bigger { font-size:3rem; }


  .bgWhite {
    background: #fdfdfd;
  }

  .bgColor_Am {
    background:#F6C732;
  }

  .bgColor_Az {
    background:#112D42;
		color: #fff;
  }

  .bgColor_Bl {
    /* background:#d0d0e2; */
		color: #218380;
  }

  .bgColor_Ro {
    background:#AE2C27;
  }

  .bgColor_Gr {
    background:#EAEAEA;
  }

  #footer, #footer_xs, #beneficios {
    background:#29166F;
  }

  #sesion_informativa {
    background:#EAEAEA;
  }

  #beneficios {
    border-bottom: solid 6px #F6C732;
  }
  #slider_2 {
    border-bottom: solid 11px #F6C732;
  }

  .font_color_b {
    color:#AE2C27;
  }

  .font_color_o {
    color:#ff9501;
  }

  .fontWhite {
    color:#fff;
  }
  .font_color_am{
    color: #F6C732;
  }

  body {
    color: #3A3A3A;
  }

	nav {
		border-top: solid 3px #112D42;
		border-bottom: solid 5px #F6C732;
	}

  label { font-size:11px; }

  td { padding:8px; font-size:21px;}

  .btn-custom { background: #ff9501; }

  input { font-weight:bold; color:#ccc;}
  .btn { font-weight: bold; }
  .separador { border-bottom:solid 1px rgba(255,255,255,0.2); margin:20px; padding:20px;}

	.box_transparent{
	  position: relative;
	  max-width: 500px !important;
	  padding: 10px;
	  background: rgba(255, 255, 255, 0.2);
	  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	  border-radius: 3px;
	}
	.box_transparent h1{
	  margin: 0 0 20px;
	  padding: 0;
	  font-size: 2rem !important;
	}
