@font-face {
    font-family: 'Lato';
    src: url('Fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('Fonts/Muli-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('Fonts/Muli-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: unset;
  font-family: 'Karla', sans-serif;
 }
html{
  scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	background-color: var(--white);
	overflow-x: hidden;
}

img{
	width: 100%;
}

section{
	width: 100%;
	padding: 30px 0 ;

}

h1,h2{
	font-family: Muli;
}

video{
	width: 100%;
}



.box-content{
	width: 90%;
	margin: auto;
	max-width: 1240px;
}

.desktop{
	display: block;
}
.movile{
	display: none;
}

.Header-container{
	background-color: #1A1A1A;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-Logo{
	width: 200px;
}

.desk-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.drop{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.desk-menu-button{
	font-family: sans-serif;
	font-weight: 14px;
	color: white;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.desk-menu-button:hover{
	color: #E18445;
}

.drop-icon{
	width: 15px;
}

.hero{
	background-image: url(../assets/img/1x/background-80.jpg);
  background-position: right;
  background-size: cover;
  min-height: 50vh;
  padding: 20px;
  display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
}

.hero-admin{
	background-image: url(../assets/img/1x/hero2-80.jpg);
	background-position: top right;
}

.hero-res{
	background-image: url(../assets/img/1x/hero3-80.jpg);
	background-position: top right;
}

.hero-cont{
	background-image: url(../assets/img/1x/hero4-80.jpg);
	background-position: top right;
}

.hero-content{
	width: 100%;
	max-width: 650px;
	color: white;


}

.hero-content h1{
	  color: white;
    font-size: clamp(2.5rem, 2rem + 2vw, 4.5rem);
    font-weight: 600;
    line-height: 100%;
    margin: 0;
  margin-bottom: 15px;
}
.hero-content h3{
	font-size: clamp(1rem, 0.8rem + 1vw, 1.2rem);
}

.app-button-container{
	display: flex;
  width: 100%;
  max-width: 355px;
  border: 2px #E18445 solid;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px 6px 15px;
  color: #E18445;
  gap: 15px;
  background-color: #000000aa;
}

.icon-app{
	width: 25px;
}

.app-icon-container{
	display: flex;
	gap: 10px;
}

.titels{
	text-align: center;
}

.titels h1{
	font-weight: bold;
	font-size: clamp(1rem, 2rem + 2vw, 2rem);
	line-height: 100%;
}

.color-boxes{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
}

.color-box{
	border-radius: 10px 10px 0 0;
	width: 230px;
	padding: 30px 20px;
}

.green-back{
	background-color: #9DB952;
}

.lightGreen-back{
	background-color: #F6F9EB;
}

.lightOrange-back{
	background-color: #FEF3EA;
}

.orange-back{
	background-color: #ED8644;
}

.yellow-back{
	background-color: #EFC44B;
}

.blue-back{
	background-color: #5FA3A6;
}

.lightBlue-back{
	background-color: #EEF9F8;
}

.darkgray-back{
	background-color: #1A1A1A;
}

.blue{
	color: #5FA3A6;
}

.orange{
	color: #ED8644;
}

.green{
	color: #9DB952;
}

.box-text{
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	text-align: center;
	padding-bottom: 15px;
	width: 80%;
	margin: auto;
}

.box-icon{
	width: 50px;
	margin: auto;
	padding-bottom: 15px;
}

.cards{
	display: flex;
	justify-content: center;
	align-items: stretch;
	background-color: #F3F3F5;
	border-radius: 15px;
	padding: 20px;
	width: 100%;
	gap: 30px;
	flex-wrap: wrap;
}

.card{
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	max-width: 535px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background-color: white;
}

.card-image{
	background-position: center;
	background-size: cover;
	height: 250px;
	width: 100%;
}

.card1{
	background-image: url(../assets/img/1x/card1-80.jpg);
}

.card2{
	background-image: url(../assets/img/1x/card2-80.jpg);
}


.card-text {
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
}

.card-text h3 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    font-size: clamp(1.2rem, 1.2rem + 1vw, 1.5rem);
}

/* Estilo de la lista */
.card-list {
    list-style: none;
    padding-left: 0;
}

.card-list li {
        font-family: sans-serif;
    font-size: 1rem;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex
;
    align-items: center;
    gap: 10px;
    padding-left: 40px;
    position: relative;
}

/* Agregar el SVG como ícono a cada <li> */
.card-list li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.card-list .orange-arrow::before{
	background-image: url("../assets/img/SVG/orange-arrow.svg");
}

.card-list .blue-arrow::before{
	background-image: url("../assets/img/SVG/blue-arrow.svg");
}

.card-list .green-arrow::before{
	background-image: url("../assets/img/SVG/greenarrow.svg");
}

.card-button-container{

}

.box-button{
	border-radius: 5px;
	padding: 10px 25px;
	width: 100%;
	max-width: 280px;
	background-color: white;
	transition: all 0.5s;

}

.box-button-orange{
	border: 3px solid #ED8644;
	color: #ED8644;
}

.box-button-orange:hover{
	background-color: #ED8644;
	color: white;
}

.box-button-blue{
	border: 3px solid #5FA3A6;
	color: #5FA3A6;
}

.box-button-blue:hover{
	background-color: #5FA3A6;
	color: white;
}

.button-icon{
	border-radius: 5px;
	display: flex;
	gap:15px;
	align-items: center;
	padding: 8px 20px;
	width: 90%;
	margin: auto;
	max-width: 320px;
	border:none;
	font-weight: bold;
	font-size: 1rem;
	color: white;
}


.hero2{
	height: 60vh;
	background: 
        linear-gradient(0deg, rgba(26,26,26,1) 15%, rgba(26,26,26,0) 100%), 
        url(../assets/img/1x/hero2-80.jpg);
  background-size: cover;
  background-position: right;
}

.timeline{
	margin: auto;
	max-width: 500px;
	width: 100%;
	padding-bottom: 75px;
}

.legals{
	padding: 80px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15vw;
	flex-wrap: wrap;
	color: white;

}

.city{
	height: 50vh;
    background: linear-gradient(0deg, rgba(26, 26, 26, 1) 15%, rgba(26, 26, 26, 0) 100%), url(../assets/img/1x/city-80.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.footer{
	text-align: left;
	text-decoration: underline;
	text-decoration-color: #E18445;
}

.upper-back{
	background-image: url(../assets/img/SVG/adorno.svg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

.lower-back{
	background-image: url(../assets/img/SVG/cenefa.svg);
	background-position: bottom; center;
	background-repeat: repeat-x;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;

}

.row{
	padding: 15px;
	flex: 1;
	min-width: 300px;
}

.text-center{
	text-align: center;
}

.text-big{
	font-size: clamp(1.8rem, 2rem + 2vw, 2.5rem);
	line-height: 100%;
}

.slide{
	width: 250px;
	height: 250px;
	border-radius: 10px;
	margin: 15px;
	transition: all 0.5s;
	padding: 30px;
	display: flex;
	flex-direction: column;

}


.slide-icon{
	width: 60px;
}

.slide p{
	
}
.slide-plus{
	width: 20px;
	margin-top: auto;
}

.slideOrange{
	color: #ED8644;
}

.slideOrange:hover {
    background-color: #ED8644;  /* Color de fondo al pasar el ratón */
    color: white;  /* Cambiar el color del texto y los iconos SVG a naranja */
}

.slideBlue{
	color: #5FA3A6;
}

.slideBlue:hover {
    background-color: #5FA3A6;  /* Color de fondo al pasar el ratón */
    color: white;  /* Cambiar el color del texto y los iconos SVG a naranja */
}

.slideGreen{
	color: #9DB952;
}

.slideGreen:hover {
    background-color: #9DB952;  /* Color de fondo al pasar el ratón */
    color: white;  /* Cambiar el color del texto y los iconos SVG a naranja */
}

.slide2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: white;
	border: 1px solid white;
	width: 150px;
	height: 150px;
	border-radius: 5px;
	padding: 15px;
}

.slide2 .slide-icon{
	width: 40px;
}

.slide2 p{
	font-size: 0.8rem;
}

/*////////////////////////////////////////////////////*/

@media (max-width: 768px) {
  /* Mostrar solo en móviles */
  .desktop {
    display: none;  /* Ocultar menú de escritorio */
  }
  
  .movile {
    display: block;  /* Mostrar el menú de hamburguesa */
  }

}

/* Estilos para el contenedor del menú */
#menuToggle {
    position: relative;
    z-index: 10;  /* Ícono encima del menú */
    cursor: pointer;
}

/* Estilos de las líneas del icono de hamburguesa */
#menuToggle span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0;
    background: #ED8644;  /* Color naranja */
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Cambio a "X" cuando el menú está activo */
.menu-active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: black !important;  /* Primera línea se vuelve negra */
}

.menu-active span:nth-child(2) {
    opacity: 0;  /* Segunda línea desaparece */
}

.menu-active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background: black !important;  /* Tercera línea se vuelve negra */
}

/* Estilos para el menú desplegable */
#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;  /* Ocupa toda la pantalla */
    background-color: #ED8644;  /* Fondo naranja */
    color: black;  /* Texto negro */
    list-style: none;
    margin: 0;
    padding-top: 100px;  /* Ajuste para el espacio superior */
    text-align: center;
    transform: translateX(-100%);  /* El menú empieza oculto a la izquierda */
    transition: transform 0.3s ease;
    z-index: 5;  /* Menú debajo de la "X" */
}

/* Estilo de los elementos del menú */
#menu li {
    padding: 15px 0;
    font-size: 24px;
}

#menu a {
    color: black;
    text-decoration: none;
    transition: color 0.3s;
}

/* Cambia el color de los enlaces cuando se pasa el ratón */
#menu a:hover {
    color: #fff;  /* Cambiar color de texto a blanco */
}

/* Estilo del menú cuando el ícono de hamburguesa está activo */
.menu-show  {
    transform: translateX(0) !important;  /* Muestra el menú desde la izquierda */
}
