:root{
	--primario: #e53935;
	--secundario: #4a4a4a;
	--fuentePrincipal: ;
}

@font-face{
	font-family: 'ArticulatCF-Regular';
	src: url(../fonts/ArticulatCF-Regular.otf);
	font-display: auto;
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'ArticulatCF-Bold';
	src: url(../fonts/ArticulatCF-Bold.otf);
	font-display: auto;
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'ArticulatCF-Light';
	src: url(../fonts/ArticulatCF-Light.otf);
	font-display: auto;
	font-weight: normal;
	font-style: normal;
}

html{
  box-sizing: border-box;
  font-size: 62.5%;
}

*,*:before,*:after{
  box-sizing: inherit;
}

body{
  font-family: 'ArticulatCF-Regular', sans-serif;
}

img{
	max-width: 100%;
}

/* GLOBALES */ 

.contenedor{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER REDES*/

.contenedor-redes{
	padding: 1rem 4rem;
	background: var(--secundario);
}

.contenedor-redes a{
	font-size: 2rem;
	margin-right: 2rem;
	color: #fff;
}

.contenedor-redes a:hover{
	color: var(--primario);
}

.contenedor-redes a:last-of-type{
	margin-right: 0;
}

/* HEADER PRINCIPAL */

header{
	background-image: url(../img/cofa.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 70rem;
	position: relative;
}

.navbar-brand {
	padding-top: 20rem;
}
	    
.menu-principal{
	margin-top: -10rem;
}

.menu-principal a{
	font-size: 2rem;
	color: #fff;
	position: relative;
	font-family: 'ArticulatCF-Regular', Sans-serif;
	border-bottom: 1px solid transparent;
}

.menu-principal a:hover{
	color: #000;
	border-bottom: 1px solid #000;
}

.textos{
	position: absolute;
	top: 75%;
	width: 70%;
	display: block;
	left: 26rem;
}

.textos .logo{
	width: 60%;
}

/* NOSOTROS */

.nosotros{
	background: url(../img/bg-textura.png);
	background-repeat: repeat;
	/*height: 100vh;*/
}

.contenido-nosotros{
	position: relative;
	overflow: visible;
}

.nosotros .foto{
	width: 80%;
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 0;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .35);
}

.nosotros .foto img{
	vertical-align: top;
	width: 100%;
}

.nosotros article{
	background: var(--primario);
	padding: 4rem;
	width: 50%;
	position: relative;
	top: 40rem;
	float: right;
	z-index: 1;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .35);
}

.nosotros article h3{
	font-size: 3rem;
	margin-bottom: 3rem;
	color: #fff;
	font-family: 'ArticulatCF-Bold', Sans-serif;
}

.nosotros article p{
	font-size: 1.8rem;
	line-height: 2rem;
	margin-bottom: 15px;
	color: #fff;
	font-family: 'ArticulatCF-Light', Sans-serif;
}

/* SERVICIOS */

.contenedor-servicios{

	background: url(../img/bg-textura.png);
	background-repeat: repeat;
	/*height: 300px;*/
	text-align: center;
	/*position: relative;*/
	padding-top: 10rem;
}

.titulo-servicios{
	border-top: 2px solid var(--primario);
	border-bottom: 2px solid var(--primario);
	width: 100%;
	font-size: 2rem;
	padding: 1.5rem;
	padding-left: 5rem;
	color: var(--secundario);
}

.icono-servicio{
	width: 100%;
}

.icono-servicio:hover{
	transform: scale(1.2);
}

.titulo-servicio{
	margin-top: 0.5rem;
	font-size: 2rem;
	color: var(--primario);
	text-transform: uppercase;
}

/* MODAL SERVICIOS */

.header-modal{
	background: var(--secundario);
	color: #fff;
}

.titulo-modal{
	font-size: 3rem;
	padding-top: 1.5rem;
}

.cruz-modal-serv{
	color: var(--primario);
	outline: none;
	border: none;
	font-size: 3.5rem;
	background: none;
}

.cruz-modal-serv:focus{
	border: none;
	outline: none;
}

.info-modal-carga,
.info-modal-muda,
.info-modal-enco,
.info-modal-fria{
	padding: 2rem 0;
	text-align: center;
	width: 100%;
}

.textos-modal{
	width: 100%;
	padding: 2rem;
	margin: 0 auto;
}

