@charset "UTF-8";
body {
    color: #5b5b5e;
    font-family: 'BrandonGrotesque_regular';
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.01rem;
    line-height: 25px;
    margin: 0;
}

body > div {
    font-size: 22px;
}

a {
    color: #1c3379;
    text-decoration: none;
}

.genesis-nav-menu {
    margin-top: 40px;
    margin-bottom: 0;
}

.site-container {
    margin: 0;
}

.site-header {
    background-color: #000;
    text-align: center;
    position: fixed;
    z-index: 1002;
    width: 100%;
    max-height: 110px;
}

.swiper-container .caption a{color: #fff}

.genesis-nav-menu a {
    color: #fff;
}

.site-header .title-area {
    display: inline-block;
}

.site-header .widget-area {
    overflow: visible;
    width: 100%;
    display: block;
    float: right;
    /*padding: 25px 0 5px 40px;*/
}

/**** slider ****/
.bs-slider{
    overflow: hidden;
    max-height: 955px;
    position: relative;
    background: #000000;
    margin-bottom: 60px;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.27);
    display: none;
}
.fill {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: contain;
}
.carousel-inner, .carousel-inner>.item {
    height: 100%;
}
/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0.47;
    width: 55px;
    height: 55px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 63px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    /*background: rgba(0, 0, 0, 0.5);*/
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 0;
    bottom: 1%;
    left: auto;
    width: 100%;
    text-align: center;
    height: 15px;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line .carousel-indicators li{
    padding: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #F2F2F2;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line .carousel-indicators .active{
    background-color: #76c124;
    border-color: #76c124;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-family: 'Roboto_medium';
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 0.1rem;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-align: center;
    text-transform: uppercase;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-family: 'SourceSansPro_semibolditalic';
    font-size: 16px;
    line-height: 21.06px;
    margin-bottom: 40px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    text-align: center;
}

.slide-text > p.subtitle {
    padding: 0;
    color: #ffffff;
    font-family: 'Roboto_medium';
    font-size: 21px;
    line-height: 14px;
    letter-spacing: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slide-text a.btn-default{
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-family: 'RobotoSlab_bold';
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border: 1px solid #fff;

}

.slide-text a:hover,
.slide-text a:active {
    background: #d7c6f0 !important;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    text-decoration: none;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: block;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: block;
    }

}

.site-header .widget_sow-social-media-buttons {
    position: relative;
    right: -35%;
}

.so-widget-sow-social-media-buttons-flat-6863bc3e9565 .sow-social-media-button {
    font-size: 16px !important;
    padding: 0.5em 0.3em !important;
}

.site-header .widget-area section.widget_nav_menu {
    width: auto;
    float: left;
    margin: 0 15px 0 0;
}

.genesis-nav-menu a {
    color: #fff;
    font-size: 16px;
    padding: 42px 15px;
    line-height: 24px;
    letter-spacing: 0.025rem;
}
.genesis-nav-menu li:first-child a { padding: 20px 15px}
.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .current-menu-parent > a{
    border-bottom: 5px solid;
}

.genesis-nav-menu li:hover > a{
    background: #001f7c;
    color: #fff;
    box-shadow: 0px 1px 12px #fff;
    border-bottom: 5px solid #1c3379;
}


.site-header .title-area {
    margin: -55px auto  0;
    max-width: 260px;
    padding: 0;
}

.caption-slider {
   /* background: url("../images/back_bottonslider.png") no-repeat scroll bottom center transparent ;*/
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 60px;
    color: #79b736;
    min-height: 260px;
    padding-top: 165px;
    font-family: 'BebasNeue_bold';
    display:none;
}

.grid-item{margin-bottom: 1px;}
.sfm-pos-right .sfm-rollback {
    display: none;
}

.fill a{
    display: block;
    width: 100%;
    height: 100%;
}

/* ---- grid ---- */


/* clear fix */

/* ---- .grid-item ---- */

/*.grid-item {
    float: left;
    width: 20%;
    padding-right: 1px;  horizontal gutter
    overflow: hidden;
}*/


.wrap, .site-header > .wrap {
    padding: 0 10%;
}

h1{
    font-size: 30px;
    color: #040404;
    font-family: 'BrandonGrotesque_bold';
    letter-spacing: 0.025rem;
    margin-bottom: 0;
    margin-top: 20px;
}


h5{
    font-size: 24px;
    line-height: 23px;
    color: #000000;
    font-family: 'BrandonGrotesque_bold';
}

.subtitle{
    color: #fefdfd;
    font-size: 24px;
    text-align: center;
    margin-bottom: 45px;
    font-family: 'RobotoItalic';
}

.content-post{
    color: #fefdfd;
}

.footer-widgets {
    background-color: rgba(28, 51, 121, 1);
    color: #fff;
    font-family: 'Volkhov_italic';
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.025rem;
    clear: both;
    padding: 0px 0 25px 0;
    margin-top: 105px;
}

/*.footer-widgets:before {
    content: '';
    background: url("../images/fondobg1.jpg") no-repeat scroll top left transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 24vh;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 25px;
 }*/


.footer-widgets h3 {
    color: #fff;
    font-family: 'BrandonGrotesque_regular';
    font-size: 18px;
    line-height: 23px;
    margin-top: 0;
}

.footer-widgets-3 ul >li { float: none;}
.footer-widgets-3 ul >li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.025rem;
    width: 94%;
    height: auto;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.footer-widgets p, .footer-widgets p a {
    color: #fff;
    font-family: 'BrandonGrotesque_regular';
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    letter-spacing: 0.01rem;
}

.footer-widgets-1 #sow-image-3{
    display: inline-block;
    border: 1px solid #000;
    padding: 5px;
    float: left;
}

.footer-widgets-1 #sow-editor-3 {
    display: inline-block;
    max-width: 250px;
    margin-left: 10px;
    float: left;
}

.site-header .widget-area .widget_sow-social-media-buttons {
    float: left;
    margin-top: 29px;
}


.site-footer {
    background-color: #1c3379;
    padding: 10px 0 10px;
}
/**************** cambios *********************/

.nav-header {
    /*background-color: rgba(28,51,121,0.75);*/
    display: block;
    padding: 0px 10px;
}

.genesis-nav-menu {
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
}

.page-id-2407 .panel-grid.panel-has-style .textwidget{
    padding: 0;
}

.page-id-2407 .panel-grid.panel-has-style .mapatext iframe{
    height: 680px;
}

.site-inner {
    margin-top: 65px;
}

.contact .widget_text {
    background-color: #1c3379;
    max-width: 90%;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

}

.wpcf7-form > .form-group:last-child{margin-bottom: 0}

.site-main .contact h3.widget-title {
    color: #fff;
}

.site-main .contact h3.widget-title:before {
    background-image: url("../images/titlewhite.png");
}

