/********************************Estilos Generales */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif; 
    font-family: 'Noto Sans JP', sans-serif;
    scroll-behavior: smooth;
}

h3{
    color: #15a54a;
   
    padding-top: 5px;
    
}

body{
    background: #15a54a;
}

.flexcenter{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flexcentercol{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.facebook{
    background:#3b5998;
}

.instagram{[
     background:#E1306C;
    ]}

/* **********************************************/


/* ****************************** ESTILOS PARA EL MAIN ***********/
.jumbotron{  
    width:100%;
     margin-bottom: 4em;
   
}

.cabecera{    
    height: 10vh;
    position:fixed;
    width:100%; 
    background: #fff;
    justify-content: space-between;
    border-bottom: solid 2px #15a54a;
   
}

.espacioCabecera{
    height: 10vh;
}

#inputcheck{
    display: none;
}

.tab20{
    padding-left: 20px;
    color:#15a54a;
}


.espaciorelleno{
    
}


.cabecera label{
    color:#15a54a;
    border:solid 1px #15a54a;
    border-radius: 6px;
    margin-left: 5px;
    height: 60%;
    padding: 5px;
    cursor:pointer;   
    transition:all 0.2s;
}

.cabecera label:hover{
    background: #15a54a;
    color:#fff;
}

.membreteTipo{
   
    margin-right: 10%;
    height: 95%;
    width:30%;    
}

.membreteTipo img{
    height: 100%;
    
}

.menu{
    border-top:solid 1px #fff;
    border-right:solid 1px #fff;
    position: absolute;
    display: block;
    top:10vh;
    width:40%;
    background: #fff;
    color:#15a54a;
    margin-left: -40%;
    transition: margin 0.3s;
    
}

.menu li{
     
    text-align: center;
    list-style: none;
}

.menu li a{
    padding: 15px;
    display: block;
    min-height: 100%;
    color:#15a54a;
    text-decoration: none;
}


#inputcheck:checked ~ .menu{
    margin:0;
}

.cuerpo{
    background: #fff;    
    margin: auto;
    height:auto;
    max-width: 60%;
   
    
}

.portadaPerfil{
   
    height: 250px;
    background: url('../sources/imagenes/background.jpg') no-repeat  top center;
    background-size: cover;
}

.portadaPerfilImg, .portadaPerfilText{
   
    height: 100%;
    width:50%;
}

.portadaPerfilImg img{
    height: 100%;    
    object-fit: contain;        
}

.portadaPerfilText{
    
    
    display:flex;
       
}

/* BOTONES REDES SOCIALES */
.btnRedes{
   
    height: 50px;
    
    width:100%;
    
    
}

.btnRedes ul{
   
    height: 100%;
    width:100%;
    justify-content: flex-end;
    
}

.btnRedes ul li{
    height: 100%;
    width:50px;
    list-style: none;
    margin-right: 15px;
    
       
}

.btnRedes ul li a{
    height: 100%;
    
    
    border-radius: 50%;
    width:100%;
    
}

.btnRedes ul li a img{
    height: 70%;
    width:100%;
    
}

.titulo {
   
    background: rgba(0,0,0,0.6);
    color:#fff;
    margin-left: auto;
    width:80%;
    padding: 15px 0px;
    text-align: center;
    border-radius: 25px 0px 0px 25px
}

.descripcion{
    padding: 20px;
    width: 100%;   
}

.descripcion2{
    margin-top: 3em;
    border:solid ;
    padding: 20px;
    width: 100%;   
}


/* SECCION DE GALERIA */

.galeria{ 
    
    width:100%;
    height: 350px; 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    overflow-y: scroll;
    
}



.galeriaUnidad {
     border:solid 1px #15a54a;
    max-width: 250px;
    min-height: 90%;
    margin-left: 20px; 
     
    border-radius: 12px;     
    
}

.galeriaUnidad  img{
    height: 150px;
   border-radius: 12px;
    padding: 0px 20px;
    object-fit: contain;
    display: block;
}


/* SECCION DE MENU */

.menuProductos{
   
    width:100%;
}

.menuProductos table{
    min-width:90%;
    margin: auto;
}

.menuProductos table th{
    max-width:33%;
    text-align: center;
    
}

.menuProductos table tr{
  
    width:100%;
    height: 2em;
}



.menuProductos table tr td{    
    height: 100%;
    width:33%;
    overflow-x: hidden;
    text-align: center;
    padding: 15px 5px 0px 5px
     
}





.btnContacto{
    
    height: 100px;
    width:100%; 
   
}

.btnContacto a{
    
    height:85px;
    width: 85px;
    padding: 5px;
    border-radius: 12px;
    box-shadow: 2px 2px 2px #000;    
    background: #15a54a;
    text-decoration: none;
    color:#fff;
    
}

.btnContacto img{
    height: 60%;
}

.formulario{
    background: ;
     color:#15a54a;
}

.formulario h2{
    margin-top: 3em;
    color:#15a54a;
}

.formulario ul{
    margin-left: 10px;
    padding-left: 10px;
}

.formulario input,.formulario textarea{
    width:80%;
    font-size: 1em;
    height: 3em;
    border-radius: 12px;
    margin-top: 15px;
}

.formulario textarea{
    max-width: 80%;
    min-width: 80%;
    max-height: 7em;
    min-height: 7em;
    padding: 5px;
}

#enviar{
    width:100px;
    cursor:pointer;
    background: #fff;
    color:#15a54a;
    margin-bottom: 4em;
}



@media(max-width:768px){
    .cuerpo{
        min-width:90%;
        margin: auto;
    }
    
    .portadaPerfilImg{
        width:40%;
        
    }
    
    .portadaPerfilImg img{
        width:100%;
        height: 90%;
       justify-content: center;
    }
    
    .portadaPerfilText{
        width:60%;
        font-size: x-small;
    }
}


