@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900');
@import "bootstrap.css";
@import "bootstrap-theme.css";
@import "sweetalert.css";
@import "owl.carousel.css";
@import "font-awesome.min.css";
@import "../js/fancybox/jquery.fancybox.css";



body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;

}

.pre-header {
    background: #020e44;
    padding: 5px 40px;
    color:#ffffff;
}

.header  ul{
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;

}

ul.nav {
    display: block;
}

.header ul li {
    min-height: 80px;
    display: inline-block;
    text-align: center;
}

.header ul li {
    border-left: 1px solid #dedede;
    padding: 0 20px;
}

.header ul li:first-child {
    border: none;
}

.header ul li a {
    font-size: 1em;
    text-transform: uppercase;
    color: #3c3c3c;
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
    font-weight: bold;
}

.header ul li a.active {
    color: #e04b57;
}

.header ul li a.faqs {
    padding-top: 15px;
}

.header .logos {
    text-align: center;
    margin-top: 15px;
}

.header .logos img {
    max-width: 90%;
    max-height: 70px;

}
.menu {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #e04b57;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.bg-rojo {
    background: #e04b57;
    margin-top: 0;
    padding: 13px 10px;
    line-height: 2em;

}

.bg-rojo:hover {
    background: #001fbf;
}

a.bg-rojo {
    color: #ffffff !important;
    text-transform: capitalize !important;
}



.banner {
    display: block;
    background: url("../img/banner-sup.jpg");
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    position: relative;
}

.banner-letras {
    position: absolute;
    width: 500px;
    left: 150px;
    bottom:100px;
    color:#ffffff;

}

.banner-letras h4 {
    font-size: 2.9em;
    font-weight: 900;
    text-transform: uppercase;
}

.banner-letras p {
    font-size: 1.6em;
    font-weight: 900;
}

.tituloquees {
    background: #e5e374;

    text-align: left;
    padding: 15px 40px;

}
.tituloquees h2 {

    color: #000000;
    font-size: 4em;
    font-weight: 900;
}

.detalle-certificacion {
    background: url("../img/bg-certificacion.jpg");
    background-size: cover;
    padding: 140px 0;

}


.item-detalle-certificacion{
    background: rgba(46,46,59,.9);
    padding: 20px 30px;
    margin: 0 20px;
    color: #ffffff;
    font-size: 1.6em;
    min-height: 470px;
    font-weight: 300;
}

.big {
    font-size: 1em;
    font-weight: 800;
}

.item-detalle-certificacion .icono {
    font-size: 3em;
    margin-bottom: 30px;
}

.beneficios {
    background: url("../img/bg-azul-patron.jpg");
    background-size: cover;
    min-height: 100vh;
    position: relative;
    color: #ffffff;
    padding-bottom: 50px;
}