.wpcf7-response-output{color: #fff}

h6{
    color: #363636;
    font-family: 'CenturyGothic';
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.025rem;
}

.contentservicio{
    padding: 10px;
    box-shadow: 0px 2px 7px -4px #000;
    height: 100%;
}

 .servicios ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.themeum-lms-feature-course a{color: #fff; position: relative}
.themeum-lms-feature-course h3 > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #9CF5A6;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear;
}

.themeum-lms-feature-course a:hover,
.themeum-lms-feature-course a:focus{
    text-decoration: none;
}

.themeum-lms-feature-course h3 > a:hover:before,
.themeum-lms-feature-course h3 > a:focus:before,
.themeum-lms-feature-course .feature-course:hover h3 > a:before{
    visibility: visible;
    transform: scaleX(1);
}

.themeum-lms-feature-course h3 > a:before {
    background: rgba(28,51,121,0);
    -webkit-box-shadow: 0 0 10px 2px #fff;
    -moz-box-shadow: 0 0 10px 2px #fff;
    box-shadow:0 0 10px 2px #fff;
}

.themeum-lms-feature-course p {
    color: #000;
    min-height: 46px;
}

.sidebar {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding-right: 30px;
}

/*.sidebar .widget {
    padding: 20px 10px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 5px solid #1c3379;
    -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.75);
    box-shadow: inset 1px 1px 1px 1px rgba(255,255,255,0.75);
}*/

.site-main h3.widget-title {
    font-family: 'BrandonGrotesque_bold';
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0rem;
    text-align: center;
    position: relative;
    color: #142148;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*.site-main h3.widget-title:after {
    background-color: #142148;
    content: "";
    height: 1px;
    max-width: 290px;
    margin: 10px auto 0;
    display: block;
    width: 100%;
}*/

.mensaje{
    padding: 50px 10%;
    position: relative;
}

.student{
    padding: 50px 10% 0;
}

.site-main .mensaje h3.widget-title{
    color: #fff;
}

.site-main .mensaje h3.widget-title:after{
    background-color: #fff;
}

/*.site-main h3.widget-title:before {
    background: rgba(0, 0, 0, 0) url(../images/title.png) no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 290px;
}
*/
#text-3 h3{margin-top: 25px}
.servicios{
    padding: 20px 0 20px;
    text-align: center;
}

.servicios li
{
    padding: 0 5px;
    text-align: left;
}

.servicios li figure
{
    border: 1px dashed #1c3379;
    height: 163px;
    overflow: hidden;
}

.servicios li p{
    font-size: 16px;
    margin-bottom: 0;
}

.servicios li h6{
    color: #1c3379;
    text-align: center;
    font-family: 'CenturyGothic_bold';
    font-size: 17px;
    line-height: 19px;
    color: transparent;
    background: #1c3379;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}



.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footerheadear .widget {
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 33.333333%;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3{
    margin-top: 40px;
}

.footerheadear .widget_sow-image .sow-image-container {
    position: relative;
    margin-bottom: -81px;
}

.footer-widgets .widget_sow-button .ow-button-base a{
    background: none;
    border: none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.footer-widgets .so-widget-sow-social-media-buttons .social-media-button-container a {
    border-radius: 50%;
    border: 1px solid #fff;
    background: none;
}


.site-footer p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0;
    letter-spacing: 0.01rem;
}

.site-footer p  a{
    color: #fff;
}

.cocinas .contenttext p{
    font-size: 18px;
    text-align: justify;
}

.subfooter {
    margin-top: 50px;
}

h4{
    color: #1c3379;
    font-family: 'BrandonGrotesque_bold';
    font-size: 34px;
    line-height: 30px;
    letter-spacing: 0rem;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.subfooter .backgroundimg .alimvertical {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    max-width: 625px;
    margin: 0 5% 0 auto;
    background-color: rgba(234, 191, 63,0.85);
    border-radius: 0 25px;
    border: 5px solid #fff;
    padding: 15px;
}

.subfooter .backgroundimg .oscuro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 51, 121, 0.6);
}

.subfooter .backgroundimg p{
    color: #1c3379;
    margin-bottom: 20px;
    letter-spacing: 0.01rem;
    font-size: 23px;
    line-height: 28px;
    text-shadow: 0 0 5px rgba(0,0,0,0.35);
}

.subfooter .backgroundimg h4{
    color: #1c3379;
    text-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.subfooter .backgroundimg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 160px 10px 95px;
    margin: 55px 0;
}

.subfooter .btn, .site-header .btn, .form-group .wpcf7-submit{
    font-family: 'CenturyGothic';
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.01rem;
    border-radius: 0;
}

.form-group .wpcf7-submit, .form-submit input{
    font-size: 24px;
    text-transform: uppercase;
    background-color: #1c3379;
    border: 1px solid #fff;
}

.btnrojo{
    background-color: #1c3379;
    border: 1px solid #1c3379;
}

.btnwhite{
    background-color: transparent;
    border: 1px solid #fff;
}

.btnrojo:hover, .btnrojo:hover{
    background-color: transparent;
    color: #fff;
}

.form-group .wpcf7-submit:hover, .form-group .wpcf7-submit:focus, .form-submit input:hover, .form-submit input:focus{
    background-color: #fff;
    color: #1c3379;
}


.btnwhite:hover, .btnwhite:hover{
    background-color: #fff;
    color: #dd0e1c;
}

.btn:after {
    content: "";
    font-family: 'FontAwesome';
    margin-left: 0px;
}

.site-footer .wrap p{
    border-top: 1px solid #fff;
    padding-top: 15px;
}


.fondonegro h2{
    font-family: 'CenturyGothic';
    color: #ffffff;
    font-size: 26px;
    line-height: 23px;
    letter-spacing: 0rem;
}

.fondonegro h2 strong{
    color: #dd0e1c;
    font-weight: normal;
}

.fondonegro p{ color: #d4d4d5; margin-bottom: 0}
h1:after{
    content: '';
    background-color: #8a9597;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: 10px;
}

#datotext  .textwidget{text-align: center; margin-top: 55px}
.content-servicio img{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

h3{
    font-family: 'CenturyGothic_bold';
    color: #000;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 0rem;
}

.content-servicio h3{
    margin: 0;
    padding: 10px 15px;
    background-color: #1c3379;
    position: relative;
    margin-bottom: 0px;
    color: #fff;
}

/*.content-servicio h3:after{
    content: '';
    background: url("../images/cusrsos.jpg") scroll top center repeat transparent;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    height: 40px;
    width: 100%;
    display: block;
    margin-top: 0px;
    /*bottom: -65px;*/
    /*left: 0;
    position: absolute;
    border: none;
}*/

.colorrojo .content-servicio h3{ background-color: #1c3379; color: #fff}
.colorrojo .content-servicio h3:after{ background-image: url("../images/cusrsos2.jpg")}
.content-servicio {
    border: 1px solid rgba(4,4,4,0.84);
    box-shadow: 1px 1px rgba(4,4,4,0.24);
    -webkit-box-shadow: 1px 1px rgba(4,4,4,0.24);
    -moz-box-shadow: 1px 1px rgba(4,4,4,0.24);
    margin-bottom: 45px;
}

.content-servicio .contenttext{
    padding: 15px;
}

p.precio{
    color: #282828;
    font-family: 'BrandonGrotesque_mediumitalic';
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.025rem;
}

.content-servicio .btn{
    border: 1px solid #1c3379;
    color: #1c3379;
    border-radius: 0;
    font-family: 'BrandonGrotesque_medium';
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.025rem;
    padding: 6px 35px;
    text-align: center;
}

.content-servicio .btn:after{
   content: none;
    margin-left: 0;
}

.content-servicio .btn:before, .more-link:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    font-weight: 900;
}

.content-servicio .btn:hover, .content-servicio .btn:focus{
    background-color: #1c3379;
    color: #fff;
}

.colorrojo .content-servicio .btn, .more-link {
    border: 1px solid #8a9597;
    background-color: transparent;
    color: #8a9597;
}

.colorrojo .content-servicio .btn:hover, .colorrojo .content-servicio .btn:focus, .more-link:hover, .more-link:focus{
    background-color: #8a9597;
    color: #fff;
    text-decoration: none;
}

#sow-editor-2 p a{
    color: #fff;
    font-family: 'CenturyGothic';
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.05rem;
}

#sow-editor-2 p img {
    margin-top: 6px;
}

.site-header .title-area {
    margin: 0px auto 0;
    max-width: none;
    float: left;
    width: 35%;
}
.site-header {
    max-height: none;
    padding: 0px 0;
    /*background: linear-gradient(to right, white 0%, white 35%, #e9e9e9 35%, #e9e9e9 100%);*/
}

.title-area a{
    width: 95px;
    display: inline-block;
}

.site-header .title-area{
    position: relative;
    padding-right: 65px;
    background-color: #fff;
    padding: 5px 0;
    display: none;
}

/*.title-area:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-left: solid 40px #fff;
    border-bottom: solid 105px  #e9e9e9;
}*/


.site-header .widget-area section#text-5 {
    width: auto;
    position: absolute;
    right: 0;
    bottom: -8px;
    z-index: 10;
}

.genesis-nav-menu a {
    color: #1c3379;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.025rem;
    font-family: 'CenturyGothic';
    text-transform: none;
    padding: 20px 15px;
    border-bottom: 5px solid #fff;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition:    all 1000ms ease-in-out;
    -o-transition:      all 1000ms ease-in-out;
    -ms-transition:     all 1000ms ease-in-out;
    transition:         all 1000ms ease-in-out;
}

.site-header .widget-area section.widget_nav_menu {
    position: absolute;
    bottom: 0;
    margin-left: 60px !important;
}

#menu-main > li.menu-item-has-children a:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    font-weight: 900;
    font-size: 13px;
    float: right;
    margin-top: 2px;
}

.widget {
    margin-bottom: 20px;
}

.sub-menu{
    position: absolute;
    background-color: #fff;
    width: 147%;
    padding: 10px;
    margin-left: 0px;
    top: 100%;
    display: none;
    z-index: 1;
}

