﻿/*contenido*/
body{
	font-family:LuzSans-Book, "Century Gothic", Arial, Helvetica, sans-serif!important;
	    font-size: 16px!important;
}
.contenido{
	height:auto;
	clear:both;
		margin: 3% 15% 5%;
		overflow:hidden;
}
hr{
	width: 50px;
    border: 2px solid #05d4ef;
    margin-bottom: 60px;
    margin-top: 0;
}
.banner{
	border-bottom: 4px solid #faab12;
}
h2{
	text-align: center;
    color: #008196;
    text-transform: uppercase;
    font-size:44px;
}
.contenido p {
color:#000;
    text-align: justify;
}
.contenido2{
	margin:5% 15%;
}
.post, .post-izq{
	clear:both;
	overflow:hidden;
	color:#f9901d;
}
.texto{
	margin:40px;
}
h3{
	font-size: 32px!important;
	
}
h2, h3{
	font-family:Candara;
}
.borde{
border-bottom: 1px solid #000;
border-top: 1px solid #000;
    height: 6px;
border-color: #e5e5e5;
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
}
/*.post:hover, .post-izq:hover{
background:#ffe4c6;
}*/
.li{
	width:100%;
	margin-bottom: 20px;
}
.li:hover{
	background: rgba(0, 127, 147, 0.15);
}
.bold{
	font-weight:600;
	color:#f9901d;
	font-size: 20px;
	padding-left:20px;
}
.beneficio1, .beneficio2, .beneficio3, .beneficio4, .beneficio5{
width: 18%;
    float: left;
    height: 250px;
    border-bottom: 5px solid #989898;
    margin-left: 15px;
    background: rgba(234, 233, 233, 0.44);
    padding: 10px;
}
.beneficio1{
	background-image:url('../images/acreditacion2.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.beneficio1:hover{
	background-image:url('../images/acreditacion.png');
	border-bottom: 5px solid #007f93;
}
.beneficio2{
	background-image:url('../images/seguridad2.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.beneficio2:hover{
	background-image:url('../images/seguridad.png');
	border-bottom: 5px solid #007f93;
}
.beneficio3{
	background-image:url('../images/puntualidad2.png');
    background-repeat: no-repeat;
    background-position: center top;

}
.beneficio3:hover{
	background-image:url('../images/puntualidad.png');
	border-bottom: 5px solid #007f93;
}
.beneficio4{
	    background-image:url('../images/esquemas2.png');
    background-repeat: no-repeat;
    background-position: center top;

}
.beneficio4:hover{
	background-image:url('../images/esquemas.png');
	border-bottom: 5px solid #007f93;
}
.beneficio5{
	background-image:url('../images/progreso2.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.beneficio5:hover{
	background-image:url('../images/progreso.png');
	border-bottom: 5px solid #007f93;
}
.beneficio p{
	text-align: center;
    padding-top: 120px;
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
.ubicaciones{
	width:35%;float:left;
}
.mapa-ubicaciones{
	float:left;width:65%;
}
.p-aduanas{
	text-indent:1.3em;
}
/*RESPONSIVO*/

@media screen and (max-width:799px) and (min-width:499px){
.beneficio1, .beneficio2, .beneficio3, .beneficio4, .beneficio5{
	width:42%;
	margin: 15px;
}
.logo{
	width:50%;
}
}

@media screen and (max-width:600px){
.beneficio1, .beneficio2, .beneficio3, .beneficio4, .beneficio5{
	width:100%;
	margin-bottom: 15px;
	margin-left: 0px;
}
hr{

}
}
@media screen and (max-width:1150px) and (min-width:800px){
.beneficio1, .beneficio2, .beneficio3, .beneficio4, .beneficio5{
	width:27%;
	    margin: 15px;
}}
@media screen and (max-width:913px){
.grid{
	float:none!important;
	padding-right:0!important;
	padding-left:0!important;
}
.grid figure{
	width:100%;
	margin-bottom:10px;
}
}
@media screen and (max-width:1100px){
.ubicaciones{
	width:100%;
	float:none;margin: 0 10%;
}
.mapa-ubicaciones{
	width:100%;
	float:none;
	
}
}
@media screen and (min-width:1101px){
.ubicaciones{
	margin-bottom: 100px;
}

}