/*
Theme Name: az-life
*/
/*@font-face {
  font-family: 'FontAwesome';
  src: url('fuentes/FontAwesome.eot?#iefix') format('embedded-opentype'),
    url('fuentes/FontAwesome.otf')  format('opentype'),
    url('fuentes/FontAwesome.woff') format('woff'),
    url('fuentes/FontAwesome.ttf')  format('truetype'),
    url('fuentes/FontAwesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
    font-weight: 700;
  src: url('Lato-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fuentes/Lato-Semibold.woff') format('woff'),
    url('fuentes/Lato-Semibold.ttf')  format('truetype'),
    url('fuentes/Lato-Semibold.svg#Lato-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
font-weight: 300;
  src: url('fuentes/Lato-Light.eot?#iefix') format('embedded-opentype'),  
      url('fuentes/Lato-Light.woff') format('woff'),
      url('fuentes/Lato-Light.ttf')  format('truetype'), 
      url('fuentes/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
font-weight: 400;
  src: url('fuentes/Lato-Medium.eot?#iefix') format('embedded-opentype'),
    url('fuentes/Lato-Medium.woff') format('woff'), url('Lato-Medium.ttf')  format('truetype'),
    url('fuentes/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
font-weight: 400;
  src: url('fuentes/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('fuentes/Lato-Regular.woff') format('woff'), url('Lato-Regular.ttf')  format('truetype'),
    url('fuentes/Lato-Regular.svg#Lato-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
font-weight: 900;
  src: url('fuentes/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
    url('fuentes/Lato-Heavy.woff') format('woff'),
    url('fuentes/Lato-Heavy.ttf')  format('truetype'),
    url('fuentes/Lato-Heavy.svg#Lato-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
body {
    padding-top: 156px;
    line-height: 0;
    font-size: 0;
    background-color: #F2F3F4;
}
#menu_contenedor{
    font-size: 26px;
    line-height: 26px;
    height: 170px;
    position: fixed;  
    max-width: 960px;
    position: relative;
    margin: 0 auto;
}
#menu_contenedor .menu > li, #menu_contenedor .menu {
    display: inline-block;
}
.menu a{
    font-family: 'Lato';
    font-weight: 300;
    text-decoration: none; /* no underline */
    color: #007ABF;
    margin: 0 10px 0 10px;
}

    
.custom-logo{
    position: absolute;
    top: 55px;
    display: block;
}

