body{margin:0;padding:0;font-family: 'Montserrat', sans-serif;}
nav{
	width:100%;
	position:fixed;
	z-index:10;
	border-bottom:1px solid rgba(255,255,255,0.2);
	color:#ffffff;
	transition:0.3s;
	font-size:12px;
}
.nav-top{
	padding:20px 0;
}
nav .logo{
	float:left;
	width:15%;
}
nav .logo img{
	height:50px;
}
nav .menu-d{
	float:right;
	width:85%;
	text-align:right;
}
nav .menu-d a{
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	padding:15px 20px;
}
nav .menu-d a img{
	width:8px;
	transition:0.3s;
}
.desplegable{
	cursor:pointer;
	position:relative;
}
.desplegable:hover .act-desplegable{
	display:block;
	padding: 17px 0 0 0;
}
.desplegable:hover img{
	transform: rotate(180deg);
}
.act-desplegable{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding: 17px 0 0 0;
}
.act-desplegable > li{
	background:#9ad300;
	border-bottom:1px solid #c7ff2f;
	padding:15px 0;
	width:200px;
	text-align:center;
	transition:0.3s;
}
.act-desplegable > li:hover{
	background:rgba(14,19,89,1);
}
nav .menu-d ul{
	margin:0;
	padding:0;
}
nav .menu-d ul li{
	margin:0;
	padding:0;
	display:inline-block;
}
.desplegado{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:10px 30px;
}
nav .menu-d a#desplegable:hover + .desplegado{
	display:block;
}
nav .menu-d a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #9ad300;
    transition: width .3s;
}
nav .menu-d a:hover::after {
    width: 100%;
    transition: width .3s;
}
.nav-back{
	background:rgba(14,19,89,0.9);
	padding:10px 0;
}
header{
	height:85vh;
	width:100%;
	display:block;
	overflow:hidden;
	position:relative;
}
.contenedor{
	display:block;
	margin:0 auto;
	max-width:1600px;
	width:90%;
}
.col-25{
	width:25%;
	display:inline-block;
	float:left;
}
.col-30{
	width:30%;
	display:inline-block;
	float:left;
}
.col-20{
	width:20%;
	display:inline-block;
	float:left;
}
.col-33{
	width:33.3333%;
	display:inline-block;
	float:left;
}
.col-35{
	width:35%;
	display:inline-block;
	float:left;
}
.col-70{
	width:70%;
	display:inline-block;
	float:left;
}
.col-40{
	width:40%;
	display:inline-block;
	float:left;
}
.col-50{
	width:50%;
	display:inline-block;
	float:left;
}
.col-60{
	width:60%;
	display:inline-block;
	float:left;
}
.row{
	display:block;
	float:left;
	width:100%;
}