.parrafo-modal-carga,
.parrafo-modal-muda,
.parrafo-modal-enco,
.parrafo-modal-fria{
	font-family: 'ArticulatCF-Regular';
	font-size: 1.8rem;
	color: #000;
	line-height: 1.8;
}

.titulo-modal-prin-muda{
	font-size: 3rem;
	font-weight: bold;
}

.titulos-modal-muda{
	font-size: 2.5rem;
	font-family: 'ArticulatCF-Regular';
	color: var(--primario);
	margin-top: 2rem;
	text-decoration: underline;
}

.titulos-modal-prin-serv{
	font-size: 2.5rem;
	font-family: 'ArticulatCF-Bold';
	margin-top: 2rem;
	color: var(--secundario);
}

.lista-modal-serv{
	list-style: circle;
	text-align: left;
}

.lista-modal-serv li{
	font-size: 1.8rem;
	font-family: 'ArticulatCF-Regular';
	color: #000;
}

.footer-modal{
	background: var(--secundario);
}

.cerrar-modal{
	background: var(--primario);
	color: #fff;
	outline: none;
	border: none;
	font-size: 1.5rem;
	font-family: 'ArticulatCF-Bold';
	display: block;
	padding: 0.8rem 1.8rem;
}

.cerrar-modal:hover{
	background: rgba(229, 57, 53, 0.8);
}

/*DESTINOS*/

.contenedor-destinos{
	background: url(../img/bg-textura.png);
	background-repeat: repeat;
	/*height: 300px;*/
	text-align: center;
	/*position: relative;*/
	padding-top: 10rem;
}

#tabs {
    padding-top: 90px;
    padding-bottom: 90px;
}

#tabs .contenedor-tabs{
	/*box-shadow: 1px 1px 5px #000;*/
	height: 100vh;
	margin-top: 70px;
	width: 100%;
	background: url(../img/carga2.jpg);
	background-size: cover;
	background-position: center center;
}

.tabs-menu ul{
	display: flex;
	width: 100%;
	margin: auto;
	padding: 0;
	background: #f4f4f4;
}

.tabs-menu li{
	list-style: none;
	border-right: 1px solid #ccc;
	padding-right: 52px;
	height: 50px;
	cursor: pointer;
	padding-top: 16px;
	padding-left: 37px;
	font-size: 16px;
}

.titulo-tab{
	color: var(--primario);
}

.active-destino{
	background: var(--secundario);
}

.titulo-destino{
	font-size: 3rem;
	padding: 5rem 0;
	color: var(--primario);
}

.contenedor-tabs .tab ul{
	margin-top: -3rem;
}

.contenedor-tabs .tab li{
	list-style: none;
	font-size: 2rem;
	color: #fff;
	margin-bottom: 0.5rem;
}



/* CARACTERISTICAS */

.contenedor-caracteristicas{

	background: url(../img/bg-textura.png);
	background-repeat: repeat;
	padding-top: 2rem;
}

.titulo-caracteristicas{
	border-top: 2px solid var(--primario);
	border-bottom: 2px solid var(--primario);
	width: 100%;
	font-size: 2rem;
	padding: 1.5rem;
	padding-left: 5rem;
	color: var(--secundario);
}

.cont-iconos-caract{
	padding: 10rem 0;
	text-align: center;
}

.icono-caracteristica{
	width: 60%;
}

.titulo-caracteristica{
	margin-top: 7rem;
	font-size: 2rem;
	color: var(--primario);
	text-transform: uppercase;
}

/* CONTACTO */

.contacto{
	background: var(--secundario);
	padding: 6rem;
	height: auto;
}

.contenedor-mapa{
  background: var(--secundario);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.contenedor-mapa .mapa{
  position: absolute;
  top: 5rem;
  left: 10rem;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 70%;
}

.contacto h4{
	margin-bottom: 5rem;
	font-size: 2.7rem;
	text-transform: uppercase;
	color: var(--primario);
	font-family: 'ArticulatCF-Light', Sans-serif;
}


input:not([type="submit"]),
textarea{
	padding: 1rem;
	display: block;
	width: 100%;
	background: none;
	margin-bottom: 2rem;
	border: none;
	border-bottom: 1px solid var(--primario);
	font-size: 1.5rem;
	color: var(--primario);
}

textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 10rem;
	max-height: 15rem;
}