#menu-main > li.menu-item-has-children > .sub-menu {
    padding: 0;
}

#menu-main > li.menu-item-has-children > .sub-menu > li{
    float: none;
    display: block;
}

#menu-main > li.menu-item-has-children > .sub-menu > li:hover > a, #menu-main > li.current-menu-parent > .sub-menu > li.current-menu-item > a{
    color: #fff;
    background: #1c3379;
    border-bottom: 5px solid #1c3379;
}

#menu-main > li.menu-item-has-children > .sub-menu > li:last-child:after{
    content: none;
}


#menu-main > li.menu-item-has-children > .sub-menu > li > a{
    font-family: 'CenturyGothic';
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.025rem;
    text-transform: none;
    padding: 20px 15px;
    color: #000000;
}

#menu-main > li.menu-item-has-children > .sub-menu > li > a:after{
    content: none;
}

.sub-menu li a{
    font-family: 'CenturyGothic';
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.025rem;
    text-transform: none;
    padding: 0;
    color: #000000;
}

#menu-main > li.menu-item-has-children > .sub-menu > li > .sub-menu{
    display: block !important;
    position: relative;
    margin: 5px 0 0;
    padding: 0;
    width: auto;
}

#menu-main > li.menu-item-has-children > .sub-menu > li > .sub-menu > li{
    display: block !important;
}

#menu-main > li.menu-item-has-children > .sub-menu > li > .sub-menu > li a:after{
    content: "\f105";
}

.caracteristicas .title{
    font-family: 'BrandonGrotesque_bolditalic';
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 0.025rem;
    color: #fefefe;
    background-color: #d01623;
    padding: 10px 30px;
    margin: -43px 0 0px;
    position: absolute;
    width: 100%;
}

.caracteristicas .contentimgen {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    margin-top: -80px;
}

.caracteristicas .textcaracteristicas{
    font-size: 16px;
    line-height: 17px;
    color: #020202;
}

.view-habit {
    padding: 50px 35px 0px;
}

h2{
    font-family: 'BrandonGrotesque_bold';
    color: #040404;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.025rem;
    margin-top: 0;
}

#datotext.textmas{
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0.01rem;
}

#datotext.textmas.segundotext h2{
    font-family: 'BrandonGrotesque_bold';
    color: #040404;
    font-size: 28px;
    line-height: 23px;
}

#datotext.textmas.segundotext {
    margin-bottom: -50px;
}

.site-header {
    background-color: #fff;
}

.site-header .widget-area section.widget_nav_menu {
    float: none;
    margin: 0 auto 0 !important;
    position: relative;
}

.fondonegropage {
    background-color: #000;
    max-width: 1256px;
    margin: 0 auto;
}

.fondonegropage .textwidget {
    margin: 75px 35px 25px 35px;
}

.fondonegropage h3 {
    font-family: 'CenturyGothic_bold';
    color: #ffffff;
    font-size: 32px;
    line-height: 23px;
    letter-spacing: 0rem;
}

.fondonegropage p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0rem;
}


.fondogris {
    background-color: #efefef;
    max-width: 1256px;
    margin: 0 auto;
}

.fondogris .textwidget {
    margin: 50px 10px 30px 10px;
}

.fondogris h3 {
    font-family: 'CenturyGothic_bold';
    color: #000000;
}

.segundoplano .fondonegropage h3 {
    font-size: 24px;
}

.segundoplano .fondonegropage {
    max-width: 1256px;
}

.segundoplano .fondonegropage .textwidget {
    margin: 50px 10px 30px 10px;
}

.segundoplano .herramienta {
    max-width: 1025px;
}

.segundoplano .fondonegropage h2, .fondogris h2 {
    font-size: 21px;
    font-family: 'CenturyGothic_bold';
}
.segundoplano .fondonegropage h2 {
    color: #fff
}

.fondogris p {
    color: #5b5b5e;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0rem;
}

.footer-widgets {
    margin-top: 0px;
}


.herramienta {
    max-width: 785px;
    margin: 0 auto;
    border-top: 1px solid #999999;
    padding-top: 30px;
}

.widget_sow-editor .herramienta {
    border-top: none;
    padding-top: 0px;
}

.herramienta h3 {
    color: #040404;
    margin-top: 0;
}


.acf-map {
    width: 100%;
    height: 420px;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

.site-main ul li{
    margin-bottom: 0px;
    padding-bottom: 0px;
}


#servicios .col-lg-2{width: 20%}


.entry {
    margin-bottom: 0;
    padding: 0;
}
#servicios img{
    margin-bottom: 20px;
}

#servicios p{
    color: #000201;
    font-size: 14px;
    line-height: 18px;
}

#servicios .title{
    color: #0a6535;
    font-size: 20px;
    line-height: 26.52px;
    letter-spacing: -0.025rem;
    text-align: center;
    text-transform: lowercase;
}
.bs-slider {
    margin-bottom: 0px;
}

.lema{
    background-color: #839a4f;
    padding: 10px 10px 20px;
    margin-top: 2px;
    margin-bottom: 60px;
}

.lema p{
    color: #fff;
    font-size: 54px;
    line-height: 32px;
    font-family: 'CheddarJack';
    text-align: center;
}

.genesis-nav-menu .menu-item {
    position: relative;
}


.sub-menu li a{
    font-size: 15px;
    line-height: 35px;
    letter-spacing: -0.01rem;
    text-transform: none;
    padding: 0;
}

.page-id-3 .content-home, .page-id-230 .content-home, .page-id-232 .content-home{
    padding: 0;
    max-width: 1256px;
    margin: 0 auto;
}

form input.form-control, form textarea.form-control, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea{
    color: #8a9597;
    font-size: 21px;
    line-height: 23px;
    font-family: 'BrandonGrotesque_regular';
    border-radius: 0;
    border: none;
    padding: 15px 10px 15px 0px;
    width: 100%;
}

comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea{
    border: 2px solid #8a9597;
}

.comment-form input[type=checkbox]{
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    border: none;
    background: transparent;
}

.comment-form input[type=checkbox]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    background: #fff;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #888;
    margin: 0 15px 0 0;
    padding: 2px;
    font-weight: 900;
}

.comment-form input[type=checkbox]:checked:before {
    color: #888 !important;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
     box-shadow: none;
}

form input.form-control{
    height: 60px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-acceptance input {
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    outline: none;
    content: none;
    border: none;
}

.wpcf7-acceptance input[type=checkbox]:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    background: #fff;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #8a9597;
    margin: 0 15px 0 0;
    padding: 2px;
}

.wpcf7-acceptance input[type=checkbox]:checked:before {
    color: #888 !important;
}

.wpcf7-acceptance input[type=checkbox]:focus {
    outline: none;
    outline-offset: -2px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    color: #5b5b5e;
    font-size: 16px;
    line-height: 18px;
    font-family: 'BrandonGrotesque_regular';
}

.wpcf7-acceptance .wpcf7-list-item-label a {
    color: #dd0e1c;
}

.wpcf7-form-control-wrap {
    display: flex;
    border: 2px solid #8a9597;
    background-color: #fff;
}

.wpcf7-form-control-wrap.acceptance-293 {
    border:none;
}

.wpcf7-form-control-wrap:before {
    font-family: 'Font Awesome 5 Free';
    margin-right: 15px;
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    font-size: 32px;
    padding: 10px 10px;
    color: #888;
}

.your-name:before {
    content: "\f007";
    border-radius: 50%;
    background-color: #8a9597;
    height: 45px;
    width: 46px;
    color: #fff;
    margin-left: 10px;
    margin-top: 6px;
}

.visitar:before{
    content: "\f249";
}

.horario:before{
    content: "\f0e0";
}

.your-message:before{
    content: "\f27a";
}

.form-group input[type=submit]:before {
    font-family: "FontAwesome";
    content: "\f073";
    font-size: 15px;
    color: transparent !important;
    background: #fff;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #888;
    margin: 0 15px 0 0;
    padding: 2px;
}

