
:root {
    --black:#000000;
    --lightblack:#354b58;
    --blue: rgb(4, 179, 226);
    --gray: #666;
    --lightgray:#f2f2f2;
    --red: rgb(255,0,0);
    --white:#ffffff;
    --yellow: #FFFF00;
    --green: #00a440;
    --padding-container: 100px 0;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {                                         
    font-size: 10px;
    margin:0 auto;
}

main{
    max-width:1600px;
    margin:0 auto;
}


.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);
    margin:0 auto;
}

.editoriales{

}
.editoriales__title-principal{
    border-bottom:1px solid var(--lightgray);
    color: var(--green);
    font-family: 'Helvetica 25 UltraLight', sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-top:80px;
    margin-bottom:40px;
    text-align: center;
    text-transform: uppercase;
}
.editoriales__container{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
    width: 100%;
}
.editoriales__card{
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    height:350px;
    margin:10px 0px;
    width:330px;
}
.editoriales__logo{
    height:80%;
    width:100%;
}
.editoriales__img{
    margin-bottom:10px;
    margin-left:20px;    margin-right:20px;
    margin-top: 10%;
    height:70%;
    text-align: center;
    width:90%;
}
.editorales__title{
    color:var(--lightblack);
    font-family: 'Montserrat',sans-serif;
    font-size: 22px;
    font-weight:700;  
    line-height:30px;
    margin-top:10px; 
    text-align: center;
}
.libros__container{
    align-items: center;
    border-bottom: 1px solid lightgray;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin:40px 60px;
}
.libros__card{
    align-items: center;
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height:400px;
    margin:10px 0px;
    width:330px;
}
.libros__logo{
    height:80%;
    width:100%;
}
.libros__img{
    margin-left:20px;
    margin-right:20px;
    margin-top:15px;
    height:100%;
    text-align: center;
    width:90%;
}
.libros__detail{

}
.libros__title{
    color: rgb(97, 97, 97);
    font-family: 'Mulish', sans-serif; 
    font-size: 24px;
    font-weight:bold;
    line-height:21px;
    margin-bottom:10px;
    margin-right: 20px;
    margin-top:30px;
    text-align: justify;
}
.libros__isbn,.libros__serie,.libros__marco{
    color: rgb(97, 97, 97);
    font-family: 'Mulish', sans-serif; 
    font-size: 16px;
    font-weight:400;
    line-height:21px;
    margin-bottom:10px;
    margin-right: 20px;
    margin-top:30px;
    text-align: justify;
}
.libros__marco{
    font-weight:bold;
    font-size: 18px;
}
.header {
    background-color: rgba(255,255,0,1);
    background-image:   linear-gradient(180deg, #0000008c 0%, #0000008c 100%), url('../img/principal/cell.jpg');
    /* radial-gradient(circle, rgba(245,246,250,0.4) 0%, rgba(9,9,9,0.8) 100%), */
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position:80% 20%;
    background-size: cover;
    height: 700px;
    position: relative;
}
.header__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.header__shape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 129px;
}

.header__shape .shape-fill {
    fill: #FFFFFF;
}

.hero__container {
    max-width: 800px;
    --padding-container: 0;
    display: grid;
    grid-auto-rows: max-content;
    align-content: center;
    gap: 1em;
    padding-top: 120px;
    align-items: center;
    margin:0 auto;
    text-align: center;
}
.hero__title {
    color: var(--white);
    font-family: 'Helvetica 25 UltraLight', sans-serif;  
    font-size: 48px;
}

.hero__paragraph {
    color: var(--red);
    font-family: 'Mulish', sans-serif;  
    font-size: 28px;
    margin-bottom: 20px;
}
.hero__button{
    align-items: center;
    font-family: 'Mulish', sans-serif; 
    margin:0 auto;
    text-align: center;
    text-transform: uppercase;
}
.hero__text{
    border-bottom: 3px solid red;
    color: var(--white);
}
.nav {
    align-items: center;
    display: flex;
    height: 100px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 0px;
}
.nav__logo{
    height:180px;
}
.nav__img{
    height:100%;
}
.nav__title{
    color: var(--white);
    font-family: 'Mulish', sans-serif;  
    font-size:36px;
}
.nav__detail{
    color: var(--red);
}

.nav__checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
.nav__check{
    display: none;
}
.nav__link {
    color: var(--white);
    font-family: 'Helvetica 25 UltraLight', sans-serif;                                                                                 
    font-size: 12px;
    padding: 8px 16px;
    position: relative;
    text-decoration: none;
}
.nav__link--black{
    color: black;
}
.nav__link:hover{
    color: var(--red);
}

/* Fade in */
/* Fade in */
.nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: var(--red);
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
    z-index: 5000;
}

.nav__link:hover::after,
.nav__link:focus::after {
    opacity: 1;
    transform: translate3d(0, 0.8em, 0);
}
.nota__logo{
    margin:20px 0px;
    width: 100%;
}
.nota__img{
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px 0px;
    width: 100%;
}

