@import "https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i";@import "https://fonts.googleapis.com/css?family=Patua+One";@import "https://fonts.googleapis.com/css?family=Ramabhadra";
.prueba{
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    max-width:100%;
    height:100vh;
    background-color:rgba(255,255,255,0.8);
    z-index:100000;
}
.prueba .zoom{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.prueba .zoom .contenido{
    width: 90%;
    height: 90%;
    background-color:#fff;
}
.zoom .contenido h3{
    font-family:'Ramabhadra',sans-serif;
    text-align:center;
    font-size:24px;
    font-weight:700;
    line-height:40px;
    margin-top:140px;
    color:#000;
}
.zoom .contenido p{
    color:#000;
    font-family:'Lato',sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:22px;
    text-align: justify;
    margin-top:5px;
}
.zoom .contenido a{
    margin-top:10px;
    display:block;
    width:50%;
    max-width: 250px;
    text-align:center;
    min-height:40px;
    line-height:40px;
    background-color: forestgreen;
    text-decoration:none;
    color:#FFF;
}
.left-contenido{
    width: 50%;
    height: 624px;
    position: relative;
    float: left;
}
.left-contenido img{
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: table;
    object-fit: cover;
    margin-top: 130px;
}
.right-contenido{
    width: 50%;
    height: 624px;
    position: relative;
    float: right;
}
.zoom .contenido .contenedor_social_3{
    width:90%;
    min-height:50px;
    top:15px;
    position:relative;
    margin:0 auto;
}
.zoom .contenido .contenedor_social_3 a{
    width:40px;
    height:40px;
    display:inline-block;
    line-height:20px;
    text-align:center;
    margin:5px;
    margin-left:0;
    background-color:transparent;
}
.zoom .contenido .contenedor_social_3 .icon-facebook-3{
    background-color:#3b5998;
    padding:10px;
}
.zoom .contenido .contenedor_social_3 .icon-twitter-3{
    background-color:#55acee;
    padding:10px:
}
.zoom .contenido .contenedor_social_3 .icon-gplus-2{
    background-color:#dd4b39;
    padding:10px;
}
input.cerrar,input.abrir{
    display:none;
}
label{
    display:block;
    cursor:pointer;
}
label.close{
    position:absolute;
    top:25px;
    right:70px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    margin:30px;
    width:50px;
    height:50px;
    font-size: 30px;
    font-family:comic sans ms;
    font-weight: bold;
    color:#000;
    z-index: 1000;
}
label.open{
    position:relative;
    margin:0 auto;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    color:#000;
    font-family:'Lato',sans-serif;
    font-size:14px;
    font-weight:600;
}
@media screen and (max-width: 1100px){
    .prueba .zoom .contenido{
        width: 95%;
        max-width:none;
    }
    label.close{
        right: 30px;
    }
}@media screen and (max-width: 800px){
    .prueba .zoom .contenido{
        width:90%;
        max-width:none;
    }
    label.close{
        top: 10px;
        right:20px;
    }
    .left-contenido{
        width: 100%;
        height: 200px;
        padding-top: 40px;
        display: table;
    }
    .left-contenido img{
        max-width: 230px;
        margin-top: 15px;
    }
    .right-contenido{
        width: 100%;
        height: 300px;
        margin-top: -120px;
        display: table;
    }
}