@charset "UTF-8";
/* CSS Document */

* {
  	margin: 0;
  	padding: 0;
}

body {
	/*background: grey;*/
	overflow-x: hidden;
	overflow-y: inherit;
    height: 100%; 
    width: 100%; 
    margin: 0px; 
    padding: 0px; 
}


/*--------------------------------------------------------- bloque tipografias -----------------------*/
@font-face {
  font-family: "fenwik";
  src: url("../font_/fenwick.ttf");
}
@font-face {
  font-family: "tt-travels";
  src: url("../font_/TT Travels Next Trial ExtraBold.ttf");
}
/*--------------------------------------------------------- bloque tipografias -----------------------*/

h2.tx-titu {
	font-family: "tt-travels";
	color: #070728;
	font-size: 30px;
	line-height: 28px;
	margin-top: 24px !important;
}
h5.fech {
	font-family: "tt-travels";
	color: #070728;
	font-size: 20px;
	line-height: 28px;
	margin-top: 8px !important;
}

h3.tit-ltr {
	font-family: "tt-travels";
	font-size: 110px;
	margin-left: 20px;
	margin-top: 30px;
}
h4.tit-sec {
	font-family: "tt-travels";
	font-size: 28px;
	margin-left: 20px;
	margin-top: -34px;
}
p.tx-cont {
	font-family: "fenwik";
	font-size: 18px;
	margin-left: 20px;
	margin-top: 14px;
	margin-right: 20px;
	margin-bottom: 40px;
}

h5.tt-mr {
	font-family: "fenwik";
	font-size: 18px;
	margin-left: 20px;
	margin-top: 26px;
	margin-right: 20px;
}

.tt-int-col-3 {
	font-size: 22px;
}

.tt-int-col-1 {
	font-size: 24px;
	color: #57D3A1;
}

h4.tit-sed {
	font-family: "tt-travels";
	font-size: 28px;
	margin-left: 20px;
	margin-top: 40px;
}

h5.sub-tit-vr {
	font-family: "fenwik";
	font-size: 34px;
	margin-left: 20px;
	margin-top: 26px;
	margin-right: 20px;
}

h4.sub-tt {
	background: #B9C11E;
	font-family: "tt-travels";
	color: white;
	font-size: 22px;
	margin-left: 20px;
	margin-top: 26px;
	margin-right: 20px;
}

/* --------------------------------------------------------------------------------------------------------- */

header {
	background: url("../ima_/logo-head_.png") no-repeat center;
	background-size: contain;
	width: 100%;
	height: 252px;
	float: left;
	margin-top: 30px;
}

section {
	width: 100%;
	float: left;
}

section.av {
	margin-top: 30px;	
}

section.aa {
	background: #D1B0FF;
	height: auto;
	margin-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

section.ab {
}
.bl-2 {
	width: 50%;
}
.bb {
	background: #A52CE5;
	float: left;
	height: 540px !important;
}
.bc {
	background: #57D3A1;
	float: right;
	height: 540px !important;
}

.col-3 {
	width: 33%;
	float: left;
}
#brr-gr {
	background: #D8D8D8;
	width: 100%;
	height: 20px;
	float: left;
}

.dc {
	float: right;
	height: auto;
}

#ima-lat {
	background: url("../ima_/mujeres-latrl_.png") center no-repeat;
	background-size: contain;
	width: 100%;
	height: 960px;
	margin-bottom: 30px;
}

.ae {
	margin-top: 90px;
}

#ima-blo2 {
	background: url("../ima_/mujeres-latrl-2_.png") no-repeat center;
	background-size: contain;
	width: 100%;
	height: 540px;
}


/*--------------------------------------------------------- respondive inicio ------------------------*/
@media screen and (max-width: 550px) {
	
	header {
		background: url("../ima_/logo-head_.png") no-repeat center;
		background-size: contain;
		width: 100%;
		height: 150px;
		float: left;
		margin-top: 20px;
	}
	
	section.aa {
		margin-top: 10px;
	}
	
	section.ab {
	}
	.bl-2 {
		width: 100%;
	}
	.bb {
		background: #A52CE5;
		float: left;
		height: auto !important;
	}
	.bc {
		background: #57D3A1;
		float: left;
		height: auto !important;
	}
	
	.col-3 {
		width: 100%;
		float: left;
	}
	
}






