*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #F27D18;
}



@media (min-width:2560px){

    #logonav-riev{
        width: 500px;
        margin: 10px 150px 10px 600px;
    }
    #cinta{
        width: 100%;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        height: 200px;
        display: flex;
    }

    .tarjeta1{
        width: 300px;
        margin: 50px 590px;/* 
        background-color: rgb(238, 224, 131); */
        text-align: center;
        align-content: center;
    }
    .tarjeta1 h1{
        font-size: 40px;
    }

    .tarjeta2{
        width: 250px;
        margin: 50px 500px 20px 0px;/* 
        background-color: rgb(30, 240, 82); */
        text-align: center;
        align-content: center;
    }
    .tarjeta2 h2{
        font-size: 20px;
    }
    .tarjeta2 a{
        color: white;
    }

    #contenido{/* 
        background-color: pink; */
        color: rgb(0, 0, 0);
        width: 100%;
        height: 1000px;
        display: flex;
        padding: 20px 640px;
        line-height: 40px;
    }
    #contenido .tarjeta{
        width: 510px;
        height: 700px;/* 
        background-color: red; */
        margin: 10px;
        padding: 20px;
        text-align: center;
    }
    .tarjeta .portada_libro{
        width: 200px;
    }
    .tarjeta .datos_libro{
        font-size: 23px;
        text-align: justify;
        margin: 20px 0px;
    }
    #pie_pagina{
        width: 100%;
        height: 500px;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        display: flex;
        align-content: center;
        align-items: center;
    }

    #pie_pagina .tarjeta-pie{/* 
        background-color: yellow; */
        width: 300px;
        height: 300px;
        margin: 20px 0 0 670px ;
    }
    #pie_pagina .tarjeta-pie #logo_riev{
        width: 200px;
    }

   .tarjeta-pie2{/* 
    background-color: red; */
    width: 350px;
    height: 250px;
    font-size: 24px;
   } 

   .tarjeta-pie2 h3{
    text-align: center;
   }
   .tarjeta-pie2 a{
    text-decoration: none;
    color: rgb(255, 255, 255);
   }
   .tarjeta-pie2 .bi{
    color: rgb(255, 255, 255);
   }

   .tarjeta-pie3 a{
    color: #ffff;
   }
}





@media (min-width:1440px) and (max-width:2559px){

    #logonav-riev{
        width: 500px;
        margin: 10px 280px 10px 100px ;
    }

    #cinta{
        width: 100%;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        height: 120px;
        display: flex;
        align-items: center;
    }

    .tarjeta1{
        width: 300px;
        margin: 50px 750px 50px 80px;/* 
        background-color: rgb(238, 224, 131); */
        text-align: center;
        align-content: center;
    }
    .tarjeta1 h1{
        font-size: 40px;
    }

    .tarjeta2{
        width: 250px;
        margin: 50px 0px;/* 
        background-color: rgb(30, 240, 82); */
        text-align: center;
        align-content: center;
    }
    .tarjeta2 h2{
        font-size: 15px;
    }
    .tarjeta2 a{
        color: white;
    }

    #contenido{/* 
        background-color: pink; */
        color: rgb(0, 0, 0);
        width: 100%;
        display: flex;
        margin: 20px 0px;
        padding: 0 120px;
    }
    #contenido .tarjeta{
        width: 570px;/* 
        background-color: red; */
        margin: 20px;
        padding: 30px;
        text-align: center;
        border: solid 0.1px #d6d6d6;
        border-radius: 12px;
    }

    .tarjeta .portada_libro{
        width: 150px;
    }
    .tarjeta .datos_libro{
        font-size: 17px;
        text-align: center;
        margin: 20px 0px;
        padding: 0px 50px;
    }

    #contenido .tarjeta:hover{
        background-color: #0d0e30;
        color: #ffff;
    }


    #pie_pagina{
        width: 100%;
        height: 400px;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        display: flex;
        align-content: center;
        align-items: center;
    }

    #pie_pagina .tarjeta-pie{/* 
        background-color: yellow; */
        width: 300px;
        height: 300px;
        margin: 20px 50px 0 200px ;
        text-align: center;
    }
    #pie_pagina .tarjeta-pie #logo_riev{
        width: 130px;
    }

   .tarjeta-pie2{/* 
    background-color: red; */
    width: 350px;
    height: 250px;
   } 

   .tarjeta-pie2 h3{
    text-align: justify;
    font-size: 20px;
   }
   .tarjeta-pie2 h4{
    font-size: 17px;
   }
   .tarjeta-pie2 a{
    text-decoration: none;
    color: rgb(255, 255, 255);
   }
   .tarjeta-pie2 .bi{
    color: rgb(255, 255, 255);
   }

   .tarjeta-pie3 h4{
    font-size: 20px;
    text-align: justify;
   }
   .tarjeta-pie3 a{
    margin: 3px 10px;
    color: #ffff;
   }
}




