@charset "utf-8";
body, td, th, input, select, textarea{
	font-size:16px;
	color: #0a0a0a;
}
body{
	margin:0px;
	padding: 0px;
    font-family: 'Roboto', sans-serif;
}
h1{color:#000000;}
h2{color:#16713A;}
h3{color:#000000;}
h4{color:#ccc;}
h5{color:#000;}
h6{color:#CCC;}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background:0 #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
	
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background:#16713A; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #ccc; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}
.clear{clear: both;}
.no-padding{padding:0px;}
.content-site{max-width:1200px;margin:0 auto;}

#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

/* General Styles */

/* Colors */
.col-whi{
	color: #fff;
}
.col-bla{
	color: #000;
}

/* Paddings */
.pad-0{
	padding: 0;
}
.pad-1{
	padding: 1em;
}
.pad-3{
	padding: 3em;
}

/* Displays */
.dis-blo{
	display: block;
}
.dis-inl{
	display: inline-block;
}
.dis-flex{
	display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
*:focus{
	outline: none !important;
}
.info-section p{
	text-align: center;
	font-size: 1.2em;
}
.info-section .row .col-xs-12 {
    padding: 0;
}
.intro {
    font-size: 16px;
    padding: 2em 1.5em;
}
.site-content{
	max-width: 1200px;
	margin: 0 auto;
}


/* Headlines */
.subtitle {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: .6em 0;
}


/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #002D73;
   	padding: 10px;
	transition: all .4s ease;
}
.header-content .dis-flex{
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    max-width: 120px;
}
.nav-brand img{
	transition: all .2s ease;
}
.social-links, .navbar-header,.main-nav-mobile {
    display: none;
}
.mm-menu {
    background:#012c73;
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {
    display: block !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.header-top {
    display: none;
}
.right-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.searcher {
    position: fixed;
    width: 100%;
    background: #134292;
    left: 0;
    top: 0;
    padding: 15px;
    z-index: 101;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: translateY(-100%);
}
.search-content {
    width: 100%;
}
.search-content form {
    display: flex;
    border-bottom: 1px solid white;
    transition: opacity .3s ease .4s;
    opacity: 0;
}
.search-content form input {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    outline: none;
    box-shadow: none !important;
}
.search-content form button {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
}
.search-content-active {
    transform: translateY(0%);
}
.search-content-active .search-content form  {
    opacity: 1;
}
.close-searcher {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 14px;
    font-size: 30px;
    color: #fff !important;
}

/* Slider Home */
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 40px;
    padding:0px 15px;
    cursor: pointer;
    line-height: 1;
    transition: all .3s ease-in-out;
    margin: 0 10px;
}
.slick-arrow:hover{
    color: #012c73;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slider-home .slide.slick-slide {
    position: relative;
}
.layer-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 20px;
}

.icons-header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icons-header a {
    color: #fff;
    font-size: 32px;
    display: block;
    margin: 0 5px;
}

/* Banner items */

.banner-page{
    display: none;
}
.list-items-banner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 25px 10px;
}
.item-categoria-top {
    background: #fff;
    box-shadow: 2px 4px 9px #0000005c;
    display: flex;
    align-items: flex-end;
    margin: 0 6px;
    padding: 15px 8px 8px 8px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    width: 33%;
    max-width: 150px;
}
.item-categoria-top img{
    transition: all .3s ease;
}
.item-categoria-top:hover img{
    transform: scale(.8);
}
.item-categoria-top:hover::before{
    transform: translate(-50%,-50%) scale(1);
}
.item-categoria-top::before {
    content: "";
    width: 150%;
    height: 150%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    background: #e6e4e8;
    border-radius: 50%;
    z-index: 0;
}
.item-categoria-top figure {
    position: relative;
    margin: 0 auto;
}
.item-categoria-top figcaption {
    color: #000;
    font-size: 12px;
    margin: 15px 0 5px;
    font-weight: 500;
}
.mask-slider {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 15px;
    width: 100%;
    max-width: 900px;
    left: 50%;
}
h2.title-slider {
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: -2px 1px 5px black;
    margin-top: 0;
    text-align: center;
}
.mask-slider a {
    border: 1px solid white;
    color: #fff;
    padding: 3px 15px;
    border-radius: 225px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.mask-slider a:hover{
    background: #012c73;
}
.content-section-banner {
    position: relative;
    margin-top: 65px;
}

/* Services */
h2.title {
    color: #000;
    margin: 15px 0;
    font-size: 26px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 35px;
}
h2.title::after {
    content: "";
    width: 150px;
    height: 2px;
    background: #f09749;
    display: block;
    margin: auto;
    bottom: -10px;
    
}
h2.title.col-blue {
    color: #1968AB;
}
.item-service {
    max-width: 350px;
    margin: 40px auto;
    padding: 0 35px;
}
.item-service figure {
    position: relative;
}
.item-service figure img {
    border-radius: 25px;
    box-shadow: 1px 0px 4px #0000006b;
}
.item-service figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #AEAEAE;
    top: 0;
    transform: rotate(15deg);
    border-radius: 25px;
    z-index: -1;
    box-shadow: 0px 1px 5px black;
    transition: all .8s ease;
}
h3.title-service {
    font-weight: 100;
    text-align: center;
    margin: 40px 0;
    line-height: 1.5;
    font-size: 16px;
}
.item-service:hover figure::after{
    transform: rotate(75deg);
}

/* Benefits */
.benefits {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.content-benefits {
    background: rgba(255, 255, 255, 0.75);
    padding: 20px;
    border-radius: 35px;
    max-width: 650px;
}
.items-benefits {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.item-benefit {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.item-benefit figure {
    min-width: 75px;
}
.item-benefit h3 {
    margin: 0;
    color: #1968AB;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
}

.content-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
}
.item-sede {
    padding: 0 10px;
}
.item-sede figure {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 3px black;
    position: relative;
}
.info-sede {
    position: absolute;
    bottom: 0;
    padding: 10px 15px 0px 18px;
    width: 100%;
}
.info-sede .col-xs-12 {
    padding: 0;
    color: #fff;
}
.info-sede .col-xs-12 p {
    padding-bottom: 0px;
    margin-bottom: 0;
    font-size: 14px;
}
.item-sede figure::after {
    content: "";
    width: 100%;
    height: 5px;
    background: #17429f;
    position: absolute;
    bottom: 0;
}


/* Footer */
footer.footer {
    background: url(bg-footer.jpg) no-repeat center center;
    background-size: cover;
}
.footer-bottom {
    background: #1968AB;
    padding: 15px 5px;
}
.footer-bottom a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}
.footer-top * {
    color:#fff;
    text-align: center;
    font-size: 14px;
}
.menufooter {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menufooter a{
    letter-spacing: 1px;
}
.footer-top {
    padding: 15px;
}
.footer-top h3 {
    font-size: 20px;
    letter-spacing: 1px;
}
.footer-brand {
    max-width: 150px;
    margin: 0 auto;
}
.social-footer a i {
    font-size: 32px;
    margin: 8px;
}
footer a:hover {
    color: #ccc;
    text-shadow: none;
}
footer p {
    letter-spacing: 1px;
}
.page-info-contact p {
    font-weight: 400;
}
.pad-0-intro .col-xs-12{
    padding: 0;
}

.content-box {
    padding: 20px 15px;
}
.content-area{
    padding: 20px 10px;
}

/*Internas*/
.page-form-content{
    padding-top: 200px;
    padding-bottom: 60px;
}
.imagenFondoPqrs{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
}
.contPqrs{
    background: #2a2d5a8a;
    border-radius: 10px;
    padding: 30px;
}
#Form_7_container label{
    color:#fff;
    font-weight: 200;
}
.pm-form input.form-control{
    height: 45px;
}
.pm-form .form-control{
    border: none;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #434373;
}
.F7_item_11, .F7_item_11 p a{
    color: #fff;
}

@media (min-width: 580px){
    h2.title-slider {
        font-size: 24px;
    }
    .item-benefit {
        margin: 20px 0;
        width: 50%;
    }
}

@media (min-width: 768px){
    .footer-top * {
        text-align: left;
    }
    .footer-top {
        padding: 25px 15px;
    }
    .social-footer {
        text-align: center;
    }
    .footer-brand {
        max-width: 180px;
        margin: 20px auto;
    }
    a.policies {
        text-align: left;
    }
    .exus-url{
        text-align: right;
    }
    .menufooter {
        padding-top: 15px;
    }
    .menufooter li {
        margin-top: 6px;
    }
    .cl-footer-right * {
        text-align: right;
    }
}

@media (min-width: 992px){
    header {
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
        padding: 25px;
        transition: all .4s ease;
        background: rgba(0,44,115,1);
        background: -moz-linear-gradient(top, rgba(0,44,115,1) 0%, rgba(0,44,115,0.81) 19%, rgba(242,246,248,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,44,115,1)), color-stop(19%, rgba(0,44,115,0.81)), color-stop(100%, rgba(242,246,248,0)));
        background: -webkit-linear-gradient(top, rgba(0,44,115,1) 0%, rgba(0,44,115,0.81) 19%, rgba(242,246,248,0) 100%);
        background: -o-linear-gradient(top, rgba(0,44,115,1) 0%, rgba(0,44,115,0.81) 19%, rgba(242,246,248,0) 100%);
        background: -ms-linear-gradient(top, rgba(0,44,115,1) 0%, rgba(0,44,115,0.81) 19%, rgba(242,246,248,0) 100%);
        background: linear-gradient(to bottom, rgba(0,44,115,1) 0%, rgba(0,44,115,0.81) 19%, rgba(242,246,248,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c73', endColorstr='#f2f6f8', GradientType=0 );
    }
    .content-section-banner{
        margin-top: 0;
    }
    .nav-brand {
        max-width: 200px;
    }
    section.home-section {
        padding-top: 0px;
    }
    .site-content-inside{
        padding-top: 55px;
    }
    .icons-header a {
        font-size: 22px;
    }
    .searcher {
        height: 20%;
    }
    .search-content {
        max-width: 700px;
    }
    .search-content form input {
        font-size: 28px;
    }
    .search-content form button {
        font-size: 30px;
    }
    .content-info-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #Form_7_container label{
        color:#fff;
        font-weight: 200;
    }
    .pm-form input.form-control{
        height: 45px;
    }
    .pm-form .form-control{
        border: none;
        border-radius: 0 !important;
        box-shadow: none !important;
        color: #434373;
    }
    .F7_item_11, .F7_item_11 p a{
        color: #fff;
    }
    .contPqrsDetalle{
        color: #000;
        font-size: 1.6em;
    }.tituloPqrs{
        font-size: 3em;
    }
    .imagenFondoPqrs{
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -10;
    }
    #Form_7_container label{
        color:#fff;
        font-weight: 200;
    }
    .pm-form input.form-control{
        height: 45px;
    }
    .pm-form .form-control{
        border: none;
        border-radius: 0 !important;
        box-shadow: none !important;
        color: #434373;
    }
    .F7_item_11, .F7_item_11 p a{
        color: #fff;
    }
    .menu-top-contain {
        width: 100%;
    }
    .navbar-header {
        display: block;
        width: 100%;
    }
    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        
    }
    nav.main-nav > ul{
        align-items: center;
        justify-content: center;
        display: flex;
    }
    nav.main-nav ul li a {
        display: block;
        text-align: center;
        color: #fff;
        font-weight: 700;
        padding: 8px;
        text-shadow: -1px 2px 7px #020202;
    }
    nav.main-nav ul li {
        position: relative;
    }
    ul.submenu {
        position: absolute;
        background: #00000085;
        border-top: 3px solid white;
        left: 50%;
        transform: translateX(-50%);
        min-width: 200px;
        padding: 8px 0 !important;
        display: none;
    }
    nav.main-nav ul li a:hover {
        color: #edad75;
    }
    ul.submenu li a {
        font-size: 13px;
        text-shadow: none !important;
        padding: 5px 15px !important;
        font-weight: 400 !important;
    }
    .mask-slider a {
        font-size: 20px;
        margin:0;
    }
    h2.title-slider {
        font-size: 30px;
        text-align: left;
    }
    .intro {
        padding: 3.5em 1.5em;
    }
    h2.title {
        font-size: 35px;
    }
    .content-services {
        padding-top: 30px;
    }
    .slider-sedes {
        padding-top: 30px;
    }
    .content-box {
        padding: 50px 25px;
    }
}

@media (min-width: 1200px){
    nav.main-nav ul li a {
        padding: 8px 15px;
    }
    .list-items-banner {
        display: block;
        align-items: stretch;
        justify-content: center;
        padding: 25px 10px;
        position: absolute;
        right: 50px;
        top: 55%;
        min-width: 120px;
        transform: translateY(-50%);
    }
    .item-categoria-top {
        margin: 5px;
        padding: 8px;
        width: 105px;
        margin-bottom: 15px;
        background: #ffffff66;
    }
    .item-categoria-top figcaption {
        font-size: 10px;
        margin: 0;
    }
    .item-sede {
        padding: 0 15px;
    }
}

@media (min-width: 1440px){
    h2.title-slider {
        font-size: 40px;
    }
}
