/*CASCADE STYLE SHEET UNETE*/
/*FUENTES*/
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");

@font-face {
    font-family: univers-std;
    src: url(../fonts/univers-std.otf);
}

@font-face {
    font-family: univers-bold;
    src: url(../fonts/univers-bold.otf);
}

@font-face {
    font-family: univers-light;
    src: url(../fonts/univers-light.otf);
}

@font-face {
    font-family: gobold;
    src: url(../fonts/gobold.otf),url(../fonts/gobold.ttf);
}

@font-face {
    font-family: myriad;
    src: url(../fonts/myriad.otf),url(../fonts/myriad.ttf);
}

@font-face {
    font-family: agenda;
    src: url(../fonts/agenda.otf);
}

@font-face {
    font-family: gotham-bold;
    src: url(../fonts/gotham-bold.otf),url(../fonts/gotham-bold.ttf);
}

@font-face {
    font-family: gotham;
    src: url(../fonts/gotham-medium.otf),url(../fonts/gotham-medium.ttf);
}

@font-face {
    font-family: gotham-thin;
    src: url(../fonts/gotham-thin.otf);
}
/*MAIN STYLE*/

.font_pinchemikito{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}




html{
	height: 100%;
}

body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-decoration: none;
    -webkit-overflow-scrolling: touch;
}
.Campomike_65{
	float: left;
	width: 65%;
	height: auto;
}
.bg-contacto{
	background-color: #ec5870;
	text-align: center;
	color: #fff;
	padding-bottom: 1em;
}

.titulo-contacto{
	font-family: gobold;
	font-size: 2em;
	letter-spacing: 0.2em;
	padding-top: 1em;
}
.Campomike_27{
	float: left;
	width: 27;
	height: auto
}

/*Smooth Scroll en dispositivos móviles
@media(max-width: 1000px){
body{
    overflow-y: scroll;
  	
}
}*/ 


body a:hover{
text-decoration: none; 	
}



/* Goto Next */

	.goto-next {
		border: 0;
		bottom: 0;
		display: block;
		height: 2em;
		left: 52%;
		margin: 0 0 0 0em;
		position: absolute;
		white-space: nowrap;
		z-index: 1;
	}

		.goto-next:before {
			background-image: url("../img/arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			content: '';
			display: block;
			height: 1.5em;
			left: 50%;
			margin: -0.75em 0 0 -1em;
			position: absolute;
			top: 50%;
			width: 2em;
			z-index: 1;
		}

/*TOP BUTTON*/
.top{
	font: normal normal normal 14px/1 FontAwesome;
}
.return-to-top {
    position: fixed;
    bottom: 5px;
    background: rgb(105, 179, 234);
    background: rgba(105, 179, 234, 0.5);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
    display: block;
}
.return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 11px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.return-to-top:hover {
    background: rgba(0, 67, 117, 0.9);
}
.return-to-top:hover i {
    color: #fff;
    top: 5px;
}





/*para whatsapp fijo*/

.whatssito {
    display:scroll;
    position:fixed;
    bottom:5px;
    right:5px;
	z-index: 100000000000000000000000000000000000000000000000;
}
/*Termina whatsapp fijo*/




/*MENU*/

.menu-navegacion-transparent{
	width: 100%;
	position: fixed;
	z-index: 900;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,0);
	color: #fff;
}

.menu-navegacion-white{
	width: 100%;
	position: fixed;
	z-index: 900;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	display: none;
}

.subpage{
	padding-bottom: 0px;
}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-link-t{
	color: #fff;
}

.menu-link{
	color: #004178;
}

.logo{
	padding-left: 4em;
}

.opciones{
	display: flex;
	justify-content: space-around;
	padding-right: 4em;
    align-items: center;
}

.opcion-hacemos a{
	margin-right: 20px;
	padding: 0em 0.5em;
	font-family: gobold;
	text-shadow: 1px 0px 1px #000;
	
}

.opcion-socios a{
	margin-right: 20px;
	padding: 0em 0.5em;
	font-family: gobold;
	text-shadow: 1px 0px 1px #000;
}

.opcion-hacemos a:hover{
	font-family: gobold;
	font-size: 1em;
	text-align: center;
	border-radius: 0.5rem;
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	padding: 0.5em;
}

.opcion-socios a:hover{
	font-size: 1em;
	text-align: center;
	border-radius: 0.5rem;
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;	
	padding: 0.5em;
}

.opcion-hacemos-w a{
	margin-right: 20px;
	padding: 0em 0.5em;
	font-family: gobold;
	
}

.opcion-socios-w a{
	margin-right: 20px;
	padding: 0em 0.5em;
	font-family: gobold;
	
}

.opcion-hacemos-w a:hover{
	color: #004178;
	border-radius: 0.5rem;
	background-color: rgba(214, 135, 23,0.3);
	padding: 0.5em;
}

.opcion-socios-w a:hover{
	color: #004178;
	border-radius: 0.5rem;
	background-color: rgba(214, 135, 23,0.3);
	padding: 0.5em;
}