@media (min-width:1024px) and (max-width:1439px){

    #logonav-riev{
        width: 350px;
        margin: 10px 400px 10px 50px;
    }

    #cinta{
        width: 100%;
        background-color:#0e0f2e;
        color: rgb(255, 255, 255);
        height: 120px;
        display: flex;
        align-items: center;
        align-content: center;
    }

    .tarjeta1{
        width: 300px;
        margin: 0px 800px 0px 70px;/* lleva 800 
        background-color: rgb(238, 224, 131); */
        /* text-align: center; */
        align-content: center;
    }
 
    .tarjeta1 h1{
        font-size: 2em;
    }

    .tarjeta2{
        width: 200px;
        height: 50px;
        margin:  0px 10px;/* 
        background-color: rgb(30, 240, 82); */
        align-content: center;
    }
    .tarjeta2 h2{
        font-size: 12px;
    }
    .tarjeta2 a{
        color: white;
    }

    #contenido{/* 
        background-color: pink; */
        color: rgb(0, 0, 0);
        width: 100%;
        margin: 10px 0px 20px 0px;
        display: flex;
        padding: 0 100px;
    }
    #contenido .tarjeta{
        width: 550px;
       /*  background-color: red; */
        margin: 20px;
        padding: 20px;
        text-align: center;
        border: solid 0.1px #d6d6d6;
        border-radius: 12px;
        line-height: 30px;
    }

#contenido .tarjeta:hover{
    background-color: #0d0e30;
    color: #ffff;
}

    .tarjeta .portada_libro{
        width: 100px;
    }
    .tarjeta .datos_libro{
        font-size: 18px;
        text-align: center;
        margin: 20px 0px;
        padding: 0px 10px;
    }
    #pie_pagina{
        width: 100%;
        height: 400px;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        display: flex;
        align-content: center;
        align-items: center;
        padding: 0px 100px;
    }

    #pie_pagina .tarjeta-pie{/* 
        background-color: yellow; */
        width: 300px;
        height: 300px;
        margin: 20px 50px 0 90px ;
        text-align: center;
    }
    #pie_pagina .tarjeta-pie #logo_riev{
        width: 120px;
    }

   .tarjeta-pie2{/* 
    background-color: red; */
    width: 250px;
    height: 250px;
    font-size: 17px;
   } 

   .tarjeta-pie2 h3{
    font-size: 17px;
   }
   .tarjeta-pie2 h4{
    font-size: 17px;
   }
   .tarjeta-pie2 a{
    text-decoration: none;
    color: rgb(255, 255, 255);
   }
   .tarjeta-pie2 .bi{
    color: rgb(255, 255, 255);
    width: 100px;
   }

   .tarjeta-pie3 h4{
    font-size: 17px;
   }
   .tarjeta-pie3 a{
    color: #ffff;
    margin: 0px 10px;
   }
}


@media (min-width:768px) and (max-width:1023px){

    #logonav-riev{
        width: 350px;
    }

    #cinta{
        width: 100%;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        height: 120px;
        align-items: center;
        text-align: center;
        align-content: center;
        padding: 0 32.5%;
    }

    .tarjeta1{
        width: 250px;
        text-align: center;
        align-content: center;
    }
    .tarjeta1 h1{
        font-size: 2em;
    }

    .tarjeta2{
        width: 250px;
        text-align: center;
        align-content: center;
    }
    .tarjeta2 h2{
        font-size: 12px;
    }
    .tarjeta2 a{
        color: white;
    }

    #contenido{
        /* background-color: pink; */
        color: rgb(0, 0, 0);
        width: 100%;
        margin: 10px 0px 50px 0px;
        display: flex;
        padding: 0 10px;
    }
    #contenido .tarjeta{
        width: 400px;/* 
        background-color: red; */
        margin: 10px;
        padding: 15px;
        text-align: center;
        border: solid 0.1px #d6d6d6;
        border-radius: 12px;
    }

