html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;

}

body {
    -ms-overflow-y: hidden;
    -webkit-overflow-y: hidden;
    overflow-y: hidden;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}


a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}

.lowWeight {
    font-weight: 100;
    font-size: 1.2em;
}

p {
    font-size: 0.9em;
    color: white;
    line-height: 2em;
    letter-spacing: 1px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.main-content {
    min-height: 50em;
    background: url(../img/openCampus.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

.layer {
    background: rgba(0, 0, 0, 0.5);
    min-height: 60em;
}

/* .logoSab{
    width: 5em;
    position: absolute;
    bottom: -15em;
    right: -10em;
}
.logoSem{
    width: 5em;
    position: absolute;
    bottom: -15em;
    left: -10em;
} */

.logoSab {
    width: 15em;
    position: fixed;
    bottom: 0em;
    right: 1em;
}

.logoSabT {
    position: fixed;
    bottom: 1.5em;
    right: 5em;
}

.logoSem {
    width: 5.5em;
    position: fixed;
    bottom: 1em;
    left: 1em;
}

.logoSemT {

    position: fixed;
    bottom: 1.5em;
    left: 8em;
}



.banner-info-w3ls h1 {
    font-size: 5em;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.banner-info-w3ls h1 span {
    font-size: medium;
    font-weight: lighter;
    color: white;
}

.banner-info-w3ls h2 {
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 9px;
}


.banner-info-w3ls a:hover {
    background: #00cec9;
    color: #fff;
    border: transparent;
}


.banner-info-w3ls {
    margin: 0 auto;
    text-align: center;
    padding-top: 17em;
    width: 60%;
    position: relative;
}

.img-effect img {
    padding: 10px;
    background: #f6f6f9;
}

.icon-scroll {
    position: absolute;
    bottom: -29%;
    left: 50%;
    width: 1em;
    height: 3.125em;
    transform: translateX(-50%) scale(2);
    z-index: 1;
}

.icon-arrows::after,
.icon-arrows::before {
    content: '';
}

.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
    display: block;
    width: 0.315em;
    height: 0.315em;
    border-right: 1px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    margin: 0 0 0.125em 0.315em;
    transform: rotate(45deg);
    animation: mouse-scroll 0.8s infinite;
    animation-direction: alternate;
}

.icon-arrows::before {
    margin-top: 0.315em;
    animation-delay: .1s;
}

.icon-scroll span {
    animation-delay: .2s;
}

.icon-arrows::after {
    animation-delay: .3s;
}

.icon-scroll .mouse {
    height: 1.375em;
    width: .875em;
    border: 1px solid white;
    border-radius: 2em;
}

.icon-scroll .wheel {
    position: relative;
    display: block;
    height: 0.18em;
    width: 0.18em;
    margin: 0.1875em auto 0;
    background: white;
    animation: mouse-wheel 1.2s ease infinite;
    border-radius: 50%;
}

@keyframes mouse-wheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(.375em);
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}




h3.agile_tittle.two {
    color: #252525;
}

h3.title {
    font-size: 4em;
    text-align: center;
    color: #242425;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

h3.title span {
    display: block;
}

h3.title span.ab {
    display: block;
    font-size: 0.3em;
}

#about {

    background: #03437D;
    min-height: 60em;
    /* 
    background: #60487F; 
    background: #3D013C;
    background: #03437D;
    */
}

#term {
    background: #046CC9;
    min-height: 60em;
    /* 
    background: #60487F; 
    background: #3D013C;
    background: #03437D;
    */
}

#about2 {

    background: #046CC9;
    min-height: 60em;
    /* 
    background: #60487F; 
    background: #3D013C;
    background: #046CC9;
    */
}

#preguntas1 {

    background: white;
    /* background: #60487F; */
    min-height: 60em;
    /* 
    background: #03437D;
    background: #3D013C;
    background: #046CC9;
    */
}

