.leon-cont{
    width: 100%;
    padding: 0px 10%;
    display: flex;
    box-sizing: border-box;
}
.leon-izq{
    width: 100%;
}
.leon-red{
    height: 90px;
    padding: 10px 30%;
    display: flex;
    box-sizing: border-box;
}
.leon-1{
    width: 100%;
}
.leon-1-1{
    width: 100%;
}
.leon-1-1 img{
    width: 100%;
}
.leon-2, .leon-3{
    padding: 30px 6%;
}
.leon-2-titulo{
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
}
.leon-2-detalle-1{
    font-family: sans-serif;
    display: flex;
}
.leon-2-detalle-2{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.d-1{
    font-family: sans-serif;
}
.leon-2-2{
    padding: 0 3px;
}
.leon-2-detalle-2 a img{
    width: 25px;
    margin: 0 5px;
}
.leon-2-contenido{
    margin-top: 25px;
    text-align: justify;
    line-height: 1.3;
}
.leon-3{
    border: 1px solid #ccc;
}
.comentarios-contenedor{
    padding: 20px 0;
}
.comentarios{
    width: 50%;
    border-left: 4px solid green;
    padding-left: 10px;
    margin-bottom: 25px;
}
.com-1{
    min-width: 70px;
    display: flex;
    padding-top: 8px;
}
.com-1-1{
    width: 70px;
}
.com-1-1 img{
    width: 100%;
    border-radius: 8px;
}
.com-1-2{
    width: 100%;
    padding: 8px 15px;
}
.com-1-1-1{
    font-weight: bold;
    font-size: 18px;
    color: blue;
}
.com-1-1-2{
    font-size: 14px;
    color: red;
}
.respuestas{
    margin-left: 20px;
    margin-top: 25px;
    padding-left: 10px;
    border-left: 3px solid  #95a5a6 ;
}
.com-2{
    width: 100%;
    padding: 8px 0px;
    text-align: justify;
    line-height: 1.5;
}
.com-2-1 {
    padding: 8px 0px;
}
.com-2-1 button{
    color: #ccc;
    font-style: oblique;
    background: none;
    border: none;
    font-size: 16px;
}
.com-2-1 button:hover{
    color: red;
    cursor: pointer;
    transition: 0.8s;
}
.com-2-1 button:hover ~ .responder{
    display: block;
}
.sec-2{
    margin-bottom: 20px;
    font-style: oblique;
    font-weight: bold;
    color: blue; 
}
.comentar{
    width: 100%;
}
.com-3{
    width: 100%;
}
.com-3 textarea{
    width: 100%;
    padding: 15px;
    font-size: 16px;
}

.responder{
    width: 100%;
    display: none;
}
.responder form{    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.responder form textarea{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
}
.responder form input[type="email"]{
    width: 40%;
    padding: 8px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
}
.responder form input[type="submit"]{
    width: 300px;
    padding: 8px 16px;
    margin-top: 10px;
    background:  #0277bd ;
    color: white;
    font-weight: bold;
    border: 0;
}
.responder form input[type="submit"]:hover{
    background:  #01579b;
    cursor: pointer;
}
.com-4{
    display: flex;
    flex-wrap: nowrap;
}
.com-4 input[type="text"], .com-4 input[type="email"]{
    width: 40%;
    padding: 8px;
    font-size: 16px;
}
.sexo-res{
    display: flex;
    width: 200px;
    padding-left: 60px;
}
.sex-res-1{
    padding-right: 40px;
    display: flex;
    align-items: center;
}
.sex-res-1 label{
    color: black;
    visibility: visible;
    display: flex;
    padding-left: 5px; 
}
.sex-res-1 input[type="radio"]{
    display: none;
}
.sex-res-1 label{
    color: #0774D9;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sex-res-1 label:before{
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background: none;
    border: 3px solid #0774D9;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -25px;
}
.sex-res-1 input[type="radio"]:checked + label{
    padding: 5px 15px;
    background: #0774D9;
    border-radius: 2px;
    color: #fff;
}
.sex-res-1 input[type="radio"]:checked + label:before{
    display: none;
}
.btn{
    margin-top: 20px;;
}
.btn-comentar{
    width: 300px;
    padding: 10px;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    background: #0277bd;
    color: white;
}
.btn-comentar:hover{
    background:  #01579b ;
    cursor: pointer;
}

@media(max-width:640px){
    .cont-1{
        margin-top: 44px;
    }
.leon-red{
    padding: 10px 30%;
    display: none;
    box-sizing: border-box;
}
}
