*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


body {
    font-family: arial, verdana;
    background-color: #ffffff;
    /* background-image: url(SOpagweb_v01/images/SO_img_01_1500px.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}


/* img{
    width: 50px;
    height: 50px;
    
    
    
}   */

label {
    color: #646464;
    font-size: 13px;
    font-weight: none;
    float: left; 
    width: 250px ;
    border: none;
    padding: 0px 0px 0px;
    
  }





input {
   
    display:flex;
    font-size: 11px;
    padding: 0px 5px 0px;
    width: 250px;
    color: grey;
    margin-left: 0px;
    background-color: #ffffff; 
    border: 1px solid grey;
    border-radius: 3px;
    box-shadow:none;
    
}



select  {
    padding: 0px 5px 0px;
    font-size: 11px;
    margin-left: 0px;
    color: grey;
    width: 250px;
    background-color:#ffffff;  
    border: 1px solid grey;
    border-radius: 3px;
    box-shadow:none;
    appearance: none;
    /* z-index: 1;
     */
    
    
    
  }



.container{
    max-width:992px;
    margin: 0 auto;
}

/* ESCRITORIO */


/* header */

.header{
    background-image: url(/images/SO_img_01_1500px.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height:80vh;
    padding:180px 10px;

}
.logo{
    display: flex;
    padding:10px 0;
    justify-content: center, 0px; 
}  

.logo img{
    height: 100px;
    border-radius: 10px;
}
.header-content{
    display:flex;
    justify-content: center;
    

}
.header-txt{
    flex-basis:50%;
}
.header-txt h1{
    font-size: 36px;
    color: #19364e;
    line-height: 1.3;
    margin-bottom: 25px;
}
.header-txt p {
    font-size: 15px;
    color: #19364e;
    margin-bottom: 45px;
}



/* menu */

.menu {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: right;
    justify-content: space-between;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 15px;
    padding: 20px;
    color: #ffffff;
    font: weight 600px; 
    display: block;
}

.menu .navbar ul li a:hover {
    color: #19364e;
}

#menu {
    display: none;
}
.menu-icono{
    width: 25px;
}
.menu label{
    cursor: pointer;
    display: none;

}

/* Botones */

.butons{
    display: flex;
}
    .btn-1, .btn-3 {
        display: inline-block;
        background-color: #19364e;
        padding: 11px 35px;
        border: 2px solid #19364e;
        border-radius: 25px;
        margin-right: 25px;
        font-size: 15px;
        color: #ffffff;
    }
    .btn-2 {
        display: inline-block;
        background-color: #9B9B9B;
        padding: 08px 45px;
        border: 2px solid #9B9B9B;
        border-radius: 25px;
        margin-right: 25px;
        font-size: 12px;
        color: #ffffff;
    }

.btn-1:hover {
    background-color: #9B9B9B;
    border: 2px solid #9B9B9B;
}


.link ul {
    display: flex;
}
.link ul li > a {
    font-size: 17px;
    color: #ffffff;
    margin-right: 20px;

}
.link ul li > :hover {
    color: #19364e ;
}

/* PAGINAS contenidos */

/* main */

.main {
     /* display:flex; */
    background-color: #ffffff;
    align-items: center;
    padding: 20px 30px;
    text-align:left;
    min-height: 100px;
    /* width: 1000px; */
    justify-content: center; 

}


h2{
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 25px;
}
h3{
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h4{
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}


p{
    color: #646464;
    font-size: 13px;
    margin-bottom: 2px;
}

h5{
    color: #000000;
    font-size: 30px;
    
    margin-top: 5px;
}

h6{
    color: #646464;
    font-size: 11px;
    margin-top: 2px;
}




 /* Pag Informaciones */

.main_info {
    /* display:flex; */
    margin-top: 120px;

    background-color: #ffffff;
    align-items: center;
    padding: 0px 20px;
    text-align:left;
    min-height: 100px;
 
     /* max-width: 1200px; */
    /* width: 1000px; */
    justify-content: center; 
  
  }
 /*  .main_info img{
    width: 100px;
   
  
  } */

.info-texto{
    margin-top: 120px;
 

}

 /* Pag Evaluador */

.main_evaluador {

    margin-top: 120px;
    background-color: #ffffff;
    padding: 0 20px;

}




/* .box-problematic-snow img{
    width: 100px; 
    min-width: 50px;
    padding-right: 10px;
}  */


.problematic-snow{
    /*display:flex; */ 
    /*flex-direction: row;*/
    background-color: #f3f3f3;
    /* justify-content: left;
    align-items: left;  */ 
    

}

.box-consultas{
    /*display:flex; */ 
    /*flex-direction: row;*/
    background-color: #f3f3f3;
    /* justify-content: left;
    align-items: left;  */ 
    

}

.imagen-icon img{
    width: 50px;
    min-width: 40px;


}

.imagen-ps img{
    width: 60px;
    min-width: 50px;


}

.g-box-area {
    min-width: 300px;
    /* display: flex ;  
    flex-direction: row;  */
    /* background-color: #f3f3f3; */
    border-radius: 10px;
    padding: 10px 10px 10px;
    background-color: #f3f3f3;
}
.g-box-area img{
    width: 120px; 
    min-width: 90px;
    padding-right: 10px;
}


.g-box-problematic-snow {
    min-width: 300px;
    /* display: flex ;  
    flex-direction: row;  */
    /* background-color: #f3f3f3; */
    border-radius: 10px;
    padding: 10px 10px 10px;
    background-color: #f3f3f3;
}

.g-box-problematic-snow img{
    width: 90px; 
    min-width: 80px;
    padding-right: 10px;
}

.box-problematic-snow {
    display: flex ;  
    flex-direction: row;  
    border-radius: 10px;
    padding: 10px 10px 10px;
    background-color: #f3f3f3;
    /* flex-direction: row; */ 
    /* display:flex; */
    /* justify-content: space-between;  
    align-items: left;
    max-width: 992px;
    margin: 5px auto;
    padding: 3px; */
}

.problematic-snow-consult{
    display:flex;
    flex-direction: row; 
    background-color: #f3f3f3;
    /* justify-content: left;
    align-items: left;  */ 
    

}

.box-consultas{
    /* padding: 0px 0px 0px;  */
    /* justify-content: space-between;  
    align-items: left;
    max-width: 992px;
    margin: 5px auto;
    padding: 3px; */

}




.input-data-radio-box {
    display:flex;
}  

.input-data-radio {
    margin-top: 0px;
    background-color: #f3f3f3;
    width: 32px;
}


.input-data-radio label{
    margin-top: 0px;
    background-color: #f3f3f3;
    display:flex;
    width: 30px;
 

}

/* Tamaño box */
.input-data-radio input {
    padding: 0px;
    box-shadow: none; 
    font-size: 14px;
    width: 15px;
    color: #e0e0e0;
    border: 1px solid grey; 
  }



.input-select {
    padding: 0px 0px 3px;
    box-shadow: none;
    
    
  } 
.input-data  {
    padding: 0px 0px 3px;
    box-shadow: none; 
  } 

.box-input-data{
    border-radius: 10px;
    padding: 10px 10px 10px;
    background-color: #f3f3f3;
    min-width: 300px; 
}  




/* .actv_aval {
    padding: 3px;
    box-shadow: 3px 3px 5px grey;
    font-size: 14px;
    width: 40px;
    color: #646464;

  } */

/*   Reportes */

.box-report-ir4 {
    border-radius: 10px;
    padding: 10px 10px 10px;
    background-color: #ff0000;
    min-width: 300px; 
    font-size: 18px;
    color: #000000;
}  

.box-report-ir3 {
    border-radius: 10px;
    padding: 10px 10px 10px;
    background-color: #Ff9900  ;
    min-width: 300px;
    font-size: 18px;
    color: #000000; 
}  

.box-report-ir2 {
    border-radius: 10px;
    padding: 10px 10px 10px;
    background-color: #Ffff00;
    min-width: 300px;
    font-size: 18px;
    color: #000000; 
}  

.box-fig-risk {
    display: flex ;  
    flex-direction: row;  
    border-radius: 10px;
    padding: 10px 10px 10px;
    background-color: #ffffff;
    /* flex-direction: row; */ 
    /* display:flex; */
    /* justify-content: space-between;  
    align-items: left;
    max-width: 992px;
    margin: 5px auto;
    padding: 3px; */
}
.box-fig-risk img{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 5px;
    padding-left: 15px;
}
.altitud-ir{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 50px;
}
.altitud-ir-alt0{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 0px;
}
.altitud-ir-alt1{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 0px;
    margin-left: -100px;
}
.altitud-ir-alt2{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 0px;
    margin-left: -100px;
}

.altitud-ir-texto{
    width: 30px; 
    height: 80px; 
    min-width: 50px;
    padding-right: 20px;
    line-height: 25px;
    margin-left: 0px;
    font-size: 12px;

    

}
.altitud-ir-texto text{
    width: 30px; 
    height: 80px; 
    min-width: 50px;
    padding-right: 20px;
    line-height: 25px;
    margin-left: 0px;
    font-size: 12px;
}

.aspecto-ir-n{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 20px;
    margin-left: -100px;
} 
.aspecto-ir-ne{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 20px;
    margin-left: -100px;
} 
.aspecto-ir-e{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 20px;
    margin-left: -100px;
} 
.aspecto-ir-se{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 20px;
    margin-left: -100px;
} 
.aspecto-ir-s{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 20px;
    margin-left: -100px;
} 
.aspecto-ir-so{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 20px;
    margin-left: -100px;
} 
.aspecto-ir-o{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 20px;
    margin-left: -100px;
} 
.aspecto-ir-no{
    width: auto; 
    height: 80px; 
    min-width: 50px;
    padding-right: 20px;
    margin-left: -100px;
} 





@media(max-with:991px){
    

    .menu{
        padding: 10px;
    }
    .menu label {
        display: initial;

    }
    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #19364e;
        display: none;
    }

    .menu .navbar ul li a:hover {
    color: #1B1726;

    }
    .menu .navbar ul li {
    width: 100%;
    }
    #menu:checked ~ .navbar {
    display: initial;
    }
}