.opcion-dona{
	padding: 0.5em;
	font-size: 1em;
	text-align: center;
	border-radius: 0.5rem;
	background-color: #d68717;
	color: #fff;
	font-family: gobold;
}

.opcion-dona-w{
	padding: 0.5em;
	font-size: 1em;
	text-align: center;
	border-radius: 0.5rem;
	background-color: #d68717;
	color: #fff;
	font-family: gobold;
}

.opcion-dona-w{
	color: #fff;
}

.hover-dona:hover{
	color: #fff;
}

@media(max-width: 700px){
	.logo{
	padding-left: 1em;
}

.opciones{
	padding-right: 1em;
}

.opcion-hacemos a{
	margin-right: 10px;
	padding: 0em 0.5em;
	font-family: gobold;
	font-size: 0.7em;
	
}

.opcion-socios a{
	margin-right: 10px;
	padding: 0em 0.5em;
	font-family: gobold;
	font-size: 0.7em;
}

.opcion-dona{
	padding: 0.5em;
	font-size: 0.7em;
	text-align: center;
	border-radius: 0.5rem;
	background-color: #d68717;
	color: #fff;
	font-family: gobold;
}

.opcion-hacemos-w a{
	margin-right: 10px;
	padding: 0em 0.5em;
	font-family: gobold;
	font-size: 0.7em;
	
}

.opcion-socios-w a{
	margin-right: 10px;
	padding: 0em 0.5em;
	font-family: gobold;
	font-size: 0.7em;
}

.opcion-dona-w{
	padding: 0.5em;
	font-size: 0.7em;
	text-align: center;
	border-radius: 0.5rem;
	background-color: #d68717;
	color: #fff;
	font-family: gobold;
}

.opcion-hacemos a:hover{
	font-size: 0.7em;
}

.opcion-socios a:hover{
	font-size: 0.7em;
}
}

@media(max-width: 430px){

.opcion-hacemos a{
	padding: 0em 0em;
	font-size: 0.6em;
	
}

.opcion-socios a{
	padding: 0em 0em;
	font-size: 0.6em;
}

.opcion-dona{
	font-size: 0.6em;
}

.opcion-hacemos-w a{
	padding: 0em;
	font-size: 0.6em;
	
}

.opcion-socios-w a{
	padding: 0em 0em;
	font-size: 0.6em;
}

.opcion-dona-w{
	font-size: 0.6em;
}
.opcion-hacemos a:hover{
	font-size: 0.6em;
}

.opcion-socios a:hover{
	font-size: 0.6em;
}
}

@media(max-width: 370px){
	.opcion-hacemos a{
	margin-right: 5px;
	font-size: 0.55em;
	
}

	.opcion-socios a{
	margin-right: 5px;
	font-size: 0.55em;
}

	.opcion-hacemos-w a{
	margin-right: 5px;
	font-size: 0.55em;
	
}

	.opcion-socios-w a{
	margin-right: 5px;
	font-size: 0.55em;
}

	.opcion-dona-w{
	font-size: 0.55em;
}
.opcion-hacemos a:hover{
	font-size: 0.55em;
}

.opcion-socios a:hover{
	font-size: 0.55em;
}
}

@media(max-width: 350px){
.logo img{
	width: 120px;
}
}

/*URL ACTUAL*/
.url-actual{
	text-decoration: none;
	background-color: #f6f6f6;
	font-size: 0.55em;
	letter-spacing: 0.02em;
	vertical-align: middle;
	display: flex;
	margin-top: 5px;
	padding-left: 9em;
}

.url-actual a{
	color: #6c6c6c;
	margin-right: 1em;
}

@media(max-width: 700px){
	.url-actual a {

    color: #6c6c6c;
    margin-right: 1em;
    margin-left: 2em;

}

	.url-actual{
	padding-left: 2em;
}
}
.url-actual p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.url-actual a:hover{
	color: #bbbbbb;
}

/*HERO IMG*/
.caption {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    text-align: center;
}
.caption_Bolsa {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    text-align: left;
}


.caption_Bolsa-MIKE {
    position: absolute;
    left: 0;
    top: 4%;
    width: 100%;
    text-align: center;
}


.full-text{
	font-family: gobold;
	color: #fff;
	font-size: 3em;
	text-shadow: 2px 0px 1px #000;
}
.full-text-mike{
	font-family: gobold;
	color: orange;
	font-size: 3em;
	text-shadow: 2px 0px 1px #000;
}

@media(max-width: 700px){
	.full-text{
		font-size: 2em;
	}

	.caption {
    top: 18%;
}
}

/*HERO CAROSUEL*/

.carousel, .carousel-item, .active {
	height:100%;
}
.carousel-inner {
	height:100%;
}

.carousel-caption {
	z-index: 10;

}
.carousel .carousel-item {
	background-color: #777;
}
.carousel .carousel-inner .bg {
	background-repeat:no-repeat;
	background-size:cover;
	}
.carousel .carousel-inner .bg1dona {
	background-image:url('../img/slide_dona01.jpg');
	background-position: center top;

}
.carousel .carousel-inner .bg2dona {
	background-image:url('../img/slide_dona02.jpg');
	background-position: center center;

}