#resultados {

    background: #046CC9;
    /* background: #3D013C; */
    min-height: 60em;
    /* 
    background: #03437D;
    background: #046CC9;
    background: #60487F; 
    */
}

.imgSize {
    height: 250px;
    /* width:100%; */
}

.politica {
    color: #03437D;
}

h2.main_head,
h3.main_head {
    font-weight: 700;
    color: #fff;
    border-radius: 0.35em;
    box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
    font-size: 2.75em;
    letter-spacing: 0.075em;
    line-height: 1.35em;
    padding: 1em 0 1em 0;
    margin-bottom: 1em;
}

p.main_p2 {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8em;
    width: 75%;
}

p.main_p {
    font-size: 1.5em;
    line-height: 1.8em;
    letter-spacing: 0.075em;
    color: rgba(255, 255, 255, 0.75);
}

.button-style {
    padding: 14px 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.25em;
    border: 1px solid #1f232b;
    background: #1f232b;
}

label {
    color: #fff;
    font-weight: bold;
}

#csv {
    margin: 5px;
}

#csv-demo {
    margin: 5px;
}

.slider {
    -webkit-appearance: none;
    width: 85%;
    height: 2em;
    background: white;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-top: 1.35em;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 2em;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.title-demo {
    font-weight: 100;
    margin: 30px;
}

.middle-demo {
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 50px;
}

.middle-demo .button-demo {
    text-align: center;
    margin: auto;
    padding: 10px;
}

h5.w3ls-title {
    font-weight: 100;
    font-size: 3em;
    margin-bottom: 10px;
    letter-spacing: 1px;

}

a.work,
a.hire:hover {
    padding: 12px 35px;
    color: #006dd9;
    background: #fff;
    border: 2px solid #006dd9;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 4px;
}

a.work:hover,
a.hire {
    background: #006dd9;
    border: 2px solid #006dd9;
    color: #fff;
    padding: 12px 35px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 4px;
}

#preg {
    max-width: 1500px;
}

#tamP {
    max-width: width 800px;
}

#tamRB1 {
    max-width: width 700px;
}

#inst1 {
    margin-left: 5.5em;
}

#inst2 {
    margin-left: 4em;
}

#inst3 {
    margin-left: 3.2em;
}

#inst4 {
    margin-left: 3.8em;
}

#inst5 {
    margin-left: 3.5em;
}

#cartaDerechos {
    width: 50rem;
}

#cartaRecomendacion {
    width: 50rem;
}

#oops {
    width: 30rem;
}

#oops2 {
    width: 30rem;
}

#aleatoria1 {
    margin-left: 16%;
}

#aleatoria2 {
    margin-left: 8%;
}

#aleatoria3 {
    margin-left: 8%;
}

#aleatoria4 {
    margin-left: 8%;
}

#aleatoria5 {
    margin-left: 8%;
}

#tamRB {
    margin-top: 0.8em;
}