/* Header Paginas Menu */
.header_pag {
    background-color: #19364e;
    height: 80px;
    position: fixed;
    width: 100%; 
    top: 0;
    left: 0;
}

.nav {
    display: flex;
    justify-content: space-between; 
    max-width: 992px;
    margin: 0 auto;
}
.nav-link {
    color: #c2c2c2;
    text-decoration: none;
}

.logonav {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 40px;
    line-height: px;
    
} 
.nav-menu {
    display: flex;
    /* align-items: right;
    margin-right: 0px; */
    list-style: none;
    
}
.nav-menu-item {
    font-size: 14px;
    margin: 0 10px;
    line-height: 80px;
    /*text-transform: uppercase; */
}

.nav-menu-link {
    padding: 8px 12px;
    border-radius: 3px;
    /*transition: .5s; */

}
.nav-menu-link:hover {
    /* background-color: #646464; */
    background: none;
    color: #646464;


}
.nav-toggle {
    color: #ffffff;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0px 40px;
    line-height: 60px;
    cursor: pointer;
    display: none;

}

.logopag img{
    height: 70px;
    margin-top: 5px;
    border-radius: 10px;
    margin-left: 20px;
    line-height: 80px;
}





@media (max-width: 768px){
    body {
        padding-top: 0px ; 
    }
    .main_evaluador {
        margin-top: 150px;
        background-color: #ffffff;
        padding: 0 10px;
        /* align-items: center; */
        /* text-align:left; */
        /* justify-content: center;  */
        /* min-height: 100px; */
        /* max-width: 1200px; */
        /* width: 1000px; */
        /* font-size: 20px; */
    
    }

    .g-box-problematic-snow {
        
        /*min-width: 300px;/* 
        
        /* justify-content: space-between;  
        align-items: left;
        max-width: 992px;
        margin: 5px auto;
        padding: 3px; */
    }
    .box-problematic-snow {
        
        flex-direction: column;
        max-width: 300px; 
        
        /* justify-content: space-between;  
        align-items: left;
        max-width: 992px;
        margin: 5px auto;
        padding: 3px; */
    }

    .header_pag {
        height: 80px;
    }
    .logonav {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        padding: 0 40px;
        line-height: 80px;
    }
    .nav-menu {
        flex-direction: column;
        margin-right: 0px;
        background-color: #19364e;
        position: fixed;
        right: 0;
        top: 80px;
        width: 30%; 
        height: calc(100% - 0px);
        padding: 20px 0;
        /* overflow-y:auto; */

        left: 100%;
    }
    .nav-menu-item {
        line-height: 80px;
        /*text-transform: uppercase; */
    }
    
    .nav-menu-link {
        padding: 8px 12px;
        border-radius: 3px;
        /*transition: .5s; */
    
    }
    .nav-menu-link:hover {
        background: none;
        color: #646464;
    
    
    }
    .nav-toggle {
        display: block;
    }
    .nav-menu_visible {
        left: 0;
    }


   

}

