.header {
    background:#585856 ;
    padding-top: 15px;
    padding-bottom: 15px;
} 
.contenedor-img {
    position: relative;
}
.posicion-ico {
    position: absolute;
    top: -25px;
    right: 35px;
    max-width: 40px;
}
.txt-1 {
    font-size: 15px;
    font-weight: bold;
    color: #5d5c5c;
    padding-left: 10px;

}
.form-widget .form-control {
    background: #e7e7e7;
    border-radius: 20px;
    font-size: 14px;

}
.bloque-izq {
    padding-right: 50px;

}
/* .ancho-select {
    max-width: 200px ;
} */
.btn-gris {
    background: #757575;
    width: 150px;
    border-radius:20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;

}
.btn-verde{
    background: #7ebf11;
    width: 150px;
    border-radius:20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;

}
.caja-botones {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.margen-top-bottom-2 {
    padding-top: 12px;
    padding-bottom: 10px;
}

.caja-txt  {
    text-align: center;
    padding-top: 50px;
    color: #5d5c5c;
}
.txt-2 {
    font-size: 14px;
}
.txt-2 a {
    color: #5d5c5c;
    font-weight: bold;
}
.cuerpo {
    padding-bottom: 50px;
}
.txt-3 {
    font-size: 12px;
}
.contenedor-opciones {
    padding-top: 20px;
}
.txt-opciones {
    font-size: 14px;
    padding-bottom: 5px;
}
.caja-btn-simple {
    padding-top: 70px;
}

.borde-lateral {
    border-left: 3px solid #e7e7e7;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.margen-top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
.titulo {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 50px;
}
.bajada {
    font-size: 14px;
    padding-bottom: 70px;
}
.contenedor-bloque-3 {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 100px;
}
.btn-verde-2{
    background: #7ebf11;
    width: 220px;
    border-radius:20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;

}

.alineacion-iconos {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 20px;
}
.negrita {
    font-weight: bold;
}
.txt-footer {
    font-size: 13px;
    padding-top: 30px;
    color: #5d5c5c;
}
.franja-simple {
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    
}

.form-widget .form-control.input-wg {
    background: #ffffff;;
}

@media (max-width:991px) {
.caja-btn-simple {
    padding-top: 49px;
}
}


@media (max-width: 767px) {

    .contenedor-img  {
        margin-bottom: 30px;
    }

    .bloque-izq {
        padding-right: 15px;
    }

    .borde-lateral {
        border-left: 0px solid #e7e7e7;
        padding-left: 0px;
     
    }




  }

  

@media (max-width: 575px) {


    .txt-footer {
        text-align: center;
    }
    .alineacion-iconos {

    justify-content: center;

}
    
     }