#contenido .tarjeta:hover{
    background-color: #0d0e30;
    color: #ffff;
}

    .tarjeta .portada_libro{
        width: 100px;
    }
    .tarjeta .datos_libro{
        font-size: 15px;
        text-align: center;
        margin: 8px 0px;
        padding: 0px 20px;
    }
    #pie_pagina{
        width: 100%;
        height: 900px;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        padding: 100px 0px;
       /*  display: flex; */
        /* align-content: center;
        align-items: center; */
    }

    #pie_pagina .tarjeta-pie{/* 
        background-color: yellow; */
        width: 300px;
        height: 200px;
        padding: 0px 40px;
    }
    #pie_pagina .tarjeta-pie #logo_riev{
        width: 120px;
    }

   .tarjeta-pie2{/* 
    background-color: red; */
    width: 400px;
    height: 190px;
    font-size: 15px;
    padding: 0px 40px;
   } 

   .tarjeta-pie2 h3{
    font-size: 17px;
   }
   .tarjeta-pie2 h4{
    font-size: 17px;
   }
   .tarjeta-pie2 a{
    text-decoration: none;
    color: rgb(255, 255, 255);
   }
   .tarjeta-pie2 .bi{
    color: rgb(255, 255, 255);
    width: 100px;
   }

   .tarjeta-pie3{/* 
    background-color: aqua; */
    padding: 0px 40px;
    font-size: 17px;
   }
   .tarjeta-pie3 h4{
    font-size: 17px;
   }
   .tarjeta-pie3 .bi{
    width: 500px;
   }
   .tarjeta-pie3 a{
    color: #ffff;
    margin: 0px 10px;
   }
}



@media (min-width:425px) and (max-width:767px){

    #logonav-riev{
        width: 300px;
    }

    #cinta{
        width: 100%;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        height: 120px;
        align-items: center;
        text-align: center;
        align-content: center;
        padding: 0 20%;
    }

    .tarjeta1{
        width: 250px;
        text-align: center;
        align-content: center;
    }
    .tarjeta1 h1{
        font-size: 2em;
    }

    .tarjeta2{
        width: 250px;
        text-align: center;
        align-content: center;
    }
    .tarjeta2 h2{
        font-size: 12px;
    }
    .tarjeta2 a{
        color: white;
    }

    #contenido{/* 
        background-color: pink; */
        color: rgb(0, 0, 0);
        width: 100%;
        margin: 10px 0px;
        display: flex;
        padding: 0px;
    }
    #contenido .tarjeta{
        width: 300px;
       /*  background-color: red; */
        margin: 10px;
        padding: 15px;
        text-align: center;
        border: solid 0.1px #d6d6d6;
        border-radius: 12px;
    }

#contenido .tarjeta:hover{
    background-color: #0d0e30;
    color: #ffff;
}

    .tarjeta .portada_libro{
        width: 80px;
    }
    .tarjeta .datos_libro{
        font-size: 14px;
        text-align: justify;
        margin: 8px 0px;
        padding: 0px 20px;
    }
    #pie_pagina{
        width: 100%;
        height: 900px;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        padding: 100px 0px;
       /*  display: flex; */
        /* align-content: center;
        align-items: center; */
    }

    #pie_pagina .tarjeta-pie{/* 
        background-color: yellow; */
        width: 300px;
        height: 200px;
        padding: 0px 40px;
    }
    #pie_pagina .tarjeta-pie #logo_riev{
        width: 110px;
    }

   .tarjeta-pie2{/* 
    background-color: red; */
    width: 400px;
    height: 190px;
    font-size: 15px;
    padding: 0px 40px;
   } 

   .tarjeta-pie2 h3{
    font-size: 17px;
   }
   .tarjeta-pie2 h4{
    font-size: 17px;
   }
   .tarjeta-pie2 a{
    text-decoration: none;
    color: rgb(255, 255, 255);
   }
   .tarjeta-pie2 .bi{
    color: rgb(255, 255, 255);
    width: 100px;
   }

   .tarjeta-pie3{/* 
    background-color: aqua; */
    padding: 0px 40px;
    font-size: 17px;
   }
   .tarjeta-pie3 h4{
    font-size: 17px;
   }
   .tarjeta-pie3 .bi{
    width: 500px;
   }
   .tarjeta-pie3 a{
    color: #ffff;
    margin: 0px 10px;
   }
}





@media (min-width:375px) and (max-width:424px){
    
    #logonav-riev{
        width: 250px;
    }
    
    #cinta{
        width: 100%;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        height: 120px;
        align-items: center;
        text-align: center;
        align-content: center;
        padding: 0 16%;
    }

    .tarjeta1{
        width: 250px;
        text-align: center;
        align-content: center;
    }
    .tarjeta1 h1{
        font-size: 2em;
    }

    .tarjeta2{
        width: 250px;
        text-align: center;
        align-content: center;
    }
    .tarjeta2 h2{
        font-size: 12px;
    }
    .tarjeta2 a{
        color: white;
    }

    #contenido{/* 
        background-color: pink; */
        color: rgb(0, 0, 0);
        width: 100%;
        margin: 0% 8%;
        display: block;
        padding: 0px;
    }
    #contenido .tarjeta{
        width: 300px;
       /*  background-color: red; */
        margin: 10px;
        padding: 15px;
        text-align: center;
        border: solid 0.1px #d6d6d6;
        border-radius: 12px;
        line-height: 22px;
    }

