@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html{
    font-family: "Ubuntu", sans-serif;
    background-color: #FFFFFF;
    width: 100% !important;
    overflow-x: hidden;
}

body{
    font-family: "Ubuntu", sans-serif;
    width: 100% !important;
    overflow-x: hidden;
    background-color: #FFFFFF;
}

.poppins{
    font-family: "Poppins", serif;
}

.lato{
    font-family: "Lato", serif;
}

.mulish{
    font-family: "Mulish", sans-serif;
}

.roboto{
    font-family: "Roboto", serif;
}

.bg-nav1{
    background: #FCB800;
    color: #F0F0F0 !important;
}

.bg-nav1 a{
    color: #F0F0F0 !important;
    font-family: "Poppins", serif !important;
    font-weight:700;
}

.btn-contact{
    background-color: #333051;
}

#portada{
    background-image: url('../img/bg_ms1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-gray{
    color: #131313;
    opacity: 0.5;
}

.btn-whats, .btn-whats:hover, .btn-whats:active{
    background-color: transparent !important;
    border: 1px solid #707070;
}

.card-yellow{
    background-color: #F7B500;
    box-shadow: 0px 4px 44px #0000000F;
    border: 0;
    color: #FFFFFF;
}

.card-gray{
    background-color: #6F706F;
    box-shadow: 0px 4px 44px #0000000F;
    border: 0;
    color: #FFFFFF;
}

#choose{
    background-image: url('../img/choose.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

/* Estilo para el botón cuando el acordeón está cerrado */
.accordion-button:not(.collapsed)::after {
    background-image: url('../img/button_close1.svg');
    width: 70px;
    background-size: 70px;
    height: 70px;
    box-shadow: none !important;
}

/* Estilo para el botón cuando el acordeón está abierto */
.accordion-button::after {
    background-image: url('../img/button_open1.svg');
    width: 70px;
    background-size: 70px;
    height: 70px;
}

/* Estilo específico para los ítems cerrados inicialmente (del 2 en adelante) */
.accordion-item:not(:first-child) .accordion-button::after {
    background-image: url('../img/button_open1.svg') !important;
}

.accordion-item:not(:first-child) .accordion-button:not(.collapsed)::after {
    background-image: url('../img/button_close1.svg') !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none !important;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-button{
    background-color: transparent !important;
}

ul li::marker {
    color: #131313 !important; /* Fuerza el color */
    opacity: 0.5;
}

li{
    align-items: center;
}

.card-wb {
    background-color: #FFFFFF;
    transition: background-color 0.3s ease, color 0.3s ease; /* Transición suave */
}

.card-wb .card-icon {
    filter: brightness(0) saturate(100%) invert(76%) sepia(6%) saturate(500%) hue-rotate(300deg); /* Color inicial (#c4b7b8) */
    transition: filter 0.3s ease; /* Transición suave para el SVG */
}

.card-wb h5 {
    color: #004F9D; /* Color inicial del título */
    transition: color 0.3s ease; /* Transición suave */
}

.card-wb p {
    color: #333051; /* Color inicial del párrafo */
    transition: color 0.3s ease; /* Transición suave */
}

.card-wb:hover {
    background-color: #004F9D; /* Color de fondo al hacer hover */
}

.card-wb:hover .card-icon {
    filter: brightness(0) saturate(100%) invert(85%) sepia(50%) saturate(500%) hue-rotate(100deg); /* Color del SVG al hacer hover (#75fdd3) */
}

.card-wb:hover h5 {
    color: #FAFBFD; /* Color del título al hacer hover */
}

.card-wb:hover p {
    color: #FFFFFF; /* Color del párrafo al hacer hover */
}

.border-start{
    border-left: 1px solid #707070 !important;
    opacity: 1 !important;
}

#foot{
    background-color: #343838;
}

#footN{
    background-color: #FCB800;
}

.navAdminColor{
    background-color: #343838;
}

/* .montserrat{
    font-family: "Montserrat" !important;
}

.poppins{
    font-family: "Poppins" !important;
}


.btn-contact{
    background-color: #24A17A !important;
    color: #75FDD3 !important;
}

#value{
    background-image: url('../img/value_bg.jpg') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.men{
    background-image: url('../img/men.jpg') !important;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

#slogan{
    background-color: #24A17A;
}

#contact{
    background-color: #F6F6F6;
}

#foot{
    background-color: #333333;
}

#footN{
    background-color: #222222;
}

h3, h4, p, h5, small, #text-card, #line1, #line2, #text-check, #values2, #text71, #text72, #text73{
    opacity: 0;
} 

@keyframes aparecerTexto {
    0% {
        opacity: 0; 
    }
    100% {
        opacity: 1; 
    }
}

.image-left {
    animation: slideFromLeft 1s ease-out forwards;
}

.image-right {
    animation: slideFromRight 1s ease-out forwards;
}

#image1, #image2{
    opacity: 0;
}*/

/* Keyframes para animación de entrada desde la izquierda 
@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}*/

/* Keyframes para animación de entrada desde la derecha 
@keyframes slideFromRight {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.texto-animado {
    animation: aparecerTexto 0.5s steps(30) 0.5s forwards; 
}

@media (max-width: 3060px) {
}

@media (max-width: 1280px) {
}

LG */
@media (max-width: 1199px) {
}

/* MD */
@media (max-width: 991px) {
    
}

/* SM */
@media (max-width: 767px) {
    .showPhone{
        display: block !important;
    }
    .hiddenPhone{
        display: none !important;
    }
    .centerP{
        text-align: center !important;
        align-items: center !important;
        align-content: center !important;
        display: block !important;
    }
    .p100{
        width: 80% !important;
        margin-left: 0 !important;
    }
    /*.logo_h{
        width: 100px;
    }
    .fele_log3{
        width: 150px;
    }
    .men{
        background-size: 0;
    }
    .m1P{
        margin-left: 1.5rem !important;
    }*/
}

/* XS */
@media (max-width: 575px) {}

/* XS */
@media (max-width: 330px) {}