/* PANTALLAS MENORES DE 912PX */
@media screen and (max-width: 912px) and (min-width: 501px) {
    .banner-info-w3ls h1 {
        font-size: 3em;
        letter-spacing: 0px;
        color: #fff;
        text-transform: uppercase;
    }

    #desaparece {
        display: contents;
    }

    .about-grids .card {
        max-width: 50em;
    }

    body {
        /* max-width: 911px;
        min-width: 28em; */

        margin: 0;
        font-size: 100%;
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        scroll-behavior: smooth;

    }

    .main-content {
        min-width: 100vw;
        max-width: 100vw;
    }

    #term {
        min-width: 100vw;
        max-width: 100vw;
        height: 100vh;
    }

    #about {
        min-width: 100vw;
        max-width: 100vw;
        height: 100vh;


    }

    #about2 {
        min-width: 100vw;
        max-width: 100vw;
        height: 100vh;

    }

    #how {
        min-width: 100vw;
        max-width: 100vw;
        height: 100vh;

    }

    #preguntas1 {
        min-width: 100vw;
        max-width: 100vw;
        height: 100vh;

    }

    #resultados {
        min-width: 100vw;
        max-width: 100vw;
        height: 100vh;

    }

    #preguntaValidar {
        height: 100vh;
        min-width: 100vw;
        max-width: 100vw;
    }

    #cartaDerechos {
        width: 90vw;
        height: 70vh
    }

    #cartaRecomendacion {
        width: 40rem;
    }

    #oops {
        width: 20rem;
        margin-left: -17px;
    }

    #oops2 {
        width: 20rem;
        margin-left: -17px;
        margin-top: 10px;
    }

    h3.title {
        font-size: 3em;
    }

    #inst1 {
        margin-left: 6.5em;
    }

    #inst2 {
        margin-left: 2em;
    }

    #inst3 {
        margin-left: 2em;
    }

    #inst4 {
        margin-left: 2em;
    }

    #inst5 {
        margin-left: 2em;
        position: absolute;
    }

    #tamRB1 {
        margin-left: -5vw
    }

    #complete {
        margin-top: 2em;
    }

    #aleatoria1 {
        margin-left: 8%;
    }

    #aleatoria2 {
        margin-left: 0%;
    }

    #aleatoria3 {
        margin-left: 0%;
    }

    #aleatoria4 {
        margin-left: 0%;
    }

    #aleatoria5 {
        margin-left: 0%;
    }

    .pb-2,
    .py-2 {
        margin-top: 14%;
    }

    .howComplete {
        margin-top: 5%;
    }
}

/* PANTALLAS MENORES DE 500px */
@media screen and (max-width: 500px) {
    .banner-info-w3ls h1 {
        font-size: 3em;
        letter-spacing: 0px;
        margin-top: -3em;
        color: #fff;
        text-transform: uppercase;
    }

    .logoSem {
        display: none;
    }

    .logoSab {
        display: none;
    }

    .logoSemT {
        display: none;
    }

    .about-grids .card {
        max-width: 50em;
    }

    body {
        /* max-width: 911px;
        min-width: 28em; */
        margin: 0;
        font-size: 100%;
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        scroll-behavior: smooth;
        overflow-y: scroll;
    }

    #habeasboton {
        margin-top: 1em;
    }

    .main-content {
        min-width: 100vw;
        max-width: 100vw;
    }

    #term {
        min-width: 100vw;
        max-width: 100vw;
    }

    #about {
        min-width: 100vw;
        max-width: 100vw;

    }

    #about2 {
        min-width: 100vw;
        max-width: 100vw;
    }

    #how {
        min-width: 100vw;
        max-width: 100vw;
    }

    #preguntas1 {
        min-width: 100vw;
        max-width: 100vw;
    }

    #resultados {
        min-width: 100vw;
        max-width: 100vw;
    }

    #cartaDerechos {
        width: 90vw;
        height: 90vh
    }

    #cartaRecomendacion {
        width: 20rem;
    }

    #oops {
        width: 20rem;
        margin-left: -17px;
    }

    #oops2 {
        width: 20rem;
        margin-left: -17px;
        margin-top: 10px;
    }

    h3.title {
        font-size: 3em;
    }

    #inst1 {
        margin-left: 6.5em;
    }

    #inst2 {
        margin-left: 2em;
    }

    #inst3 {
        margin-left: 2em;
    }

    #inst4 {
        margin-left: 2em;
    }

    #inst5 {
        margin-left: 2em;
        position: absolute;
    }

    #tamRB1 {
        margin-left: -5vw
    }

    #complete {
        margin-top: 2em;
    }


    #aleatoria1 {
        margin-left: 0%;
    }

    #aleatoria2 {
        margin-left: 0%;
    }

    #aleatoria3 {
        margin-left: 0%;
    }

    #aleatoria4 {
        margin-left: 0%;
    }

    #aleatoria5 {
        margin-left: 0%;
    }

    .pb-2,
    .py-2 {
        margin-top: 1em;
    }
}