#somos{
	display:block;
	padding:50px 0;
	float:left;
	width:100%;
}
h1{
	color:#104594;
	font-size:30px;
	text-align:right;
	max-width:570px;
	margin:0;
}
#somos hr{
	background:rgb(154, 211, 0);
	display:block;
	float:right;
	border:0;
	height:2px;
	width:80px;
}
#somos .col-40{
	text-align:right;
	width:calc(40% - 1px);
	border-right:1px solid #afafaf;
	font-size:13px;
}
#somos .col-60{
	font-size:13px;
	line-height:22px;
}
#anios{
	display:block;
	float:left;
	width:100%;
	background:#000c1e;
}
.flex-content{
	display:flex;
	align-items: center;
	justify-content: center;
}
#anios .col-50:first-child{
	background:url(../img/back-mudanzas.png) center right no-repeat;
	background-size:cover;
	height:500px;
}
#anios .col-50{
	alignment-baseline: central;
	font-size:40px;
	color:#ffffff;
}
#anios .cta{
	font-size:14px;
	padding:15px 60px;
	margin:15px 0 0 0;
	display:inline-block;
	border:2px solid rgb(154, 211, 0);
	color:#ffffff;
	text-decoration:none;
	transition:0.3s;
	border-radius:50px;
}
#anios .cta:hover{
	background:rgb(154, 211, 0);
}
#beneficios{
	padding:50px 0;
	display:block;
	width:100%;
	float:left;
}
#beneficios h2{
	text-align:center;
	font-size:40px;
	margin:0 0 20px 0;
	color:#104594;
}
#beneficios hr{
	width:50px;
	height:2px;
	border:0;
	background:rgb(154, 211, 0);
}
#beneficios .description{
	width:50%;
	margin:0 auto 50px auto;
	color:#666666;
	font-size:12px;
	line-height:24px;
	display:block;
	text-align:center;
}
#beneficios .box-bene{
	width:calc(100% - 2px);
	border:1px solid rgba(16,69,148,0.8);
	transition:0.3s;
	overflow:auto;
	padding:0 0 20px 0;
}
#beneficios .box-bene .text-bene{
	display:block;
	width:100%;
	font-size:13px;
	line-height:23px;
	float:left;
}
#beneficios .cta{
	background:rgb(16,69,148);
	color:#ffffff;
	padding:3px 10px;
	text-decoration:none;
	display:inline-block;
	margin:10px 0 0 0;
}
#beneficios .box-bene:hover{
	border:1px solid rgb(154, 211, 0);
	box-shadow:0px 10px 20px rgba(0,0,0,0.2);
}
#beneficios .img-bene{
	width:100%;
}
#beneficios .img-bene img{
	display:block;
	width: 100%;
}
#mejores{
	background:url(../img/mudanza.jpg) right center no-repeat;
	background-size:cover;
	display:block;
	width:100%;
	overflow:auto;
	padding:50px 0;
}
#mejores h2{
	color:rgb(16,69,148);
	font-weight:bold;
	font-size:40px;
	display:block;
	width:40%;
}
#mejores .cta{
	font-size: 14px;
    padding: 15px 60px;
    display: inline-block;
    background:rgb(154, 211, 0);
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 50px;
}
#servicios{
	padding:30px 0;
	display:block;
	width:100%;
}
#servicios h2{
	text-align:center;
	font-size:35px;
	color:rgb(154, 211, 0);
	margin:0 0 10px;
}
#servicios hr{
	width:50px;
	height:2px;
	border:0;
	background:rgb(16,69,148);
}
#servicios .description{
	width:50%;
	margin:0 auto 50px auto;
	color:#666666;
	font-size:12px;
	line-height:24px;
	display:block;
	text-align:center;
}
#servicios .cols-flex{
	display:flex;
}
#servicios .col-25{
	border:1px solid #999999;
	width:calc(25% - 2px);
	height:180px;
	position:relative;
}
.content-services{
	width:100%;
	position:absolute;
	height: calc(100% - 20px);
	padding:20px 0 0 0;
	text-align:center;
	font-size:12px;
	line-height:24px;
	transition:0.3s;
}
.content-services:hover{
	background:rgb(154, 211, 0);
	color:#fff;
}
.content-services img{
	display:block;
	width:30%;
	margin:0 auto;
}
footer{
	display:block;
	width:100%;
	margin:80px 0 0 0;
	float:left;
	padding:50px 0;
	border-top:4px solid rgb(154, 211, 0);
	background:rgba(14,19,89,1);
	color:#ffffff;
}
footer .logo{
	float:left;
	display:inline-block;
}
footer h2{
	float:left;
	display:inline-block;
	padding:10px 0 0 15px;
	margin:0;
	font-size:30px;
}
footer .col-40{
	font-size:13px;
}
#nosotros{
	background:url(../img/acerca-de-mudanzas-benitez.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
}
.titulo-sections{
	position:absolute;
	left:calc(50% - 250px);
	top:30%;
	text-align:center;
	width:500px;
}
.titulo-sections h1{
	color:#ffffff;
	text-align:center;
	text-shadow:0px 3px 3px rgba(0,0,0,0.5);
	font-size:50px;
}
.titulo-sections h2{
	font-size:16px;
	font-weight:lighter;
	color:#ffffff;
	letter-spacing: 4px
}
#vision-mision{
	padding:30px 0;
	display:block;
	width:100%;
	float:left;
}
#vision-mision hr{
	width:50px;
	border:0;
	height:2px;
	background:rgb(154, 211, 0);
	float:left;
	display:block;
}
.camion{
	width:100%;
}
#vision-mision .col-35{
	font-size:13px;
	line-height:24px;
	color:#666666;
}
#vision-mision h3{
	color:rgb(16,69,148);
	font-size:30px;
	margin-bottom:10px;
}
#vision-mision .col-35 ul{
	margin:0;
}
#fundador{
	padding:80px 0;
	display:block;
	width:100%;
	float:left;
	overflow:auto;
	background:url(../img/fondo-historia.jpg) center center no-repeat;
}
.cita-benito{
	display:block;
	width:60%;
	margin:0 auto;
	text-align:center;
	font-size:35px;
	color:#ffffff;
	font-weight:bold;
}
.des-benito{
	display:block;
	width:50%;
	margin:20px auto 0 auto;
	text-align:center;
	font-size:15px;
	color:#eeeeee;
	line-height:24px;
}
.numero{
	font-size:35px;
	color:rgb(154, 211, 0);
	font-weight:bold;
	display:block;
	margin:0 0 10px 0;
}
#beneficios .col-25{
	font-size:13px;
	line-height:24px;
	color:#666666;
}
#clave{
	padding:50px 0;
	display:block;
	width:100%;
	float:left;
}
#clave h2{
	color:#104594;
	font-size:40px;
	margin-bottom:10px;
	text-align:center;
}
#clave hr{
	width:50px;
	border:0;
	height:2px;
	background:rgb(154, 211, 0);
	display:block;
}
#clave .description{
	width:50%;
	display:block;
	margin:0 auto 20px auto;
	font-size:13px;
	line-height:24px;
	color:#666666;
	text-align: center;
}
.image-clave{
	width:100%;
	display:block;
	margin:0 0 20px 0;
	height:180px;
	overflow:hidden;
}
.image-clave:hover img{
	transform:scale(1.3);
}
.image-clave img{
	display:block;
	width:100%;
	transition:0.3s;
}
.desc-clave{
	display:block;
	width:100%;
	font-size:13px;
	line-height:24px;
	color:#666666;
}
.desc-clave h3{
	font-size:20px;
	color:#104594;
	margin:0 0  10px 0;
}
#cotizar{
	background:url(https://image.shutterstock.com/z/stock-photo-happy-young-couple-just-moved-into-new-home-unpacking-boxes-having-fun-1050542867.jpg) center center no-repeat;
	background-size:cover;
}
#cotizar  h1{
	color:#ffffff;
	text-align:center;
	text-shadow:0px 3px 3px rgba(0,0,0,0.5);
	font-size:40px;
}
#contactar{
	display:block;
	width:100%;
	float:left;
	overflow:auto;
	padding:30px 0;
	background:#dedede url(../img/back-contacto.jpg) right center no-repeat;
	background-size:contain;
}
#contactar h2{
	color:#104594;
	margin:0 0 20px 0;
}
#contactar hr{
	width:50px;
	border:0;
	height:2px;
	background:rgb(154, 211, 0);
	display:block;
	margin:10px 0 20px 0;
}
#contactar .descripcion{
	display:block;
	width:80%;
	font-size:13px;
	line-height:20px;
	margin:0 0 30px 0;
}
label{
	display:block;
	width:100%;
	float:left;
	padding:10px 0;
}
label span{
	color:#ff0000;
}
input{
	display:block;
	width:calc(100% - 52px);
	padding:10px 15px;
	font-size:14px;
	background:#f6f6f6;
	margin:0 0 20px 0;
	border:1px solid #666666;
}
textarea{
	display:block;
	width:calc(100% - 52px);
	height:60px;
	padding:10px 15px;
	font-size:14px;
	background:#f6f6f6;
	margin:0 0 20px 0;
	border:1px solid #666666;
}
button{
	background:rgb(154, 211, 0);
	border:0;
	padding:10px 40px;
	font-size:14px;
	color:rgba(14,19,89,1);
	font-weight:bold;
}
.mapa{
	display:block;
	width:100%;
	height:50vh;
	float:left;
}
#datos-contact{
	display:block;
	width:100%;
	float:left;
}
#datos-contact h2{
	color:rgba(14,19,89,1);
	text-align:center;
	font-size:35px;
}
#datos-contact hr{
	width:50px;
	border:0;
	height:2px;
	background:rgb(154, 211, 0);
	display:block;
	margin:10px auto 20px auto;
}
#datos-contact #direccion{
	padding:20px 0;
	text-align:center;
}
#datos-contact #telefonos{
	padding:20px 0;
	text-align:center;
	font-size:18px;
}
#datos-contact #correo{
	padding:20px 0;
	text-align:center;
	font-size:18px;
}
#corporativo{
	display:block;
	width:100%;
	float:left;
	background:url(../img/mudanzas-coporativas.jpg) center center no-repeat;
	background-size:cover;
}
.cta-header{
	background:rgb(154, 211, 0);
	display:block;
	margin:0 auto;
	width:200px;
	padding:15px 0;
	font-weight:bold;
	border-radius:50px;
	color:#104594;
	text-decoration:none;
}
#contactanos{
	width:100%;
	display:block;
	float:left;
	background:#dbdcde;
}
#contactanos .sac{
	display:block;
	width:100%;
}
#contactanos .icon{
	background:#104594;
	display:inline-block;
	float:left;
	width:50px;
	height:50px;
	line-height:100%;
}
#contactanos .icon img{
	width:35px;
	display:block;
	margin:7px auto 0 auto;
}
.des-icons{
	float:right;
	width:calc(100% - 70px);
	display:inline-block;
}
.des-icons .row{
	padding:5px 0;
	font-size:20px;
}
#contactanos h2{
	font-size:35px;
	margin:0 0 15px 0;
	color:#104594;
}
#domesticas{
	display:block;
	width:100%;
	float:left;
	background:url(../img/mudanzas-domesticas.jpg) center center no-repeat;
	background-size:cover;
}
#foraneas{
	display:block;
	width:100%;
	float:left;
	background:url(../img/mudanzas-foraneas.jpg) center center no-repeat;
	background-size:cover;
}
#cdmx{
	display:block;
	width:100%;
	float:left;
	background:url(../img/mudanzas-cdmx.jpg) center center no-repeat;
	background-size:cover;
}
.row-footer{
	display:block;
	width:100%;
	font-size:12px;
	line-height:20px;
	float:left;
	margin:5px 0;
}
footer a{
	color:#ffffff;
	transition:0.3s;
}
footer #copy{
	text-align:center;
	padding:30px 0 0 0;
	margin:20px 0 0 0;
	border-top:1px solid rgba(255,255,255,0.2);
}
.sm{
	display:inline-block;
	width:30px;
	margin:0 10px 0 0;
}
footer a:hover{
	color:rgb(154, 211, 0);
}