/* Estilos Generales */

:root{
    --blue :#041e46 ;
    --darkblue:#03132b;
}

body{
    font-family: 'Hind', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif !important;
}

.row{
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.fondo-oscuro{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.white-shadow-3 {
    box-shadow: 0 1px 8px #fff3, 0 3px 4px #ffffff24, 0 3px 3px -2px #ffffff1f;
}

.half-black-bg{
    background: linear-gradient(to right, #212529 0%, #212529 33.33%, white 33.33%, white 100%);
}

.fs-0{
    font-size: 65px;
}

.mt-6{
    margin-top: 5rem !important;
}

.mb-6{
    margin-bottom: 5rem !important;
}

.my-6{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.btn-blue{
    background-color: var(--blue);
    color: #fff !important;
    font-weight: bold;
}

.btn-blue:hover, .btn-blue:focus{
    background-color: var(--darkblue);
    border-color: var(--darkblue) !important;
}

[data-fancybox]:hover{
    cursor: pointer;
    opacity: 0.9;
    transition: 0.2s;
}

textarea{
    height: 130px !important;
}

label{
    width: 100% !important;
}

@media (max-width: 992px) {

    /*estilos generales movil*/
    .mt-6{
        margin-top: 4rem !important;
    }

    .mb-6{
        margin-bottom: 4rem !important;
    }

    .my-6{
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .half-black-bg{
        background: linear-gradient(to bottom, #212529 0%, #212529 33.33%, white 33.33%, white 100%);
    }
    
}
