* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Noto Serif Lao', serif;
    font-family: 'Noto Naskh Arabic', serif;
}




.boton1 {
    text-decoration: none;
    
}

.text-white {
    text-decoration: none;
}


.container152 {
    /* imagen de fondo */
    background: url(../img/fondo.jpg) no-repeat  center center fixed;
    background-size: cover;

    /* estilos del contenido */
    width: 100%;
    height: 100vh;
    color: bisque;
    /* flexbox */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* texto */
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .container {
        font-size: 1.5rem;
    }
}


header {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100vh;
    color: bisque;
    /* flexbox */
    display: flex;
    flex-direction: column;

}

header h1 {
    font-size: 75px;
    margin-bottom: 200px;
    text-transform: uppercase;
    -webkit-box-reflect: below 0px linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.4));

    font-size: 80px;
    font-weight: 999;
    color: #fff;
    padding: 20px;
    font-family: 'Rubik Mono One', sans-serif;
}

header h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: beige;
}

.botones {
    margin-top: 30px;

}

.botones a {
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;



}

.botones a:first-child {
    background-color: rgb(43, 79, 222);
    margin-right: 20px;

}

.botones a:last-child {
    border: rgb(47, 95, 225) 2px solid;
}

.botones a:first-child:hover {
    background-color: rgba(0, 0, 0, 0);
    border: rgb(50, 118, 221) 2px solid;



}

.botones a:last-child:hover {
    border: none;
    background-color: rgb(50, 108, 232);

}



.wrapper{
    margin: 30px;
    direction: rtl;
    text-align: center;
  }



.wrapper .button {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;
}

.wrapper .button:hover {
    width: 200px;
}

.wrapper .button .icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;

}

.wrapper .button:nth-child(1):hover .icon {
    background: #4267B2;
}

.wrapper .button:nth-child(2):hover .icon {
    background: #1DA1F2;
}

.wrapper .button:nth-child(3):hover .icon {
    background: #E1306C;
}

.wrapper .button:nth-child(4):hover .icon {
    background: #00bb2d;
}

.wrapper .button:nth-child(5):hover .icon {
    background: #1d9f3c;
}

.wrapper .button:nth-child(6):hover .icon {
    background: #e90b0b;
}

.wrapper .button .icon i {
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
}

.wrapper .button:hover .icon i {
    color: #fff;
}

.wrapper .button span {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px;
    transition: all 0.3s ease-out;
}

.wrapper .button:nth-child(1) span {
    color: #4267B2;
}

.wrapper .button:nth-child(2) span {
    color: #1DA1F2;
}

.wrapper .button:nth-child(3) span {
    color: #E1306C;
}

.wrapper .button:nth-child(4) span {
    color: #00bb2d;
}

.wrapper .button:nth-child(5) span {
    color: #1d9f3c;
}

.wrapper .button:nth-child(6) span {
    color: #e90b0b;
}




/*---modal ---*/
/* Estilos del botón para abrir el modal */

/* Estilos del modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Estilos del contenido del modal */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: center;
}

/* Estilos del botón para cerrar el modal */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Estilos de la imagen del modal */
.modal-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* Estilos del título del modal */
.modal-title {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Estilos del texto del modal */
.modal-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Estilos para hacer el modal responsive */
@media screen and (max-width: 600px) {
    .modal-content {
        width: 100%;
    }
}

p {
    direction: rtl;
    text-indent: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

/*---modal entrada---*/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}


.modal1{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    text-align: center;
}

.modal img {
    max-width: 100%;
    margin-bottom: 20px;
}

#close-modal1 {
    background-color: #f44336;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .modal1 {
        max-width: 600px;
    }
}
/*---ubicacion---*/

.map-marker-link {
    width: 0;
    height: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: none;
    float: right;
  }
  
  /* Estilo para el icono de mapa de marcadores */
  .fa-map-marker-alt {
    color: #000000;
    font-size: 24px;
  }
  
  /* Efecto hover para el icono */
  .fa-map-marker-alt:hover {
    color: #FF0000;
  }
  
  /* Estilo para el enlace cuando se pasa el cursor por encima */
  .map-marker-link:hover {
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer; /* Mostrar un cursor personalizado */
  }
  