input:not([type="submit"]):focus,
textarea:focus{
	border-bottom: 1px solid #fff;
	background-color: rgba(255,255,255,.1);
}

::placeholder{
	font-size: 1.5rem;
	color: #fff;
}

:focus::placeholder{
	color: var(--primario);
}

.boton{
	background: var(--primario);
	color: #fff;
	padding: 1rem 3rem;
	border: none;
	font-size: 1.4rem;
	display: inline;
	border-radius: 0.5rem;
	letter-spacing: 0.2rem;
	font-weight: bold;
	transition: all .3s ease;
	font-family: 'ArticulatCF-Regular', Sans-serif;
	text-transform: uppercase;
}

.boton:hover{
	background: rgba(229, 57, 53, 0.8);
}

/* SUB MENU */

.parallax::before{
	width: 100%;
  	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	filter: grayscale(1);
}

.sub-menu{
	position: relative;
	height: auto;
}

.sub-menu::before{
	background-image: url(../img/cofa-paralax.jpg);
	content: '';
}


.contenido-submenu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-sub-menu{
	padding-top: 5rem;
	padding-left: 15rem;
	width: 30%;
}

.logo-sub-menu img{
	width: 100%;
}

.info-contacto{
	text-align: center;
	padding-top: 6rem;
	width: 60%;
}

.info-contacto ul li{
	list-style: none;
	font-size: 2rem;
	margin-bottom: 2rem;
	cursor: pointer;
}

.info-contacto ul li a{
	text-decoration: none;
	color: #fff;
}

.svg-inline--fa {
    margin-right: 1rem;
}

.fab,
.far,
.fas{
	margin-right: 1.5rem;
}

.menu-inferior{
	background: rgba(229, 57, 53, 0.8);
	padding: 1.5rem 6rem;
	margin: 2rem auto 0 auto;
}

.menu-inferior ul li{
	font-size: 2rem;
	font-family: 'ArticulatCF-Regular';
	text-transform: uppercase;
}

.menu-inferior ul li a{
	color: #fff;
}

.menu-inferior ul li a:hover{
	color: #000;
}

/* FOOTER */

footer{
  background: var(--secundario);
  padding-top: 3rem;
}

footer .copyright{
	font-size: 1.2rem;
	color: #fff;
	margin-top: 1rem;
	text-align: center;
}

footer .jaquedesign{
	text-decoration: none;
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	text-align: center;
}

footer .logojaque{
	width: 10%;
}

.info-menu-movil{
	display: none;
}


.contenedor-mapas-2{
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 7rem 0;
	background: var(--secundario);
}

.contenedor-mapas-2 .mapa-izq{
	width: 100%;
	text-align: center;
}

.contenedor-mapas-2 .mapa-der{
	width: 100%;
	text-align: center;
}

.contenedor-mapas-2 iframe{
	width: 90%;
	height: 395px;
}





/* ---- ---- MEDIA QUERIES ---- ---- */

/* MEDIA QUERIE 1200PX */

@media (max-width: 1200px){
	
	.textos {
	    top: 35%;
	}

}

/* MEDIA QUERIE 992PX */

@media (max-width: 992px){

/* HEADER */

	header {
	    height: 55rem;
	}

	.contenedor-redes {
	    padding: 0.5rem 2rem;
	}

	.contenedor-redes a {
	    font-size: 1.8rem;
	}

	.logo {
	    width: 30%;
	}

	.menu-principal {
	    margin-top: -2rem;
	    margin-right: -4rem;
	}

	.textos{
		position: absolute;
		top: 38rem;
		left: 10rem;
	}

/* NOSOTROS */

	.nosotros article h3{
		font-size: 2.5rem;
	}

	.nosotros article p{
		font-size: 1.4rem;
	}

	.nosotros .foto{
		left: 0;
		top: -7rem;
	}

/* SERVICIOS */
	
	.titulo-servicio{
		font-size: 1.8rem;
	}

/* DESTINOS */

	#tabs {
		padding-top: 80px;
	    padding-bottom: 50px;
	}

	#tabs .contenedor-tabs{
		height: 90vh;
	}

	.contenedor-tabs .tab li {
	    padding-right: 80px;
	}


/* CARACTERISTICAS */

.icono-caracteristica{
	width: 50%;
}

