/**
 * @copyright Cycla
 * @author MarLab (edoardo@marlab.mx)
 * @version 1.2.1 (Noviembre 2022)
 * @since 1.0.0
 */

/*Importación de otros estilos*/
@import "reset.css";
@import "portada.css";
@import "menu.css?v=1.2.0";
@import "nosotros.css";
@import "beneficios.css";
@import "servicios.css";
@import "cotiza.css?v=1.2.1";
@import "clientes.css";
@import "inmuebles.css";
@import "contacto.css";
@import "footer.css";
@import "cotizador.css?v=1.2.0";

@import "animate.min.css";

/*Tipografías*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;900&display=swap');

/*Página*/
html,body{
    background-color: #FFCC2F;
	width: 100%;
	height: 100%;
	color: #211F1D;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-size: 1.2vw;
	line-height: 1.5vw;
}

h1{
	font-weight: 600;
	font-size: 1.5vw;
	line-height: 2vw;
}

h2{
	color: #F1ECDC;
	font-weight: 600;
	font-size: 1.5vw;
	line-height: 2vw;
}

.titulo{
	display: flex;
	width: 100%;

	display: -webkit-flex;
}

.titulo i{
	padding-top: 1vh;
	padding-right: 0.5vw;
	color: #F2F0E3;
}

.titulo h1,.titulo h2{
	width: 100%;
}

.lateral{
	position: fixed;
	bottom: 30vh;
	left: -0.5%;
	font-size: 0.8vw;

	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.lateral i{
	padding-top: 1vh;
	padding-right: 0.5vw;
}

.lateral__texto{
	display: flex;

	display: -webkit-flex;
}

.lateral__texto-oculto{
	display: none;
}

.lateral-alterno .lateral__texto{
	display: none;
}

.lateral-alterno .lateral__texto-oculto{
	display: flex;

	display: -webkit-flex;
}

.lateral-alterno .lateral__texto-oculto i{
	padding-left: 0.5vw;
	padding-right: 0;
}

.whatsapp img{
	position: fixed;
	bottom: 1vh;
	left: 0.5vw;
	width: auto;
	height: 8vh;
	object-fit: contain;

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.whatsapp img:hover{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}

/*Estilo para media pantalla
______________________________*/
@media only screen and (max-width: 1024px){
	html,body{
		font-size: 2.5vw;
		line-height: 3vw;
	}

	h1{
		font-size: 2.5vw;
		line-height: 3vw;
	}

	h2{
		font-size: 2.5vw;
		line-height: 3vw;
	}

	.titulo i{
		padding-top: 0.5vh;
		padding-right: 1vw;
	}

	.lateral{
		display: none;
	}

	.whatsapp img{
		left: 1vw;
		height: 6vh;
	}
}

/*Estilo para móviles
______________________________*/
@media only screen and (max-device-width: 465px) and (max-aspect-ratio: 13/9){
	html,body{
		font-size: 3.5vw;
		line-height: 4vw;
	}

	h1{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	h2{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	.titulo i{
		padding-top: 0.3vh;
		padding-right: 1.5vw;
	}
}
