*{
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}
a{
    text-decoration: none;
}
input.error, textarea.error{
    border-bottom-color: #9d0b0b !important
}

input, textarea{
    outline: none;
}

.up-button{
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: -50px;
    background: #ffda1c;
    color: #011f5f;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.up-button.visible{
    bottom: 30px;
}
.up-button i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    font-size: 0.8em;
}
.main-container{
    height: 100%
}

.contact-heading{
    background: #011f5f;
    color: #fff;
    font-weight: 300;
    padding: 1em 0
}
.contact-heading p, .contact-heading a{
    display: block;
    margin: 0;
    font-size: 0.8em;
    padding: 0 1em
}
.contact-heading a i{
    color: #fff;
    margin: 0
}
.contact-heading p.pide{
    padding: 0
}
.contact-heading p.tel{
    border-right: solid 1px #FFF
}
.navigation-bar{
    background: #011f5f;
    padding: 1em 0;
    width: 100%;
}
.navigation-bar.fixed{
    position: fixed;
    top: 0;
    z-index: 10;
}
.navigation-bar .logo{
    margin-top: -50px;
    margin-left: 50px;
    cursor: pointer;
}
.navigation-bar.fixed .logo{
    margin: 0;
    width: 100px;
}
.navigation-bar .menu-desktop{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px
}
.navigation-bar.fixed .menu-desktop{
    margin-top: 30px;
}
.navigation-bar .menu-desktop li{
    float: left
}
.navigation-bar .menu-desktop li a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5em 1em;
    font-size: 0.8em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s
}
.navigation-bar .menu-desktop li a:hover, .navigation-bar .menu-desktop li a.active{
    color: #011f5f;
    background: #ffda1c
}
header{
    height: 1000px;
    overflow: hidden;
    position: relative;
}
header h1{
    font-weight: 300;
    color: #FFF;
    position: absolute;
    margin: 0;
}
header h1 span{
    font-weight: 700;
}

header h1.subseccion{
    text-align: center;
    background: rgba(1, 31, 95, 0.9);
    padding: 1em 2em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    margin: 0;
}