/*.wpcf7-form{ padding: 20px 0 20px;}*/
.content-descrip .panel-grid{border-top: 1px solid #999999; padding-top: 30px}
.content-descrip .panel-layout > .panel-grid:first-child{border-top: none; padding-top: 0}
#logoss.herramienta{border: none}
.caso2 .panel-has-style{background-color: transparent; max-width: 1256px; margin: 0 auto}
.caso23 .panel-has-style{background-color: #efefef; margin: 0 auto}
.caso23 .panel-grid.panel-no-style {
    padding: 0 0!important;
}
.datotitlle  p{
    color: #fff;
    font-size: 25px;
    line-height: 23px;
    font-family: 'BrandonGrotesque_bold';
    background-color: #dd0e1c;
    text-align: center;
    padding: 10px;
}

.fondogris .so-widget-sow-editor, .fondonegropage .so-widget-sow-editor {
    display: table;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.fondogris .so-widget-sow-editor  .siteorigin-widget-tinymce, .fondonegropage .so-widget-sow-editor  .siteorigin-widget-tinymce {
    display: table-cell;
    vertical-align: middle;
}

.themeum-lms-feature-course  {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.8);
    z-index: 20;
    width: 100%;
}

.paddingnone{padding: 0}
.feature-course{
    padding: 15px 10px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.themeum-lms-feature-course .feature-course:hover {
    margin-top: -15px;
    padding-bottom: 30px;
}

.versiculos h2 {
    padding: 5px 0;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
}

.versiculos .texyver{
    /*background-color: rgba(28,51,121,0.8);*/
    background: rgba(28,51,121,1);
    background: linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -moz-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -webkit-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -webkit-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -o-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -ms-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C3379', endColorstr='#272A37', GradientType=1 );
    padding: 10px 20px 10px;
    color: #fff;
    margin: 25px auto;
    /*max-width: 998px;*/
    overflow: hidden;
}

.versiculos .contentver {
    font-size: 22px;
    text-align: center;
    line-height: 35px;
    float: left;
}

ul.marquee li {
    display: inline-block;
    padding: 0px 150px 0 0;
}
.versiculos ul {
     margin-bottom: 0px;
    margin-left: 0px;
}

.versiculos .versiculo {
    font-size: 14px;
    line-height: 12px;
    font-style: italic;
    text-align: right;
    margin-top: 0px;
}

.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px #000;
    -moz-box-shadow: 0px 5px 15px #000;
    box-shadow: 0px 5px 15px #000;
    top: 0;
}

.sticky .nav-header {
    background-color: transparent;
}

.sticky .genesis-nav-menu a {
    color: #1c3379;
}

.notepaper {
    position: relative;
    margin: 0px auto;
    padding: 5px 20px 5px 45px;
    width: 100%;
    line-height: 30px;
    color: #6a5f49;
    text-shadow: 0 1px 1px white;
    background-color: #f2f6c1;
    background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    border: 1px solid #c3baaa;
    border-color: rgba(195, 186, 170, 0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
}

.notepaper:before, .notepaper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
}

.notepaper:before {
    left: 28px;
    width: 2px;
    border: solid #efcfad;
    border-color: rgba(239, 207, 173, 0.9);
    border-width: 0 1px;
}

.notepaper:after {
    z-index: -1;
    left: 0;
    right: 0;
    background: rgba(242, 246, 193, 0.9);
    border: 1px solid rgba(170, 157, 134, 0.7);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}

.quote {
    font-family: Georgia, serif;
    font-size: 14px;
}

.curly-quotes:before, .curly-quotes:after {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 50px;
    opacity: .2;
}

.curly-quotes:before {
    content: '\201C';
    margin-right: 4px;
    margin-left: -8px;
}

.curly-quotes:after {
    content: '\201D';
    margin-left: 4px;
    margin-right: -8px;
}

.quote-by {
    display: block;
    padding-right: 10px;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    color: #84775c;
}

.lt-ie8 .notepaper {
    padding: 15px 25px;
}

.footer-widgets .widget_sow-image img{
    border-radius: 50%;
    -moz-box-shadow:  0 0 4px 1px #fff;
    -webkit-box-shadow: 0 0 4px 1px #fff;
    box-shadow: 0 0 4px 1px #fff;
}

.section-main-bunner {
    position: relative;
    background: #232323;
    overflow: hidden;
}

.section-main-bunner.section-main-bunner-filter {
    background: #282828;
}

.entry-title a:hover, .entry-title a:focus {
    color: #1c3379;
}

.section-main-bunner {
    min-height: 70vh;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.medio .section-main-bunner {
    min-height: 350px;
    height: 350px;
}

.section-main-bunner .main-bunner-img {
    left: -100px;
    right: -100px;
    bottom: -100px;
    top: -100px;
    position: absolute;
    opacity: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    animation: bunner-img 10s infinite;
}

.section-main-bunner .main-bunner-inner {
    position: relative;
    flex: 1;
    z-index: 1;
    background: rgba(28,51,121,1);
    background: linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -moz-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -webkit-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -webkit-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -o-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -ms-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C3379', endColorstr='#272A37', GradientType=1 );
    padding: 20px 15px 0;
}


.box-default-title {
    letter-spacing: .01em;
    text-shadow: 0 4px 12px rgba(0,0,0,.3);
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    padding-bottom: 0;
    text-transform: uppercase;
    margin-top: 0;
}

.box-default-title:after {
    content: none;
}

.box-default-decor {
    font-size: 0;
    line-height: 0;
    margin: 30px 0 22px;
}

.box-default-decor::before {
    display: inline-block;
    content: '';
    height: 0;
    width: 60px;
    border-top: 3px solid #fff;
}

.no-retina img{
    /*border-radius: 50%;
    -moz-box-shadow:   0px 0px 5px 1px #fff;
    -webkit-box-shadow:  0px 0px 5px 1px #fff;
    box-shadow: 0px 0px 5px 1px #fff;*/
}


.backbannner:after{
    content: '';
    background: url("../images/cusrsos.jpg") scroll top left repeat transparent;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    height: 110px;
    width: 100%;
    display: block;
    margin-top: 0px;
    left: 0;
    position: relative;
}


@keyframes bunner-img{
    0% {
        -ms-transform:translate3d(0,0,0) rotate(0deg);
        -o-transform:translate3d(0,0,0) rotate(0deg);
        -moz-transform:translate3d(0,0,0) rotate(0deg);
        -webkit-transform: translate3d(0,0,0) rotate(0deg);
        transform: translate3d(0,0,0) rotate(0deg);
    }
    50% {
        -ms-transform:translate3d(0,0,0) rotate(1deg) scale(1.02);
        -o-transform:translate3d(0,0,0) rotate(1deg) scale(1.02);
        -moz-transform:translate3d(0,0,0) rotate(1deg) scale(1.02);
        -webkit-transform: translate3d(0,0,0) rotate(1deg) scale(1.02);
        transform:translate3d(0,0,0) rotate(1deg) scale(1.02);
    }
    100% {
        -ms-transform:translate3d(0,0,0) rotate(0deg);
        -o-transform:translate3d(0,0,0) rotate(0deg);
        -moz-transform:translate3d(0,0,0) rotate(0deg);
        -webkit-transform: translate3d(0,0,0) rotate(0deg);
        transform: translate3d(0,0,0) rotate(0deg);
    }
}

.one-fourth {
    width: 24.076923%;
    margin-left: 15px;
}

.galerias{margin-bottom: 30px}

.marquee div{
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
    margin-right: 55px;
    line-height: 48px;
    font-family: 'CenturyGothic_bold';
}

.galerias .col-md-3{padding: 0}
.thumbnail{
    margin: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}
.thumbnail a>img, .thumbnail>img {
    width: 100%;
}

.content-servicio figure:before, .featured-content .has-post-thumbnail > a:before {
    opacity: 0;
    visibility: hidden;
    background: #252525;
    z-index: 5;
}

.content-servicio figure, .featured-content .has-post-thumbnail > a, .featured-content .has-post-thumbnail > a:after {
    position: relative;
    overflow: hidden;
}

.content-servicio figure a, .featured-content .has-post-thumbnail > a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    line-height: 50px;
    background: #1c3379;
    padding: 0;
    margin: -25px 0 0 -25px;
    color: #fff;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}

.featured-content .has-post-thumbnail > a:after{
    font-family: "Font Awesome 5 Free";
    text-align: center;
    font-weight: 900;
    content: "\f0c1";
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    line-height: 30px;
}

.content-servicio figure:hover:before, .featured-content .has-post-thumbnail:hover > a:before {
    opacity: 0.3;
    visibility: visible;
}

.content-servicio figure:hover a, .featured-content .has-post-thumbnail:hover > a:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.content-servicio figure:hover img, .featured-content .has-post-thumbnail:hover img{
    -webkit-transform: scale3d(1.2,1.2,1);
    -moz-transform: scale3d(1.2,1.2,1);
    -o-transform: scale3d(1.2,1.2,1);
    -ms-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}

.banner{position: relative}

#cloud1.colored {
    fill: #fff;
}

#cloud1 {
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.trianglePath1 {
    fill: #1c3379;
    stroke: #fff;
}

.content-servicio figure:before, .featured-content .has-post-thumbnail > a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.thumbnail-variant-2 {
    min-height: 400px;
    padding: 30px 0 0;
    overflow: visible;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: none;
    border-radius: 0;
}

.thumbnail-variant-2-wrap {
    padding-bottom: 25px;
}

.thumbnail-variant-2 .thumbnail-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 90%;
    width: 100%;
    overflow: hidden;
}

.thumbnail-variant-2 .thumbnail-image>img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: auto;
    min-width: 101%;
    max-width: none;
    height: auto;
    min-height: 100%;
    max-height: none;
}

