/*=====================
     HOME WEBVICH
======================*/

.montserrat{
    font-family: 'Montserrat', sans-serif;
}

/*TAMAŅO DE FUENTES*/
.home-title {
    font-size: calc(1em + 2.6vw);
    font-weight: 900;
}

.home-sub-title{
    font-size: calc(1em + 0.5vw);
    font-weight: 700;
}

.home-about-us-title{
    font-size: calc(1em + 1.2vw);
    font-weight: 900;
}

.home-about-us{
    font-size: calc(1em + 0.3vw);
    font-weight: 600;
}

.home-title-cursos{
    font-size: calc(1em + 3vw);
    font-weight: 900;
}

.home-title-promotions{
    font-size: calc(1em + 2vw);
    font-weight: 900;
} 

.home-sub-title-redes{
    font-size: calc(1em + 2.1vw);
    font-weight: 500;
}

.home-items-title {
    font-size: calc(1em + 0.7vw);
    font-weight: 900;
}

.home-items{
    font-size: calc(1em + 0.1vw);
    font-weight: 600;  
}

.home-iconos-redes{
    font-size: calc(1em + 3vw);
    color: white;
}

.home-iconos-items{
    height: 100px;
}
/*END TAMAŅO DE FUENTES*/

/*BACkGROUND*/
.home-webvich-background-1{
    background-image: url(../images/fondo-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.home-webvich-background-2{
    background-color: #008ce2;
}

.home-webvich-background-3{
    background-image: url(../images/fondo-2.jpg);
}

.home-webvich-background-4{
    background:#000;
}
/*END BACkGROUND*/

/*=====================
   END HOME WEBVICH
======================*/