@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --gradient-primary: linear-gradient(90deg, #7b1fc3 0%, #ff4d58 100%);
}

@font-face {
    font-family: 'waffle-soft';
    src: url('/fuentes/made-waffle-soft/Waffle-soft.otf');
}
@font-face {
    font-family: 'manjari';
    src: url('/fuentes/manjari/Manjari-Regular.ttf');
}
@font-face {
    font-family: 'manjari-bold';
    src: url('/fuentes/manjari/Manjari-Bold.ttf');
}
@font-face {
    font-family: 'code-pro';
    src: url('/css/fonts/CodecPro-Regular.otf');
    /*https://www.fontshmonts.com/uncategorized/codec-pro/*/
}

@font-face {
    font-family: 'code-pro-extra';
    src: url('/css/fonts/CodecPro-ExtraBold.otf');
    /*https://www.fontshmonts.com/uncategorized/codec-pro/*/
}

@font-face {
    font-family: 'code-pro-bold';
    src: url('/css/fonts/CodecPro-Bold.otf');
    /*https://www.fontshmonts.com/uncategorized/codec-pro/*/
}

.tituloH1{
    font-family: 'Raleway', sans-serif!important;
    font-size: 44px!important;
    font-weight: bolder!important;
}

.textoH2{
    font-family: 'Raleway', sans-serif!important;
    font-size: 22px!important;
    font-weight: bolder!important;
}

.texto2H2{
    font-family: 'code-pro', sans-serif!important;
    font-size: 22px!important;
    font-weight: bolder!important;
}

.SubTituloH3{
    font-family: 'Raleway', sans-serif!important;
    font-size: 20px!important;
    font-weight: bolder!important;
}

.miniaturasH4{
    font-family: 'code-pro', sans-serif!important;
    font-size: 12px!important;
    font-weight: normal!important;
}

.clienteReseniaH5{
    font-family: 'code-pro', sans-serif!important;
    font-size: 18px!important;
    font-weight: bolder!important;
}

.tourReseniaH5{
    font-family: 'code-pro', sans-serif!important;
    font-size: 16px!important;
    font-weight: bold!important;
}

.letrasGradiante{
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    .tituloH1{
        font-size: 30px!important;
    }

    .textoH2{
        font-size: 18px!important;
    }

    .texto2H2{
        font-size: 18px!important;
    }

    .SubTituloH3{
        font-size: 16px!important;
    }

    .miniaturasH4{
        font-size: 10px!important;
    }

    .clienteReseniaH5{
        font-size: 14px!important;
    }

    .tourReseniaH5{
        font-size: 12px!important;
    }
}

#bannerFooterCarrusel{
    display: none;
}

.elementor-element-a0e0d11{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 110px 0px 110px 0px;
}

.elementor-heading-title {
    /* font-family: "Poppins", Sans-serif !important;
    font-size: 4em;
    font-weight: 500;
    line-height: 1.3em !important; */
    color: #fff;
}

.mensajeBannerAmarillo{
    font-weight: 300;
}



@media (max-width: 768px) {
    #bannerFooterCarrusel{
        padding: 10px 20px;
        display: block;
        height: auto;
        width: 100%;
        background: linear-gradient(90deg, #7b1fc3 0%, #ff4d58 100%);
    }

    #bannerFooterCarrusel p{
        margin: 0px;
        font-weight: 200;
        color: #fff;
    }
    .elementor-element-1fdd8dcf{
        display: none;
    }
}
