/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */

html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #04A2D9;
}

body::-webkit-scrollbar {
    width: 10px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

html,
body,
header,
.view {
    height: 100%;
}

.logo {
    width: 130px;
}

.soloMovil {
    display: none;
}

.top-nav-collapse {
    background-color: #FFF;
}

.navbar {
    background-color: #fff;
    box-shadow: 0px 0px 0px !important;
}

.seccionLetraMenu {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 10px;
    padding-bottom: 4px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.letraMenu {
    /*color: #d69300;*/
    color: #04A2D9;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

.letraMenu:hover {
    color: #D9691D;
    border-bottom-style: solid;
    border-width: thin;
    transition: all 0.4s ease-in-out;
}

.btnInscripcion {
    font-size: 14px;
    color: #FFF;
    border-radius: 12px;
    border-style: none;
    background-color: #B730F8;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
    padding-left: 17px;
    transition: all 0.4s ease-in-out;
}

.btnInscripcion:hover {
    background-color: #D69300;
    transition: all 0.4s ease-in-out;
}

.btnInscripcion2 {
    font-size: 18px;
    color: #FFF;
    border-radius: 16px;
    border-style: none;
    background-color: #D69300;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 27px;
    padding-left: 27px;
    transition: all 0.4s ease-in-out;
}

.btnInscripcion2:hover {
    background-color: #B730F8;
    transition: all 0.4s ease-in-out;
}

.fechaEventoCarrusel {
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    /*text-shadow: 0px 0px 5px #333;*/
    margin-top: 30px;
}

.fraseCarrusel {
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    /*text-shadow: 0px 0px 5px #333;*/
}

.logoCarrusel {
    width: 30%;
    margin-top: 100px;
}

.divInicio {
    background: rgba(255, 255, 255, 0.719);
    border-radius: 10px;
    /* margin-left: -200px; */
}

.textoInicio {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    text-align: justify;
    font-weight: 500;
}

.textoDescripcion {
    font-size: 12px;
    font-style: italic;
}

.textoInicioTitulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.tituloInscripcion {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.inputRegistro {
    width: 100%;
    background-color: #eee;
    border-radius: 12px;
    border-style: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    transition: all 0.4s ease-in-out;
}

.inputRegistro::placeholder {
    background-color: #eee;
}

.tituloCore {
    font-size: 48px;
    font-weight: bold;
    /*text-shadow: 0px 0px 5px #FFF;*/
}

.tituloCoreRosa {
    font-size: 48px;
    font-weight: bold;
    color: #FF0068;
}

.parallaxMorado {
    background-image: url("../img/fondoCore4.jpg?i=1");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxFondoCurso {
    background-image: url("../img/quebrada.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxBlanco {
    background-image: url("../img/tabla2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tarjetaInscripcion {
    margin-top: 80px;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        /*height: 1050px;*/
    }
    .logo {
        position: relative;
        width: 100px;
    }
    .fechaEventoCarrusel {
        font-size: 28px;
        font-weight: bold;
        margin-top: 20px;
    }
    .fraseCarrusel {
        font-size: 18px;
    }
    .logoCarrusel {
        width: 80%;
        margin-top: 30px;
    }
    .divInicio {
        margin-left: 0px;
    }
    .textoInicio {
        font-size: 18px;
        text-align: justify;
    }
    .soloPc {
        display: none;
    }
    .soloMovil {
        display: block;
    }
    .tituloCore {
        font-size: 28px;
        font-weight: bold;
        color: #FF0068;
    }
    .tituloCoreRosa {
        font-size: 28px;
        font-weight: bold;
        color: #FF0068;
    }
    .parallaxMorado {
        background-image: url("../img/fondoCore5.jpg?i=2");
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 700px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #1C2331 !important;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-height: 1310px) {
    html,
    body,
    header,
    .view {
        /*height: 105%;*/
    }
    .full-page-intro {
        /*height: 105%;*/
    }
    .video-intro2 {
        /*width: 100%;*/
    }
}

@media screen and (min-device-width: 1024px) and (max-device-height: 768px) {
    html,
    body,
    header,
    .view {
        /*height: 105%;*/
    }
    .full-page-intro {
        /*height: 105%;*/
    }
    .video-intro2 {
        /*width: 100%;*/
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    html,
    body,
    header,
    .view {
        /*height: 300px;*/
    }
    .full-page-intro {
        /*height: 300px;*/
    }
    .video-intro2 {
        /*width: 100%;
    top: 75px;*/
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 750px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    html,
    body,
    header,
    .view {
        /*height: 400px;*/
    }
    .full-page-intro {
        /*height: 400px;*/
    }
    .video-intro2 {
        /*width: 100%;
    top: 75px;*/
    }
}