@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'proxima-nova-th';
    src: url('../fonts/proximanova-extrabld.eot');
    src: url('../fonts/proximanova-extrabld.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-extrabld.woff2') format('woff2'),
        url('../fonts/proximanova-extrabld.woff') format('woff'),
        url('../fonts/proximanova-extrabld.ttf') format('truetype'),
        url('../fonts/proximanova-extrabld.svg#proximanova-extrabld') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-pova-rg';
    src: url('../fonts/proximanova-regular.eot');
    src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-regular.woff2') format('woff2'),
        url('../fonts/proximanova-regular.woff') format('woff'),
        url('../fonts/proximanova-regular.ttf') format('truetype'),
        url('../fonts/proximanova-regular.svg#proximanova-regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	background-image:url(../images/bg.png);
	background-attachment:fixed;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;}

#cont{
	background-color: #fff;
	width:770px;
	max-width:100%;
    margin: 0 auto;	
}


#cnt{
	margin:0 auto;	
	width: 770px;
}

.camposderecha {
    display: block;
    margin-top: 5px;
    width: 50%;
    text-align: center;
    margin-left: 0;
}


.camposizquierda{
    display: block;
	text-align:center;
    width: 50%;
}

.camposcentro{
	width:100%;
	margin: 0 auto;
	text-align:center;
}


.ft1{
	margin:0 auto;
	text-align: center;
}

.ft2{
	margin:0 auto;
	text-align: center;
}

.txt1{
	margin:0 auto;
	text-align: center;
    font-family: 'proxima-pova-rg';
	font-size: 20px;
	width: 580px;
}

.txt2{
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 750px;
	margin:0 auto;
	padding-top: 100px;
}

.txt3{
	background-color: #13AAAD;
	font-family: 'proxima-nova-th';
	color: #fff;
	text-align: center;
	padding-top: 50px;
	width: 770px;
	padding-bottom: 100px;
}

.txt3res{
	background-color: #13AAAD;
	font-family: 'proxima-nova-th';
	color: #fff;
	text-align: center;
	padding-top: 50px;
	width: 770px;
	padding-bottom: 180px;
}

.txtref img{
	height: 32px !important;
	width: 32px !important;
}

.txt3 h4{
    font-family: 'proxima-nova-th';		
}

.txt3 h5{
    font-family: 'proxima-pova-rg';		
}

.txt4{
	height: 150px;
	padding-top: 20px;
}

.txt4 .row{
    float: left;
}

.titref{
    font-family: 'proxima-nova-th';	
	font-size: 21px;
	color: #1F3B76;
    padding-left: 20px;
}

.txtref{
    font-family: 'proxima-pova-rg';	
	font-size: 17px;	
	color: #15ABAD;
	text-align: justify;
    padding-left: 20px;
	padding-right: 30px;
}

.txtrefsoc{
    font-family: 'proxima-pova-rg';	
	font-size: 17px;	
	color: #15ABAD;
	text-align: justify;
    padding-left: 10px;
	padding-right: 20px;
}

.textosref {
	float: left;
    width: 90%;	
}
	
.iconoref{
	float: left;
    width: 10%;
}

.txtrefsoc img.rs{
	padding: 2px;
}

.btn_qv{
	margin:0 auto;
	text-align: center;
	color: #13AAAD;
}

.clear{
	clear: both;
}

#contref{

}

.padre img.icoleft {
	width: 64px;
}

.padre img#lp2 {
	width: 280px;
}

.sharewhatsapp{
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
}

.formresp{
	margin-bottom: 20px;
}

.icoleft{
	float: left;
	padding: 10px;
}

.padre img.lp2{
    width: 280px;
	max-width: 100%;}
	
.padre{
	width: 100%;
	margin: 0 auto;
}

