@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');

.float{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #db1414;
    bottom: 40px;
    right: 40px;
    border-radius: 50%;
    z-index: 999;
}

.float:hover{
    background-color: #e8591c;
}

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

body{
    font-family: "Commissioner", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    background: linear-gradient(146deg, rgba(59, 60, 64, 1) 0%, rgba(87, 87, 94, 1) 100%);
}

main{
    width: 100%;
}

img {
    max-width: 360px;
}

.header{
    background: #000;
    top: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    margin-bottom: 6px;
    border-bottom: 1px solid #5a5a5a;
}

.encabezado{
    text-align: center;
}

.encabezado h2{
    color: #fc8450;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
}

.titulo h1{
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-shadow: 2px 1px #000;
    margin-top: 30px;
}

.contenedor_portada{
    background-image: linear-gradient(40deg, rgb(0 0 0 / 90%), rgb(116 19 7 / 90%)), url("../img/43_veces_fondo.jpg");
    text-align: center;
}

.contenedor_portada .libro{
    padding-bottom: 20px;
}

/*portada*/
.portada{
    margin: 0 auto;
    padding: 3rem 0 3rem 0;
}

.portada2{
    margin: 0 auto;
    padding: 3rem 0 1rem 0;
}

.contenedor_portada .link-libro{
    padding: 0 0 3rem 0;
}

.contenedor_portada .link-libro .btn-libro{
    font-size: 18px;
    color: #fff;
}

.contenedor_portada .link-libro .btn-libro:hover{
    font-size: 18px;
    color: #fc8450;
}

/*presenta*/
.presenta{
    width: 100%;
    background-color: #e0e0e5;
    padding: 20px 0 20px 0;
    margin: 0 auto;
}

.contenido_texto_presenta h3{
    color: #000;
    text-align: center;
    line-height: 2rem;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 20px;
}

.contenido_texto_presenta p{
    color: #000;
    text-align: center;
    line-height: 2rem;
    font-size: 18px;
}

/*sobre Marcelo*/
.duo{
    width: 100%;
    padding: 20px 0 20px 0;
    margin: 0 auto;
    background: linear-gradient(146deg, rgba(41, 41, 43, 1) 0%, rgba(55, 55, 59, 1) 100%);
}

.duo h2{
    font-weight: 300;
    color: #fc8450;
    padding: 6px 0 2px 0;
    border-bottom: 1px solid #5a5a5a;
    margin-bottom: 30px;
}

.foto_duo{
    position: relative;
    margin: 0 auto;
    line-height: 0;
    padding: 50px 20px;
}

.foto_duo img{
    box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.4);
}

.contenido_texto_duo{
    position: relative;
    color: #fff;
    padding: 40px 20px;
}

.link-expo{
    padding: 20px;
}
.fa-book-open-reader, .fa-landmark{
    padding-right: 6px;
}
.fa-circle-right{
    padding-left: 6px;
}

.contenido_texto_duo p{
    line-height: 1.8rem;
    padding-bottom: 20px;
}

.contenido_texto_duo h3{
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 18px;
}

.contenido_texto_duo a{
    color: #fff;
    padding-top: 10px;
    border-top: 1px solid #5a5a5a;
}
.contenido_texto_duo a:hover{
    color: #fc8450;
}

/*contenido*/
.seccion{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

section{
    flex: 60%;
    padding: 20px;
}

/*video*/
.video{
    width: 100%;
    background-image: url("../img/43_veces_fondo.jpg");
    padding: 20px 0 20px 0;
    margin: 0 auto;
}

/*contacto*/
.cvs{
    width: 100%;
    background: #1a1a1a;
}

.contenido_col1{
    color: #000;
    text-align: center;
}

.contenido_col1 h4{
    color: #fc8450;
    font-weight: 200;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 12px;
}

.contenido_col1 p{
    color: #fff;
    font-size: 16px;
    padding-bottom: 12px;
}

.contenido_col1 p a{
    font-weight: 200;
    color: #fff;
}

.contenido_col1 p a:hover{
    color: #fc8450;
}

.linea{
    width: 300px;
    margin: 0 auto;
}

/* titulo slider */

.titulo-rotador{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #29292b;
    padding-top: 15px;
}
.titulo-rotador h2{
    color: #fc8450;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 2px;
}


/* footer */
footer{
    background: #000;
    padding: 12px;
    display: flex;
    justify-content: center;
}

.title_footer{
    color: #fff;
    text-align: center;
}

.title_redes{
    background-color: #000;
    padding-top: 20px;
}

.redes{
    gap: 20px;
    padding: 16px;
}

.redes a{
    color: #db1414;
}

.redes a:hover{
    color: #e8591c;
}

.contenedor-link-expos{
    background: linear-gradient(146deg, rgba(41, 41, 43, 1) 0%, rgba(55, 55, 59, 1) 100%);
    padding: 40px;
}
.contenedor-link-expos .btn-mail-expos{
    width: 260px;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    background-color: #db1414;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}
.contenedor-link-expos .btn-mail-expos:hover{
    background-color: #e8591c;
    color: #fff;
}

/*boton modal*/
.info3{
    display: flex;
    align-items: end;
}
.info3 p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}
.info3 .boton-modal{
    width: 18%;
    padding-bottom: 10px;
    text-align: right;
}
.fa-eye{
    margin-top: 10px;
    font-size: 30px;
}
.boton-modal label{
    padding: 10px;
    color: #ffffffc5;
    border-radius: 50%;
    cursor: pointer;
    transition: all 300ms ease;
}
.boton-modal label:hover{
    color: #fff;
}

/*ventana modal*/
#btn-modal{
    display: none;
}
.container-modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    background-color: #222222a9;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

#btn-modal:checked ~ .container-modal{
    display: flex;
}

.content-modal{
    width: 100%;
    max-width: 320px;
    position: relative;
    padding: 20px;
    border-radius: 6px;
    background-color: #ffffff9c;
}

.content-modal h2{
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: #000;
    padding: 10px;
}
.content-modal p{
    text-align: center;
}

.content-modal .btn-cerrar{
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    margin-top: -36px;
}
.content-modal .btn-cerrar label{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #db1414;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 300ms ease;
}
.content-modal .btn-cerrar label:hover{
    background-color: #e8591c;
}
.cerrar-modal{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
}

.mail{
    padding: 2px;
}

.mail img{
    padding-right: 10px;
}

.mail .btn-mail{
    width: 230px;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    background-color: #db1414;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.mail .btn-mail:hover{
    background-color: #e8591c;
    color: #fff;
}

@media screen and (max-width: 768px){
    nav, .row{
        flex-direction: column;
    }
    .portada img{
        width: 100%;
    }
    .seccion{
        width: 100%;
    }
    .contenido_texto_mapa{
        padding: 0 0 20px 0;
    }
    aside img{
        padding-bottom: 20px;
    }
    .contenido_col1{
        padding-bottom: 20px;
    }
}