
*{
    
    font-family: "Roboto-Light";
}

body{
}

.main{   
    height: auto;
}

.section{
    /*border-bottom: 3px solid lightgray;*/
}

/*------------------------------------------------------------------------*/
/*-------------------------------init------------------------------------*/
/*------------------------------------------------------------------------*/

.init{
    height: 31em !important;
}

.init .initView{
   height: 100%;
}

.initView iframe{
    height: 100%;
}

.init .initData{
    /*margin-top: 0.35% !important;*/
    /*height: 120%;*/
    right: 0 !important;
    background-color: whitesmoke;
    z-index: 1;
    opacity: 0.85;
    overflow: hidden;
}

.weather{
    width: 100%;
    height: 100%; 
}

.weather .w-title{
    width: 100%;
    height: 2.4em;
    background-color: #0f1d29;
    color: white;
}

.w-title img{
    margin: 2% !important;
    height: 60%;
}

.w-title h1{
    width: 54%;
    margin: 3% 0 !important;
    font-size: 110%;
    text-align: center;
}

.w-title label{
    width: 35%;
    margin: 2% 0 !important;
    font-size: 110%;    
    text-align: center;
    font-weight: bold;
}

.weather .w-day{
    width: 100%;
    height: 3.96em;
    background-image: linear-gradient(to bottom right, #1d3a51, #274863);
    color: white;
    overflow: hidden;
}

.w-day .w-info{
    width: 50%;
    height: 100%;
    text-align: center;
}

.w-info label{
    width: 100%;
}

.w-info #name{
    font-size: 200%;
    height: 100%;
    font-weight: normal;
}

.w-info #humidity,
.w-info #max-min{
    display:none;
}

.w-day .img,
.w-day .temp{
    height: 100%;
    width: 25%;
}

.w-day .img span{
    width: 100%;
    height: 100%;
}

.w-day .img span img{
    width: 50%;
    height: auto;
}

.w-day .img label{
    display: none;
}

.w-day .temp label{
    font-size: 250%;
}

.w-expanded{
   height: 11em !important; 
   margin-bottom: 0.1% !important;
    z-index: 200;
        
   
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

.w-expanded .w-info{
    width: 50%;
    top: -3%;
}

.w-expanded .w-info #name{
    height: 20%;
    margin-top: 11% !important;
    font-size: 220%;
    font-weight: bold;
}
.w-expanded .w-info #humidity,
.w-expanded .w-info #max-min{
    display: block !important;
    height: auto !important;

}

.w-expanded .w-info #max-min{
    font-size: 130%;
    padding-left:  18% !important;
}

#max-min label,
#max-min span{
    width: auto !important;
    margin: 0 2%  !important;
}
#max-min label{
    margin-right: 5% !important;
}

.w-expanded .w-info #temp{
    height: 32%;
    font-size: 400%;
    
}

#max-min span{
    font-weight: 900 !important;
    transform: rotate(90deg);
}

.w-expanded .img{
    margin-left: 5% !important;
    width: 40% !important;
    padding-top: 3% !important;
}

.w-expanded .img > span{    
    width: 75% !important;
    height: 75% !important;
}

.w-expanded .img > span img{
    width: 100% !important;
    height: auto !important;
    margin-left: 25% !important;
}

.w-expanded .img label{
    display: block;
    width: 90%;
    text-align: center;
    margin-top: 4% !important;
}

.w-expanded .temp{
    display: none;
}


/*------------------------------------------------------------------------*/
/*-------------------------------iconbar------------------------------------*/
/*------------------------------------------------------------------------*/


.iconsbar{
    height: 6em !important;
    background-color: #0563af;
    /*padding-left: 4% !important; Adios padding!*/
    margin-bottom: 2% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content:center;
    padding-right: 25% !important; /*aprox espacio que ocupa el weather menú*/
}

.icon{
    padding: 0 1.45% !important; /*OG: 0 1.1%*/
    width: auto;
    height: 100%;
    float: left;
}
.icon img{
    max-width: 4em;/*OG: 4.375em*/
    width: 100%;
    padding: 0;
    cursor: pointer;
}
.icon label{
    display: none;
    color: white !important;
}
/*------------------------------------------------------------------------*/
/*-------------------------------news------------------------------------*/
/*------------------------------------------------------------------------*/