.titulo-caracteristica{
	margin-top: 4rem;
	font-size: 1.6rem;
	color: var(--primario);
	text-transform: uppercase;
}


/* CONTACTO */

	.contenedor-mapa .mapa {
	    left: 5rem;
	}


/* SUBMENU */

	.logo-sub-menu{
		padding-left: 10rem;
		width: 40%;
	}

/* FOOTER */
	
	footer {
	    padding-top: 4rem;
	}

	footer .jaquedesign {
	    padding-top: 0.8rem;
	}


}


/* MEDIA QUERIE 880PX */

@media (max-width: 880px){

	.tabs-menu li{
		padding-right: 50px;
		height: 10vh;
		width: 100%;
	}

	#tabs .contenedor-tabs {
	    height: 95vh;
	    text-align: center;
	}

}

	
/* MEDIA QUERIE 768PX */

@media (max-width: 768px){

	.info-menu-movil{
		display: block;
		position: relative;
	}

	.navbar-collapse {
	    position: fixed;
	    top:0; 
	    bottom: 0;
	    left: 100%;
	    width: 100%;
	    padding-right: 1rem;
	    padding-left: 1rem;
	    overflow-y: auto;
	    visibility: hidden;
	    background-color: black;
	    transition: visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
	    z-index: 100;
	    padding-top: 3rem;
	    padding-left: 3rem;
	    text-align: center;
	 }

	.logo-menu-movil{
		margin-bottom: 3rem;
	 }

	.cruz-menu-movil{
		color: var(--primario);
		outline: none;
		border: none;
		font-size: 5rem;
		background: none;
		position: absolute;
		top: -2rem;
		right: 3rem;
	}

	.cruz-menu-movil:focus{
		border: none;
		outline: none;
	}

	 .navbar-collapse.show {
	    visibility: visible;
	    transform: translateX(-100%);
	  }

	.textos{
		position: absolute;
		top: 11rem;
		left: 5rem;
	}

	.textos .logo{
		width: 70%;
	}


/* NOSOTROS */

	.nosotros .foto{
		width: 100%;
		position: relative;
		top: -10rem;
	}

	.nosotros article{
		position: relative;
		width: 100%;
		top: -10rem;
		left: 0rem;
		transform: translate(0px, 0);
	}

/* SERVICIOS */

	.titulo-servicio{
		font-size: 1.3rem;
	}


/* CARACTERISTICAS */

.icono-caracteristica{
	width: 40%;
}

.titulo-caracteristica{
	margin-top: 4rem;
	font-size: 1.4rem;
	color: var(--primario);
	text-transform: uppercase;
}


/* CONTACTO */

	.contenedor-mapa {
		height: 100%;
    	padding-bottom: 0rem;
	}

	.contenedor-mapa .mapa {
	    position: relative;
	    width: 100%;
	    height: 100%;
	    top: 0px;
		left: 0px;
	}

/* SUBMENU */

	.parallax::before{
	  	height: 250px;
	}

	.info-contacto {
	    padding-top: 3rem;
	}

	.contenido-submenu {
	    margin-top: 3rem;
	}

	.logo-sub-menu {
	    padding-left: 5rem;
	    padding-top: 0rem;
	}

	.info-contacto ul li {
	    font-size: 1.5rem;
	    margin-bottom: 1.5rem;
	}

	.menu-abajo{
		display: none;
	}

	.menu-inferior{
		display: none;
	}

/* FOOTER */

	footer {
	    padding-top: 0rem;
	}

	footer .jaquedesign {
	    padding-top: 7rem;
	}

	footer .copyright {
	    margin-top: 9.6rem;
	}

	footer .logojaque{
		width: 30%;
	}

	.contenedor-mapas-2{
		flex-direction: column;
	}

	.contenedor-mapas-2 iframe{
		width: 100%;
		height: 154px;
	}

	.contenedor-mapas-2 .mapa-izq{
		padding-bottom: 7rem;
	}
}

/* MEDIA QUERIE 680PX */

@media (max-width: 680px){

	/* CARACTERISTICAS */

	.cont-iconos-caract {
	    padding: 5rem 0;
	    text-align: center;
	}

	.titulo-caracteristica{
		margin-top: 2.5rem;
		font-size: 1.2rem;
		color: var(--primario);
		text-transform: uppercase;
	}

	.tabs-menu li{
		padding-left: 20px;
	}

}