#menu_contenedor .menu {
    position: absolute;
    right: 0;
    top: 98px;
    border-bottom-width: 6px;
    border-style: solid;
    border-color: rgba(174, 181, 186, 0.2);
    padding-bottom: 5px;
}
#bloque1 {
    width: 100%;
    height: auto;
    background-color: #F2F3F4;
    z-index: 1;
}
#bloque2, .bloque2, .cuerpo_contacto .bloque_contacto {
    width: 100%;
    background-image: url(img/fondo_cuadriculado.png);
    z-index: 1;
    background-color: white;
}
#bloque2{
   /* min-height: 320px;*/
    overflow: hidden;
}
.bloque_contacto{
    height: 306px;
}
#cuerpo{
    position: relative;
}
.contenido{
    width: 960px;
    height: auto;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.contenido img{
    width: 100%;
}
.contenido h1, .contenido_bloq h1 {
    line-height: 43px;
    font-size: 43px;
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 20px;
}
.contenido_bloq h1{
    margin-top: 27px;
}
.contenido_texto {
    /* height: 377px; */
    /* width: 100%; */
    background-color: #007ABF;
    border-style:;
    box-sizing: border-box;
    padding: 30px 20px;
    background-color: #007ABF;
    position: relative;
    width: 100%;
}
.titulo_azul{
    color: #007ABF;
}
.titulo_blanco, .contenido .titulo_blanco{
    color: white;
}
.sombra{
    text-shadow: 1.5px 1.5px black;
}
.btn {
    display: inline-block;
    text-align: center;
    width: 50%;
    position: relative;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
}
.btn > a{
    width: 133px;
}
.rectangulo_btn {
    height: 66px;
    width: 133px;
    background-color: white;
    /* top: 20px; */
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.der{
    /* left: 20px; */
    text-align: left;
}
.izq{
    /* right: 20px; */
    text-align: right;
}
.esq{
    border-width: 10px;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border-color: #007ABF;
    top: 0;
    border-bottom-color: transparent;
}
.izq_rect{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.der_rect{
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.mayuscula{
    text-transform: uppercase;
}
.rectangulo_btn h2{
    line-height: 24px;
    font-size: 24px;
    font-family: 'Lato';
    font-weight: 700;
    vertical-align: middle;   
    display: inline-block;
}
.centrarv {
    height: 100%;
    width: 1px;
    margin-left: -1px;
    display: inline-block;
    vertical-align: middle;
}
.texto_btn {
    font-size: 15px;
    line-height: 15px;
    color: white;
    /* top: 82px; */
    margin: 25px;
    font-family: 'Lato';
    font-weight: 700;
    white-space: nowrap;
}
.linea {
    background-color: white;
    height: 2px;
    width: 133px;
    margin: 0;
    display: inline-block;
    margin-top: 20px;
}
a{
    text-decoration: none;
}
.pie{
    height: 75px;
    width: 100%;
    background-color: #F2F3F4;
    z-index: 101;
    position: relative;    
}
..contenedor{
    min-height: 100vh;
}
.contenedor_padre {
    background-color: white;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 103;
    min-height: 170px;
}
.contenedor_pie {
    width: 960px;
    margin: 0 auto;
}
.contenedor_pie img{
    margin-top: 23px;
    display: block;
}
.contenedor_pie span{
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 700;
    color: #666666;
    display: inline-block;
    line-height: 16px;
    margin-top: 6px;
}
#powered{
    float: right;
 }

.img_borde{
    border-style: solid;
    border-top-width: 4px;
    border-color: #007ABF;
}
.contenido_alin_izq{
    text-align: left;
}
.parrafo_limitado{
    width: 768px;
}
.contenido_alin_izq h1{
    display: block;
}
.contenido_alin_izq p{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato';
    font-weight: 300;
    color: white;    
}
.linea_separadora{
    display: inline-block;
    margin-top: 30px;
    width: 768px;
    height: 2px;
    background-color: white;
    margin-bottom: 20px;
}
.btn_contactanos{
    width: 107px;
    height: 26px;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    color: #007ABF;
    margin-top: 6px;
    text-align: center;
    padding-top: 5px;        
}
.btn_contactanos span{
    color: #007ABF;
    font-size: 15px;
    line-height: 19px;
    font-family: 'Lato';
    font-weight: 700;
    margin-top: 5px;
}
.punto{
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 5px 0 5px;
    cursor: pointer;
}
.puntos_slide{
    position: absolute;
    z-index: 1001;
    top: 357px;
    display: block;
    margin: auto;
    width: 100%;
}
.punto_selec{
    background-image: url("img/punto_selec.png");
}
.punto_notselec{
    background-image: url("img/punto.png");
}
.contenido_bloq{
    width: 960px;
    height: auto;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    text-align: center;
    right: 0;    
}
.slide{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-height: 100vh;
}
.contenido_slide{
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.contenido_form {
    background-color: #F2F3F4;
    color: #007ABF;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Lato';
    font-weight: 700;
}
.columna {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 49%;
}
.contenido_form input, .contenido_form textarea{
    border: 0;
    background-color: #007ABF;
    vertical-align: top;
    margin: 10px 30px 10px 0;
    color: white;
    font-family: 'Lato';
    font-weight: 700;
    width: 90%
}
.columna_cont_2 input{
    width: 99%;
}
.columna_cont_2 textarea{
    width: 98%;
}
.columna_cont_2 input[type=submit]{
    margin-right: 0;
}
input[type="file"] {
    color: #007ABF;
    background-color: transparent;
}
.contenido h2{
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lato';
    font-weight: 700;
    color: #007ABF;
    text-align: left;
}

input[type=submit] {
    margin-bottom: 10px;
    position: relative;
    top: 16px;
    background-color: white;
    width: 138px;
    height: 26px;
    right: 4px;
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: #007ABF;
    margin-left: 40px;
    color: #007ABF;
    font-size: 18px;
}

.flecha img{
    width: 27px;
    height: 27px; 
    cursor: pointer;
    text-align: center;
}
.flecha {
    position: absolute;
    top: 62%;
    z-index: 101;    
}
#slide_vos .flecha{
    top: 0;
    bottom: 0;
    margin: auto;
    height: 27px;
    position: absolute;
}
.flecha_izq {
    left: 0;
    padding-left: 10px;
}
.flecha_der{
    right: 0;
    padding-right: 10px;
}
.columna span.wpcf7-list-item{
    display: block;
    margin-left: 0;    
}
.columna span.wpcf7-list-item input {
    width: auto;
    vertical-align: baseline;
    margin-right: 5px;
}
.columna wpcf7-list-item-label{
    vertical-align: baseline;
}
.columna span.wpcf7-list-item:nth-child(7), .columna span.wpcf7-list-item:nth-child(8){
    margin-left: 20px;
    font-size: 15px;
    color: #c0c0c0;
    pointer-events: none;
}
.contenido_form .wpcf7-textarea{
    height: 124px;
}
.cuerpo_contacto .contenido_form .wpcf7-textarea{
    height: 245px;
}
.cuerpo_contacto input[type=submit] {
    top: 0px;
}
#mapa{
    width: 100%;
    height: 306px;
}
.datos{
    font-size: 15px;
    line-height: 15px;

}
.datos span{
    background-color: #007ABF;
    display: block;
    width: 258px;
    height: 32px;
    text-align: left;
    margin: 20px;
    padding: 10px;
    box-sizing: border-box;
    color: white;
    font-family: 'Lato';
    font-weight: 700;    
}
.datos{
    position: absolute;
    right: 10px;
    top: 110px;
}
#linea_sup{
    width: 100%;
    margin-top: 0;
}
.linea_tiempo{
    background-color: #007ABF;
    height: 2px;
    width: 100%;
    margin: 0;
    display: inline-block;
    position: relative;
    top: 68px;
}
.btn_time_line{
    display: inline-block;
    cursor: pointer;
    width: 20px;
    position: relative;
    vertical-align: middle;
}
#time_line_contenedor img{
    display: inline-block;
    cursor: pointer;
    width: 20px;
}
#time_line_contenedor{
    height: 87px;
}
.cotenedor_btn{
    width: 15%;
    text-align: center;
    display: inline-block;
}
.img_cover{
    position: absolute;
    top: -99999px;
    bottom: -99999px;
    left: -99999px;
    right: -99999px;
    margin: auto;
    min-width: 100%;
}
.item_vos{
    position: absolute;
    width: 100%;
    height: 300px;
}
.fechas{
    width: 100%;
    height: 13px;
    color: #007ABF;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Lato';
    font-weight: 700;
    padding-top: 10px;
}
.fecha{
    width: 14%;
    text-align: center;
    display: inline-block;
}
.cont_slide{
    overflow: hidden;
}
.hamburguer, .cruz{
    display: none;
}
#menu-item-29{
    width: 101px;
}
#menu-item-21{
    width: 128px;
}
#menu-item-31{
    width: 99px;
}
#menu-item-30{
    width: 118px;
}
#menu-item-42{
    width: 70px;
}
@media (min-width: 960px) {
    .menu-item-has-children:hover > .sub-menu{
        display: block;
        width: 160px;
        margin-left: -38px;
    }
}
.cont_exp{
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 102;
}
.mostrar_responsive{
    display: none;
}
@media (max-width: 960px) {

  .contenido{
    padding: 0 20px;
    box-sizing: border-box;
  }
  #menu-menu .menu-item-has-children{
    padding-left: 0;
    padding-right: 0;
  }
  #menu-menu .menu-item-has-children>a{
    padding-right: 10px;
    padding-left: 10px;
  }
  #menu-item-29, #menu-item-21, #menu-item-31, #menu-item-30, #menu-item-42{
    width: auto;
  }
  .contenido {
    width: 100%;
  }
  .contenido_bloq{
    width: 100%;
  }
  .contenedor_pie {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .columna {
    display: block;
    width: 100%;
  }
  .rectangulo_btn { 
    width: 133px;
  }
  .parrafo_limitado {
    width: 95%;
  }
  .linea_separadora {
    width: 95%;
  }
  .bloque_contacto{
    height: auto;
  }
  .datos span{
    margin: 20px auto;
  }
  .datos{
    position: static;    
  }
  input[type=submit]{
    top: 0;
  }  
  .fechas{
    font-size: 16px;
  }
  #menu_contenedor .menu {
    border-style: none;
    right: 20px;
  }
  #menu_contenedor .menu > li, #menu_contenedor .menu{
    display: block;
    top: 50px;    
    text-align: right;
  }
  #menu_contenedor #menu-menu-redes > li{
    display: inline-block;
  }
  .custom-logo{
    margin-left: 24px;
  }
  #powered{
    float: left;
    width: 100%;
  }
  #menu_contenedor #menu-menu-redes {
    top: 0;
  }
  .menu-menu-redes-container{
    display: none;
  }    
  #menu_contenedor .menu{
    position: static;
    display: inline-block;
  }
  #menu_contenedor .menu > li, #menu_contenedor .menu {
    text-align: left;
  }
  .contenedor_men{
    position: absolute;
    top: 0;
    right: 0;
  }
  .menu-menu-container{
    display: none;
  }
  .contenedor_men .fa{
    font-size: 28px;
    line-height: 28px;
    color: #007ABF;
    cursor: pointer;
  }
  .contenedor_men .hamburguer{
    top: 55px;
    position: relative;
    right: 70px;
  }
  .cont_mobil{
    background-color: #F2F3F4;
  }
  .menu-item{
    border-bottom-color: #007ABF;
    border-bottom-width: 1px;
    /* border-bottom-style: solid; */
    border-top-color: #007ABF;
    border-top-width: 1px;
    border-top-style: solid;
    width: 100%;
    padding: 26px 10px;
  }
  #menu-menu{
    width: 100%;
  }
  .cruz{
    display: none;
    padding: 55px 70px 26px;
    box-sizing: border-box;
    width: 100%;
    text-align: right;
  }
  .menu-item-has-children>a::after { 
    content: "\f0dd";
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
   }
   .hamburguer{
    display: block;
   }
   .sub{
        position: static;
        width: 100%;
        margin: 0;
    }
    .sub-menu > .menu-item a{
        background-color: transparent;
        padding: 20px 25px;
    }
}