.beneficios .bubble {
    background: url("../img/bubble-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 650px;
    height: 650px;
    position: relative;
    z-index: 2;
    margin-left: -15px;
    padding: 60px 160px 0 60px;
}

.beneficios .bubble h2 {
    color: #b0d1f9;
    font-size: 4em;
    font-weight: 900;
}

.beneficios .bubble p {
    color: #8c8c8c;
    font-size: 1.3em;
    font-weight: 600;

}

.titulo-beneficios {
    max-width: 330px;
    margin: 140px 0 0 0;
    font-size: 1.6em;
    font-weight: 900;
}



.list-beneficios {
    list-style: none;
    padding: 0 40px;
    margin: 0;
}

.list-beneficios li {
    text-align: center;
    vertical-align: top;
    font-size: 1.4em;
}

.list-beneficios li i {
    margin-bottom: 50px;
}

.list-beneficios li p:hover {
    color: #000000;
    font-weight: 900;
}

.titleporque {
    background: #001d7e;
    color: #ffffff;

    padding: 15px 40px;

}

.titleporque h2 {
    font-weight: 900;
    font-size: 4em;
}

.porque {
    background: url("../img/bg-otro.jpg");
    background-size: cover;
    padding: 100px 0 0 0;
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(4,11,41,.9);
}

.inside-porque {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 1.3em;
    padding: 100px 0 0 0;
}

.subtitulo {
    margin-top: 50px;
}

.subtitulo .circle {
    border: 8px solid #001fbf;
    width: 140px;
    height: 140px;
    color: #ffffff;
    font-size: 4em;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
}

.subtitulo  h3 {
    font-size: 2em;
    font-weight: 900;
}

.subtitulo h3 span {
    color: #001fbf;
}

.tabla {
    margin-top: 50px;
}

.table-header .item-header {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 30px 0;
    text-align: center;
    font-size: 2em;
    color: #ffffff;
}

.table-header .item-header:last-child {
    border-right: none;
}

.table-header .item-header p {
    font-size: 18px;
    line-height: 1em;
}


.table-body .item-body {

    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 20px 0 180px 0;
    text-align: center;
    font-size: 2em;
    color: #f5de2c;
}


.table-body .item-body:last-child {
    border-right: none;
}

.pie-tabla {
    top: -85px;
    position: relative;
}

.pie-tabla .segunda{
    background: rgba(255,255,255,.8);
    color: #001043;
    padding: 15px 15px 10px 15px;
    font-weight: 900;

}

.alianzas {
    margin-top: -85px;
    background: #ffffff;
    padding: 40px 30px;
    position: relative;
    z-index: 2;
}


.header-alianzas {
    background: url("../img/alianzas-100.jpg");
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    text-align: center;
    padding-top: 17%;
}

.header-alianzas h2 {
    opacity: 0;
}

.alianzas h2 {
    color: #000000;
    font-size: 4em;
    font-weight: 900;
}


.alianzas.interior {
    margin-top: 0;
}

.alianzas.interior h2 {
    font-size: 2em;
}

.alianzas p {
    font-size: 1.4em;
    font-weight: 800;
}

.alianzas .list-alianzas {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alianzas .list-alianzas li {
    text-align: center;
}

.alianzas .list-alianzas .item {
    border: 1px solid #000000;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 800;
    margin: 30px 0 0 0;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}

.alianzas .collapse {
    display: none !important;
    visibility: hidden;
}

.footer{
    background: url("../img/bg-azul-patron.jpg");
    background-size: cover;
    padding: 50px;
}

.header-somos {
    background: url("../img/bg-somos.jpg");
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    text-align: center;
    padding-top: 17%;
}

.header-somos h2 {
    font-size: 6em;
    color: #ffffff;
    font-weight: 900;
    opacity: 0;
}

.texto-somos {
    border-top: 10px solid #a1c2f3;
    border-bottom: 10px solid #a1c2f3;
    color: #003788;
    font-size: 2.5em;
    margin: 90px 0;
    font-weight: 900;
    position: relative;
    padding: 20px 0;
}

.texto-somos span {
    color: #0029db;
}

.texto-somos .vertical {
    color: #a1c2f3;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: absolute;
    top: 20px;
    left: -60px;
}

.mapa {
    background: url("../img/bg-mapa.jpg");
    background-size: cover;
    background-position: center;
    height: 460px;
}

.parrafos {
    color: #003889;
    font-size: 1.7em;
    line-height: 1.5em;
    padding: 7% 0;
}


.parrafos p {
    margin-top: 40px;
}


.primer-parrafo {
    font-weight: 900;
    font-size: 1.2em;
}

.blockquote {
    font-weight: 900;
    font-size: 1.5em;
    border-top: 10px solid #a1c2f3;
    border-bottom: 10px solid #a1c2f3;
    padding: 5px 0 15px 0;
    margin: 40px 0;
}

.separacion-bg {
    background: url("../img/bg-certificacion.jpg");
    background-size: cover;
    background-position: center;
    padding: 10% 0;
    color: #ffffff;
    font-size: 1.6em;
    position: relative;
}

.separacion-bg .overlay {
    opacity: .8;
}

.separacion-bg .container {
    position: relative;
    z-index: 2;
}

.quinto-parrafo {
    color: #003b86;
    font-size: 1.5em;
    line-height: 1.4em;
    padding: 7% 0;
}

.queeselcomite {
    padding-bottom: 40px;
    font-size: 1.5em;
    line-height: 1.4em;
}

.queeselcomite h3 {
    font-weight: 900;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 2.4em;
    border-bottom: 10px solid #a1c2f3;
    margin-bottom: 30px;
}

.queeselcomite .destacado {
    font-size: 1.3em;
    font-weight: 900;
}

.queeselcomite span {
    color: #003b86;
}

.bg-hombre {
    background: url("../img/bg-hombre.jpg") #2e334f;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.bg-lista {
    background: #000628;
    color: #ffffff;
    font-size: 1.4em;
    -webkit-flex: 1;
    flex:1;
    position:relative;
}

.competencias {
    height:100%;
    display:flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.bg-lista ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bg-lista ul li {
    padding: 35px 40px;
    border-bottom: 1px dashed #ffffff;
    position: relative;
}

.bg-lista ul li:last-child {
    border: none;
}

.bg-lista ul li b {
    text-transform: uppercase;
    display: block;
    font-weight: 900;
}

.bg-lista ul li:before {
    content: "";
    background: url("../img/icon-check.png");
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    top: 40%;
}

.no-padding {
    padding: 0;
}

.header-organismos {
    background: url("../img/bg-organismos.jpg");
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    text-align: center;
    padding-top: 17%;
}


.header-organismos h2 {
    opacity: 0;
}

.introduccion-contenido {
    display: block;
    padding: 5% 0 1% 0;
    font-size: 1.3em;
    text-align: justify;
}

.logos-organismos {

    height: 400px;
    padding: 5% 0;
}

.slider {
    background: #f2efee;
    padding: 10%;
}

#icc {


}

#icc .item .col-md-3 {
    text-align: center;
}

#icc .item .col-md-3 img {
    max-width: 100%;
}