#contenido .tarjeta:hover{
    background-color: #0d0e30;
    color: #ffff;
}

    .tarjeta .portada_libro{
        width: 80px;
    }
    .tarjeta .datos_libro{
        font-size: 14px;
        text-align: justify;
        margin: 8px 0px;
        padding: 0px 20px;
    }
    #pie_pagina{
        width: 100%;
        height: 900px;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        padding: 100px 0px;
       /*  display: flex; */
        /* align-content: center;
        align-items: center; */
    }

    #pie_pagina .tarjeta-pie{/* 
        background-color: yellow; */
        width: 300px;
        height: 200px;
        padding: 0px 40px;
    }
    #pie_pagina .tarjeta-pie #logo_riev{
        width: 110px;
    }

   .tarjeta-pie2{/* 
    background-color: red; */
    width: 400px;
    height: 190px;
    font-size: 15px;
    padding: 0px 40px;
   } 

   .tarjeta-pie2 h3{
    font-size: 17px;
   }
   .tarjeta-pie2 h4{
    font-size: 17px;
   }
   .tarjeta-pie2 a{
    text-decoration: none;
    color: rgb(255, 255, 255);
   }
   .tarjeta-pie2 .bi{
    color: rgb(255, 255, 255);
    width: 100px;
   }

   .tarjeta-pie3{/* 
    background-color: aqua; */
    padding: 0px 40px;
    font-size: 17px;
   }
   .tarjeta-pie3 h4{
    font-size: 17px;
   }
   .tarjeta-pie3 .bi{
    width: 500px;
   }
   .tarjeta-pie3 a{
    color: #ffff;
    margin: 0px 10px;
   }
}





@media (min-width:320px) and (max-width:374px){

    #logonav-riev{
        width: 200px;
    }

    #cinta{
        width: 100%;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        height: 120px;
        align-items: center;
        text-align: center;
        align-content: center;
        padding: 0 15%;
    }

    .tarjeta1{
        width: 250px;
        text-align: center;
        align-content: center;
    }
    .tarjeta1 h1{
        font-size: 2em;
    }

    .tarjeta2{
        width: 250px;
        text-align: center;
        align-content: center;
    }
    .tarjeta2 h2{
        font-size: 12px;
    }
    .tarjeta2 a{
        color: white;
    }

    #contenido{
        /* background-color: pink; */
        color: rgb(0, 0, 0);
        width: 100%;
        margin: 0% 3%;
        display: block;
        padding: 0px;
    }
    #contenido .tarjeta{
        width: 300px;
       /*  background-color: red; */
        margin: 10px;
        padding: 15px;
        text-align: center;
        border: solid 0.1px #d6d6d6;
        border-radius: 12px;
    }

#contenido .tarjeta:hover{
    background-color: #0d0e30;
    color: #ffff;
}

    .tarjeta .portada_libro{
        width: 80px;
    }
    .tarjeta .datos_libro{
        font-size: 14px;
        text-align: justify;
        margin: 8px 0px;
        padding: 0px 20px;
    }
    #pie_pagina{
        width: 100%;
        height: 900px;
        background-color:#0d0e30;
        color: rgb(255, 255, 255);
        padding: 100px 0px;
       /*  display: flex; */
        /* align-content: center;
        align-items: center; */
    }

    #pie_pagina .tarjeta-pie{/* 
        background-color: yellow; */
        width: 300px;
        height: 200px;
        padding: 0px 40px;
    }
    #pie_pagina .tarjeta-pie #logo_riev{
        width: 110px;
    }

   .tarjeta-pie2{/* 
    background-color: red; */
    width: 400px;
    height: 190px;
    font-size: 15px;
    padding: 0px 40px;
   } 

   .tarjeta-pie2 h3{
    font-size: 17px;
   }
   .tarjeta-pie2 h4{
    font-size: 17px;
   }
   .tarjeta-pie2 a{
    text-decoration: none;
    color: rgb(255, 255, 255);
   }
   .tarjeta-pie2 .bi{
    color: rgb(255, 255, 255);
    width: 100px;
   }

   .tarjeta-pie3{/* 
    background-color: aqua; */
    padding: 0px 40px;
    font-size: 17px;
   }
   .tarjeta-pie3 h4{
    font-size: 17px;
   }
   .tarjeta-pie3 .bi{
    width: 500px;
   }
   .tarjeta-pie3 a{
    color: #ffff;
    margin: 0px 10px;
   }
}