/* MEDIA QUERIE 576PX */


@media (max-width: 576px){

/* HEADER */

	.navbar-brand {
	    padding-left: 5rem;
	}

	.textos{
		top: 12rem;
	}

/* NOSOTROS */

	.contenido-nosotros {
	    margin-top: -13rem;
	}

	.nosotros .foto{
		top: -5rem;
	}

	.nosotros article{
		top: -5rem;
	}

/* SERVICIOS */

	.titulo-servicio{
		font-size: 2rem;
	}

	/* DESTINOS */

	.tabs-menu li {
		padding-right: 25px;
	    font-size: 14px;
	}

/* SUBMENU */

	.parallax::before {
	    height: 370px;
	}

	.logo-sub-menu {
    	padding-left: 0rem;
	}

	.logo-sub-menu {
	    width: 35%;
	}

	.info-contacto {
	    width: 100%;
	}

	.lista-submenu {
	    margin-left: -4rem;
	}

/* CARACTERISTICAS */

	.icono-caracteristica{
		width: 20%;
		margin-top: 3rem;
	}


/* FOOTER */

	footer .jaquedesign {
	    padding-top: 9rem;
	}


}

/* MEDIA QUERIE 505PX */

@media (max-width: 505px){

/* HEADER */

	.navbar-brand {
	    padding-left: 1rem;
	}

	.textos .logo {
	    width: 90%;
	}

	.textos{
		top: 11rem;
		left: 2rem;
	}


/* MEDIA QUERIE 450PX */

@media (max-width: 450px){
	.textos{
		top: 12rem;
		left: 2rem;
	}

	.parallax::before {
	    height: 33rem;
	}

	.info-contacto ul li {
	    margin-bottom: 1.1rem;
	}

	/* DESTINOS */

	.tab img {
  		width: 100%;
	}

	.tabs-menu li {
		padding-right: 10px;
		padding-left: 7px;
	}

	#tabs .contenedor-tabs {
	    height: 100vh;
	    text-align: center;
	}

	.contenedor-tabs .tab li {
	    padding-right: 40px;
	}

	footer {
	    padding: 0rem;
	    height: 6rem;
	}

	footer .copyright {
	    margin: 0;
	    padding-top: 2rem;
	}

	footer .jaquedesign {
	    padding: 0rem;
	    padding-top: 2rem;
	}

	

}

/* MEDIA QUERIE 390PX */

@media (max-width: 390px){

	.navbar-toggler span{
		font-size: 4rem;
	}

	.navbar-toggler span .fas{
		margin-right: 0;
	}

	.textos{
		top: 12.5rem;
		left: 2rem;
	}

	.contenido-nosotros{
		margin-top: -20rem;
	}

	.nosotros article {
	    padding: 2rem;
	}

	.nosotros article h3{
		font-size: 1.8rem;
	}

	.nosotros article p{
		font-size: 1.2rem;
	}

	.titulo-servicios {
	    padding-left: 2rem;
	}

	.contenedor-servicios {
	    padding-top: 0rem;
	}

	.icono-servicio {
	    width: 70%;
	}

	.titulo-destino {
	    font-size: 2rem;
	}

	#tabs .contenedor-tabs {
	    height: 110vh;
	    text-align: center;
	}

	.titulo-tab {
	    text-align: start;
	}

	.tabs-menu li {
	    padding-right: 5px;
	    padding-left: 15px;
	    font-size: 11px;
	    height: auto;
	    padding-bottom: 15px;
	}

	.titulo-proyectos {
	    padding-left: 2rem;
	}

	.contenido-submenu {
	    margin-top: 2rem;
	}

	.galeria {
	    margin-left: -1.8rem;
	}

	.parallax::before {
	    height: 355px;
	}

	.logo-sub-menu {
	    width: 60%;
	    padding-left: 0rem;
	}

	.info-contacto {
	    width: 100%;
	    text-align: left;
	    padding-left: 2rem;
	}

	footer {
	    padding-top: 3rem;
	    height: 10rem;
	}

	footer .logojaque {
	    width: 70%;
	}

	footer .copyright {
	    font-size: 1rem;
	    padding-top: 1.5rem;
	}

	footer .jaquedesign {
	    font-size: 1rem;
	    padding: 0;
	    padding-top: 0rem;
	}

	footer .jaquedesign span{
		display: none;
	}
}