.thumbnail-variant-2 .thumbnail-caption {
    position: relative;
    z-index: 3;
    width: calc(100% - 34px);
    padding: 17px 8px 25px;
    margin: 31px 17px -25px;
    background: #1c3379;
}

.thumbnail-variant-2 .thumbnail-caption {
    width: calc(100% - 34px);
    margin: 31px 17px -45px;
}

.bg-teak {
    background: #364879;
    fill: #364879;
}

.divider {
    width: 49px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
}

.divider-md {
    height: 1px;
    width: 119px;
}

.thumbnail-variant-2 *+.divider {
    margin-top: 8px;
    margin-bottom: 5px;
}
.thumbnail-variant-2 .thumbnail-caption * {
    color: #fff;
}

.thumbnail-variant-2 .text-caption {
    font-size: 16px;
    font-style: italic;
    line-height: 1.3;
    text-transform: uppercase;
}

@media (max-width: 992px){
    .thumbnail-variant-2 .thumbnail-caption {
        width: calc(100% - 16px);
        margin: 31px 8px -25px;
    }
}

.thumbnail-variant-2 .thumbnail-caption * {
    color: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.reconoce .bx-wrapper .bx-pager.bx-default-pager a:hover, .reconoce .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1c3379;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #1c3379;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 50%;
}

.reconoce .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border: 2px solid #1c3379;
}

.caracteristicas .panel-layout {
    padding: 10px;
    background-color: #fff;
}

.fancybox-title-over-wrap {
    width: 100%;
    background: rgba(28,51,121, .8);
}

.calendarevent{
    padding: 10px 0px 35px;
}

.calendarevent .col-xs-12 {
    padding-left: 0;
}

.contentfigure {
    padding: 15px 15px 40px;
    box-shadow: 0px 0px 1px #1c3379;
    margin-bottom: 15px;
}

.ib-main{
    margin-top: 35px;
    margin-bottom: 20px;
}

.sidebar .calendarevent .col-xs-12 {
    padding-right: 0;
}

.tui-full-calendar-layout, .lnb-calendars {
    background-color: rgba(255,255,255,0.65) !important;
    box-shadow: 0px 0px 3px 0px #1c3379;
    -moz-box-shadow: 0px 0px 3px 0px #1c3379;
    -webkit-box-shadow:  0px 0px 3px 0px #1c3379;
}

#renderRange {
    margin-left: 12px;
    background-color: #fff;
    border-radius: 25px;
    padding: 3px 10px;
}
.choose__style--2 .choose__inner.text--right, .choose__style--4 .choose__inner.text--right {
    text-align: right;
}
.choose__style--2 .choose, .choose__style--4 .choose {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.choose__style--2 .choose__inner.text--right .choose, .choose__style--4 .choose__inner.text--right .choose {
    display: flex;
    justify-content: flex-end;
}

.choose__style--2 .choose__details h2, .choose__style--4 .choose__details h2 {
    color: #333333;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.choose__style--2 .choose__details h2, .choose__style--4 .choose__details h2 {
    margin-bottom: 12px;
    padding-top: 36px;
    transition: padding 0.8s linear 0s;
    text-transform: capitalize;
}

.choose__style--2 .choose__details p, .choose__style--4 .choose__details p {
    display: none;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
    font-size: 18px;
}

.choose__style--2 .choose:hover .choose__details h2, .choose__style--4 .choose:hover .choose__details h2 {
    color: #1c3379;
    padding-top: 0;
    font-weight: 500;
}

.choose__style--2 .choose:hover .choose__details p, .choose__style--4 .choose:hover .choose__details p {
    display: block;
}

.choose__style--2 .choose__inner.text--right .choose .choose__icon, .choose__style--4 .choose__inner.text--right .choose .choose__icon {
    margin-left: 20px;
}
.choose__style--2 .choose__icon, .choose__style--4 .choose__icon {
    max-width: 92px;
}

.choose__style--2 .choose__icon i, .choose__style--4 .choose__icon i {
    border: 1px solid #1c3379;
    border-radius: 100%;
    color: #1c3379;
    display: inline-block;
    font-size: 32px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 90px;
}
.choose__style--2 .choose:hover .choose__icon i {
    background: #1c3379 none repeat scroll 0 0;
    color: #fff;
}

.choose__style--2 .choose__inner.text--left .choose, .choose__style--4 .choose__inner.text--left .choose {
    display: flex;
    justify-content: flex-start;
}
.choose__style--2 .choose, .choose__style--4 .choose {
    height: auto;
    overflow: hidden;
    position: relative;
}

.choose__style--2 .choose__inner.text--left .choose .choose__icon, .choose__style--4 .choose__inner.text--left .choose .choose__icon {
    margin-right: 20px;
}

.mt--100 {
    margin-top: 100px;
}

#curveDownColor1 {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 112px;
    fill: #f8f8f8;
}

.datosabout h1:after{
    background-color: #1c3379;
}

.featuredpost  {
    padding: 0px 45px 30px 0px;
}

.featuredpost img{
    width: 110px;
    height: auto;
}

.featured-content .entry-title, .featured-content a {
    margin-bottom: 5px;
    line-height: 21px;
}

.featured-content .entry-meta{
    font-size: 14px;
    color: #1c3379;
    font-family: 'BrandonGrotesque_bolditalic';
}

.featured-content .entry {
    background: none;
    padding: 0;
    -moz-box-shadow:  0 0 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    border-bottom: 1px solid #1c3379;
    padding: 5px 5px 0;
}

.featured-content .entry-content{
    font-size: 15px;
}

.efectchop {
    border-color: #1c3379;
    border-width: 10px 0 10px 0;
    border-style: solid;
}

.efectchop .cycle-slide {
    background-color: transparent !important;
}

ul.sow-slider-images .sow-slider-image-wrapper {

    background: rgba(28,51,121,1) !important;
    background: linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%) !important;
    background: -moz-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%) !important;
    background: -webkit-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%) !important;
    background: -webkit-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%) !important;
    background: -o-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%) !important;
    background: -ms-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%) !important;
    background: linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C3379', endColorstr='#272A37', GradientType=1 ) !important;
    max-width: 100% !important;
}

.efectchop {
    padding: 100px 0;
}

.directorio{
    margin: 55px 0;
}

.directorio .col-md-3{margin-bottom: 20px}
.textwidget ul{margin-left: 35px;}
.textwidget ul li{list-style-type: disc}

.mask {
    background-color: rgba(28,51,121,0.5);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.thumbnail:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.thumbnail .mask h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.thumbnail .mask h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.thumbnail:hover .mask h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.thumbnail .mask p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    -ms-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}
.thumbnail .mask p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}


.thumbnail:hover .mask p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.slider-content{
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 23%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform:translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: rgba(28,51,121,1);
    background: linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -moz-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -webkit-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -webkit-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -o-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -ms-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C3379', endColorstr='#272A37', GradientType=1 );
}

.content-archive .content {
    float: none;
}

.articles {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

.content-archive .content .entry {
    margin-bottom: 0;
    padding: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

.content-archive .content .entry-content {
    padding: 20px;
}

.content-archive .content a.entry-image-link img {
    margin-bottom: 0;
    vertical-align: top;
}

.content-archive .content .entry-title {
    font-size: 18px;
}

.content-archive .content p.entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
}

.content-archive .content .entry-meta a {
    color: #333;
    text-decoration: none;
}

.content-archive .content .entry-meta a:hover {
    color: #c3251d;
}

.blog .entry-meta .entry-time, .archive .entry-meta .entry-time {
    text-align: center;
    background: #eabf3f;
    color: #fff;
    padding: 6px 15px;
}

.blog .entry-meta .entry-categories, .archive  .entry-meta .entry-categories, .commenttitle {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
}

.blog .entry-meta .entry-categories a, .archive .entry-meta .entry-categories a, .commenttitle {
    color: #fff;
    margin-left: 5px;
}

.blog .entry-meta .entry-categories a:before, .archive .entry-meta .entry-categories a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f6ff";
    margin-right: 5px;
    vertical-align: top;
    font-weight: 900;
}

