@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&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&display=swap');

html{
    font-family: "Open Sans", sans-serif !important;
    background-color: #fff;
    width: 100% !important;
    overflow-x: hidden;
}

body{
    font-family: "Open Sans", sans-serif !important;
    width: 100% !important;
    overflow-x: hidden;
}

.bg-nav1{
    background-color: #FFFFFF !important;
}

#portada{
    background-image: url('../img/head_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
}

.montserrat{
    font-family: "Montserrat" !important;
}

.poppins{
    font-family: "Poppins" !important;
}

.text-gray{
    color: #606060;
}

.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;
    }
    .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) {}