@charset "utf-8";

/* CSS Document */

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body, html{
	margin: 0px;
	height: 100%;
	font-family: mont-regular, Arial, Helvetica;
}
img, video, object {	
   vertical-align: top;
	border: 0;
	display: inline-block;
	max-width: 100% !important;
	width: auto\9 !important;
	height: auto;
	
}
h1 {
	font-family: light, Arial, Helvetica;
	font-size: 33px;
	line-height: 52px;
	text-align: center;
	color: #FFF;
	width: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

p, span,.link, ul, li {
	font-family: normal, Arial, Helvetica;
	font-size: 18px;
	color: #4C4C4C;
	line-height: 28px;
	text-decoration: none;
	
}
/*
strong {
	font-family: medium, Arial, Helvetica;
	color: #000;
	font-size: 18px;
	line-height: 28px;
}
*/
a {
	color: #4C4C4C;
	text-decoration: none;
	font-family: normal, Arial, Helvetica;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.bot1-claro,.bot1-oscuro{
	padding: 10px 20px;
	font-family: normal, Arial, Helvetica;
	font-size: 16px;
	line-height: 30px;
	width: auto;
	display: inline-block;
	letter-spacing: 0.3em;
	margin: 20px auto;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	color:#FFF;
	background-color:#FF9217;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 20%);
}
.bot1-claro span,.bot1-oscuro span{
	color:#FFF;
}
.bot1-chico{
	border: 1px solid #000;
	padding: 15px 20px;
	font-family: f1-medium, Arial, Helvetica;
	font-size: 15px;
	line-height: 20px;
	width: auto;
	display: inline-block;
	letter-spacing: 0.3em;
	margin: 40px auto;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}
.bot1-claro:hover,.bot1-chico:hover{
	background-color:#323232;
	color: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.32);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.32);
}
.bot1-oscuro:hover{
	background-color:#FFF;
	color: #000;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.32);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.32);
}
.cont {
	width: 90%;
	max-width: 1100px;
	height: auto;
	padding: 70px 0;
	margin: auto;
	position: relative;
	clear: both !important;
	overflow: hidden;
	visibility: visible;
}