.teaser  {
    border: 1px solid #eeeeee;
}

.feature{
    border: 1px solid #eeeeee;
    padding: 40px;
    margin: 0 auto 30px;
    max-width: 800px;
}
.archive .entry, .blog .entry {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 30px;
}

.blog .content .entry-title, .archive .content-area .entry-title{
    font-size: 18px;
    background-color: #1C3379;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog .content .entry-title a, .archive .content-area .entry-title a{
    color: #fff;
}

.blog .entry-header .entry-meta, .archive .entry-header .entry-meta {
    line-height: 35px;
    background-color: #8a9597;
}

.blog .entry-header .entry-image-link, .archive .entry-header .entry-image-link {display:block; overflow: hidden}
.blog .entry-image-link img, .archive .entry-image-link img{
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.featured-content .has-post-thumbnail:hover img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .entry-image-link:hover img, .archive .entry-image-link:hover img{
    -webkit-transform: scale3d(1.2,1.2,1);
    -moz-transform: scale3d(1.2,1.2,1);
    -o-transform: scale3d(1.2,1.2,1);
    -ms-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}
.blog .teaser .entry-content, .archive .teaser .entry-content{padding: 0 15px 15px}
.getarticle{overflow: hidden}



.pagination{display: block; text-align: center}
.pagination .nav-links, .pagination ul{
    display: inline-block;
}

.pagination a, .pagination span {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #8a9597;
    margin: 0 4px 15px;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
}

.pagination span.dots{
    border: none;
    padding: 0;
}

.pagination a.active,.pagination li.active a, .pagination span.current{
    background-color: #1C3379;
    color: white;
    border: 1px solid #1C3379;
}

.pagination a:hover:not(.active) {background-color: #8a9597; color: white}

/* RIGHT ARROW */
.entry-tags {
    display: block;
    background-color: #fff;
    position: relative;
    margin-top: 8px;
}

.entry-tags a{
    color: #fff;
    background: #eee;
    border-radius: 10px;
    padding: 4px 10px;
    display: inline-block;
}
.entry-tags a:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f02c';
    margin-right: 5px;
    vertical-align: top;
    font-weight: 900;
}

.entry-time:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f073';
    margin-right: 5px;
    vertical-align: top;
    font-weight: 900;
}

.texthistory{
    border: 1px solid #eeeeee;
    padding: 40px;
    -moz-box-shadow:  0px 15px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:  0px 15px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 0px 5px rgba(0, 0, 0, 0.2);
    background-color: rgba(255,255,255,0.85);
    margin: 45px 0;
}

.sidebar-primary {
     float: none;
     width: 100%;
}

.hoverimng {
    border: 1px solid #1c3379;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    width: 145px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    margin-top: 10px;
}

.post-navigation a{
    position: relative;
}
.hoverimng .post-title {
    position: absolute;
    width: 100%;
    font-size: 15px;
    background: rgba(28,51,121,0.8);
    top: 50%;
    padding: 3px 10px;
    color: #fff;
    transform: translate(0, -50%);
    line-height: 18px;
    font-family: 'BrandonGrotesque_bolditalic';
}

.post-navigation a:hover .hoverimng , .post-navigation a:focus .hoverimng {opacity: 1}
.nav-previous {
    float: left;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #8a9597;
    margin: 0 4px;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 5px;
}

.nav-next{
    float: right;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #8a9597;
    margin: 0 4px;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 5px;
}
.nav-previous a, .nav-next a { color: black;}
.nav-previous:hover, .nav-next:hover {background-color: #1c3379;}
.nav-previous:hover a, .nav-next:hover a {color: white; text-decoration: none}
.nav-next .hoverimng {
    right: 145%;
    top: -260%;
}

.sidebar .widget {
    background-color: #fff;
    padding: 40px 0 0px;
}

.nav-previous .hoverimng {
    left: 145%;
    top: -260%;
}
.nav-links{padding: 40px; margin-bottom: 35px;}
.comment-respond, .entry-pings {
    padding: 0;
}
.comments-area {
    padding: 40px 40px 0;
}

.comments-area .comment-respond{
    padding: 15px;
    background: #1c3379;
}

.comments-area .comment-respond h2 {
    text-transform: uppercase;
    color: #fff;
    margin-left: 0 !important;
}

.comments-area .comment-respond label {
    color: #fff;
    font-size: 18px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 0px;
}

.comments-area .comment-respond .logged-in-as {
   display: none;
}

.single-post h3.widgettitle {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
}

.comment-list{
    overflow: hidden;
    margin-bottom: 30px;
}

.comment-list > li  .comment-header {
    margin: 6px 8px 0 0;
    width: 45px;
    border-radius: 50%;
    float: left;

}

.avatar{border: 2px solid #eabf3f;}
.comment-meta cite, .comment-meta cite a{
    color: #eabf3f;
    text-transform: uppercase;
    font-style: normal;
}

.date {
    color: #fff;
    font-style: italic;
    font-size: 14px;
}

.comment-list > li .comment-content{
    background: #1c3379;
    color: #f5f5f5;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    line-height: 130%;
    min-width: 70%;
    max-width: 94%;
}


.comment-list li{
    overflow: hidden;
    margin: 15px 15px 5px 15px;
}

.comment-list > li  > ol.children{
    text-align: right;
}

.comment-list > li  > ol.children .comment-header{
    float: right;
    margin: 6px 0 0 8px;
}

.comment-list > li  > ol.children .comment-content {
    background: #8a9597;
    text-align: left;
}

.reply {
    text-align: right;
}

.reply .comment-reply-link {
    color: #eabf3f;
    border: 1px solid #eabf3f;
    padding: 5px 15px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 10px;
}

.reply .comment-reply-link:hover,  .reply .comment-reply-link:focus{
    color: #fff;
    background-color: #eabf3f;
    text-decoration: none;
}

.comment-notes{color: #eabf3f;}
.sidebar .calendarevent{padding: 0}



/*
   general styles
*/
.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}
.set-margin-cicis-menu-to-go {
    margin: 20px;
}
.set-padding-cicis-menu-to-go {
    padding: 20px;
}
.set-border-cicis-menu-to-go {
    border: 5px inset #1c3379;
}
.set-box-shadow-cicis-menu-to-go {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
}

/*
** Style the iframe
** =========================
*/
/*
    css commmon to all iframes
*/
.responsive-wrapper {
    position: relative;
    height: 0;    /* gets height from padding-bottom */
    overflow: hidden;
    /* put following styles (necessary for overflow and
       scrolling handling) inline in .embed-responsive-element-wrapper around iframe because not stable in CSS
      -webkit-overflow-scrolling: touch;
                        overflow: auto; */
}
.responsive-wrapper img,
.responsive-wrapper object,
.responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-style: none;
    padding: 0;
    margin: 0;
}

/*
    css particular to this iframe
*/

#Iframe-Cicis-Menu-To-Go {
    max-width: 800px;
    max-height: 725px;
    overflow: hidden;
}
/*
   padding-bottom = h/w as %
*/
.responsive-wrapper-padding-bottom-90pct {
    padding-bottom: 90%;
}

table {
    line-height: 1;
}

.sow-accordion-panel-border{
     background: url("../images/himno.jpg") scroll top left repeat transparent;
     -webkit-background-size: 100%  100%;
     -moz-background-size: 100%  100%;
     background-size: 100%  100%;
     -o-background-size: 100%  100%;
     padding: 180px 15px 15px 130px !important;
}


.page #example3_3018 .title-in-bg, .page #example3_3181 .title-in-bg, .page #example3_3101 .title-in-bg, .page #example3_3072 .title-in-bg, .page #example3_3055 .title-in-bg,
.page #example3_3118 .title-in-bg {font-size: 22px !important;}
.page .uris-slider-title{display: none}
.sp-slide {
    border: 2px solid #8a9597;
    overflow: hidden;
}