.carousel .carousel-inner .bg3dona {
	background-image:url('../img/slide_dona03.jpg');
	background-position: center center;
	
}

.carousel .carousel-inner .bg1 {
	background-image:url('../img/landing0.jpg');
	background-position: center top;

}
.carousel .carousel-inner .bg2 {
	background-image:url('../img/landing1.jpg');
	background-position: center center;

}

.carousel .carousel-inner .bg3 {
	background-image:url('../img/landing2.jpg');
	background-position: center center;
	
}
.carousel .carousel-inner .bg4 {
	background-image:url('../img/betteLATAM2019.jpg');
	background-position: left center;
}

.texto-carousel{
	position: absolute;
	width: 100%;
	color: #fff;
	top: 25%;
}

@media(max-width: 700px){
.carousel{
	height:50%;
}

.texto-carousel{
	top: 30%;
	left: 2%;
}
}




.texto0{
	width: 40%;
	margin-left: 4em;
}

.texto0 h1{
	font-family: gotham;
	font-weight: 700;
	font-size: 2em;
	line-height: 1em;
	text-shadow: 2px 0px 1px #000;
}

.texto0 p{
	font-family: gotham-thin;
	text-shadow: 2px 0px 1px #000;
}

.texto1{
	width: 40%;
	margin-left: 4em;

}

.texto1 h1{
	font-family: gotham;
	font-weight: 700;
	font-size: 2em;
	line-height: 1em;
	text-shadow: 2px 0px 1px #000;
}

.texto1 p{
	font-family: gotham-thin;
	text-shadow: 2px 0px 1px #000;
}

.texto2{
	width: 40%;
	margin-left: 4em;

}

.texto2 h1{
	font-family: gotham;
	font-weight: 700;
	font-size: 2em;
	line-height: 1em;
	text-shadow: 2px 0px 1px #000;
}

.texto2 p{
	font-family: gotham-thin;
	text-shadow: 2px 0px 1px #000;
}

.dona-stick{
	position: absolute;
	color: #fff;
	font-family: gobold;	
	padding: 0.5em 0.8em;
	font-size: 1.2em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.5rem;
	background-color: #f08014;
	letter-spacing: 0.05em;
	animation: none;
}

@media(max-width: 700px){
	.texto0, .texto1, .texto2{
	width: 50%;
	margin-left: 1em;
}

	.texto0 h1, .texto1 h1, .texto2 h1{
	font-size: 1.3em;
	line-height: 0.9em;
	text-shadow: 2px 0px 1px #000;
}

	.texto0 p, .texto1 p, .texto2 p{
	font-family: gotham-thin;
	text-shadow: 2px 0px 1px #000;
	font-size: 0.7em;
}

	.dona-stick{
	margin-top: -15px;
	font-size: 1em;
}
}

@media(max-width: 412px){
		.texto0 h1, .texto1 h1, .texto2 h1{
	font-size: 1em;
	line-height: 0.9em;
	text-shadow: 2px 0px 1px #000;
}

	.texto0 p, .texto1 p, .texto2 p{
	font-family: gotham-thin;
	text-shadow: 2px 0px 1px #000;
	font-size: 0.6em;
}
}
/*HERO FIN*/


/*CAROUSEL FULL PAGE*/

/*CAROUSEL FULLP FIN*/

/*TEXTO CAROUSEL*/
.titulo-carousel{
	font-family: myriad;
	margin-top: -37%;
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	left: 5%;
	color: #fff;
	line-height: 1em;
}

.subtitulo-carousel{
	font-family: myriad;
	margin-top: -30%;
	font-size: 1em;
	position: absolute;
	left: 5%;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0.05em;
}