.nota__text{
    color:var(--lightblack);
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight:400;  
    line-height:30px;
    text-align: justify;
    margin-top:20px; 
}
.nota__title{
    color:var(--lightblack);
    font-family: 'Montserrat',sans-serif;
    font-size: 32px;
    font-weight:700;  
    line-height:30px;
    margin-top:20px; 
}
.services{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:-40px;
    margin-bottom:40px;
    text-align: center;

}
.services__article{
    text-decoration: none;
}
.services__card{
    background-color: var(--white);
    border:1px solid lightgray;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px 0px;
    height:350px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin:20px;
    padding:40px 20px;
    width:220px;
    z-index: 20;
}
.services__card:nth-child(1),.services__card:nth-child(5){
    margin-top: -200px;
}
.services__card:nth-child(3){
    margin-top: 120px;
}
.services__link-img{
    color: var(--green);
}
.services__title{
    font-family: 'Mulish', sans-serif;                                                                                     
    font-size: 23px;
    font-weight:normal;
}
.services__paragraph{
    color:var(--lightblack);
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight:400;  
    line-height:30px;
    margin-top:20px; 
}
.notes__title-principal{
    border-bottom:1px solid var(--lightgray);
    color: var(--green);
    font-family: 'Helvetica 25 UltraLight', sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom:40px;
    text-align: center;
    text-transform: uppercase;
}
.notes__container{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.notes__card{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 15px 15px 15px 15px;
    margin: 10px 0 30px;
    overflow: hidden;
    text-align: left;
    transition: all 0.3s;
    height:450px;
    width: 400px;
}
.notes__logo{
    text-align: center;
    margin:0 auto;

    width:360px;
}
.notes__img{
    border-radius: 15px;
    height:250px;
    width:100%;
}
.notes__link{
    text-decoration: none;
}
.notes__principal{
    display: flex;
    justify-content: flex-start;
    margin:0px 20px;
}
.notes__title,.notes__date{
    color: rgb(97, 97, 97);
    font-family: 'Mulish', sans-serif; 
    font-size: 18px;
    font-weight:400;
    line-height:21px;
    margin-bottom:10px;
    margin-right: 20px;
    margin-top:30px;
    text-align: justify;
}
.notes__date{
    margin-left: 20px;
}
.notes__line{
    color: var(--lightgray);
    margin:0px 20px;
}
.notes__paragraph{
    color: var(--lightblack);
    font-family: 'Mulish', sans-serif; 
    font-size: 24px;
    font-weight: 700px;
    margin:20px 20px;
}
.brands{
    margin:50px 0px;
}

.brands__title{
    border-bottom:1px solid var(--lightgray);
    color: var(--green);
    font-family: 'Helvetica 25 UltraLight', sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom:40px;
    text-align: center;
    text-transform: uppercase;
}
.brands__container{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.brands__logo{
    margin:10px;
    width:140px;
}
.brands__img{
    width:100%;
}
.brands__img:hover{
    cursor:hand;
    cursor:pointer;
    transform: scale(1.3);
    transition: 1s;
}
.productos{}

.productos__title{
    border-bottom:1px solid var(--lightgray);
    color: var(--red);
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin-bottom:40px;
    margin-top:80px;
    text-align: center;
    text-transform: uppercase;
}
.productos__container{
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.productos__detail{
    align-items: center;
    align-self: center;
    text-align: center;
    width: 600px;
}
.productos__detail--title{
    border-bottom:1px solid var(--lightgray);
    color: var(--red);
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin-bottom:40px;
    margin-top:80px;
    text-align: center;
    text-transform: uppercase;
}
.productos__logo{
    margin:0 auto;
    width:480px;
}
.productos__img{
    width:100%;
}
.productos__description{
    align-items: center;
    margin:10px 0px;
    text-align: center;
    width:100%;
}
.productos__links{
    align-self: center;
    text-align: justify;
    margin:0px auto;
    width:35%;
}
.productos__link{
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin:10px 0px;
    list-style: none;
    text-transform: uppercase;
}
.productos__link-img{
    color: var(--red);
}

.contact{
    margin:20px 0px;
}
.contact__title{
    border-bottom:1px solid var(--lightgray);
    color: var(--green);
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom:40px;
    text-align: center;
    text-transform: uppercase;
}

.contact__container{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}
.contact__detail{
    margin:10px 0px;
    width: 600px;
}
.contact__info{
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    float: left;
    padding: 10px;
    margin: 0px auto;
    text-align: center;
    width:100%;
}

.brands__img:hover{
    cursor:hand;
    cursor:pointer;
    transform: scale(1.3);
    transition: 1s;
}
.footer {
     background-color:var(--black);
    background-image: linear-gradient(180deg, #0000008c 0%, #0000008c 100%);
    border-top:10xp solid var(--green);
    box-shadow: 0 5px 25px 0 rgba(50, 65, 25, 0.6);
    padding-top: 10px;
}
.footer__container{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.footer__element{
    padding-top:50px;
    width: 250px;
}
.footer__title{
    color: var(--white);
    font-family: 'Mulish', sans-serif;                                          
    font-size: 34px;
    font-weight: bold;
    margin:0px 0px;
}

.footer__img {
    height: 200px;
}
.footer__services{
    color: var(--white);
    margin-top: 20px;
}

.footer__service{
    color: var(--white);
    display: block;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 12px;
    padding: 5px 20px;
    text-decoration: none;
}

.footer__title-horario{
    margin:10px 0px;
}
.footer__title-horario,
.footer__title-direcccion,
.footer__title-follow,
.footer__title-servicios {
    color: var(--red);
    font-family: 'SF Pro Display', sans-serif;
    font-size: 14px;
    font-weight:normal;
    margin-left: 20px;
    text-transform: uppercase;
}

.footer__description-horario,
.footer__description-direccion,
.footer__description-follow {
    color: var(--white);
    font-family: 'SF Pro Display', sans-serif;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;
}

.footer__link-network {
    color: var(--white);
    margin: 20px 3px;
}

.footer__copy {
    color: var(--red);
    font-family: 'SF Pro Display', sans-serif;
    font-size: 14px;
    margin-top: 30px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;

}
.bolsa{
    position: fixed;
    right:40px;
    top:55px;
    z-index:10000000000000;
}

