#seccion,
#seccion2{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:auto;
    width: 100%;
    color: #FFFFFF;
}
#seccion{
    background-image: url(../../images/Digital1_2XHDPI-31.jpg);
    min-height: 25vw;
}
#seccion h2{
    padding-top: 12vw;
}
#seccion + div label{
    color: #EB672C;
}
#seccion + div p{
    text-align: center;
    color: #45829E;
}

#seccion2{
    background-image: url(../../images/Digital2_2XHDPI-31.jpg);
    min-height: 400px;
}
#seccion2 .title{
    color: #EB672C;
    font-weight: bold;
}
#seccion2 .content-menu span label{
    color: #EB672C;
}

#seccion3 span{
    color: #EB672C;
    font-weight: bold;
}
#seccion3 p{
    color: #45829E;
}
/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-XS SEGUN BOOTSTRAP 4*/
@media (max-width: 574px){
    #seccion  h2{
        font-size: 1.8rem;
        /* padding-top: 30%; */
    }
    #seccion .content{
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    #seccion2 .title{
        font-size: 2rem;
    }
    .content-menu span {
        font-size: 1.5rem;
        line-height: 1.2rem;
    }
    .content-menu p{
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    #seccion3 span{
        font-size: 2.5rem;
        line-height: 2.4rem;
    }
    #seccion3 p{
        font-size: 1rem;
        line-height: 1.3rem;
    }
}


/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-SM-(576 ENTRE 768PX) SEGUN BOOTSTRAP 4*/
@media (min-width: 575px) and (max-width: 767px){
    #seccion  h2{
        /* padding-top: 28%; */
        font-size: 2rem;
    }
    #seccion + div p{
        font-size: 1.1rem;
        line-height: .8rem;
    }
    #seccion2 .title{
        font-size: 2rem;
    }
    .content-menu span {
        font-size: 1.5rem;
        line-height: 1.2rem;
    }
    .content-menu p{
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    #seccion3 span{
        font-size: 2.6rem;
        line-height: 3rem;
    }
    #seccion3 p{
        font-size: .9rem;
        line-height: .8rem;
    }
}


/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-MD-(768 ENTRE 991PX) SEGUN BOOTSTRAP 4*/
@media (min-width: 767px) and (max-width: 990px){
    #seccion  h2{
        /* padding-top: 20%; */
        font-size: 2.8rem;
    }
    #seccion + div p{
        font-size: 1.3rem;
        line-height: 1rem;
    }
    #seccion2 .title{
        font-size: 2.8rem;
    }
    .content-menu span {
        font-size: 1.5rem;
        line-height: 1.2rem;
    }
    .content-menu p{
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    #seccion3 span{
        font-size: 3.8rem;
        line-height: 3rem;
    }
    #seccion3 p{
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
}


@media (min-width: 991px){
    #seccion  h2{
        /* padding-top: 16%; */
        font-size: 3.3rem;
    }
    #seccion + div p{
        font-size: 1.6rem;
        line-height: 1.1rem;
    }
    #seccion2 .title{
        font-size: 2.4rem;
    }
    .content-menu span {
        font-size: 1.5rem;
        line-height: 1.2rem;
    }
    .content-menu p{
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    #seccion3 span{
        font-size: 4.3rem;
        line-height: 4.5rem;
    }
    #seccion3 p{
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1200px){
    #seccion  h2{
        font-size: 4vw;
    }
    #seccion + div p{
        font-size: 2vw;
        line-height: 2vw;
    }
    #seccion2{
        min-height: 35vw;
    }
    #seccion2 .title{
        font-size: 4vw;
    }
    .content-menu span {
        font-size: 2vw;
        line-height: 2vw;
    }
    .content-menu p{
        font-size: 1.6vw;
        line-height: 1.6vw;
    }
    #seccion3 span{
        font-size: 7.2vw;
        line-height: 6vw;
    }
    #seccion3 p{
        font-size: 2.5vw;
        line-height: 2.2vw;
    }
}
