@charset "utf-8";

@font-face {
    font-family: "unitcompregular";
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/unitcomp-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/unitcomp-webfont.woff") format("woff"), url("../../fonts/unitcomp-webfont.ttf") format("truetype"), url("../../fonts/unitcomp-webfont.svg#unitcompregular") format("svg");
}
@font-face {
    font-family: "unitcomp-lightregular";
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/unitcomp-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/unitcomp-light-webfont.woff") format("woff"), url("../../fonts/unitcomp-light-webfont.ttf") format("truetype"), url("../../fonts/unitcomp-light-webfont.svg#unitcomp-lightregular") format("svg");
}



body{
		background-color:#e9e9e9;
}
*{
    outline:none;
}
.row{
	margin-right:0;
	margin-left: 0;
}

a{
    cursor:pointer;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color:#2a2b2b;
}

h1{
	font-family: 'unitcompregular';
	margin-top:30px;
    font-size: 48px;
}

h2{
	font-family: 'unitcompregular';
}
h3{
    font-family: 'unitcomp-lightregular';
    font-size: 22px;
    margin: 10px 0px 0px 0px;
}
h4{
    font-family: 'unitcomp-lightregular';
    font-size: 18px;
    margin: 10px 0px 0px 0px;
}
section h3 {
    margin-bottom: -10px;
    margin-top: 45px;
}
.container{
	padding:0px;
	max-width:940px;
	background-color:#fff;
}
header .row:nth-child(1){
	height:115px;
	background-color: #fff;
}
header .row .container div:nth-child(1) img{
margin-top:10px;
}
header .row .container div:nth-child(2){
	color: #129cc4;
    font-family: 'UnitL';
    font-size: 20px;
    padding: 5px 0px;
    text-align: right;
}
header .row:nth-child(2){
	height:30px;
	background-color: #129cc4;
}
header .row:nth-child(3) {
    background-color: #303030;
    box-shadow: 0 1px 3px #404040;
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}



.padding-0{
	padding:0px;
}




footer .row:first-child{
    background-color:#129CC4;
    min-height:260px;
}
footer .icono {
    background-color: #0485ab;
    border-radius: 120px;
    height: 120px;
    margin: 46px auto auto;
    width: 120px;
    text-align: center;
}

.icono > p {
    color: #EEEEEE;
    margin-top: 22px;
}
footer .row:nth-of-type(2){
    background-color:#272727;
    min-height:136px;
}
footer .row:nth-of-type(2) img{
    padding:50px;
    display: inline-block;
}


footer .row:nth-of-type(2) div:nth-of-type(1) {
    padding-right: 0;
    text-align: right;
}

footer .row:nth-of-type(2) div:nth-of-type(2) {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0.5px;
    padding-left: 0;
    padding-top: 65px;
    text-align: left;
}
.legal{
    font-size:12px;
}

#contenedorVideo {
    background-color: #000000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.8;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    display:none;
}
#contenidoVideo {
     background-color: #FFFFFF;
    box-shadow: 0 0 20px #000000;
    display: none;
    height: 398px;
    left: 50%;
    margin-left: -330px;
    margin-top: -190px;
    padding: 10px;
    position: fixed;
    top: 40%;
    width: 660px;
    z-index: 20;
}

.container-gracias {
    background-color: #FFFFFF;
    padding: 20px;
}
div#gracias h1{
    font-size: 36px;
}
div#gracias h2{
    font-size: 24px;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
}
div#gracias h3{
    font-size: 20px;

}
div#gracias h4{
    font-family: 'unitcompregular';
    color: #0F9AC3;
   font-size: 18px;
   padding: 10px 0px;
}
div#gracias p{
    padding-bottom:30px;
}
.footer-gracias{
border-top:1px solid #ccc;
    min-height:80px;
}
.footer-gracias img{
    margin-top:20px;
	margin:auto;
	padding-top:20px;
}
.footer-gracias p{
    margin-top:33px;
}
.check{
    margin:33px 0 0 20px;
    }


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

    header .row:nth-child(3) {
        box-shadow: none;
        height: 15px;
    }

    h1{
        font-size: 46px;
    }


    aside {
        margin-left: 0px;
        padding:0px 15px 15px;
    }
    footer .row:nth-of-type(2) div:nth-of-type(1) {
        padding: 0;
        text-align: center;
    }

    footer .row:nth-of-type(2) div:nth-of-type(2) {
        color: #FFFFFF;
        font-size: 11px;
        text-align: center;
    }



}


@media only screen and (max-width: 768px) {
    header .row:nth-child(3) {
        box-shadow: none;
        height: 15px;
    }

    .check {
        display: none;
    }
    div#gracias h1{
        margin-top:0; 
        }   

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	  header .row .container div:nth-child(1) img{
        margin: 0px 0px;
    }
    header .row .container div:nth-child(2){
        display:none;
    }
	h1{
		padding-top:15px;
		}
	
	
	}



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

    header .row .container div:nth-child(1) img{
        margin: 0px 0px;
    }
    header .row .container div:nth-child(2){
        display:none;
    }
    header .row:nth-child(2){
        height:15px;
    }
    header .row:nth-child(3) {
        height: 5px;
        box-shadow: none;
    }
    h1{
        font-size: 38px;
    }
    .caja-blanca h2{
        font-size: 22px;
    }
    .caja-blanca img{
        margin:auto;
    }

    footer .icono {
        background-color: #000;
        width:75px;
        height:75px;
    }
   
    .modal-dialog {
        width: 400px;
    }
    .footer-gracias img{
        margin-left:20px;
    }
    .footer-gracias p {
        margin-left: 20px;
        margin-top: 15px;
    }
    .check {
        display: none;
    }
    div#gracias h1{
        margin-top:0; 
        }   
}