
/*
font-family: 'DM Serif Display', serif;
font-family: 'Playball', cursive;
font-family: 'Roboto', sans-serif;
*/
:root{
    --colorTexto:#49454567
}
*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.img{
    height:100%;
    width: 100%;
    /*object-fit: cover;*/
}
.nr_cont{
   /* border: 1px solid red;*/
    /*background: gray;*/
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nr_cab{
    background: linear-gradient(to right, #e73827, #f85032); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 12%;
    width: 100%;
    display: flex;
    flex-direction: row;
    color:white;
}
.nr_cabp{
    height: 100%;
    width: 25%;
}
.nr_cab1{
    /*background: purple;*/
    width: 20%;
    padding-left: 1%;
}
.nr_cab2{
    /*background: orange;*/
    width: 22%;
    display: flex;
    flex-direction: column;
    padding-left: 1%;
    justify-content: flex-start; 
}
.nr_cab2p{
    height: 50%;
}
.nr_cab2h1{
    font-family: 'DM Serif Text', serif;
	font-size: 2.3em;
    padding-top: 1%;
    
}
.nr_cab2h2{
    font-family: 'Playball', cursive;
	font-size: 1.8em;
}
.nr_cab3{
    /*background: moccasin;*/
    width: 50%;
}
.nr_cab4{
    /*background: green;*/
    width: 17%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nr_cab4p{
    display: flex;
    flex-direction: row;
    height: 50%;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cta{
    
    cursor:pointer;
}
.nr_cab4n{
    /*border: 1px solid black;*/
    height: 100%;
    width: 50%;
}
.nr_cab4n1{
   /* border: 1px solid black;*/
    height: 50%;
    width: 10%;
}

.nr_cab4n2{
    /*border: 1px solid black;*/
    height: 100%;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
    padding-left: 20px;
}

.uno {
    -webkit-clip-path: circle(0% at 100% 0%);
    /*clip-path: circle(0% at 100% 0%);*/
}
.dos {
    -webkit-clip-path: circle(150% at 100% 0%);
    /*clip-path: circle(150% at 100% 0%); */
}
#nr_icono{
    display: none;
}
.nr_gal{
    /*background: blue;*/
    height: 40%;
    width: 100%;
    padding: 15px 0 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.nr_galh{
    width: 60%;
}


.imsld{
    z-index: 1;
    position: relative;
}

.nr_spoc{
   /* background: aquamarine;*/
    height: 48%;
    width: 100%;
}

.pagina {
    height: 100%;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
}
.pagina a {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 4px 0;
    transition: 0.7s ease-out;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.pagina a:hover,
.ref {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.nr_spoc_c h2{
    color: #515151;
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    padding: 0;
    align-items: center;
    text-align: center;
}
.nr_spoc_c{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.nr_prod{
   /* background: orange;*/
    height: 85%;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    
}
.nr_prodh{
    background-color: #ededed;
    height: 85%;
    width: 15%;
}
.prod_article{
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.prod_article a {
    text-decoration: none;
}
.nr_h2{
    padding-top: 10px;
}
.prod__fig {
    height: 77%;
    margin: 0;
    padding: 0;
    width: 100%;
  }
.prod_img{
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0, 0.6);
    height: 100%;
    object-fit: cover;
    width: 100%;
}
a img{
    border: none;
    outline: none;
    max-width: 100%;
    vertical-align: middle;
}
.prod__title {
    color: #515151;
    height: 20%;
    padding: 20px 15px 20px 15px;
    text-align: center;
    font-size: 18px;
  }
.nr_reg{    
    background: #e73827;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.nr_regp{
    background: #fff;
    padding:40px;
    box-shadow: 0 0 6px rgba(255,255,255, 0.8);
    border-radius: 10px;
}
.nr_regh{
   /* background: coral;*/
    position: relative;
    margin: 45px;

}
h1{
    text-align: center;
}
input{
    background: none;
    color: #c6c6c6;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--colorTexto);
    
}
input:focus{
    outline: none;
    color:#5e5d5d;
    border:none;
    border-bottom: 1px solid var(--colorTexto);
}
input:active{
    border: none;
    border-bottom: 1px solid var(--colorTexto);
} 

label{
    color: var(--colorTexto);
    font-size: 16px;
    position: absolute;
    position: absolute;
    bottom:0;
    left: 5px;
    top:10px;
    transition: 0,5 ease-in-out;
    pointer-events: none;
}
.barra{
    position: relative;
    display: block;
    width: 100%;
}
input:focus~label,
input:valid~label{
    top:-14px;
    color: #2196f3;
    font-size: 12px;
}

.barra::before{
    content: "";
    height: 2px;
    width: 0%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #e73827, #f85032);
    transition: 0.3s ease width;
    left: 0;
}
input:focus~.barra::before{
   width: 100%;
}
.reg{
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(to right, #e73827, #f85032);
    border:none;
    display: block;
    width: 80%;
    margin: 10px auto;
    color:#fff;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    padding: 10px;
}
.div_cont{
    opacity:0;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    top:0;
    left:0;
    background:rgba(0, 0, 0,0.6) ;
}
.div_mod{
    position: relative;
    transition: transform 1s;
    transform: translateY(0%);
}
.mod-cerrar{
  transform: translateY(0%);

}
.cerrar{
    position: absolute;
    top:5px;
    right: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #c44a4a;
    color:#fff;
    line-height: 25px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
}
.Ingsocios{
    height: 88%;
    width: 80%;
    /*background: black;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.socios__p{
    height: 88%;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    

}
.socios__h{
    height: 40%;
    width: 40%;

}
.control__0{
    
}
.datos__1{
    
}
.inver__1{
    
}
.busq__1{

}
.socios__title{
    color: #515151;
    height: 20%;
    padding: 20px 15px 20px 15px;
    text-align: center;
    font-size: 18px;
}
.socios__fig{
    height: 80%;
}
a{
    text-decoration: none;
}

.inf{
    color:red;
    display:none;
}

@media only screen and (max-width: 800px){
    #edat{
        display:none;
    }
    #eaf{
        display:none;
    }
    #daf{
        display:none;
    }
    .nr_cab4p{
        float: left;
        left: 40%;
        position: relative; 
    }
    .nr_cab4n1{
        height: 50%;
        width: 35%;
    }
    .prod__fig{
        height: 75%;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .nr_h2{
        padding-top:228px;
    }
    .nr_spoc{
        height:48%;
        width: 100%;
    }
    .img{
        height: 100%;
        width: 80%;
    }
    .prod__title{
        color: #515151;
        height: 15%;
        padding: 15px 10px 10px 10px;
        text-align: center;
        font-size: 13px;
    }
    .nr_prodh{
        background-color: #ededed;
        height: 45%;
        width: 45%;
        margin-top: 24px;
      } 
    
    .nr_prod{
        justify-content: space-between;
        flex-flow: wrap;
        height: 151%;
        display: flex;
    }
    .nr_spoc_c h2{
        color: #515151;
        display: block;
        font-weight: 500;
        font-size: 29px;
        line-height: 1.2;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
    }
    .nr_spoc_c{
        height: 100%;
        float: left;
        left: 10%;
        margin-top: 12px;
        width: 100%;
        z-index: -1; 
    }
    .nr_galh{
        text-align: center;
        width: 100%;
    }
    .nr_gal{
        height: 35.5%;
        width: 100%;
        float: left;
        margin-top: 0.5%;
        overflow: hidden;
        position: inherit; 
        padding: 0 0 0 0;
       
    }
    .nr_cab2h1{
        font-family: 'DM Serif Text', serif;
        font-size: 35px;
        top: 25%;
        float: left;
        left: 1%;
        height: 32%;
        position: relative;
    }
    .nr_cab2{
        width: 50%;
        float: left;
        height: 100%;
        left: 0%;
        margin-left: 1%;
        position: relative; 
    }
    .nr_cab1{
        height: 100%;
        float: left;
        left: 1%;
        position: relative;
        padding-left: 0;
    }

    #nr_icono{
        display: block;
        /*! background: #0d10f2; */
        left: 5%;
        position: relative;
        height: 30%;
        top: 39%;
    }
    #ilogo{
        width: 100%;
        display: flex;
        height: inherit;
        object-fit: contain;
        }
    .logo{
         width: 100%;
    }
    .nr_cab3{
        display:none;
    }
    .nr_cab2h2{
            display: none;
        }   
    .enc__nombre, .enc__acceso{
        display:none;
    } 
}