@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);

html, body {
    font-family: Raleway!important;
}

.bg_verde_oscuro {
    background-color: #35434e!important;
}

.bg-green{
    background-color:#005c00!important
}
.fondo-transp{
    height: 100vh;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 70%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.letras{
    position: absolute;
    left: 5%;
    top: 25%;
}

.letras-r{
    position: absolute;
    right: 5%;
    top: 20%;
}
.titulohome1{
    font-style: normal;
    font-weight: 800;
    margin:0px;
    font-size: 4rem;     
    line-height: 1.174;
}
.titulohome2{
    font-style: normal;
    font-weight: 400;
    margin:0px;
    font-size: 1rem;
    width: 500px;
    margin-top: 30px;
    line-height: 1.5;
}
img.logo{
    width: 120px;
    margin-left: 15px;
}
.titulo{
    font-style: normal;
    font-weight: 800;
    width: 90%;
    padding-top: 20px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
}
.txt_3rem{
    font-size: 3rem!important;
}
.txt-blanco{
    color: #fff!important;
}
.txt-negro{
    color: #000!important;
}
.txt-blue{
    color: #0b2c62!important;
}

.txt_verde_fluo{
    color: #2ebb2d!important;
}
.txt_verde{
    color: #005c00!important;
}
.parrafo{
    font-style: normal;
    font-weight: 400;
    margin:0px;
    font-size: 1.2rem;
    width: 70%;
    padding-top: 20px;
    margin: 0 auto;
    text-align: justify;
}
.txt_1rem{
    font-size: 1rem;
}
.txt_1_2rem{
    font-size: 1.2rem;
}
.txt_5rem{
    font-size: 5rem;
}
.txt_4_2rem{
    font-size: 4rem;
}
#intro {
    width: 100vw;
    height: 100vh;
    perspective: 100vw;
    left: 0px;
    top: 0px;
    background: url(../img/login-background.jpg);
    background-size: cover;
    z-index: -1;
    display: flex;
}

#intro2{
    position: absolute;
    width: 100vw;
    height: 100vh;
    perspective: 100vw;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 70%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

}

.fondo-gradient-l{
    width: 100vw;
    height: 100vh;
    perspective: 100vw;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 70%), url("../img/acond1.jpg") ;
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/acond1.jpg");
    background: linear-gradient(to right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/acond1.jpg");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.fondo-gradient-l-s{
    width: 100vw;
    height: 100vh;
    perspective: 100vw;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 70%), url("../img/siaap2.jpg") ;
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/siaap2.jpg");
    background: linear-gradient(to right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/siaap2.jpg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.fondo-gradient-r-s{
    width: 100vw;
    height: 100vh;
    perspective: 100vw;
    background: -moz-linear-gradient(right,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 70%), url("../img/siaap1.jpg") ;
    background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/siaap1.jpg");
    background: linear-gradient(to left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/siaap1.jpg");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.fondo-gradient-r-s3{
    width: 100vw;
    height: 100vh;
    perspective: 100vw;
    background: -moz-linear-gradient(right,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 70%), url("../img/siaap3.jpg") ;
    background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/siaap3.jpg");
    background: linear-gradient(to left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/siaap3.jpg");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.fondo-gradient-l-s2{
    width: 100vw;
    height: 100vh;
    perspective: 100vw;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 70%), url("../img/siaap4.jpg") ;
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/siaap4.jpg");
    background: linear-gradient(to right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/siaap4.jpg");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.fondo-gradient-r-s5{
    width: 100vw;
    height: 100vh;
    perspective: 100vw;
    background: -moz-linear-gradient(right,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 70%), url("../img/siaap5.jpg") ;
    background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/siaap5.jpg");
    background: linear-gradient(to left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/siaap5.jpg");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}


.fondo-gradient-r{
    width: 100vw;
    height: 100vh;
    perspective: 100vw;
    background: -moz-linear-gradient(right,  rgba(255,255,255,1) 40%, rgba(255,255,255,0) 70%), url("../img/acond2.jpg") ;
    background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/acond2.jpg");
    background: linear-gradient(to left,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 70%),url("../img/acond2.jpg");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 500px) {
    #intro {
        background: none;
    }
    .parrafo{
        width: 90%;
    }
    .txt_4_4rem{
        font-size: 2rem;
    }
    .titulohome2{
        margin-right: 20px;
        width: 90%;
    }
    .letras {
        position: absolute;
        left: 10%;
        top: 20%;
    }
}

@media only screen and (max-width: 500px) {
    .hsul-100{
        height:100%;
    }
}
@media screen and (min-width: 500px) and (max-width: 3000px) {   
    .hsul-100{
        height:100vh!important;
    }
}

.inicio_modulo{
    width: 100%;
    height: 50px;
}

.color-azul{
    color: #1c315e!important;
}

.color-verde{
    color: #005c00!important;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
    display: block;
    border-style: none;
    height: 3px;
}