@media(max-width: 450px){

    .fb a, .menu a{
    display: block;
    }
    .contenido_bloq h1{
    margin-top: 0;
    }
}
.fb, .email, .ig, .li{
    height: 19px;
    width: 19px;
    font-size: 0;
    line-height: 0;
}
.fb a, .menu a {
    width: 100%;
    height: 100%;
    position: relative;
    /* margin: 0; */
    display: inline-block;
}
.menu .fb a, .menu .email a, .menu .ig a, .menu .li a{
    font-size: 0;
    line-height: 0;
}
.menu a {
    font-size: 20px;
}
.fb {
    background-image: url('img/logofb.png');
}
.email {
    background-image: url('img/logomail.png');
}
.ig {
    background-image: url('img/logoig.png');
}
.li {
    background-image: url('img/logoli.png');
}
#menu_contenedor #menu-menu-redes{
    border-style: none;
    position: absolute;
    top: 0;
    color: transparent;
}
.wpcf7-checkbox .wpcf7-list-item-label { cursor: pointer; }

.sub-menu{
    list-style-type: none;
    position: absolute;
    padding-top: 10px;    
}
#menu-menu .sub-menu .menu-item:hover a{
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 300;
}
#menu-menu .menu-item:hover > a{
    font-family: 'Lato';
    font-weight: 700;
    font-size: 20px;
}
.sub-menu{
    display: none;
}
.sub-menu > .menu-item{
    background-color: #007ABF;
    padding: 6px 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: white;
}
.menu-menu-container .menu-item-53{
    border-bottom-style: none;
}
.sub-menu > .menu-item a{
    color: white;
    font-size: 16px;
}
#menu-menu-redes a{
    margin-left:  0px;
}
.ruta{
    width: 100%;
    height: 20px;
    background-color: #F2F3F4;
    height: 15px;    
}
.contenedor_ruta{
    max-width: 960px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin: 0 auto;
    height: 12px;
    padding: 0px 15px;
}
.fondo_blanco{
    margin-top: 20px;
    background-color: white;
}
.contenedor_seccion{
    max-width: 100%;
    background-color: white;
    height: auto;
    margin-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
}
.cont {
    max-width: 100%;
    width: 976px;
    margin: 0 auto;
    position: relative;
    color: black;
    padding-left: 5px;
    box-sizing: border-box;
}
.cont h1{
    font-family: 'Lato';
font-weight: 400;
    font-size: 43px;
    line-height: 43px;
    margin-bottom: 20px;
    margin-left: 1px;
}
.page_proteccion  .descripcion_sec, .cont_desc_sec{
    width: 233px;
    min-height: 126px;
    position: absolute;
    left: 5px;
    padding-bottom: 88px;
    box-sizing: border-box;
}
.descripcion_sec p{
    font-family: 'Lato';
font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: white;
    line-height: 25px;        
}
.descripcion_derecha{
    width: 100%;
    padding-left: 272px;
    position: relative;
    box-sizing: border-box;    
    padding-right: 5px;
    margin-bottom: 10px;
}
.descripcion_interna{
    background-color: #F2F3F4;
    width: 100%;
    padding: 20px 14px;
    box-sizing: border-box;
}
.descripcion_interna h2{
    font-family: 'Lato';
font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #007CC3;
    margin-bottom: 20px;
}
.punto_item{
    font-family: 'Lato';
font-weight: 900;
    color: #007CC3;  
    font-size: 13px;
    line-height: 13px;
    margin-right: 4px;    
}
.cont_item{
    font-family: 'Lato';
font-weight: 900;
    color: black;
    font-size: 13.5px;
    line-height: 12.5px;
}
.text p{
    font-family: 'Lato';
font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.subtitulo{
    font-family: 'Lato';
font-weight: 400;
    color: black;
    font-size: 14px;
    line-height: 16px;
}
.contenedor_item{
    margin: 5px 0;
}
.page_salud .cont_desc_sec{
    height: 100%;
}
.page_salud .descripcion_sec{
    height: 100%;
}
.descripcion_sec{
    background-color: #007CC3;    
    widows: 100%;
    padding: 22px 12px;    
}
.itm_salud{
    color: #007CC3;
}
.sub{
    margin-bottom: 15px;
}
.sub_grande{
    margin-bottom: 45px;
}
.sub_mediano{
    margin-bottom: 35px;
}
.itm_ahorro{
    line-height: 16.5px;
}
.page_ahorro .descripcion_sec p{
    font-size: 12.5px;
    line-height: 20px;
}
.descripcion_sec .titulo_desc{
    font-family: 'Lato';
font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
    color: white;    
}
.cont_patrimonio{
    width: 100%;
    background-color: #F2F3F4;
    padding: 21px;
    box-sizing: border-box;
}
.cont_img_patr{
    width: 138px;
    height: 138px;
    overflow: hidden;
    border-radius: 100%;
}
.item_patrimonio{
    text-align: center;
    width: 138px;
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 50px;
    overflow: hidden;
}
.item_patrimonio h1{
    font-family: 'Lato';
font-weight: 400;   
    font-size: 12.5px;
    line-height: 16px;
    color: #007CC3;
}
.item_patrimonio p{
    font-family: 'Lato';
font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    color: #007CC3;   
    margin-bottom: 50px;
}
.item_texto{
    width: 320px;    
}
.esq_c {
    width: 50%;
    height: 45.7%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
@media(max-width: 562px){
    #cuerpo .item_patrimonio h1 {
        font-size: 18px;
        line-height: 22px;
    }
    .esq_c{
        width: 100%;
        display: block;
    }
    .cont{
        padding-left: 5px;
    }
    .cont h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .page_proteccion  .descripcion_sec{
        padding: 0;
    }
    .page_salud .cont_desc_sec{
        padding: 0;
        min-height: 0; 
    }
    .page_proteccion  .descripcion_sec, .cont_desc_sec{
        position: static;
        margin: 0 auto;
        width: 100%;
        padding: 20px 14px;
        margin-bottom: 10px;        
    }
    .cont{
        box-sizing: border-box;
        padding: 10px;
        overflow-x: hidden;
    }
    .descripcion_derecha{
        padding: 0;
    }
}

.cuadro {
    font-size: 0;
    line-height: 0;
    background: url("img/bgaz.jpg") center center no-repeat;
    max-width: 805px;
    width: 100%;
    height: 633px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}
.cuadro ul {
    padding: 25px;
    list-style: none;
    width: 50%;
    position: absolute;
}
.cuadro li {
    margin-bottom: 15px;
}
.cuadro li span {
    font-size: 18px;
    line-height: 20px;
    color: #007cc3;
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}
.cuadro li p {
    display: inline;
    vertical-align: middle;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Lato';
    font-weight: 700;
}

.esq_c.bl, .esq_c.br {
    height: 53%;
}
.esq_c.tl ul {
    text-align: left;
    top: 0;
    left: 0;
}
.esq_c.tr ul {
    text-align: right;
    top: 0;
    right: 0;
}
.esq_c.bl ul {
    text-align: left;
    bottom: 0;
    left: 0;
}
.esq_c.br ul {
    text-align: right;
    bottom: 0;
    right: 0;
}
.cir {
    opacity: 0;
}
.cir {
}
.cir span {
    font-size: 15px;
    line-height: 15px;
    margin: 0;
}
.cir .num {
    margin-right: 10px;
}

@media screen and (max-width: 805px) {
    .mostrar_responsive{
        display: inline-block;
    }
    #esq_c_4{
        display: none;
    }
    .esq_c {
        padding: 20px;
        box-sizing: border-box;
    }
    .cir{
        color: #007CC3;
        font-family: lato;
        font-weight: 900;
    }
    .cuadro {
        background: none;
        padding: 10px;
        height: auto;
    }
    .cuadro .esq_C {
        width: 100%;
        height: auto;
    }
    .cuadro ul {
        position: relative;
        padding: 0;
        width: 100%;
    }
    .cuadro li {
    margin-bottom: 0;
    }
    .cuadro .esq_c ul {
        text-align: left;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 10px 0;
    }
    .cir {
        opacity: 1;
    }
}
.propc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.proph {
    height: 0;
    padding-bottom: 42%;
    position: relative;
    margin-bottom: 30px;
}
.cnt_pat{
    text-align: center;
}
.cnt_pat>h1{
    text-align: left;
}