h1{
    font-size: 90px;
    font-weight: 900;
    color: #071C58;
    line-height: 90px;
    min-height: 500px;
    margin-top: 20px;
}
h2{
    font-size: 22px;
    margin-bottom: 0px;
}
h3{
    font-size: 22px;
}
h4, h4 a{
    color: #071C58;
    font-size: 22px;
}
a{
    color: #071C58;
}
a:hover{
    color: #071C58;
}
.imagenPaginaDefecto{
    position: absolute;
    left: 0px;
    height: 430px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.imagenPaginaDefecto:before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 250px;
    z-index: 9;
    width: 100%;
    background: linear-gradient(top, #fff, transparent);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(transparent));
    background: -webkit-linear-gradient(top, #fff, transparent);
    background: -moz-linear-gradient(top, #fff, transparent);
    background: -o-linear-background(top, #fff, transparent);
    background: -ms-linear-background(top, #fff, transparent);
    background: linear-background(top, #fff, transparent);

}
.imagenPaginaDefecto .imagenPaginaDefectoContenedor{
    width: 6000px;
    left: 50%;
    margin-left: -3000px;
    content: '';
    position: absolute;
    bottom: 0px;
    height: 6000px;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    z-index: -1;
    -moz-box-shadow:    inset 0 0 14px #555;
    -webkit-box-shadow: inset 0 0 14px #555;
    box-shadow:         inset 0 0 14px #555;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
.container-page{
    margin-top: 20px;
}
.contenido-pagina{
    margin-bottom: 100px;
}

table{
    border-radius: 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%
}
table tbody{
    width: 100%;
    display: block;
}
table th, table td{
    padding: 14px 20px;

}
table td{
    font-size: 16px;
    vertical-align: top;
}
table th{
    background: #eee;

}
ul{
    margin-bottom: 30px;
}


.atencion_cliente h3{
    font-size: 20px;
    margin: 0px 0px 5px;
    color: #071C58;
    font-weight: bold;
}
.iconos_at{
    margin: 0px 29% 70px; 
}
.at_telefono, .at_quieroSer, .at_email, .at_preguntas{
    padding-left: 70px;
    margin-bottom: 30px;
}
.at_telefono{
    background: url(../../img/bip/p/icono-at-telefono.png) left top no-repeat;
}
.at_quieroSer{
    background: url(../../img/bip/p/icono-at-quieroser.png) left top no-repeat;
}
.at_email{
    background: url(../../img/bip/p/icono-at-email.png) left top no-repeat;
}
.at_preguntas{
    background: url(../../img/bip/p/icono-at-preguntas.png) left top no-repeat;
}
.colum_at{
    margin-bottom: 40px;
}
.colum_at h2{
    font-size: 30px;
    font-weight: 900;
    color: #071C58;
    line-height: 30px;
    margin: 0px 0px 50px;
}
.colum_at h4{
    background: url(../../img/bip/p/icono-at-check.png) center top no-repeat;
    padding-top: 65px;
}
.colum_at p{
    margin: 0px 10px;
}

.contenedor_cookies{
    background: #fff;
    box-shadow: 0px 0px 5px #999;
    overflow: hidden;

    border-radius: 20px;
    margin: 10px 0px 30px;
}
.contenedor_cookies .contenedor_cookies_header{
    padding: 20px 30px 20px 45px
}
.contenedor_cookies h3{
    font-weight: bold;
    font-size: 20px
}
.mostrarListado{
    display: block;
    float: right;
    position: relative;
    padding-right: 30px;
}
.mostrarListado .ol{
    display: none
}
.mostrarListado.active .ml{
    display: none;
}
.mostrarListado.active .ol{
    display: inline-block;
}
.mostrarListado:before{
    width: 20px;
    height: 20px;
    background: url(../../img/bip/down-arrow.svg);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    content: '';
    right: 0px;
    top: 2px;
}
.mostrarListado.active:before{
    transform: rotate(180deg);
}

.cookies_full{
    position: absolute;
    left: -10px;
    margin-top: 3px;    
}
.contenedor_cookies_body{
    width: 100%;
    overflow: hidden;
    display: none;
}
.contenedor_cookies_body table{
    width: 100%;
}


@media (max-width: 1024px){
    .imagenPaginaDefecto {
        height: 430px;
    }
}
@media (max-width: 1000px){
    .container-page-quienes-somos {
        margin-top: 30px;
    }   
    h1{
        font-size: 68px;
        line-height: 70px;
        min-height: 440px;
        line-height: 70px;
    }
}
@media (max-width: 700px){
    .contenedor_cookies_body{
        width: 100%;
        overflow: scroll;
    }
    .contenedor_cookies_body table{
        width: 680px;
        font-size: 14px;
    }
    .contenedor_cookies_body table td,
    .contenedor_cookies_body table th{
        font-size: 14px;
    }
    .contenedor_cookies .contenedor_cookies_header {
        padding: 20px 20px 20px 25px;
    }
    .cookies_full {
        left: -5px;
        margin-top: 5px;
    }
    .mostrarListado {
        float: none;
        padding-right: 30px;
        margin-bottom: 10px
    }
    .contenedor_cookies h3 {
        margin-bottom: 0px;
    }
    .contenedor_cookies_header p{
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 600px){
    h1 {
        font-size: 48px;
        min-height: 270px;
        line-height: 54px;
    }
    .imagenPaginaDefecto {
        height: 250px;
    }
    .imagenPaginaDefecto .imagenPaginaDefectoContenedor {
        width: 1000px;
        margin-left: -500px;
        height: 1000px;
        background-size: 1000px;
        background-position: bottom center;
    }
    .iconos_at {
        margin: 0px 0% 70px;
    }

}