.opacity-blue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011f5f+0,011f5f+100&0.85+0,0+100 */
background: -moz-linear-gradient(left, rgba(1,31,95,0.85) 0%, rgba(1,31,95,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(1,31,95,0.85) 0%,rgba(1,31,95,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(1,31,95,0.85) 0%,rgba(1,31,95,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9011f5f', endColorstr='#00011f5f',GradientType=1 ); /* IE6-9 */
}
.opacity-yellow{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda1c+0,ffda1c+100&1+47,0+100 */
background: -moz-linear-gradient(left, rgba(255,218,28,1) 0%, rgba(255,218,28,1) 47%, rgba(255,218,28,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,218,28,1) 0%,rgba(255,218,28,1) 47%,rgba(255,218,28,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,218,28,1) 0%,rgba(255,218,28,1) 47%,rgba(255,218,28,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda1c', endColorstr='#00ffda1c',GradientType=1 ); /* IE6-9 */
}
.txt-uppercase{
    text-transform: uppercase;
}
.yellow-text{
    color: #ffda1c;
}
.white-text{
    color: #ffffff !important;
}

section{
    padding: 50px 0;
}
section>h2, section .container>h2{
    text-align: center;
    font-weight: 500;
    color: #011f5f;
    font-size: 2.2em;
    margin-bottom: 50px;
}
section>p, section .container>p{
    color: #404040;
    max-width: 900px;
    text-align: center;
    margin: auto;
    line-height: 1.5;
}
section>h2:after, section .container>h2:after{
    display: block;
    content: '';
    width: 250px;
    height: 2px;
    background: #ffda1c;
    margin: 30px auto;
}
img.responsive{
    position: relative;
    width: 100%;
}

footer{
    background: #011f5f;
    padding: 100px 0;
}
footer .logo{
    display: block;
    margin: auto;
}
footer h3{
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    font-style: italic;
    font-size: 1.5em;
}
footer .social-texto{
    color: #FFF;
    text-align: center
}
footer .social-texto i{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #011f5f;
    position: relative;
    margin-right: 10px;
}
footer .social-texto i:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}
footer .aviso{
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 50px;
}
footer .descripcion h3{
    text-align: left !important;
}
footer .descripcion p{
    color: #fff;
    text-align: justify;
    font-size: 0.8em
}
footer .descripcion p a{
    color: #fff;
}
footer .descripcion p a:hover{
    text-decoration: underline;
}
footer .descripcion p span{
    color: #ffda1c;
}
footer .descripcion p span{
    color: #ffda1c;
}
footer .descripcion p.separador{
    padding-bottom: 20px;
    border-bottom: solid 2px #fff;
}
footer .fb-page{
    margin: auto;
    width: 300px !important;
}
footer .certificaciones img{
    height: 60px;
    padding: .3em;
    background: #fff;
}

.copy-rights{
    padding: 2em 0;
    background: #000d29;
    color: #fff;
    font-weight: 300;
    font-size: 0.8em
}
.copy-rights a{
    color: #fff;
    text-decoration: none;
}

#menu-check{
    display: none;
}

.menu-button {
    display: none;
    position: absolute;
    right: 0;
    width: 30px;
    cursor: pointer;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.menu-button .button-menu{
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.menu-button .button-menu:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    top: -200%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.menu-button .button-menu:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    top: 200%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#menu-check:checked ~ .menu-desktop{
    height: 235px;
    padding: 1em 0;
}
#menu-check:checked + .menu-button .button-menu{
    background: none;
}
#menu-check:checked + .menu-button .button-menu:before{
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    top: 50%;
}
#menu-check:checked + .menu-button .button-menu:after{
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}

#call-to-action{
    background: url(../img/general/call-to-action.png) no-repeat center;
    background-size: cover;
    text-align: center;
    margin-top: 50px;
}
.main-call-to-action{
    background: url(../img/home/call-to-action.png) no-repeat center !important;
    background-size: cover !important;
}
#call-to-action h2{
    margin: 0;
    font-weight: bolder;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    font-size: 2.8em;
}
#call-to-action h2 span{
    color: #011f5f;
}
#call-to-action h2:after{
    display: none;
}
#call-to-action .boton{
    display: inline-block;
    font-weight: 600;
    color: #011f5f;
    text-decoration: none;
    background: #fff;
    border-radius: 5px;
    padding: 0.8em 1em;
    font-style: italic;
    margin-top: 20px;
    -webkit-box-shadow: 5px 5px 34px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 34px -9px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 34px -9px rgba(0,0,0,0.75);
}
#call-to-action .imagen{
    height: 218px;
}
#call-to-action img{
    position: absolute;
    bottom: -83px;
    left: 60%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-width: 70%;
}



