/*Estilos Globales*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

h1 {
    font-family: "Righteous", sans-serif;
    font-size: 30pt;
    font-style: normal;
    color: #785B81;
}

h2 {
    font-family: "Nunito", sans-serif;
    font-size: 15pt;
    color: #785B81;
}

h3 {
    font-family: "Nunito", sans-serif;
    font-size: 11pt;
    color: black;
}

/*Header*/
header {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Header_Container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.Banner_Container {
    margin-top: 5px;
}

.Banner_Img {
    width: 150px;
    height: auto;
}

li {
    list-style-type: none;
}

.Header_Nav {
    width: 500px;
    display: flex;
    justify-content: center;
}

.Header_Button {
    background-color: transparent;
    border: none;
    border-bottom: solid 2px black;
    margin-left: 10px;
    transition: border-color 0.3s ease, color 0.3s ease;
    padding-bottom: 5px;
}

.Header_Button:hover {
    border-bottom: solid 2px #CAA3D6;
}

.Header_Button_Text {
    margin-left: 2px;
    font-size: 15pt;
}

.category-form,
.event-form {
    margin-left: 10px;
    max-width: 400px;
    display: flex;
    justify-content: center;
}

.category-select,
.event-select {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid black;
    max-width: 300px;
    color: black;
    cursor: pointer;
    transition: border-color 0.3s ease, color 0.3s ease;
    outline: none;
    text-align: center;
}

.category-select option[disabled],
.event-select option[disabled] {
    color: black;
}

.category-select:hover,
.event-select:hover{
    border-bottom: #CAA3D6 solid 2px; 
}

.Content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.Content_Categories {
    width: 900px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    text-align: center;
}

.Categories_Content {
    width: 840px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Categories_Container:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Efecto de sombra al pasar el mouse */
    transform: translateY(-10px); /* Eleva el contenedor */
}

.Categories_Container {
    width: 250px;
    border-radius: 5px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-bottom: #CAA3D6 solid 2px;
    margin: 15px;
    transition: all 0.3s ease; /* Transición suave para los cambios */
}


.Categories_Img_Container {
    width: 230px;
    height: 230px;
}

.Categories_Img {
    width: 230px;
    height: 230px;
    object-fit: cover;
}

.Categories_Text {
    font-size: 15pt;
    font-weight: bold;
}

.arrangement_Name{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.fa-pen-to-square,
.fa-trash{
    color:  #A3D6A5;
}

.fa-pen-to-square:hover,
.fa-trash:hover {
    color: #785B81;
}

.add-event{
    margin-top: 20px;
}
/*Beneficios*/
.Content_Benefits {
    width: 850px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    text-align: center;
}

.Benefits_Content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.Benefits_Container1,
.Benefits_Container2,
.Benefits_Container3,
.Benefits_Container4 {
    width: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}

.Compromiso_Mision {
    width: 80%;
    font-size: 15pt;
    margin: 15px;
}

.Benefits_Titles {
    width: 180%;
    margin-top: 10px;
}

.Benefits_Description {
    width: 120%;
}

/*Visitanos*/
.Content_Place {
    width: 900px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 50px;
}

.Info_Container {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.Info_Container_Text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}

.Info_Title,
.Info_Description {
    margin-top: 5px;
}

/*Footer*/
footer {
    width: 100%;
    height: 100px;
    border-top: 2px solid #785B81;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Footer_Content {
    width: 850px;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.Footer_Contact {
    display: flex;
    flex-direction: column;
    justify-items: center;
    background-color: white;
    border-right: 1px #CAA3D6 solid;
    text-align: center;
    padding: 0 15px 0px 0;
}

.Footer_Content_Contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    text-align: center;
    margin-right: 15px;
}

.Footer_Content_Phone,
.Footer_Content_Whatsapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 5px;
}

.Footer_Contact_Text {
    font-size: 11pt;
}

.fa-whatsapp {
    color: #2cd54d;
    font-size: 20pt;
}

.Footer_Redirects {
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 15px 30px 0px 30px;
    text-decoration: none;
    font-size: 15pt;
    margin-bottom: 10px;
}

.Footer_Redirects_Text {
    font-size: 15pt;
    color: #785B81;
    margin-bottom: 5px;
}

.Social_Media {
    display: flex;
    text-align: center;
    flex-direction: column;
    background-color: transparent;
    border-left: 1px #CAA3D6 solid;
    padding-left: 30px;
}

.Social_Media_Subtitle {
    margin-top: 5px;
}

.fa-square-facebook {
    color: #415ca0;
    font-size: 20pt;
}

.Footer_Section2 {
    width: 850px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.Copyrigth {
    margin-right: 200px;
    font-size: 11pt;
    margin-left: 280px;
}

.fa-user,
.fa-right-from-bracket {
    color: #A3D6A5;
    font-size: 20px;
}

/* Media Queries */
/* Pantallas pequeñas (móviles) */
@media (max-width: 768px) {
    .Categories_Content, 
    .Benefits_Content {
        flex-direction: column;
        align-items: center;
    }

    .Content_Categories, 
    .Content_Benefits, 
    .Content_Place {
        width: 100%;
    }

    .Categories_Container {
        width: 48%; /* Cambiado a 48% para que entren 2 categorías por fila */
        margin: 10px 1%;
    }

    .Benefits_Container1,
    .Benefits_Container2,
    .Benefits_Container3,
    .Benefits_Container4 {
        width: 100%;
    }

    .Copyrigth {
        margin: 0;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    header{
        flex-direction: column;
        height: auto;
    }
    .Content_Categories, 
    .Content_Benefits, 
    .Content_Place {
        width: 90%;
    }

    .Categories_Container {
        width: 45%;
        margin: 10px;
    }

    .Benefits_Container1,
    .Benefits_Container2,
    .Benefits_Container3,
    .Benefits_Container4 {
        width: 45%;
    }
}

/* Pantallas grandes (escritorios) */
@media (min-width: 1024px) {
    .Content_Categories, 
    .Content_Benefits, 
    .Content_Place {
        width: 900px;
    }
    header{
        height: 200px;
    }
}

@media (max-width: 850px) {
    header{
        flex-direction: column;
        height: 200px;
    }
    .Footer_Content, .Footer_Section2 {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .Footer_Contact, .Social_Media {
        padding: 10px;
        border: none;
    }

    .Footer_Redirects {
        padding: 15px 15px 0px 15px;
    }

    .Copyrigth {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
}

@media (max-width: 600px) {
    header{
        flex-direction: column;
        height: auto;
    }
    .Header_Nav {
        margin-top: 35px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .Header_Button{
        padding: 2px;
        font-size: 10px;
    }
    
    .Header_Button_Text {
        font-size: 10pt;
        color: white;
    }

    .Header_Button:hover{
        border: none;
        cursor: pointer;
    }

    .category-form, .event-form {
        flex-direction: column;
        font-size: 10px;
        margin-left: 5px;
    }
    

    .category-select, .event-select {
        font-size: 10px;
    }

    .category-select:hover, .event-select:hover{
        border: none;
        cursor: pointer;
    }
    .Footer_Content, .Footer_Section2 {
        padding: 0 10px;
    }

    .Banner_Img {
        width: 100px;
    }

    .Info_Container{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .Info_Container_Text{
        justify-content: center;
        align-items: center;
    }
    .map{
        width: 95%;
    }
}