.back1 { background-color: #EEF4F4;}



.gradient-celeste {
    background: rgba(0,101,138,1);
    background: @gradien(45deg, rgba(0,101,138,1) 0%, rgba(0,172,235,1) 100%);
    background: -moz-linear-gradient(45deg, rgba(0,101,138,1) 0%, rgba(0,172,235,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,101,138,1)), color-stop(100%, rgba(0,172,235,1)));
    background: -webkit-linear-gradient(45deg, rgba(0,101,138,1) 0%, rgba(0,172,235,1) 100%);
    background: -o-linear-gradient(45deg, rgba(0,101,138,1) 0%, rgba(0,172,235,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0,101,138,1) 0%, rgba(0,172,235,1) 100%);
    background: linear-gradient(45deg, rgba(0,101,138,1) 0%, rgba(0,172,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00658a', endColorstr='#00aceb', GradientType=1 );
}

.circulo {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;}

header {
    text-align: center;
    padding: 50px 0;
    width: 70%;
    max-width: 450px;
    margin: auto;
}
.box-legales{
	text-align:center;
	}
.box-legales a{
	text-decoration:underline;
	}
.box-legales a:hover{
	color:#00A4DE;
	}	

/*Index ***********************************************************************/
.splash{
	background-image: url(back-splash-01.png);
	background-size: 100% auto;
	background-position: center top;
	height: 100%;
	background-repeat: no-repeat;
	padding-top: 120px;
	}
.splash .cont {
	max-width: 1300px;
}
	
.splash-texto{
	width:50%;
	float:left;
	padding-right: 10%;
	}
.splash-imagen{
	width:50%;
	float:left;
	}
.anim-splash3{
	z-index:950;
	    margin-top: -10%;
		margin-left: 1%;
	position: absolute;
	width:50%;
	animation: splash-mov-left3 3s ease;
	opacity: 1;
}	
.anim-splash2{
	z-index:450;
	    margin-top: -5%;
	position: absolute;
	width:42%;
	animation: splash-mov-left2b 3s ease;
	opacity: 1;
}
.anim-splash1{
	z-index:850;
	 margin-top: -10%;
	position:absolute;
max-width:500px;
animation: splash-mov-left2 3s ease;
	}
.anim-splash0{
	z-index:750;
	 margin-top: -12%;
	position:absolute;
max-width:500px;
animation: splash-mov-left1 3s ease;
	}
@-webkit-keyframes splash {
	0%{ opacity: 0; }
 45%{ opacity: 0; }
  100% {  opacity: 1;}
}

@-webkit-keyframes splash-mov-left1 {
  0%{ margin: -12% 0 0 -15%; opacity: 0; }
  20%{ margin: -12% 0 0 -15%; opacity: 0; }
  60% {  margin: -12% 0 0 0; 	opacity: 1;}
  100% {  margin: -12% 0 0 0; 	opacity: 1;}
}
@-webkit-keyframes splash-mov-left2 {
	0%{ margin: -10% 0 0 -15%; opacity: 0; }
  40% {  margin: -10% 0 0 0; 	opacity: 1;}
  100% {  margin: -10% 0 0 0; 	opacity: 1;}
}
@-webkit-keyframes splash-mov-left3 {
	0%{ opacity: 0; }
  60% {  opacity: 0;}
  100% {  opacity: 1;}
}
@-webkit-keyframes splash-mov-left2b {
	0%{ opacity: 0; width:35%; margin: 0% 0 0 5%; }
  40% {  opacity: 0; width:35%; margin: 0% 0 0 5%;}
  100% {  opacity: 1; width:42%; margin: -5% 0 0 0%;}
}
@-webkit-keyframes splash-mov-right {
  0%{ margin: 0 -5% 0 0; opacity: 0; }
  40% {  margin: 0 0 0 0; 	opacity: 1;}
  100% {  margin: 0 0 0 0; 	opacity: 1;}
}	
	
	
	
.splash-texto strong{
	border-left: 20px #FF9217 solid;
	font-size: 40px;
	line-height:50px;
	color: #0C253E;
	padding-left: 20px;
	height:auto;
	display:block;
	}
.splash-texto img{
	padding: 30px 0;
	}
.splash-texto p{
	font-size: 20px;
	line-height:30px;
	}

.box-mismatica p{
	font-size: 24px;
    line-height: 38px;
	width: 68%;
	float:left;
	padding-left: 20px;
	}
.box-mismatica .logo-mismatica{
	width: 30%;
	float:left;
	}
	
.back-iconos{
background-color: #1e2c47;
margin-top: 150px;
width:100%;
float:left;
text-align:center;
padding: 30px 0;
}

.box-iconos{
	width: 48%;
    max-width: 500px;
    padding: 20px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
	}
.box-iconos-linea{
	border-right: 1px solid #FFF;
	}
.box-iconos .bot1{
	width: 80%;
	text-align:center;
	}
.icono-box{
	width:150px;
	height:150px;
	margin: 0px auto 30px auto;
	padding: 20px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin-top: -120px;
}

.box-iconos p{
	text-align: center;
	color: #FFF;
	font-size: 25px;
	line-height: 35px;
    max-width: 290px;
    margin: 10px auto 30px auto;
	}
	
.box-iconos p span{
	font-weight: 700;
	text-align: center;
	color: #FFF;
	font-size: 55px;
	line-height:65px;
	}
.box-buscar input{
	/*margin: 30px auto;
	width: 80%;
	border: 1px solid #FFF;
	padding: 10px;*/
	}
.box-conocenos .bot1{
	margin-top: 75px;
	}	


/*solicitud ***********************************************************************/	
.back-naranja{
    background-color: #FF9217;
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 5%;
}
.back-form{
    background-color: #1e2c47;
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0;
}
.back-form p{
    color: #FFF;
}
.cont-solicitud	{
	max-width:800px;
	}
.cont-solicitud .bot1 {
	width:100%;
	margin-top: 50px;
	font-size: 25px;
	}	

.box-check {
    text-align: left;
    margin: 20px 0;
}
.box-check input.checkok {
    width: 20px !important;
    height: 20px !important;
}
.box-check p,.box-check input{
	display: inline-block;
    width: auto;
	vertical-align: text-top;
	margin-right:20px;
	max-width: 70%;
	} 
input,textarea{
	font-family: normal, Arial, Helvetica;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0);
    width: 100%;
    border-bottom: 1px solid #FFF;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #FFF !important;
	}
::placeholder{
	font-family: normal, Arial, Helvetica;
	font-size: 20px;
	color: #FFF !important;
	
}
.alert-danger {
    color: #f8f8f8;
    background-color: #FF9217;
}




.tt-input{
	width: 80%;
	border: 1px solid #FFF;
}


.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
	color: #999
}
.tt-dropdown-menu {
	margin-top: 24px;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%!important;
	text-align: left;
}
.tt-suggestion {
}
.tt-suggestion a{
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;
}
.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #ccc;
}
.tt-suggestion p {
	margin: 0;

	padding-bottom: 5px;
}
.scrollable-dropdown-menu .tt-dropdown-menu {
	max-height: 150px;
	overflow-y: auto;
}
p.tt-notfound{
	padding: 5px 15px;
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;

}