figcaption {
    color: #363636;
    font-family: 'BrandonGrotesque_medium';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025rem;
    text-align: center;
    margin: 10px;
}

.bx-wrapper {
    margin: 0 auto;
}

.bx-wrapper .bx-viewport ul {
    margin-left: 0px;
}

.entry-date ul{
    margin-bottom: 0;
}

.entry-meta{
    margin-bottom: 15px;
}

.titleanuncio{
    background: rgba(255,255,255,0.85);
    padding: 5px;
    color: #1c3379;
    font-size: 25px;
    font-weight: 900;
    line-height: 25px;
}
.anuncio .textwidget{padding: 0}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(28,51,121,.125);
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
    color: #1c3379;
    /* text-transform: uppercase; */
    font-size: 18px;
    line-height: 20px;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.card-body {font-size: 16px}
.entry-tags span{
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    font-size: 16px;
}

.grid-item{margin-bottom: 15px}
.eventrepit{
    background-color: #8a9597;
    position: relative !important;
    top: 0px;
    width: 100%;
    max-width: 202px;
    right: 0;
}

.filters-box {
    text-align: center;
    margin-bottom: 40px;
}

.filters-box button{
    border: 1px solid;
    padding: 10px 25px;
    border-radius: 20px 20px 0 0;
}

.filters-box ul{
    border-bottom: 1px solid #1c3379;
}

.filters-box ul li{
    margin: 0;
    padding: 0;
}

.filters-box button:focus, .filters-box button:hover{
    background-color: #8a9597;
    color: white;
}

.filters-box button.active{
    background-color: #1c3379;
    color: white;
}

.card .list-inline{margin: 0}
.card .list-inline li{padding: 0}
.grecaptcha-badge{display: none}

.single-cursos .panel-grid .textwidget{
      padding: 0 0px 0 45px;
}
.single-cursos .featuredpost {
    padding: 0px 0px 30px 25px;
}
.page-template-page-home .anuncio .textwidget, .single-cursos .calendarevent .col-xs-12 {padding: 0}
.sliderteacher {
    position: relative;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: relative;
    bottom: -10px;
    width: 100%;
}

.single-cursos .trentext .textwidget{margin-right: 45px}
.post-2486 {margin-left: 15px}

.sow-image-container{display: block !important\9;}
/* IE9, IE10, IE11 */
@media screen and (min-width:0\0) {
    .sow-image-container{display: block !important;}
    .site-header .widget-area section.widget_nav_menu{position: absolute; top: 6px}
}

.calendarevent #menu .dropdown-menu{margin: 0}
.calendarevent #menu .dropdown-menu li{list-style: none}
.entry-image-link img{width: 100%}
.bx-wrapper .bx-controls-direction a {
    z-index: 98;
}

.hornotas{
    display: inline-block;
}

.hornotas i{
    margin-right: 15px;
}

#searchform button {
    background-color: #1c3379;
    color: #fff;
}
#searchform input {
    border-color: #1c3379;
    width: 90%;
    padding: 14px;
}
.single-post .entry-header{display: none}
.cff-likebox.cff-bottom, .ctf-out-of-tweets{display: none !important;}

.footerheadear .widget-area > .widget:last-child a{
    display: block;
    padding: 0 !important;
    margin-bottom: 1px;
}

.footerheadear .widget-area > .widget:last-child a i{
    background: #1c3379;
    width: 30px;
    height: auto;
    font-size: 17px;
    color: #fff;
    padding: 7px;
    margin: 0 5px 0 2em;
}

.footerheadear .widget-area > .widget:last-child p >  a:first-child i{
    border-radius: 50% 50% 0 0;
}
.footerheadear .widget-area > .widget:last-child p > a:last-child i{
    border-radius: 0 0 50% 50% ;
}

.footer-widgets-2 .widget{display: none}
.footerheadear .widget-area {
    border-top: 1px dotted #ffbe00;
    padding-top: 35px;
}

.header-top{
    background: #1c3379;
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    padding: 10px 0;
}

.header-top p{margin: 0; text-align: right;}
.header-top p a {
    color: #fff !important;
    border: 1px solid;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 7px  5px !important;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    background: #FFD700;
    /* Firefox */
    -moz-transition: background 0.25s ease-out, color 0.25s ease-out 0.25s;
    /* WebKit */
    -webkit-transition: background 0.25s ease-out, color 0.25s ease-out 0.25s;
    /* Opera */
    -o-transition: background 0.25s ease-out, color 0.25s ease-out 0.25s;
    /* Standard */
    transition: background 0.25s ease-out, color 0.25s ease-out 0.25s;
}
.header-top p > a:last-child {
    margin-left: 8px;
}
.header-top p > a:hover, .header-top p > a:focus {
    background: #fff !important;
    color:  #1c3379 !important;
}

.header-top .horarios{margin-top: 5px; text-align: left}
body .a2a_floating_style, body .a2a_overlay_style{padding: 0;}
body .a2a_vertical_style a{
    padding: 0;
    border-radius: 0;
}
body .a2a_vertical_style a span{
    border-radius: 0 !important;
}

.slidershows {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    margin-bottom: 0;
}

.slidershows .content-slidershows{
    height: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
    min-height: 150px;
}

.slidershows .content-slidershows .slideritem  {
    float: left;
    position: relative;
    z-index: 0;
    min-height: 150px;
}

.slidershows .content-slidershows .slideritem {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-backface-visibility: hidden;
}

.slidershows .content-slidershows .slideritem .css3panel-inner  {
    position: relative;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    height: 100%;
    position: absolute;
    width: 100%;
}

.slidershows .content-slidershows .slideritem .css3panel-inner  {
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}

.slidershows .content-slidershows .slideritem .css3panel-inner {
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.solomediano{display: none }
#primary {overflow: hidden}


@media (min-width: 1200px){
    .slidershows .content-slidershows .slideritem, .slidershows .content-slidershows .slideritem .css3panel-inner  {
        margin: 0 -1px;
    }
}

.slidershows .content-slidershows .slideritem {
    will-change: transform;
    -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
    transition: all .5s cubic-bezier(.215,.61,.355,1);
}

.slidershows .content-slidershows .slideritem .css3panel-inner {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .7);
}

.css3panel-mainimage-wrapper {
    position: relative;
    -webkit-backface-visibility: hidden;
    height: 100%;
}

.slidershows .content-slidershows .slideritem .css3panel-inner .css3panel-mainimage-wrapper {
    margin-left: -60px;
    margin-right: -60px;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}



.slidershows .content-slidershows, .slidershows .content-slidershows .slideritem .css3panel-inner .css3panel-mainimage-wrapper {
    margin-left: -70px;
    margin-right: -70px;
}

.css3panel-mainimage {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}