.news{
    height: 23em !important;
}

.new{    
    transform: scaleX(0.96);
    height: 90%;
    padding: 1% !important;
    margin: 1.5% 0% !important;
}

.new h2{
    width: 100%;
    font-size: 100%;
    font-weight: bold;
    padding: 2% 0 !important;
    margin-bottom: 3% !important;
    border-bottom: 2px solid #000000;
}

.new .new-img{
    width: 100%;
    height: 40%;
    margin: 2% 0 !important;
    overflow: hidden;
    /*border: 1px solid pink;*/
    
}

.new .new-img img{
    width: 100%;
    height: auto;
}

.new .new-text{
    width: 100%;
    height: 45%;
    font-size: 110%;
}

.new-text p{    
    width: 100%;
    height: 80%;
    padding: 2% 0 !important;
    text-align: justify;
}


.new-text .text-more{
    width: 100%;
    height: 20%;
    margin-top: 1% !important;
    color: #ace68b !important;
}







/*------------------------------------------------------------------------*/
/*-------------------------------footer------------------------------------*/
/*------------------------------------------------------------------------*/

.footer{
    width: 98%;
    height: 4em !important;
    background: #F2F2F2;
    border-radius: 1.25em;
    margin: 1% 1% !important;
    padding: 1% !important;
}

.footer-colum{
    height: 100%;    
    padding: 0 1% !important;
    justify-content: space-around;
}

  
.footer .separator:after{
    position: absolute;
    top: 0%;
    left: 0;
    width: 0.25em;
    height: 100%;
    background-color: gray;
    content: '';
    display: inline-block;
    visibility: visible; 
}

.footer-colum label{    
    margin: 0 2% !important;
    font-size: 80%;
    font-family: "Roboto-Regular";
    font-weight: lighter;
}

.footer-colum a{
    height: 145%;
}

.footer-colum a:hover{
    transform: scale(1.3);  
}

.footer-colum a img{
    height: 100%;
    /*margin: 0 1% !important;*/
}




@media screen and (max-width: 3801px){

}

@media screen and (max-width: 3751px){

}

@media screen and (max-width: 3701px){
  
}
@media screen and (max-width: 3651px){
  
}
@media screen and (max-width: 3601px){
   
}
@media screen and (max-width: 3551px){
  

}
@media screen and (max-width: 3501px){
   

}
@media screen and (max-width: 3451px){
   

}
@media screen and (max-width: 3401px){
   

}
@media screen and (max-width: 3351px){
 
}
@media screen and (max-width: 3301px){
   
}
@media screen and (max-width: 3251px){
   
}
@media screen and (max-width: 3201px){
  

}
@media screen and (max-width: 3151px){
   

}
@media screen and (max-width: 3101px){
    
}

@media screen and (max-width: 3051px){

}
@media screen and (max-width: 3001px){
 

}

@media screen and (max-width: 2951px){

}

@media screen and (max-width: 2901px){
 
}

@media screen and (max-width: 2851px){
    
}

@media screen and (max-width: 2801px){
       
}

@media screen and (max-width: 2751px){
       
}

@media screen and (max-width: 2701px){
    
}

@media screen and (max-width: 2651px){
     
}

@media screen and (max-width: 2601px){
     
}

@media screen and (max-width: 2551px){
  
}

@media screen and (max-width: 2501px){
    
}

@media screen and (max-width: 2451px){
  
}

@media screen and (max-width: 2401px){
    
}

@media screen and (max-width: 2351px){
   
}

@media screen and (max-width: 2301px){
    
}

@media screen and (max-width: 2251px){
    
}

@media screen and (max-width: 2201px){
  
}

@media screen and (max-width: 2151px){
    
}

@media screen and (max-width: 2101px){
    
}

@media screen and (max-width: 2051px){
    
}

@media screen and (max-width: 2001px){
 
    
}

