@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.carousel {
    width: 105%;
    margin: auto;
    position: relative;
    left: -20px;
}

.carousel-inner {
    height: 100vh;
}

.carousel-indicators {
    position: absolute;
    display: flex;
    justify-content: end;
    margin: 0;
    padding: 0;
    padding-right: 4%;
    padding-bottom: 10px;
    z-index: 3 !important;
}

.carousel-indicators button{
    background: transparent !important;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    border: 2px white solid !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.carousel-indicators button.active{
    background: white !important;
}

.content-carousel{
    z-index: 1 !important;
}

.figura{
    left: 0px;
    position: absolute;
    background-image: url("../img/FORMA-GETSEMANI.png");
    width: 100%;
    height: 100vh;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 52% 100%;
    z-index: 2 !important;
}
.figura2{
    left: 0px;
    position: absolute;
    background-image: url("../img/FORMA-GETSEMANI2.png");
    width: 100%;
    height: 100vh;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 52% 100%;
    z-index: 2 !important;
}


.logo-ceg{
    width: 25%;
}

h1{
    font-weight: 700;
    font-size: 4rem;
    color: #005745;
    letter-spacing: -3px;
}

p{
    color: #808080;
    line-height: 1.3rem;
    font-weight: 500;
}

form input{
    margin: 25px 0px;
}

form input[type="text"], form input[type="password"]{
    color: #005745 !important;
    border: 1px #005745 solid;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

form input::placeholder{
    color: #005745 !important;
}

a{
    font-size: .9rem;
    color: #005745;
    font-weight: 500;
}

.btn-primary{
    background-color: #95C166;
    border: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.btn-primary:hover{
    background-color: #789b53;
}

.content_normal{
    background: url("../img/Slider_3.webp");
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1 !important;
    display: none;
}

.alumna{
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 190px;
}

@media (max-width: 1500px) {
    .content_normal{
        display: block;
    }
    .content-carousel{
        display: none;
    }
}

@media (max-width: 1450px) {
    .contenido_pie{
        padding: 10px 0px !important;
    }
}

@media (max-width: 767px) {
    .figura{
        background-image: none;
    }
    .figura2{
        background-image: none;
    }
    .alumna{
        display: none;
    }
    .content_normal{
        background-image: none;
    }
    .contenido_login{
        padding: 0% 15%;
    }
    .contenido_secundario{
        display: none;
    }
    h1{
        font-size: 3rem;
    }
    
}