.ayuda-carousel{
	font-family: myriad;
	margin-top: -21%;
	font-size: 1em;
	position: absolute;
	left: 5%;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.dona-carousel{
	position: absolute;
	margin-top: -17%;
	font-family: gobold;
	left: 5%;
}

.badge_4 {
  padding: 0.25em 1.4em;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  /*border: 3px solid white;*/
  /*border-radius: 7px;*/
  background-color: #f08014;
  color:#fff;
}

@media(max-width: 750px){
.titulo-carousel{
	margin-top: -55%;
}

.subtitulo-carousel{
	margin-top: -40%;
}

.ayuda-carousel{
	margin-top: -25%;
}

.dona-carousel{
	margin-top: -15%;
}

.carousel-item{
	width: 140%;
}
}

@media(max-width: 320px){
	.titulo-carousel{
		font-size: 1.3em;
	}
}

@media(min-width: 1024px){
	.titulo-carousel{
	margin-top: -40%;
	font-size: 2em;
}

.subtitulo-carousel{
	font-size: 1.5em;
}

.ayuda-carousel{
	font-size: 1.5em;
}

.badge_4 {
  font-size: 2em;
}
}
/*TEXTO CAROUSEL FIN*/

.dona-badge{
	display: block;
	padding: 0.5rem 0rem;
	margin-top: 10%;
}

.badge_1, .badge_2, .badge_3{
	font-family: gobold;
} 

.texto-dinero-roll{
  font-family: gobold;
  color: white;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}


.dinero-contenedor{
	position: relative;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.dinero-contenedor a:hover{
	text-decoration: none;
}

.dinero-container{
	background-color: #004375;
	transition: background-color 1s;
	position: relative;
}

h3.dinero-letra{
	text-align: center; 
	font-family: gobold;
	font-size: 3em;
	font-weight: bold;
	color: #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

@media(max-width: 520px){
h3.dinero-letra {
    font-size: 2em;
}
}

.dinero-container:hover{
	background-color: #1b88da;
}

.plus a{
	font-family: myriad;
	font-size: 3em;
	color: #d4d9de;
	position: absolute;
	bottom: -10%;
	right: 10px;
	font-weight: bold;
	transition: color 1s;
}

.plus a:hover{
	color: #fff;
}

@media(max-width: 380px){
	.plus{
	font-size: 0.5em;
	right: 0px;
}
}

.plus-collage{
	font-family: myriad;
	font-size: 3.3em;
	color: #d1d1d1;
	position: absolute;
	bottom: -10px;
	right: 10px;
	font-weight: bold;
}

.centrado{
	justify-content: center;
	text-align: center;
}

.fondo-newsletter{
	background-color: #cb6875;
	padding-top: 1em;
	padding-bottom: 1em; 
}

.letras-blancas{
	color: #fff;
	font-family: gobold;
	font-size: 1.5em;
}

.letra1{
	font-family: 
}

.arroba{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #f4da7c;
}

/*SOCIOS IMAGEN DE FONDO*/
.imagen-socio{
	width: inherit;
	position: relative;
}

.mobile{
	display: none;
}

.nomobile{
	display: block;
}
.logo-socio{
	position: absolute;
	left: 5%;
	top: 5%;
}

.contenedor-socio{
	position: relative;
	width: 100%;
}

.texto1-socio{
	position: absolute;
	top: 30%;
	left: 5%;
	width: 25%;
	font-family: myriad;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 0.03em;
}
.texto2-socio{
	position: absolute;
	top: 56%;
	left: 5%;
	width: 20%;
	font-family: roboto;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
}
.texto3-socio{
	position: absolute;
	bottom: 14%;
	left: 5%;	
}

.badge_3 {
  padding: 0.25em 1.4em;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 3px solid white;
  border-radius: 7px;
  background-color: #003e77;
  color:#fff;
}

@media(min-width: 1000px){
.texto1-socio{
	width: 20%;
	font-size: 1.3em;
}
.texto2-socio{
	font-size: 1.4em;
}
.texto3-socio{
	position: absolute;
	bottom: 14%;
	left: 5%;	
}

.badge_3 {
  font-size: 2em;
}

.logo-socio{
	top: 15%;
}

.mobile{
	display: none;
}

.nomobile{
	display: block;
}
}

@media(max-width: 780px){
.imagen-socio{
	width: inherit;
}

.mobile{
	display: block;
}

.nomobile{
	display: none;
}

.texto1-socio{
	width: 60%;
	font-size: 0.9em;
}
.texto2-socio{
	font-size: 1.1em;
	top: 53%;
	width: 50%;
}
.texto3-socio{
	bottom: 10%;
}

.badge_3 {
  font-size: 1.5em;
}
}


/*SOCIOS IMAGEN DE FONDO FIN*/

/*SOCIOS UNETE RESPONSIVO*/
@media(min-width: 800px){
.dots{
	color: #d68717;
	line-height: .48vw;
	font-size: 1.7vw;
}

.juntos{
	font-family: myriad;
	font-size: 3.98vw;
	margin-top: 33.61%;
}

.fondo-socios{
	background-color: #004375;
}
.contenedor-socios{
	position: relative;
	color:#fff;
}

.altura-gob-cuadros{
	line-height: 2.29vw;
}

.altura-myr-cuadros{
	line-height: 1.6vw;
}

.cuadro1, .cuadro2, .cuadro3, .cuadro4, .cuadro5, .flecha1, .flecha2, .flecha3{
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
 
.cuadro1{
	width: 28.6%;
	left: 0;
	margin-top: 22.5%;
	font-size: 2.15vw;
	letter-spacing: .24vw;
	line-height: 3.12vw;
	padding: 1.94%;
}
.img-cuadro1{
	float: left;
	width: 20%;
}

.img-margin-plus{
	margin-top: 1em;
}

.img-margin-minus{
	margin-top: -1em;
}

.flecha1{
	width: 5.28%;
	left: 28.6%;
	margin-top: 17.33%;
}

.cuadro2{
	width: 15.82%;
	left: 33.9%;
	margin-top: 11%;
	border: 3px solid white;
	border-radius: 3%;
	background-color: #486790;
	padding: 1.94%;

}

.flecha2{
	width: 5.51%;
	left: 49.7%;
	margin-top: 20%;
}

.cuadro3{
	width: 15.56%;
	left: 55.2%;
	margin-top: 11%;
	border: 3px solid white;
	border-radius: 3%;
	background-color: #486790;
	padding: 1.94%;
}

.flecha3{
	width: 5.62%;
	left: 70.7%;
	margin-top: 26.84%;
}

.cuadro4{
	width: 15.69%;
	left: 76.3%;
	margin-top: 11%;
	border: 3px solid white;
	border-radius: 3%;
	background-color: #486790;
	padding: 1.94%;
	margin-bottom: 20px;
}

.cuadro5{
	width: 28.6%;
	
}
}

@media(max-width: 800px){
.dots{
	color: #d68717;
	line-height: .48vw;
	font-size: 1.7vw;
}

.juntos{
	font-family: myriad;
	font-size: 1.5em;
	margin-top: 5.61%;
}

.badge_3_old {
  padding: 0.25em 1.4em;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 3px solid white;
  border-radius: 7px;
  background-color: #003e77;
  color:#fff;
}

.fondo-socios{
	background-color: #004375;
}
.contenedor-socios{
	position: relative;
	color:#fff;
}

.altura-gob-cuadros{
	line-height: 1.5em;
}

.altura-myr-cuadros{
	line-height: 1em;
}

.cuadro1, .cuadro2, .cuadro3, .cuadro4, .cuadro5, .flecha1, .flecha2, .flecha3{
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
 
.cuadro1{
	font-size: 1.5em;
	letter-spacing: 0.24vw;
	line-height: 1em;
	padding: 1.94%;
}

.img-cuadro1{
	width: 10%
}

.img-margin-plus{
	margin-top: 1em;
}

.img-margin-minus{
	margin-top: -1em;
}

.flecha1{
	display: none;
}

.cuadro2{
	width: 98%;
	border: 3px solid white;
	border-radius: 3%;
	background-color: #486790;
	padding: 1.94%;
	margin-left: 1%;
}

.flecha2{
	margin-left: 42%;
	transform: rotate(90deg);
	margin-top: 5%;
	margin-bottom: 5%;
}

.cuadro3{
	width: 98%;
	border: 3px solid white;
	border-radius: 3%;
	background-color: #486790;
	padding: 1.94%;
	margin-left: 1%;
}

.flecha3{
	margin-left: 42%;
	transform: rotate(90deg);
	margin-top: 5%;
	margin-bottom: 5%;
	
}

.cuadro4{
	width: 98%;
	border: 3px solid white;
	border-radius: 3%;
	background-color: #486790;
	padding: 1.94%;
	margin-bottom: 20px;
	margin-left: 1%;
}

.cuadro5{
	
	
}

}

/*CONTAINER MOSAICOS*/
@media (min-width: 601px) {
  main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

 	/*MOVIMIENTO DE CUADROS (ROLLOVER)*/
 	.contenedor-rollover{
 		position: sticky;
		top: 65px;
		z-index: 1;
 	}

 	.overlay-rl{
	  position: absolute;
	  bottom: 0;
	  left: 100%;
	  right: 0;
	  background-color: #008CBA;
	  overflow: hidden;
	  width: 0;
	  height: 100%;
	  transition: .5s ease;
	}

	.overlay-lr{
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background-color: #008CBA;
	  overflow: hidden;
	  width: 0;
	  height: 100%;
	  transition: .5s ease;
	}

	.overlay-ud {
	  position: absolute;
	  bottom: 100%;
	  left: 0;
	  right: 0;
	  background-color: #008CBA;
	  overflow: hidden;
	  width: 100%;
	  height:0;
	  transition: .5s ease;
	}

	.contenedor-rollover:hover .overlay-rl {
 	 width: 100%;
  	left: 0;
	}

	.contenedor-rollover:hover .overlay-lr {
 	 width: 100%;
	}

	.contenedor-rollover:hover .overlay-ud {
	  bottom: 0;
	  height: 100%;
	}

	.texto-collage{
	  font-family: gobold;
	  color: white;
	  font-size: 1.5em;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  white-space: nowrap;
	}

	.texto-collage-fijo{
		position: absolute;
	    font-family: gobold;
	    color: #fff;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    text-align: center;
	    font-size: 1.5em;
	}
 	/*MOVIMIENTO DE CUADROS FIN*/

	.figure1 {
	grid-column: span 2;
	grid-row: span 2;
	-ms-grid-column-span: 2;
	-ms-grid-row-span: 2;
	position: relative;
	}

	.figure2 {
	grid-column: span 1;
	grid-row: span 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
	position: relative;
	}

	.figure3 {
	grid-column: span 1;
	grid-row: span 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
	position: relative;
	}

	.figure4 {
	grid-column: span 1;
	grid-row: span 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
	position: relative;
	}

	.figure5 {
	grid-column: span 1;
	grid-row: span 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
	position: relative;
	}

	.figure6 {
	grid-column: span 1;
	 grid-row: span 1;
	 -ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
	 position: relative;
	}

	.figure7 {
	grid-column: span 1;
	 grid-row: span 1;
	 -ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
	 position: relative;
	}

	.figure8 {
	grid-column: span 1;
	 grid-row: span 1;
	 -ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
	 position: relative;
	}

	.figure9 {
	grid-column: span 1;
	 grid-row: span 1;
	 -ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
	 position: relative;
	}

	.figure10 {
	grid-column: span 2;
	 grid-row: span 2;
	 -ms-grid-column-span: 2;
	-ms-grid-row-span: 2;
	 position: relative;
	}


/*GENERIC STYLES*/
.imagen-collage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-link {
  text-decoration: none;
  color: #ff9900;
}


}
@media (max-width: 600px) {
	main {
	    display: grid;
	    grid-template-columns: 1fr;
	 }

	.figure1,.figure2,.figure3,.figure4,.figure5,.figure6,.figure7,.figure8,.figure9,.figure10, {
	grid-column: 1;
	grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 1;
	position: relative;
	}

	.contenedor-fijo{
		position: relative;
	}

	/*GENERIC STYLES*/
	.imagen-collage {
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  position: relative;
	}

	.info-link {
	  text-decoration: none;
	  color: #ff9900;
	}

	/*MOVIMIENTO DE CUADROS (ROLLOVER)*/
 	.contenedor-rollover{
 		position: relative;
 	}

 	.overlay-rl{
	  position: absolute;
	  bottom: 0;
	  left: 100%;
	  right: 0;
	  background-color: #008CBA;
	  overflow: hidden;
	  width: 0;
	  height: 100%;
	  transition: .5s ease;
	}

	.overlay-lr{
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background-color: #008CBA;
	  overflow: hidden;
	  width: 0;
	  height: 100%;
	  transition: .5s ease;
	}

	.overlay-ud {
	  position: absolute;
	  bottom: 100%;
	  left: 0;
	  right: 0;
	  background-color: #008CBA;
	  overflow: hidden;
	  width: 100%;
	  height:0;
	  transition: .5s ease;
	}

	.contenedor-rollover:hover .overlay-rl {
 	 width: 100%;
  	left: 0;
	}

	.contenedor-rollover:hover .overlay-lr {
 	 width: 100%;
	}

	.contenedor-rollover:hover .overlay-ud {
	  bottom: 0;
	  height: 100%;
	}


	.texto-collage{
	  font-family: gobold;
	  color: white;
	  font-size: 1.5em;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  white-space: nowrap;
	}

	.texto-collage-fijo{
		position: absolute;
	    font-family: gobold;
	    color: #fff;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    text-align: center;
	    font-size: 1.5em;
	}

	.texto-dinero-roll {
	    font-size: 2em;
	}
 	/*MOVIMIENTO DE CUADROS FIN*/
}



/*UBICACION*/
.titulo-loc{
	font-family: gobold;
	font-size: 2em;
	color: #4b7699;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}

.desc-loc{
	font-family: myriad;
	font-size: 1em;
	color: #4b7699;
	text-align: center;
}


/*UBICACION FIN*/

 /* ICONOS REDES SOCIALES*/
.fa {
    padding: 0;
    font-size: 2em;
    width: auto;
    text-align: center;
    text-decoration: none;
    border-radius: 0%;
    border: 0px solid #fff;
    margin-top: 0em;
}
/* Efecto hover*/
.fa:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #f4da7c;
}

/* Color para cada uno */

/* Facebook */
.redes-sociales{
padding-top: 1em;
}

.redes-sociales a img{
	text-decoration: none;

}

.centrado a:hover{
	text-decoration: none;
}

.fa-facebook {
    color: white;
    margin-right: 1em;
}
/* Twitter */
.fa-twitter {
    color: white;
} 
/* Youtube */
.fa-youtube {
    color: white;
    margin-left: 1em;
} 
 /* ICONOS REDES SOCIALES FIN*/

/*ICONOS DE CIFRAS*/

.desc {
    text-align: center;
    transform:scale(0.8,1); 
  	-webkit-transform:scale(0.8,1);
  	display:inline-block; 
}

.desc-bajo{
 	text-align: center;
    transform:scale(0.8,1); 
  	-webkit-transform:scale(0.8,1);
  	display:block; 
    margin-top: -4px;
}

.desc-numeros{
    text-align: center;
    font-family: gobold;
    color: #004375;
    font-size: 2em;
}

.gob-azul{
	font-family: gobold;
	font-size: 1em;
	color: #004375;
	padding-top: 2em;
}

.grid-cifra{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding-bottom: 1em;
	flex-flow: wrap;
	-webkit-flex-flow: row wrap;
}	
	

.cifra-item{
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
}
/*ICONOS DE CIFRAS FIN*/

/*DESCARGABLES*/
.fondo-down{
	background-color: #fff;
}

.titulo-naranjita{
	color: #f68428;
	font-family: gobold;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	padding-top: 1em;
	padding-bottom: 1em;
}

.titulo-down{
	color: #56B6A8;
	font-family: gobold;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
.titulo-down_bolsa{
	color: #56B6A8;
	font-family: gobold;
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
	/*padding-top: 2em;*/
	padding-bottom: 1em;
	line-height: 150px;
}

.iconos-down{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding-bottom: 1em;
	flex-flow: wrap;
	-webkit-flex-flow: row wrap;
}

.iconos-item{
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.desc-icono{
    text-align: center;
  	padding-bottom: 1em;
  	font-size: 0.7em;
}

.desc-icono a{
	text-decoration: none;
}

.letra-icono{
    text-align: center;
    font-family: gobold;
    color: #80b4a7;
    font-size: 1em;
    padding-top: 1em;
	margin-bottom: -6%;
	transform: scale(1,0.7);
	-webkit-transform: scale(1,0.7);
}

.form-control {
    font-size: 0.9em;
}

.seccion-relativa{
	position: relative;
}

/*TIPOS DE LETRAS*/
.univ{
	font-family: univers-std;
}

.univ-b{
	font-family: univers-bold;
}

.univ-l{
	font-family: univers-light;
}

.gob{
	font-family: gobold;
}

.myr{
	font-family: myriad;
}

/*TIPOS DE LETRAS FIN*/


/*SLIDER TEXTO*/
.landing-img{
	width: inherit;
}

.nomobile-landing{
	display: block;
}

.mobile-landing{
	display: none;
}

.titulo-landing{
	font-family: gotham;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0.5em;
	margin-left: 2em;
}

.contenido-landing{
	font-family: myriad;
	margin-bottom: 1em;
	margin-left: 2.8em;
}

.contenido-landing a{
	width: 200px;
	height: 200px;
}


@media(min-width: 1024px){
.titulo-landing{
	font-size: 2em;
}

.contenido-landing{
	font-size: 1.4em;
}

.dona-stick{

	font-size: 1.8em;
}
}

 @media(max-width: 750px){
 .titulo-landing{
	font-size: 1.2em;
}

.contenido-landing{
	font-size: 0.8em;
}

.dona-stick{

}
}

@media(max-width: 610px){
.dona-stick{

}
}



.landing-img{
	width: inherit;
}

.mobile-landing{
	display: block;
}

.nomobile-landing{
	display: none;
}
}

@media(max-width: 350px){
.slide{
	width: 80%;
	top: 15%;
}

.landing-img{
	width: inherit;
}

.mobile-landing{
	display: block;
}

.nomobile-landing{
	display: none;
}

 .titulo-landing{
	font-size: 1.1em;
}

.contenido-landing{
	font-size: 0.8em;
	margin-bottom: 0.2em;
}
}

@media(max-width: 300px){
.slide{
	top: 10%;
}

}

.anim1 {
  -moz-animation: cycle 20s linear infinite;
  -webkit-animation: cycle 20s linear infinite;
  animation: cycle 20s linear infinite;
  z-index: 1;

}

.anim2 {
  -moz-animation: cycle2 20s linear infinite;
  -webkit-animation: cycle2 20s linear infinite;
  animation: cycle2 20s linear infinite;

}

@-moz-keyframes cycle {
  0% {
    /*left: 1em;*/
    opacity: 1;
  }
  10% {
    /*left: 1em;*/
    opacity: 1;
  }
  20% {
    /*left: -50em;*/
    opacity: 1;
  }

  30%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  40%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  50%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  60%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  70%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  80%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  90%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  100% {
    /*left: 1em;*/
    opacity: 1;
  }
}

@-moz-keyframes cycle2 {
  0% {
    /*left: 1em;*/
    opacity: 0;
  }
  10% {
    /*left: 1em;*/
    opacity: 0;
  }
  20% {
    /*left: -50em;*/
    opacity: 0;
  }

  30%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  40%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  50%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  60%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  70%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  80%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  90%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  100% {
    /*left: 1em;*/
    opacity: 0;
  }
 }

 @-webkit-keyframes cycle {
  0% {
    /*left: 1em;*/
    opacity: 1;
  }
  10% {
    /*left: 1em;*/
    opacity: 1;
  }
  20% {
    /*left: -50em;*/
    opacity: 1;
  }

  30%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  40%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  50%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  60%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  70%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  80%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  90%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  100% {
    /*left: 1em;*/
    opacity: 1;
  }
}

@-webkit-keyframes cycle2 {
  0% {
    /*left: 1em;*/
    opacity: 0;
  }
  10% {
    /*left: 1em;*/
    opacity: 0;
  }
  20% {
    /*left: -50em;*/
    opacity: 0;
  }

  30%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  40%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  50%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  60%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  70%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  80%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  90%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  100% {
    /*left: 1em;*/
    opacity: 0;
  }
 }

  @keyframes cycle {
  0% {
    /*left: 1em;*/
    opacity: 1;
  }
  10% {
    /*left: 1em;*/
    opacity: 1;
  }
  20% {
    /*left: -50em;*/
    opacity: 1;
  }

  30%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  40%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  50%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  60%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  70%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  80%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  90%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  100% {
    /*left: 1em;*/
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    /*left: 1em;*/
    opacity: 0;
  }
  10% {
    /*left: 1em;*/
    opacity: 0;
  }
  20% {
    /*left: -50em;*/
    opacity: 0;
  }

  30%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  40%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  50%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  60%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  70%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  80%{
  	/*left: 75em;*/
  	opacity: 1;
  }
  90%{
  	/*left: 75em;*/
  	opacity: 0;
  }
  100% {
    /*left: 1em;*/
    opacity: 0;
  }
 }

button{
	background-color: #cb6875;
	color: #fff;
	border: 0px;
}


/*SELLO*/
.sello {
    position: absolute;
	bottom: 5px;
	right: 5px;	
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
    display: block;
    border: 0px solid #fff;
    border-radius: 50%;
}

.sello-sub{
	bottom: 41%;
}

.sello img{
	width: 80px;
	height: 80px;
}

.sello img:hover {
    width: 100px;
	height: 100px;
}

@media(max-width: 700px){
.sello img{
width: 70px;
height: 70px;
}

.sello img:hover {
    width: 90px;
	height: 90px;
}

.sello-sub{
	bottom: 50%;
	right: 5px;
}
}

.formulario{
	display: flex;
	max-width: 60%;
}
.formulario button{
	padding: 0.3em 0.4em;
	font-size: 1em;
	font-weight: 200;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	color: #fff;
	background-color: #f4da7c;
	margin-left: 0.1em;
	font-family: gobold;
}

@media(max-width: 390px){
.imagen-socio{
	width: inherit;
}

.mobile{
	display: block;
}

.nomobile{
	display: none;
}

.texto1-socio{
	width: 60%;
	font-size: 0.8em;
}
.texto2-socio{
	font-size: 0.8em;
	top: 53%;
	width: 50%;
}
.texto3-socio{
	bottom: 10%;
}

.badge_3 {
  font-size: 1.5em;
}

.formulario button{
	padding: 0.3em 0.4em;
	font-size: 0.7em;
}

.arroba {
	line-height: 1.5;
}
}

/*FOOTER*/
.footer-bg{
	background-color: #002345;
	text-align: center;
}

/*.footer-bg_race_wizeline{
	background:url("../img/race/footer.png") ;
	background: cover;
	text-align: center;
	position: absolute;
	bottom: 0;
	clear: left;
	clear: right;
	margin-left: auto;
	margin-right: auto;
	height: 230;
}*/

.unete-foot{
	padding: 0.8em;
	font-family: gotham;
	font-size: 0.7em;
	color: #ababab;
}

.unete-foot a{
	text-decoration: none;
	color: #fff;
}

.unete-foot a:hover{
	color: #d68717;
}

/*NOTICIAS UNETE*/
.banner-noticias{
	width: 100%;
	position: relative;
}

.banner-noticias img{
	width: inherit;
}

.banner-noticias p{
	width: 30%;
	position: absolute;
	font-family: gobold;
	transform: translate(15%,-160%);
	font-size: 3em;
	color: #004177;
}

@media(max-width: 650px){
	.banner-noticias p{
	font-size: 2em;
}
}

@media(max-width: 430px){
	.banner-noticias p{
transform: translate(10%,-160%);
font-size: 1.5em;
}
}

@media(min-width: 1024px){
	.banner-noticias p{
transform: translate(15%,-200%);
}
}

.bg-noticias{

}

.columnas-news{
	display: flex;
	justify-content: space-between;
	flex: 1;
	background-color: #f5f5f5;
}

.noticia{
	text-align: center;
	padding-bottom: 1em;
}

.noticia a{
	color: #004375;
	font-family: gotham;
	font-size: 1em;
}

.noticia a p{
	padding: 0.5em 4em 0em 4em;
	font-family: gotham;
}

@media(max-width: 400px){
	.noticia a p{
	padding: 0.5em 3em 0em 3em;
}
}

.noticia p{
	font-family: gotham-thin;
	font-size: 1em;

}

.noticia img{
	height: 170px;
}

@media(max-width: 325px){
.noticia img{
	width: 100%;
}	
}
.titulo-noticias{
	font-family: gobold;
	font-size: 2em;
	color: #003e77;
	text-align: center;
	padding: 1em 0em;
}

.margen-mapa{
	margin-top: 2em;
}

.badge-news-pos{
	text-align: center;
}
.badge-news{
  font-family: gobold;
  padding: 0.25em 1.4em;
  font-size: 1em;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 3px solid white;
  border-radius: 7px;
  background-color: #003e77;
  color:#fff;
}
}

.news{
	background-color: #003e77;
	color: #fff;
	font-family: gotham;
	
}

.redes-fijas{
	position: fixed;
	right: 0;
	bottom: 65%;
	display: flex;
	flex-direction: column;
	background-color: #004375;
	opacity: 0.7;
	border-radius: 1em 0 0 1em;
	z-index: 1000;
	padding: 5px;
	transition: opacity 1s;
	display: none;
}

.redes-fijas:hover{
	opacity: 1.0;
}

.social-zoom{
	margin: 2px 0px;
}

.social-zoom img{
	width: 27px;
	height: 27px;
	transition: width 0.2s;
}

.social-zoom img:hover{
	width: 32px;
	height: auto;
}

@media (max-height: 600px){
	.redes-fijas{
		bottom: 55%;
	}
}


.centrarmike{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	height: 120px;
	color: #737373;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}