@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
/**  utilidades **/
.danger-border{
    border: 1px solid #fb0606;
    background-color: #ff000021;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
}
.success-border{
    border: 1px solid #55d61b;
    background-color: #55d61b21;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
}
.alert.display-none{
	display: none;
}
.alert__close{
	cursor: pointer;
}

.pd-10{
	padding: 10px;
}
.align-items{
	align-items: center;
}
.display-none{
	display: none;
}
.text-center{
	text-align: center;
}
.section-padding-none{
	padding: 0;
}
.section-padding-top-60{
	padding: 60px 0 0 0;
}
.section-padding-60{
	padding: 60px 0;
}
.section-padding-100{
	padding: 100px 0;
}
.bg-white-transparente{
	background-color: #ffffffa1;
}
.bg-color-f7{
	background-color: #f7f7f7;
}
.bg-filter{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;

}
.imagen-cupodolar{
	background-attachment: fixed;
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	min-height: 900px;
}
.contenedor{
	max-width: 95%;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 30px;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*fixed menu*/
.fixed-menu.active{
	position: fixed;
	background-color: #fff;
}
/*fin fixed menu*/

@media screen and (max-width: 1200px){
	.contenedor {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
}
.cupodolar {
	max-height: 90%;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn-form{
	background: #3f83ab;
    border-color: #3c7ba0;
    color: #fff;
    -webkit-transition: all 0.3 linear;
    -moz-transition: all 0.3 linear;
    -ms-transition: all 0.3 linear;
    -o-transition: all 0.3 linear;
    transition: all 0.3 linear;
}
.btn-form:hover{
	background: transparent;
    border-color: #3c7ba0;
    color: #3f83ab;
}
/** fin utilidades **/


/** logo cupodolar **/
.logo-cupodolar{
	width: 100%;
	height: auto;
	min-height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
    align-items: center;
	justify-content: space-evenly;
    flex-flow: row wrap;

}
.logo-cupodolar>a>img{
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: auto;
}
/** contenido  **/
.cupodolar>.contenido{
	height: 100%;
	width: 100%;
	flex: 0 0 80%;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    text-align: center;
    max-width: 820px;
    margin: auto;
}
.cupodolar .contenido>h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
	margin-bottom: 5px;
}
.cupodolar .contenido>span{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: normal;
}


/** formulario **/
.cupodolar .formulario{
	height: 100%;
	width: 100%;
	flex: 0 0 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.cupodolar .formulario>.contenido{
    max-width: 460px;
    margin: auto;
    padding: 20px;
    background-color: #ffffffa1;
    border-radius: 12px;
}
.cupodolar .formulario .titulo-form{
	width: 90%;
	margin: auto;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}
.cupodolar .formulario .titulo-form>h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #3f83ab;
	line-height: normal;
}
.cupodolar .formulario .titulo-form>p{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #6d6a6a;
	line-height: normal;
}
.cupodolar .formulario>.contenido>form input:focus{
	border: 1px solid #3f83ab !important;
	-webkit-box-shadow: 0 0 5px 0 #3f83ab;
	-moz-box-shadow: 0 0 5px 0 #3f83ab;
	-ms-box-shadow: 0 0 5px 0 #3f83ab;
	-o-box-shadow: 0 0 5px 0 #3f83ab;
	box-shadow: 0 0 5px 0 #3f83ab;
}
.cupodolar .formulario>.contenido>form textarea:focus{
	border: 1px solid #3f83ab !important;
	-webkit-box-shadow: 0 0 5px 0 #3f83ab;
	-moz-box-shadow: 0 0 5px 0 #3f83ab;
	-ms-box-shadow: 0 0 5px 0 #3f83ab;
	-o-box-shadow: 0 0 5px 0 #3f83ab;
	box-shadow: 0 0 5px 0 #3f83ab;
}


/** home **/
.flex-seccion-uno>h3{
	margin: 0;	
}

.flex-seccion-uno{
	display: flex;
	align-items: center;
	justify-content: center;
}
/** imagen tarjeta **/
.bg-imagen-tarjeta{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.bg-imagen-tarjeta .contenido{
	padding: 80px 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-imagen-tarjeta .contenido>a{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
	padding: 20px 40px;
	background-color: #77ad68;
	border-radius: 10px;
}
/** mapa **/
.mapa>p, .mapa>iframe, .mapa>p>iframe{
	width: 100%;
	height: 100%;
}

/** footer logo **/
.footer-logo{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-logo>a>img{
	max-width: 350px;
	width: 100%;
	height: auto;
	margin: auto;
}
@media screen and (max-width: 767px){
	.footer-logo>a>img {
	    max-width: 250px;
	}
	.section-padding-100 {
	    padding: 70px 0;
	}
}
/** iconos **/
.iconos{
	position: initial;
	z-index: 10;
	top: 0;
	left: 0;
	height: 100%;
}
.iconos>.contenido{
	display: flex;
    align-items: center;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    flex-flow: row wrap;
}
@media screen and (max-width: 550px){
	.iconos>.contenido {
	    flex-flow: column wrap;
	}
	.iconos>.contenido>a:first-child {
		margin: 0 0 15px 0 !important;
    	width: 30% !important;
	}
	.iconos>.contenido>a {
    	width: 35% !important;
	}
	.logo-cupodolar>a>img {
    	max-width: 250px;
	}
}
@media screen and (max-width: 400px){
	.logo-cupodolar>a>img {
    	max-width: 220px !important;
	}
}
.iconos>.contenido>a:first-child{
	margin-right: 10px;
	width: 22%;
}
.iconos>.contenido>a{
	width: 25%;
}
.iconos>.contenido>a>img{
	max-width: 100%;
}

@media screen and (max-width: 991px){
	.flex-seccion-uno-mquery{
		margin-bottom: 30px;
	}
	.justified-center{
		justify-content: center;
	}
}
@media screen and (max-width: 767px){
	.flex-seccion-uno-mquery{
		max-width: 450px;
	}
}

@media screen and (max-width: 1200px){
	.cupodolar .formulario {
	    display: none;
	}
	.cupodolar>.contenido {
	    flex: 0 0 100%;
	}
	.imagen-cupodolar{
		min-height: 600px;
	}
}
@media screen and (max-width: 991px){
	.cupodolar .contenido>h2 {
	    font-size: 55px;
	}
}
@media screen and (max-width: 767px){
	.logo-cupodolar>a>img {
	    max-width: 300px;
	}
	.cupodolar .contenido>h2 {
	    font-size: 35px;
	}
	.cupodolar {
	    max-height: 70%;
	    height: 100%;
	}
	.imagen-cupodolar {
    	height: 50vh;
	}

}
@media screen and (max-width: 450px){
	.cupodolar .contenido>h2 {
	    font-size: 30px;
	}
	.cupodolar .contenido>span {
	    font-size: 17px;
	}	
}
/**  formulario dos **/
.titulo-form-dos>h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #3f83ab;
	line-height: normal;
	text-align: center;
}
.titulo-form-dos>p{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #6d6a6a;
	line-height: normal;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (min-width: 1200px){
	.formulario-hidden{
		display: none;
	}
}
.one-page-4 form input:focus {
    border: 1px solid #3f83ab !important;
    -webkit-box-shadow: 0 0 5px 0 #3f83ab;
    -moz-box-shadow: 0 0 5px 0 #3f83ab;
    -ms-box-shadow: 0 0 5px 0 #3f83ab;
    -o-box-shadow: 0 0 5px 0 #3f83ab;
    box-shadow: 0 0 5px 0 #3f83ab;
}
.one-page-4 form textarea:focus {
    border: 1px solid #3f83ab !important;
    -webkit-box-shadow: 0 0 5px 0 #3f83ab;
    -moz-box-shadow: 0 0 5px 0 #3f83ab;
    -ms-box-shadow: 0 0 5px 0 #3f83ab;
    -o-box-shadow: 0 0 5px 0 #3f83ab;
    box-shadow: 0 0 5px 0 #3f83ab;
}
/** fin formulario dos **/

/** cambios  **/
.frases-cupodolar>.bg-white>.padding-45px-all{
	padding-bottom: 0 !important;
}
.contenido_dos_onepage .titulo{
	color: #00517d;
    text-transform: uppercase;
    font-weight: 700;
}
.contenido_dos_onepage .titulo>span{
	color: #009a42;
}
@media screen and (max-width: 767px) {
	.contenido_dos_onepage>div{
		max-width: 400px;
    	margin: auto;
	}
}
.btn-onepage3-flex{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.btn-onepage3{
	padding: 15px 25px;
	background-color: #00517d;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0 0 0 2px #00517d;
	-moz-box-shadow: 0 0 0 2px #00517d;
	-ms-box-shadow: 0 0 0 2px #00517d;
	-o-box-shadow: 0 0 0 2px #00517d;
	box-shadow: 0 0 0 2px #00517d;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn-onepage3:hover{
	background-color: transparent;
	color: #00517d;
	font-weight: 700;
}
@media screen and (max-width: 767px){
	.btn-onepage3{
		margin-top: 20px;
	}
}
.one-page-4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 991px){
	.one-page-4 {
   	 	flex-flow: column wrap;
	}
}
@media screen and (max-width: 767px){
	.one-page-4>.mapa {
    	max-height: 500px;
	}
}
.one-page-4 .formulario-onepage-4{
	padding: 40px;
}
.one-page-4>.mapa{
	flex: 0 0 50%;
	height: 100%;
	width: 100%;
}

/** fin cambios  **/