*{
    font-family: "Roboto-Light";
    box-sizing: border-box;
}

body{
    height: auto;
    overflow: auto;
}

.main-title span{
    font-size: 320% !important;
}


.main{
    width: 100%;    
    height: 98%; /*Si se coloca en auto, no ocupa toda la página, se deja 98% para que se vea la sombra*/
    padding: 10% 3%; 
    overflow-x: hidden; /*scroll*/
    /*agregado*/
    padding-top: 15% !important;
    margin-left: 15%;
    margin-right: 15%;
}

.section-container{
    height: auto;
    background-color: white;    
}


.titulo{
    margin-top: 1.925em;
    position: absolute;
    left: 0;
    width: 12.875em;
    font-size: 1.5625em;
    color: white;
    background-color: #0663af;
}
.container-fluid{
    height: auto !important;
}
.galeria{
    position: relative;
    top: 5.625em;
}







/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---------------------------CSS MOBILE PORTRAIT------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/



@media screen and (max-width: 991px) and (orientation:portrait){
    

.main-title span{
    font-size: 180% !important;
}



}





/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---------------------------CSS MOBILE LANDSCAPE-----------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/



@media screen and (max-width: 991px) and (orientation:landscape){
    
  
    
    
}