#icc .item .item-content {
    width: 90%;
    margin: auto;
    font-size: 1.4em;
    font-weight: 600;
}

.slider .owl-theme .owl-controls .owl-buttons div{
    background: #134064 !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;

}

.slider .owl-theme .owl-controls .owl-buttons div .fa{
    font-size: 2.3em !important;
}

.slider .owl-theme .owl-controls {
    text-align: center;
}

@media (max-width: 993px) {

    ul.nav {
        display: none;
    }



    .header ul li {
        width: 100%;
        min-height: auto;
        border-bottom: 1px solid #8c8c8c;

    }

    .header ul li:first-child {
        border-bottom: 1px solid #8c8c8c !important;

    }

    .header ul li a {
        padding: 10px;
    }

    .item-detalle-certificacion {
        min-height: auto;
        margin-bottom: 30px;
    }

    .titulo-beneficios {
        max-width: 100%;
        margin: 0;
        text-align: center;
    }

    .subtitulo {
        text-align: center;
    }

    .pie-tabla {
        top: 0;
    }

    .alianzas {
        margin-top: 0;
    }

    .header-somos, .header-organismos, .header-alianzas {
        min-height: auto;
    }

    .logos-organismos {
        height: auto;
    }

    .logos-organismos img {
        max-width: 100%;
    }

    #icc .item .item-content {
        font-size: 1em;
    }

}

@media (max-width: 400px) {


    .banner-letras {
        width: 100%;
        left: 10px;
    }

    h2 {
        font-size: 3em !important;
    }

    .item-detalle-certificacion {
        font-size: 1.3em;
    }

    .beneficios .bubble {
        width: 90%;
        height: auto;
        padding: 60px 0 40px 40px;
    }

    .texto-somos {
        font-size: 2em;
    }

    .parrafos {
        padding: 0 20px;
    }


}


#popup {
    padding: 5%;
    background: #003889;
    color: #ffffff;
    font-size: 1.5em;
}



.banner_pn {
    display: block;
    background: url("../img/banner_registroPN.jpg") #0a1d85 no-repeat;
    background-size: contain;
    background-position: right;
    min-height: 180px;
    position: relative;
}


.title-registropn {
    color: #ffffff;
    font-size: 1.5em;
    margin-top: 10%;
}


.description_registro {
    padding: 50px 0;
    background: url("../img/fondo-degradado.svg");
    background-size: cover;
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 1.3em;
}


.subtitle_destacado {
    background: #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    color: #0e0d2f;
    font-weight: bold;
    margin: 30px 0;
    font-size: 1.6em;
}

.list_beneficios {
    margin: 40px 0 60px 0;
}

.list_beneficios li{
    margin-top: 25px;
    font-size: .9em;
}


.subtitle_destacado2 {
    background: #1823ed;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.1em;
}

.description_registro h3 {
    font-size: 1.6em;

}

.registrocerrado {
    width: 90%;
    max-width: 500px;
    color: #ffffff;
    text-align: center;
    margin: auto;
}


.registroform {
    position: relative;
}

.registroform .overlay {
    background: rgba(0,0,0,.3);
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    bottom: 0;
}
