
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

.bg-bloque1 {
    color: #000000;
    font-weight: normal;
    height: 100%;
    background: url(assets/images/bg-bloque1b.png);
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 50px;
    /*padding-bottom: 400px;*/
    /*margin-top: 5px;
    /*border-top: 20px solid #38c235;*/
    /*padding-top: 5px;/
    /*padding-bottom: 50px;*/
}

.bg-body-lg {
    color: #000000;
    font-weight: normal;
    height: 100%;
    background: url(assets/images/img-portada-lg.jpg);
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
    /*margin-top: 50px;*/
    /*border-top: 20px solid #38c235;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.cnt-desktop {display: none; visibility: hidden;} 
.cnt-mobile  {display: none; visibility: hidden;} 


.bg-footer {
    font-weight: normal;
    height: 100%;
    color: #000000;
    background: url(assets/images/bg-footer.jpg);
    /*background-attachment: fixed;*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: relative;
    float: left;*/
    width: 100%;
    /*border-top: 20px solid #38c235;*/
}

.bg-separador {
    font-weight: normal;
    height: 100%;
    color: #000000;
    background: url(assets/images/004b.jpg);
    /*background-attachment: fixed;*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: relative;
    float: left;*/
    width: 100%;
    /*border-top: 20px solid #38c235;*/
}

/* Ajustes por Tamaño de Pantalla */
@media screen and (max-width: 1023px) and (min-width: 0px)  {
    .cnt-mobile {display: block; visibility: visible;} 
}
    
@media screen and (max-width: 9999px) and (min-width: 1024px)  {
    .cnt-desktop {display: block; visibility: visible;} 
}
    

