@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif !important;
}

.site-logo img {
    width: 200px;
}

select {
    word-wrap: normal;

}

button,
select {
    text-transform: none;

}

button {
    background-color: #2D1C24 !important;
    margin-top: 20px !important;
    padding: 10px 30px !important;
    border-radius: 10px !important;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
    color: #666666;

    background-color: #fafafa;

    border-color: #cccccc;

}

body,
button,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif;

    font-size: 18px;

}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    border: 1px solid;

    border-radius: 0;

    padding: 0px 15px !important;

    max-width: 100%;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: solid 1px rgb(229 231 235 / 1) !important;
    flex: 1 1 auto;
    height: 40px;
    width: 100%;
    border-radius: 6px !important;
    background-color: #fff !important;

}

textarea {
    resize: vertical;
}



a {
    color: #C60D3D !important;
}

h1 {
    display: block;
    text-align: center;
    margin: 2rem 0px !important;
}

.home header {
    width: 100%;
    /*position: absolute;*/
    top: 0;
    background-color: transparent;
    z-index: 1;
}

footer {
    background-color: transparent !important;
    color: #212121 !important;
}

header {
    position: relative;

}

.inside-header {
    padding: 10px 14px !important;
    justify-content: space-between !important;
}

.block-power-lovely-home {
    background: url('/wp-content/uploads/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    text-align: left;

}

.video-power {
    height: 100vh;
    width: 100%;
}

.video-power video {

    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.has-inline-mobile-toggle .inside-header {
    flex-direction: row;
    text-align: right;
    flex-wrap: nowrap;
}

#menu-menu-usuario-anonimo {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bloque-portada {
    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
    width: 30%;
    margin-top: 6rem;
    padding: 1rem 1rem 2rem 1rem;
    text-align: center;
    z-index: 1001;
    color: #fff;
    position: absolute;
    top: 300px;
}


#button-home {
    background-color: #C60D3D !important;
    padding: 14px 30px;
    color: #fff !important;
    border-radius: 30px;
    display: block;
    margin-top: 20px;
}

.menu-authenticated ul,
.menu-menu-usuario-anonimo ul {
    display: flex;
    gap: 20px;
    align-items: center;
    list-style: none;
}

.home .menu-authenticated ul li a,
.home .menu-menu-usuario-anonimo ul li a {
    color: #fff !important;
}

.section-uno {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 3rem 0px;
    background-color: #f0e2e2;
}


.section-dos {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 45vh; /* Ajusta la altura según necesidad */
    color: white;
}

.content {
    max-width: 800px;
    padding: 20px;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

p {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 10px;
}

.section-uno p {
    font-size: 1.5rem;
}

.usuario-resumen{
    margin-bottom: 10px;
}

.home .container-perfiles-destacados{
    padding: 2% 0px 2% 0%;
}

.section-img{
    text-align: center;
}
.section-img img{
    width: 80%;
}
@media screen and (max-width: 768px) {

   
    .section-dos {
        height: auto; /* Ajusta la altura según necesidad */
    }
    .section-uno {
        grid-template-columns: 1fr; /* Una sola columna */
        gap: 20px;
        padding: 2rem 2rem;

    }

    .home .container-perfiles-destacados {
        padding: 2% 15px 2% 15px !important;
    }
    

    .bloque-portada {
        border-radius: 10px;
        background: rgba(1, 1, 1, .5);
        width: 90%;
        margin: 6rem auto auto auto;
        padding: 1rem 1rem 2rem 1rem;
        text-align: center;
        position: absolute;
        top: 100px;        
        left: 14px;
        right: 14px;
        z-index: 0;
    }

    .site-logo img {
        width: 100px !important;
    }

    
    .menu-guest {
        display: none;
    }

    .contactos-chat-container {
        position: fixed;
        top: 15%;
        right: 20px;
        width: 15%;
        height: 40%;
        background-color: #f9f9f9;
        border-left: 1px solid #ddd;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        display: flex;
        flex-direction: column;
        width: 60%;
    }

    .solicitudes-chat-container {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 0;
        right: 20px;
        width: 15%;
        background-color: #fff;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        border-top: 2px solid #ccc;
        height: 40%;
        width: 60%;
    }

   
    #mobile-menu-control-wrapper {
        display: none;
    }

    .menu-authenticated {
        display: none;
    }
}

.menu-authenticated,
.menu-guest {
    display: none;
}

/* Estilos del menú */
#main-menu {

    padding: 10px;
    position: relative;
    margin-top: 15px;
}

#gt_float_wrapper{
    top: 5px!important;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu li {
    position: relative;
}

.menu li a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}



/* Submenús */
.menu ul {
    display: none;
    position: absolute;
    background: #444;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 150px;
}

.inside-header .menu li:hover>ul {
    display: block;
}

.inside-header .menu li >a {
    background: #C60D3D;
    opacity: 1;
    color: #FFF !important;
    font-weight: 800;
    border-radius: 10px;
    margin: 5px;
}

.menu ul li {
    width: 100%;
}

.menu ul li a {
    padding: 10px;
    display: block;
}

/* Menú hamburguesa en móviles */
#menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/* Estilos responsivos */
@media screen and (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        /*background: #2D1C24;*/
        position: absolute;
        /*padding: 20px 10px;*/
        top: 100px;
        right: 0;
        width: auto;
        z-index: 2;
        color: #fff;
    }

    .menu li a {
        color: #fff !important;
    }

    /*.menu li a:hover {
        color: #ff4081 !important;
    }*/

    .menu li {
        text-align: right;
    }

    #menu-toggle {
        display: block;
    }

    .menu.show {
        display: flex;
    }
}
.home .inside-article{
    padding: 0px 0px 0% 0%!important;
}

.wpcf7-form label{
    text-align: left!important;

}
#mensaje-form{
    margin-left: -50px;
}
.wpcf7-textarea{
    height: 300px;
}

#post-337 h1,#post-337 h2, #post-337 p{
    text-align: left!important;
}

#post-335 h1,#post-335 h2, #post-335 p{
    text-align: left!important;
}

#post-333 h1,#post-333 h2, #post-333 p{
    text-align: left!important;
}