@media screen and (max-width: 1951px){
  
}

@media screen and (max-width: 1901px){
 
}

@media screen and (max-width: 1851px){
   
}

@media screen and (max-width: 1801px){    
  
}

@media screen and (max-width: 1751px){
   
}

@media screen and (max-width: 1701px){
   
}

@media screen and (max-width: 1651px){
    
}

@media screen and (max-width: 1601px){
 
}

@media screen and (max-width: 1551px){
    
}

@media screen and (max-width: 1501px){
        
 
}

@media screen and (max-width: 1476px){
   

}

@media screen and (max-width: 1441px){
   
    
    
}

@media screen and (max-width: 1401px){
 
    
}

@media screen and (max-width: 1341px){
  

    
}

@media screen and (max-width: 1301px){
  
}

@media screen and (max-width: 1276px){
   
    
}

@media screen and (max-width: 1251px){
    
}

@media screen and (max-width: 1226px){
   
    
}

@media screen and (max-width: 1201px){
    
}

@media screen and (max-width: 1171px){
    
}

@media screen and (max-width: 1151px){
       
}

@media screen and (max-width: 1101px){
    
}

@media screen and (max-width: 1024px){
    
}





/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---------------------------CSS MOBILE PORTRAIT------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/



@media screen and (max-width: 991px) and (orientation:portrait){
      
    
    
    .w-day .img span img {
    width: 35%;
    height: auto;
}
    
.w-expanded .img > span img {
    width: 60% !important;
    height: auto !important;
}
    
    
.init{
    height: 55em !important;
}

.initView{
    height: 18em !important;
}

.initData{
    position: relative;
    height: auto !important;
}

.iconsbar{
    padding: 1.53% 0 !important;
    display: block;
    height: 15em !important;
}

.icon{
    position: relative;
    display: initial;
    float: left;
    width: 18%;
    height: auto;
    padding: 1% 1% !important;
    
}

.tooltips{
    display: none !important;
}


.news{
    height: auto !important;
    padding-bottom: 4% !important;
}

/*------------------------------------------------------------------------*/
/*-------------------------------footer------------------------------------*/
/*------------------------------------------------------------------------*/

.footer{
    height: auto !important;
    background: #F2F2F2;
    border-radius: 1.25em;
    margin: 1% 1% !important;
    padding: 1% !important;
}

.footer-colum{
    height: 10em;    
    padding: 0 1% !important;
    justify-content: space-around;
    position: relative;
    display: initial !important;
}

.footer .separator:after{
    position: absolute;
  
    display: none;
}

.footer-colum label{    
    margin: 0 2% !important;
    font-size: 80%;
    font-family: "Roboto-Regular";
    font-weight: lighter;
}

.footer-colum a{
    width: auto !important;
    height: 60%;
}

.footer-colum a:hover{
    transform: scale(1.3);  
}

.footer-colum a img{
    height: 70%;
    /*margin: 0 1% !important;*/
}


#footer-column2{
    height: 8em;
    border: none !important;
    border-top: 2px solid grey !important;
    
    border-bottom: 2px solid grey !important;
}


#footer-column2 label{
    width: 100% !important;
    height: auto;
    padding: 2% 0 !important;
    
}

#footer-column2 a{
    width: 23% !important;
    height: auto;
    
}
   
   #footer-column2 a img{
    width: 100 !important;
    height: auto;
    
}
    
    
}

@media screen and (max-width: 941px) and (orientation:portrait){
    
}

@media screen and (max-width: 891px) and (orientation:portrait){
   
    

}

@media screen and (max-width: 841px) and (orientation:portrait){
   
    
}

@media screen and (max-width: 801px) and (orientation:portrait){
    

}

@media screen and (max-width: 768px) and (orientation:portrait){
  
}

@media screen and (max-width: 711px) and (orientation:portrait){
  
    
}

@media screen and (max-width: 661px) and (orientation:portrait){
    
    
    
}

@media screen and (max-width: 601px) and (orientation:portrait){
    
    
}

@media screen and (max-width: 551px) and (orientation:portrait){
      
    

}

