@charset "utf-8";
html, body { /* aplica regla general en todo html body si no estan defenido por un estilo*/
    padding: 0px; /*espaciado que tiene el elemento hacia adentro  */
    margin: 0px; /* espaciado del elemento  hacia afuera */
    
    color: #6E6E6E;
    font-family: 'Arial', sans-serif;
    background: #FFF8E2; /*F2F2F2   F8F8F8*/
}
body {
    display: flex;
    min-height: 100vh; /* empujar footer hasta abajo*/
    flex-wrap: wrap;
	
}
main {
    margin-top: 65px;
    width: 100%;
}
.slider_portada{
	margin-top: 0px;
}

header {
    width: 100%;
    height: 65px;
    z-index: 100;
    position: fixed; /*RELATIVO PARA MOVERSE */
    background: #F6A01A;
}
.contenedor {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
/* ======================== INICIO MENU EN COMPUTADORA ======================== */
.img_logo img {
    width: auto;
    height: 60px;
}

.img_logo a {
    padding: 0px 0px;
    margin: 0px;
		height: 60px;

}
.nom_seccion{
	font-size: 30px;
	margin: 0px;
}




.ubicacion_maps{
	text-align: center;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 30px;
	height:500px;
}
.ubicacion_maps iframe {
    position: relative; 
    width: 100%;
    height: 100%;
    border: none;
}



.vacante_trabajo {
	max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px; /*margin: 20px;*/
}
.vacante_trabajo img{
	 width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}







/* Add this CSS to your existing styles or create a new stylesheet */

.job_vacancy {
	/*background: #BC2628;*/
    max-width: 1200px;
    height: 500px;
    margin: 0 auto;
    display: flex;
}

.information {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

.information h2 {
	font-size: 55px;
	margin-top: 0px;
}
.information p {
	font-size: 25px;
	color: #6E6E6E;
}

.img_job_bag {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    box-sizing: border-box;
}

.img_job_bag img {
	border-radius: 10px;
    max-width: 100%;
    height: auto;
}


/* Add media query for responsiveness on smaller screens */
@media (max-width: 768px) {
    .job_vacancy {
        flex-direction: column;
        height: auto;
    }

    .information,
    .img_job_bag {
        flex: 1;
    }

    .phone_button {
        margin-top: 20px;
    }
	.information h2 {
	font-size: 35px;
}
	.information p {
	font-size: 20px;
	color: #6E6E6E;
}
}



nav {
    display: flex;
    background: #F6A01A;
    color: #424242;
    height: 65px;
	justify-content: center;
   /* justify-content: space-between;  mandar div en lados extremos en grupo */
    align-items: center; /* centrar todos los elemntos en vertical*/
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
}
nav a {
    text-decoration: none;
    color: #FFF8E2 ; /*1877F2 azul*/
    font-family: 'Kalam', cursive, bold;
    font-size: 25px;
    padding: 23px 10px;
    display: block;
}

/* ----------------------------*/

.menu a {
  font-size: 25px;
  line-height: 0px;
  position: relative;
}

.menu a::after {
  content: "";
  background-color: #482775;
  position: absolute;
  left: 0;
  top: calc(100% - 0px);
  width: 100%;
  height: 4px;
  opacity: 0;
  /*transition: opacity 0.3s;*/
}






/* --------------------------- */

nav ul {
    display: flex; /*para alinear objetos en fil horizontal */
    list-style: none; /*quitar estilos puntos*/
    padding: 0px;
    margin: 0px;
}
nav-ul-ul { /* ocultar submenus */
    display: none;
}
nav ul ul a {
    padding: 15px 10px; /*margen de submenus*/
}
navlia:hover {
    background: #F5F5F5;
    border-bottom: 1px solid #D326BE;
}


.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin: 0px; margin: 20px;*/
	margin-top: 10px;
}

.dish-card {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 10px;
    padding: 15px;
    width: 250px;
    text-align: center;
}

.dish-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.add-button {
	display: none;
    background-color: #43B8B1;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}


.Desactivado{
	display: none;
}

.banner_fijo{
	width: auto;
	height: 500px;
	background:  #A82A2C;
}



@media (min-width---: 1230px) { /* hover solo en computadora */
    nav ul li:hover ul {
        display: block !important; /* para alinear objeto  vertical submenu*/
        background: #EEEEEE;
        position: absolute;
    }
}
/* ======================== FIN MENU EN COMPUTADORA ======================== */
.nav_boton label { /* BOTON AMBURGESA */
    padding: 0px;
    font-size: 30px;
    margin: auto;
    cursor: pointer;
    color: #C700FF; /*C700FF*/
    display: none;
}
/* ======================== INICIO MENU MOVIL ======================== */
@media (max-width---: 1230px){
    .contenedor {
        width: 95%;
    }
    .nav_boton label {
        display: block;
    }
    nav .menu {
        position: absolute;
        top: 65px;
        display: block;
        width: 60%;
        min-height: calc(100vh - 65px);
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    .transform-activo {
        transform: translateX(0%);
    }
    nav ul {
        display: block;
        background: #FFFFFF;
        transition: all 1s ease;
        transform: translateX(-100%);
    }
    nav a {
        padding: 15px 10px;
		color: #6E6E6E;
    }
    nav ul ul a {
        padding: 10px 10px; /*margen de submenus*/
        margin-left: 10px;
    }
}
/* ======================== FIN MENU MOVIL ======================== */

/* ======================== INICIO FOOTER ======================== */
footer {
    align-self: flex-end;
    background: #333333; /*1877F2 AZUL FACEBOOK*/
    color: #FFFFFF;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 10px;
    height: auto;
	font-size: 14px;
}
.footer_txt {
    margin-top: 25px;
}
footer a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 10px;
    font-size: 20px;
}
.facebook:hover {
    color: #3B5998;
}
.whatsapp:hover {
    color: #25d366;
}
.twitter:hover {
    color: #1DA1F2;
}
.instagram:hover {
    color: #8a3ab9;
}
.youtube:hover {
    color: #e52d27;
}
.privacidad {
    font-size: 12px;
}
/* ======================== FIN FOOTER ======================== */

/* ======================== INICIO CONFIG CONTENIDO MAIN ======================== */


section {
    margin-top: 0px;
}

h1 { /*TITULO - una sola vez cada pagina*/
    font-size: 30px;
    color: #1877F2;
    margin: 0px;
    margin-top: 10px;
}
h2 { /*SUB TITULOS NIVEL 1 Y COMO TAMBIEN: Véase tambien, titulo un contenido modulos de publicaciones */
    font-size: 18px;
    color: #482775 ;
    margin: 0px;
    margin-top: 0px;
}
h3 { /*SUB TITULOS NIVEL 2*/
    font-size: 20px;
    color: #1877F2;
    margin: 0px;
    margin-top: 10px;
}
p { /*PARRAFO EN GENERAL*/
    color: #6E6E6E;
    text-align:start;
    margin: 0px;
    margin-top: 5px;
	font-size: 16px;
}


aside a { /*VIÑETAS*/
    text-decoration: none;
    color: #CE1619;
}
aside ul, section ul { /*LISTA VIÑETAS*/
    margin: 0px;
}
/*TEXTO PADING LEFT MANTENER MISMO MARGEN ORILLA DEL ELEMNTO NAV
cite> para citar texto redirigir url/link del fuente original
blockquote> sirve para citas en bloque
q> para cita en linea, algo como cite
addrees> contiene iformacion de contacto
strong> texto especialmente importante
small> comentario aparte, nota de derecho de autoria
time> si esta adentro de articulo se tomo como fecha de pulicacion de articulo,
si esta afuera es relativa se toma como fecha de la pagina.*/

/* ======================== FIN CONFIG CONTENIDO MAIN ======================== */



form {
  max-width: 400px;
  margin: 0 auto;
}

label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

input,
textarea {
  margin-bottom: 15px;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #9c27b0; /* Cambiado a morado */
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input:focus,
textarea:focus {
  border-color: #9c27b0; /* Cambiado a morado */
  box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.25);
}

button {
  background-color: #ff9800; /* Cambiado a naranja */
  color: #fff;
  border: none;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.15s ease-in-out;
}

button:hover {
  background-color: #f57c00; /* Ajustado para un tono más oscuro de naranja */
}

button:focus {
  outline: none;
}



.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:15px;
    right:15px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}