.tt-header {
	padding: 5px 15px;
}
.tt-footer {
	padding: 5px 15px;
}


@media (max-width:1400px){
.splash {
    height: 100%;
    max-height: 700px;
}
.splash .cont {
    max-width: 1000px;
	padding: 0% 0;
}

	.splash-imagen {
    width: 50%;
    max-width: 700px;
    display: inline-block;
    height: 350px;
    margin-top: 50px;
}
		.anim-splash1, .anim-splash0 {
    max-width: 50% !important;
    }

	.splash-texto strong {
    font-size: 35px;
    line-height: 40px;
}
.splash-texto p {
    font-size: 20px;
    line-height: 30px;
}

.box-mismatica {
    max-width: 1000px !important;
}
.box-mismatica p {
    font-size: 24px;
    line-height: 38px;
}
.box-mismatica .logo-mismatica {
    padding: 0 5%;
}

	}

@media (max-width:1290px){
	.splash {
    height: 100%;
    max-height: 800px;
}
	.splash .cont {
    padding: 5% 0;
}
	
	}
@media (max-width:1030px){
.splash {
    background-size: 150% auto;
}

.splash-texto strong {
    font-size: 30px;
    line-height: 38px;
}
.splash-texto p {
    font-size: 18px;
    line-height: 30px;
}

}
@media (max-width:900px){
	.splash {
    background-size: 100% auto;
    height: 100%;
	min-height:800px;
    padding: 50px 0;
	background-image: url(back-splash-02.png);
	background-position: center bottom;
}
.splash .cont {
    max-width: 550px;
    padding: 0% 0;
}
		.splash-texto{
	width:100%;
	padding-right: 0%;
	}
.box-mismatica {
    max-width: 550px !important;
}
.box-mismatica p {
    font-size: 18px;
    line-height: 30px;
}
.splash-imagen {
    width: 70%;
    padding: 0 15%;
    max-width: 600px;
    display: inline-block;
    height: 350px;
    margin: 50px auto;
}
	
	.anim-splash1, .anim-splash0 {
    max-width: 70% !important;

}
.anim-splash2 {
    margin-top: -0%;
    width: 50%;

}
.back-iconos {
    margin-top: 100px;
}
	}
	
@media (max-width:650px){

	.back-iconos {
    margin-top: 0px;
}
.box-iconos {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.icono-box {
    width: 100px;
    height: 100px;
    margin: 0px auto 30px auto;
    float: left;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 0px;
}
.box-iconos p {
    text-align: left;
	font-size: 18px;
}
.box-iconos strong {
    text-align: left;
}
.box-iconos .bot1 {
    width: 100%;
    text-align: center;
}
	}
	
@media (max-width:550px){
h1 {
	font-size: 25px;
	line-height: 35px;
}
.box-mismatica .logo-mismatica {
    width: 30%;
    margin: auto;
    float: none;
}
.box-mismatica p {
    width: 100%;
    text-align: center;
    float: left;
    padding: 20px;
}
.box-iconos p {
    text-align: left;
    margin-left: 90px;
}
.box-iconos p span{
    font-size: 40px;
    line-height: 40px;

}
.icono-box {
    width: 70px;
    height: 70px;
    margin: 0px auto 30px auto;
    float: left;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 0px;
}
.box-buscar input {
    width: 100%;
}
.bot1-claro, .bot1-oscuro {
    padding: 10px;
    font-size: 15px;    
}
}