@media screen and (max-width: 501px) and (orientation:portrait){
   
    
    
}

@media screen and (max-width: 451px) and (orientation:portrait){
    
    

}

@media screen and (max-width: 421px) and (orientation:portrait){
    
    
}

@media screen and (max-width: 391px) and (orientation:portrait){
  
    

}

@media screen and (max-width: 351px) and (orientation:portrait){
   
    
}

@media screen and (max-width: 331px) and (orientation:portrait){
    
}

@media screen and (max-width: 301px) and (orientation:portrait){
   
}

@media screen and (max-width: 251px) and (orientation:portrait){
    
}




/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---------------------------CSS MOBILE LANDSCAPE-----------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/



@media screen and (max-width: 991px) and (orientation:landscape){
    
.w-day .img span img {
    width: 25%;
    height: auto;
}
    
.w-expanded .img > span img {
    width: 40% !important;
    height: auto !important;
}
        
    
.init{
    height: 55em !important;
}

.initView{
    height: 18em !important;
}

.initData{
    position: relative;
    height: auto !important;
}

.iconsbar{
    padding: 1.53% 0 !important;
    display: block;
    height: 15em !important;
}

.icon{
    position: relative;
    display: initial;
    float: left;
    width: 18%;
    height: auto;
    padding: 1% 1% !important;
    
}

.tooltips{
    display: none !important;
}


.news{
    height: auto !important;
    padding-bottom: 4% !important;
}

/*------------------------------------------------------------------------*/
/*-------------------------------footer------------------------------------*/
/*------------------------------------------------------------------------*/

.footer{
    height: auto !important;
    background: #F2F2F2;
    border-radius: 1.25em;
    margin: 1% 1% !important;
    padding: 1% !important;
}

.footer-colum{
    height: 10em;    
    padding: 0 1% !important;
    justify-content: space-around;
    position: relative;
    display: initial !important;
}

.footer .separator:after{
    position: absolute;
  
    display: none;
}

.footer-colum label{    
    margin: 0 2% !important;
    font-size: 80%;
    font-family: "Roboto-Regular";
    font-weight: lighter;
}

.footer-colum a{
    width: auto !important;
    height: 60%;
}

.footer-colum a:hover{
    transform: scale(1.3);  
}

.footer-colum a img{
    height: 70%;
    /*margin: 0 1% !important;*/
}


#footer-column2{
    height: 12em;
    border: none !important;
    border-top: 2px solid grey !important;
    
    border-bottom: 2px solid grey !important;
    margin-bottom: 3% !important;
}


#footer-column2 label{
    width: 100% !important;
    height: auto;
    padding: 2% 0 !important;
    
}

#footer-column2 a{
    width: 23% !important;
    height: auto;
    
}
   
   #footer-column2 a img{
    width: 100 !important;
    height: auto;
    
}
  
    
}

@media screen and (max-width: 941px) and (orientation:landscape){
    
}

@media screen and (max-width: 891px) and (orientation:landscape){
 
}

@media screen and (max-width: 841px) and (orientation:landscape){
  
}

@media screen and (max-width: 801px) and (orientation:landscape){
  
}

@media screen and (max-width: 768px) and (orientation:landscape){
  
}

@media screen and (max-width: 711px) and (orientation:landscape){
    
}

@media screen and (max-width: 661px) and (orientation:landscape){
    
}

@media screen and (max-width: 601px) and (orientation:landscape){
  
}

@media screen and (max-width: 551px) and (orientation:landscape){
  
}

@media screen and (max-width: 501px) and (orientation:landscape){
  
}

@media screen and (max-width: 451px) and (orientation:landscape){
 
}

@media screen and (max-width: 421px) and (orientation:landscape){
  
}

@media screen and (max-width: 391px) and (orientation:landscape){
  
}

@media screen and (max-width: 351px) and (orientation:landscape){
   
}

@media screen and (max-width: 331px) and (orientation:landscape){
   
}

@media screen and (max-width: 301px) and (orientation:landscape){
  

}

@media screen and (max-width: 251px) and (orientation:landscape){

}