@media (max-width: 450px){
    /*Figuras IR respnsivas  */

    h2{
    color: #333333;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 12px;
    }
    
    h3{
    color: #333333;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 8px;
    }
    .box-fig-risk{
        
        padding: 10px;
        min-width: 360px;
    }
    
    .box-fig-risk img{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 5px;
        padding-left: 10px;
    }
    
    .altitud-ir{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 50px;
    }
    .altitud-ir-alt0{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 0px;
    }
    .altitud-ir-alt1{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 0px;
        margin-left: -75px;
    }
    .altitud-ir-alt2{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 0px;
        margin-left: -75px;
    }
    
    .altitud-ir-texto{
        width: 30px; 
        height: 60px; 
        min-width: 50px;
        padding-right: 20px;
        line-height: 18px;
        margin-left: 0px;
        font-size: 10px;
    
        
    
    }
    .altitud-ir-texto text{
        width: 30px; 
        height: 60px; 
        min-width: 50px;
        padding-right: 20px;
        line-height: 15px;
        margin-left: 0px;
        font-size: 10px;
    }
    
    .aspecto-ir-n{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 20px;
        margin-left: -75px;
    } 
    .aspecto-ir-ne{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 20px;
        margin-left: -75px;
    } 
    .aspecto-ir-e{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 20px;
        margin-left: -75px;
    } 
    .aspecto-ir-se{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 20px;
        margin-left: -75px;
    } 
    .aspecto-ir-s{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 20px;
        margin-left: -75px;
    } 
    .aspecto-ir-so{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 20px;
        margin-left: -75px;
    } 
    .aspecto-ir-o{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 20px;
        margin-left: -75px;
    } 
    .aspecto-ir-no{
        width: auto; 
        height: 60px; 
        min-width: 50px;
        padding-right: 20px;
        margin-left: -75px;
    } 

}


/* footer */

.footer {
    display:flex;
    background-color: #19364e;
    justify-content:left;
    /* min-height:5vh;*/
    padding:10px 0;
    
}
.footer p {
    font-size: 14px;
    color: #c2c2c2;

}



/* .link {
    font-size: 12px;
    margin-bottom: 12px;
} */

/* PORTATIL ?? */




/* .header-content{
    display:flex;

}
.header {
    min-height: 0vh;
    padding: 80px 30px 50 px 30 px;
}
.header-txt h1 {
    text-align: center;
    flex-basis: 100%;
}

.header-txt h1 {
    font-size: 50px;
    margin-bottom: 15px;
}
.butons {
    justify-content: center;

}
.btn-1:last-of-type {
    margin-right: 0;
} */