.collapsible-container{
    border-top: solid 1px #4a4a4a;
    border-bottom: solid 1px #4a4a4a;
    margin-top: 100px;
}
.collapsible-container .collapsible{
    border-bottom: solid 1px #4a4a4a
}
.collapsible-container .collapsible:last-child{
    border-bottom: none;
}
.collapsible-container h4{
    color: #4a4a4a;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}
.collapsible-container h4 i{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.collapsible-container h4:hover i{
    color: #ffda1c;
}
.collapsible-container .collapsible.open h4{
    color: #011f5f !important;
}
.collapsible-container .collapsible.open h4 i{
    color: #ffda1c !important;
}
.collapsible-container p{
    display: none;
}


.privacidad section h1 {
    text-transform: uppercase;
    color: #011f5f;
    font-size: 1.6em;
    margin: auto;
    font-weight: 400;
    max-width: 800px;
}

.privacidad section p , .privacidad section ul {
    text-align: justify;
    max-width: 800px;
    margin: auto;
    line-height: 1.5;
    font-size: 0.9em;
    color: #333;
    margin-top: 30px;
}
.privacidad section h3, .privacidad section h5 {
    max-width: 800px;
    font-size: 24px;
    margin: 30px auto
}
.privacidad section img{
    max-width: 100%;
    display: block;
    margin: 50px auto 0 auto;
}
.buro-info .table-container{
    width: 100%;
    overflow: auto;
    max-width: 1200px;
    margin: auto;
}
.buro-info table {
    text-align: center;
}
.buro-info table thead tr{
    background: #4472C4;
    color: #fff;
    font-size: 0.65em;
    min-width: 20%;
    font-weight: 300
}
.buro-info table .background-gris{
  background: #EAEAEA;
}
.buro-info table thead tr p{
    margin: 0 5px;
}
.buro-info table tbody td img{
    max-width: 90px;
    display: block;
    margin: 20px auto;
}
.buro-info table.table-info>tbody>tr:first-child>td{
    background: #D9E2F3
}
.buro-info .table-container{
    margin-bottom: 100px
}
.buro-info table tbody td{
    font-size: 0.85em;
    line-height: 1.5
}
.buro-info .info{
    text-align: justify;
    max-width: 800px;
    margin: auto;
    line-height: 1.5;
    font-size: 0.9em;
    color: #333;
    margin-top: 30px;
}
.buro-info table .table-controversias, .buro-info table .table-sanciones{
  width: 100%;
}
.buro-info > table > tbody > td{
  border:solid 1px;
}
.buro-info table .table-controversias td{
  width: 25%;
}

.buro-info table .table-sanciones td{
  width: 50%;
}

table td table{
  height: 100%;
}

@media only screen and (max-width: 736px){
    .buro-info .table-container>table{
        min-width: 1150px;
    }
    .buro-info .info{
        margin: 0 50px
    }
}
@media only screen and (max-width: 320px){
    .buro-info .table-container>table{
        min-width: 1150px;
    }
    .buro-info .info{
        margin: 0 15px
    }
}

@media only screen and (max-width: 463px){
    .collapsible-container .collapsible h4{
        font-size: 0.8em
    }
}



@media only screen and (max-width: 1600px){
    header{
        height: 780px;
    }
}
@media only screen and (max-width: 1047px){
    #call-to-action h2{
        font-size: 2.6em;
    }
}
@media only screen and (max-width: 443px){
    #call-to-action h2{
        font-size: 1.8em;
    }
}
@media only screen and (max-width: 443px){
    #call-to-action h2{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 342px){
    #call-to-action .boton{
        font-size: 0.7em
    }
}

@media only screen and (max-width: 1070px){
    footer .social-texto{
        font-size: 0.8em
    }
    footer .social-texto i{
        width: 25px;
        height: 25px;
    }
}
@media only screen and (max-width: 1024px){
    header{
        height: 750px;
    }
}
@media only screen and (max-width: 800px){
    .contact-heading{
        text-align: center;
    }
    .contact-heading *{
        float: none !important;
        border: none !important;
        line-height: 1.5;
        display: block !important;
        margin-bottom: 5px;
    }
    .contact-heading a{
        margin-top: 10px
    }
    .contact-heading .social-heading{
        position: absolute !important;
        top: -5px;
        left: 50%;
        transform: translateX(70px);
    }
    .menu-button {
        display: block;
    }
    .navigation-bar{
        position: relative;
        z-index: 10;
    }
    .navigation-bar .logo, .navigation-bar.fixed .logo{
        margin-top: 0px;
        margin-left: 0;
        width: 80px;
    }
    .navigation-bar .menu-desktop{
        float: none !important;
        position: absolute;
        background: #011f5f;
        left: 0;
        top: 100%;
        margin: 0;
        width: 107.6%;
        margin-left: -5%;
        padding: 0;
        overflow: hidden;
        height: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        z-index: 1;
    }
    .navigation-bar.fixed .menu-desktop{
        margin-top: 15px;
    }
    .navigation-bar .menu-desktop li{
        float: none;
        text-align: center;
    }
    .navigation-bar .menu-desktop li a{
        padding: 1em 0 !important;
    }
}
@media only screen and (max-width: 767px){
    .copy-rights .col{
        text-align: center
    }
}
@media only screen and (max-width: 640px){
    header{
        height: 650px;
    }
}
@media only screen and (max-width: 569px){
    #call-to-action h2{
        font-size: 2em;
    }
}
@media only screen and (max-width: 480px){
    header{
        height: 550px;
    }
}
@media only screen and (max-width: 340px){
    .contact-heading p.email{
        font-size: 0.7em
    }
}
@media only screen and (max-width: 338px){
    #call-to-action h2{
        font-size: 1.2em;
    }
}