.padre img{
	width:100%;
	max-width:770px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.pie{
	width: 100%;
	margin: 0 auto;
}

.pie img{
	/*width:100%;
	max-width:770px;*/
	height: auto;
	display: inline-flex;
	margin: 0 auto;
}

.contenido{
	background-color: #fff;
    width: 770px;
    max-width: 100%;
    margin: 0 auto;}

.nota {
    color: #FFF;
    float: right;
    font-size:12px;
    padding-right: 50px;
}


@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.padre img#lp2 {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }

.padre img#lp2 {
	animation: zoominoutsinglefeatured 5s infinite ;
}



	
@media (max-width: 320px) {
	
#cont{
	background-color: #fff;
	width:320px;
	max-width:100%;
    margin: 0 auto;	
}
	
	
.padre {
    width: 100%;
    margin: 0 auto;
}

.padre img{
    width:100%;
    max-width:100%;
	margin: 0 auto;
	display: block;
}
	
.pie img.logof {
    /*max-width: 100%;*/
    width: 70px !important;
}
	
	
.txt1{
	width: 100%;
	text-align: justify;
	padding: 10px;
}
	
.txt2{
	background-image: none;
	width: 100%;
}

.txtref {
    font-family: 'proxima-pova-rg';
    font-size: 15px;
	text-align: justify;	
	padding-right: 0px;
	padding-left: 12px;
}	
	
.txt3 {
	width: 100%;
}
	
.txt4{
	height: 250px;	
}


.iconoref {
    float: left;
    width: 12%;
}	
	
.textosref {
    float: left;
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
}

.logofooter{
		
}	

.pie img.logof {
    /*max-width: 100%;*/
    width: 70px !important;
}

.pie1, .pie2, .pie3,
.pie1 .titref, .pie2 .titref, .pie3 .titref,
.pie1 .txtrefsoc, .pie2 .txtrefsoc, .pie3 .txtrefsoc{
		max-width: 320px;
		text-align: center;
}

.txt4 .row {
    float: none;
}

.redsoc{
	margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;	
}		
	
}

@media only screen and (min-width:330px) and (max-width:360px) {
	
#cont{
	background-color: #fff;
	width:360px;
	max-width:100%;
    margin: 0 auto;	
	}
}


@media only screen and (min-width:360px) and (max-width:480px)  {
	
#cont{
	background-color: #fff;
	width:450px;
	max-width:100%;
    margin: 0 auto;	
}
	
	
div #lp1{
    width: 480px;
    max-width:100%;
	margin: 0 auto;
	display: block;
}
.contenido {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.camposderecha {
    display: block;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    margin-left: 0;
}


.camposizquierda{
    display: block;
	text-align:center;
    width: 100%;
}
	

.padre img {
    /*max-width: 100%;*/
    height: auto;
    display: block;
    margin: 0 auto;
    width: 978px;
	}

.pie img.logof {
    *max-width: 100%;
    width: 100px !important;
}	
	
.terminos, .nota{
	width:100%;
	text-align:center;
}
	
.txt1{
	width: 100%;
	text-align: justify;
	padding: 10px;
	padding-left: 30px;
    padding-right: 30px;
}
	
.txt2{
	background-image: none;
	width: 100%;
}
	
.txtref {
    font-family: 'proxima-pova-rg';
    font-size: 15px;
	text-align: justify;	
	padding-right: 0px;
	padding-left: 12px;
}	

.txt3 {
	width: 100%;
}
	
.txt3res{
	width: 100%;
	padding-bottom: 40px;
}	
	
.txt4{
	height: 300px;
}

.iconoref {
    float: left;
    width: 12%;
}	
	
.textosref {
    float: left;
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
}
	
.logofooter {
    width: 100%;
}
	

.pie1, .pie2, .pie3,
.pie1 .titref, .pie2 .titref, .pie3 .titref,
.pie1 .txtref, .pie2 .txtref, .pie3 .txtref{
		max-width: 450px;
		text-align: center;
}
.txt4 .row {
    float: none;
}	

.redsoc{
	margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}	

.redsociales{
    width: 100%;
	text-align: center;
}
}	


@media (max-width: 768px) {
.contenido {
    background-color: #fff;
    width: 758px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.camposderecha {
    display: block;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    margin-left: 0;
}


.camposizquierda{
    display: block;
	text-align:center;
    width: 100%;
}

.camposcentro{
	width:100%;
	margin: 0 auto;
	text-align:center;
}	

}	