.cover-fit-img {
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.css3panel-mainimage-img {
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.css3panel-mainimage--stretch .css3panel-mainimage-img {
    position: absolute;
    width: 100%;
}


.css3panel-mainimage-img.anim--grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.cssp-capt-animated .css3p-overlay {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.css3p-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}


.css3panel-caption {
    position: absolute;
    bottom: 90px;
    color: #fff;
    z-index: 1;
    width: 100%;
}

.css3panel--hasSkew .css3panel-caption.text-right {
    padding-right: 50px;
    padding-left: 50px;
}

.slidershows .content-slidershows .slideritem:not(:last-child) .css3panel-caption.text-right {
    padding-right: 70px;
}

.slidershows .content-slidershows .slideritem:last-child .css3panel-caption {
    padding-right: 120px;
}

.css3panel-text {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.cssp-capt-fadeout .css3panel-title, .cssp-capt-fadeout .css3panel-text, .cssp-capt-fadeout .css3panel-btn-area {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .15s ease-out,visibility .15s ease-out;
    transition: opacity .15s ease-out,visibility .15s ease-out;
}

.css3panel-title {
    position: relative;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.cssp-capt-animated .css3panel-text {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.captiontitle--wbg, .captiontitle--dbg {
    padding: 13px 0 13px 45px;
}

.cssp-capt-animated .css3panel-title {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.cssp-capt-fadeout .css3panel-title, .cssp-capt-fadeout .css3panel-text, .cssp-capt-fadeout .css3panel-btn-area {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .15s ease-out,visibility .15s ease-out;
    transition: opacity .15s ease-out,visibility .15s ease-out;
}

.captiontitle--wbg:before, .captiontitle--dbg:before {
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 4px;
    padding-right: 35px;
    display: block;
    right: -35px;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: skew(-10deg) translate3d(0,0,0);
    -ms-transform: skew(-10deg) translate3d(0,0,0);
    transform: skew(-12deg) translate3d(0,0,0);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(28,51,121,0)),color-stop(80%,rgba(28,51,121,0.45)));
    background: -webkit-linear-gradient(left,rgba(28,51,121,0) 0%,rgba(28,51,121,0.45) 80%);
    background: linear-gradient(to right,rgba(28,51,121,0) 0%,rgba(28,51,121,0.45) 80%);
}

.btn.btn-fullblack.btn-skewed, .btn.btn-fullblack.btn-skewed:hover, .btn.btn-fullcolor.btn-skewed, .btn.btn-fullcolor.btn-skewed:hover, .btn.btn-fullwhite.btn-skewed, .btn.btn-fullwhite.btn-skewed:hover {
    border: 0;
    background: none;
    position: relative;
    z-index: 0;
}

.css3panel-btn-area .btn {
    margin-left: 20px;
    margin-bottom: 0px;
    color: #fff;
}

.btn.btn-fullblack.btn-skewed:before, .btn.btn-fullcolor.btn-skewed:before, .btn.btn-fullwhite.btn-skewed:before {
    content: "";
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
    transition: background-color .2s ease-in-out;
    z-index: -1;
    background-color: #1c3379;
}

.btn.btn-fullblack.btn-skewed:hover:before, .btn.btn-fullcolor.btn-skewed:hover:before, .btn.btn-fullwhite.btn-skewed:hover:before {
    background-color: #0056a4;
}


.slidershows .content-slidershows .slideritem:hover {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.slidershows .content-slidershows .slideritem:hover {
    z-index: 1;
}

.slidershows .content-slidershows .slideritem:hover .css3panel-inner {
    box-shadow: 0 0 0 2px #fff, 0 0 50px 20px rgba(0, 0, 0 ,.25);
}

.slidershows .content-slidershows .slideritem:hover .css3p-overlay {
    opacity: 0;
}

.slidershows .content-slidershows .slideritem:hover .css3panel-mainimage-img.anim--grayscale {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.slidershows .content-slidershows .slideritem .css3panel-text {
    position: relative;
}

.slidershows .content-slidershows .slideritem:hover .css3panel-title, .slidershows .content-slidershows .slideritem:hover .css3panel-text {
    opacity: 0;
    visibility: hidden;
}

.slidershows .content-slidershows .slideritem:hover .css3panel-btn-area {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.bg-lighter {
    background-color: #f7f7f7;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.bg-lighter .entry-header {
    position: relative;
}

.img-fullwidth {
    width: 100% !important;
}

.bg-lighter .entry-content {
    position: relative;
    background: #f8f8f8;
    padding: 15px;
}

.bg-lighter .entry-content {
    transition: all 300ms ease-in-out 0s;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.bg-lighter .entry-date {
    font-size: 13px;
    padding: 5px 15px;
}
.bg-theme-colored {
    background-color: #1c3379 !important;
}

.border-bottom {
    border-bottom: 1px solid #fff !important;
}

.entry-date ul{
    list-style: none;
}

.entry-date ul li{
    list-style: none;
    margin: 0;
    color: #fff;
}

.media-body{padding-left: 15px}
.media-body h4{
    font-size: 20px;
    line-height: 22px;
    color: #00317d;
    margin-bottom: 0;
}

.media-body .text-gray-darkgray {
    line-height: 19px;
    font-size: 17px;
}

.btn-theme-colored2 {
    color: #fff;
    background-color: #00317d;
    border-color: #00317d;
    padding: 5px 17px;
}

.btn-theme-colored2:hover, .btn-theme-colored2:focus {
    color: #fff;
}

.reconoce .bx-wrapper{
    margin-top: 45px;
}

.reconocimiento li figure {
    border: 1px dashed #1c3379;
    height: 276px;
    overflow: hidden;
}

.reconocimiento li figure img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    max-width: none;
}


.reconocimiento li p {
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.ui_inner .sb {
    overflow: hidden;
    width: 110px;
    top: -8px;
    left: -119px;
    position: absolute;
    height: 110px;
    -webkit-animation: spin 14s infinite linear;
    animation: spin 14s infinite linear;
}

.ui_inner .uiconte, .noticias{
   position: relative;
}

.noticias{
    margin-top: 85px;
    padding-bottom: 55px;
}

.ui_inner{
    position: absolute;
    top: -95px;
    left: 8%;
}

.ui_inner .sb img {
    opacity: 0.3;
    width: 450px;
    transition: all 0.15s 0s;
}

.ui_inner .slide_inner__left {
    display: inline-block;
    opacity: 1;
    position: absolute;
    left: -100px;
    top: 10px;
    transition: all 0.5s 0.35s cubic-bezier(0.175, 1.605, 0.455, 0.92);
}

.ui_inner .slide_inner__left img {
    width: 75px;
}

.mensaje .type-post .entry-title a, .mensaje .type-post .entry-content p{ color: #fff}
.mensaje .featured-content .entry {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding: 5px 5px;
}

.reconocimiento .contentservicio{margin-bottom: 5px !important;}
.menu-item-2540{
    width: 105px;
}

.menu-item-2540 a{
    padding: 0;
    position: absolute;
    display: block;
    width: 100%;
    bottom: -70px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    padding-bottom: 5px;
    border: none;
}

.genesis-nav-menu .current-menu-item.menu-item-home > a, .genesis-nav-menu .current-menu-item.menu-item-home:hover > a, .genesis-nav-menu .menu-item-home:hover > a{
    border: none;
    background: #fff;
}


.item, .item-video {
    height: 87vh;
    position: relative;
    overflow: hidden;
}
.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: 50% 65%;
    transition: transform 9s, filter 3s ease-in-out;
    filter: brightness(150%);
}


.item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   /* background: rgba(0, 0, 0, 0.6);*/
    display: flex;
    align-items: center;
}
.item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    background: rgba(28,51,121,1);
    background: linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -moz-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -webkit-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -webkit-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -o-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: -ms-linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    background: linear-gradient(360deg,rgba(28,51,121,0.6) 0.91%,rgba(28,51,121,0.28) 47.77%,rgba(39,42,55,0.75) 99.52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C3379', endColorstr='#272A37', GradientType=1 );
}
.item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.item .cover .header-content h2 {
    color: #fff;
    text-shadow: 0 0 1px #fff;
    padding: 20px;
    font-size: 53px;
    font-weight: 700;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
}
.item .cover .header-content h1 {
    font-size: 53px;
    color: #fff;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
}
.item .cover .header-content h1:after {
    content: none;
}
.item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    text-transform: none;
    color: #fff;
}

.owl-item.active img{
    filter: brightness(100%);
    transform: scale(1.2);
}

.owl-item.active .header-content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: backInRight;
    animation-delay: 0.3s;
}

.owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.4s;
}
.owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.4s;
}
.owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1.4s;
}
.owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1.4s;
}
.owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(28, 51, 121, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
.owl-nav .owl-prev:focus {
    outline: 0;
}
.owl-nav .owl-prev:hover {
    background: #1C3379 !important;
}
.owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(28, 51, 121, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
.owl-nav .owl-next:focus {
    outline: 0;
}
.owl-nav .owl-next:hover {
    background: #1C3379 !important;
}
.owl-carousel:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
.owl-carousel:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}


.mensaje:before {
    background-color: rgba(28, 51, 121, 0.45);
    content: "";
    height: 100%;
    margin: 0;
    display: block;
    width: 85%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.fc-calendar .fc-row > div.hoy > span.fc-date{
    color: #1C3379;
    font-size: 16px;
    font-family: 'BrandonGrotesque_bold';
    font-weight: 900;
}

.sow-carousel-wrapper iframe {
    height: 75vh;
    min-height: 250px;
}

.mensaje .panel-grid-cell{
    position: relative;
}

div.pdfemb-viewer {
    margin: 0px auto !important;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 46px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
    display: inline-block;
}

.blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #1c3379;
    border-radius: 30px;
}

.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #1c3379;
}

.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url(#goo);
}

.blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 35%;
    height: 100%;
    background: #fff;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

.blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
}

.blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

.blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}

.blob-btn:hover {
    color: #1c3379;
    border-radius: 30px;
    text-decoration: none;
}

.blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}

.blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
}

.toppa{
    margin-top: 45px;
    padding-top: 40px;
}



