@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open Sans:400,700,900');
body{
    font-family: 'Open Sans';
    font-weight: normal;
    padding-top: 68px;
    padding-bottom: 0px;
}
.header{
    background-color: #292626;
    color:white;
    height: auto; 
    padding: 10px 20px;
    border-bottom: 0 none;
    position: fixed;
    top:0;
}
.header .container{
    position: relative;
}
img{
    max-width: 100%;
}
.custom-logo-link{
    width: auto;
    margin: 0;
}
.nav ul.primary, .nav ul.redes, .primary-menu{
    padding: 0 !important;
    margin-bottom: 0;
}
.nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.nav ul li a{
    display: block;
    padding: 10px; 
    color: white;
    font-size: 11.5px;
}

.nav ul.primary-menu > li > a{
    font-size: 11.5px;
    border-bottom: 2px solid #00c9e1;
}
.nav ul.primary-menu li a:hover{
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
}
.redes ul li a{
    padding: 10px 5px; 
    font-size: 20px;
}
.nav.top{
    position: absolute;
    top: -20px;
}
.nav.top ul li a {
    font-size: 20px;
    border-right: 0.5px solid rgba(255, 255, 255, 0.4392156862745098);
}
.nav.top ul li:last-child a{
    border-right: 0 none;
}
.slides-home .swiper-container {
    width: 100%;
    height: 100%;
}
.slides-home .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-position:center center;

    height: 70vh;
    color: white;
    background-color: rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-blend-mode: multiply;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mosaic-globe.light{
    background: url('images/atlas-globe-blue-half.png') repeat top left white;
    color: black;
}
.mosaic-globe.dark{
    /*background: url('images/atlas-globe-white-half.png') repeat top left black;*/
    background: #1d5693;
	color: white;
}
.text-blue{
    color: #0695c0;
}
@media only screen and (max-width: 991px) {
    .mosaic-globe.dark {
	background: url('images/atlas-globe-white-half.png') repeat top left black;
    color: white;
    height: 340PX;
    }
}
.mosaic-globe{
    text-align: justify;
}
section{
    position: relative;
    overflow: hidden;
}
.mosaic-globe .content{
    max-width: 560px;
}
.big-pad{
    padding: 80px 30px;
    box-sizing: border-box;
}
@media only screen and (max-width: 420px) {
	.big-pad{
    padding: 0px 30px;
    box-sizing: border-box;
    line-height: 19px;
	}
}
section.circles{
    background: url(images/FOTO-FONDO.jpg) no-repeat center center #111;
    background-attachment: fixed;
    background-blend-mode: soft-light;
    padding: 0 0 85px 0;
}
section.circles .circle{
    color: #40C8DF ;
}
section.circles .circle .icon {
    display: block;
    text-align: center;
    margin: 20px auto;
    margin-bottom: 10px;
    font-size: 50px;
    transition: all 0.3s;
}
section.circles .circle:hover {
    text-decoration: none;
    background: rgba(0,0,0,.3);
}
section.circles .circle:hover .icon {
    color: white;
    transform: scale(1.5);
}
section.circles .circle .circle-title{
    color: white;
    font-size: 19px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
}
section.circles .circle {
    color: #40C8DF;
    width: 200px;
    border: 2px solid #fff;
    height: 200px;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-block;
    padding: 30px 10px;
    text-align: center;
    margin: 20px auto;
    background: rgba(0,0,0,.5);
}

.text-white{
    color: white;
}
.lato{
    font-family: "Lato",  sans-serif;
}
.circles .dark-bar {
    background: rgba(0,0,0,0.6);
    padding: 50px 0;
    margin-bottom: 50px;
}
h1.lato, h2.lato, h3.lato, h4.lato, h5.lago, h6.lato{
    font-weight: bold;
}
.lato.normal{
    font-weight: normal;
}
.header-icon{
    width: 36px;
    margin-right: 15px;
    vertical-align: middle;
}
section.valuables{
    background: #005396;
    color: white;
    padding: 60px 0;
}
.widget-valuables .item-widget {
    float: left;
    width: 16.66%;
    border: 1px solid white;
    height: 200px;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.widget-valuables .item-widget:first-child{
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}
.widget-valuables .item-widget:last-child{
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}
.widget-valuables .item-widget .title {
    background: #3fc8df;
    text-align: center;
    padding: 10px 10px 7px 10px;
}
.item-widget .icon {
    font-size: 50px;
    display: block;
    margin: 10px auto;
}
.item-widget ul {
    margin: 10px 5px 10px 30px;
    font-size: 10px;
}
.widget-valuables {
    width: 100% !important;
    overflow: hidden;
    display: block;
    min-width: 100%;
    max-width: 100%;
}
.swiper-container.videos-gallery {
    width: 100%;
    height: 100%;
}
.videos-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-position:center center;
    

}
.header a, .header a:visited{
    color: #ccc;
}
.toggle-btn.js-toggle{
    display: none;
}
.video-frame{
    height: 530px;
}
section.video-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer{
    background-color:#000;
    margin-top: 0;
    height: auto;
}
.footer-sub-header{
    color: #40c8df;
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
}
.blue-square {
    background: rgb(6, 53, 90);
    padding: 40px;
    border: 0.2px solid white;
}
.footer-items li{
    list-style: none;
    margin-bottom: 5px;
    font-size: 10pt;
    line-height: 14pt;
    padding-left: 30px;
    position: relative;
}
.footer-items li::before{
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    color: #3fc8df;
    text-align: center;
}
.footer-items li.no-bullet::before{ visibility: hidden; }
.footer-items li.location::before{ content: "\f041";}
.footer-items li.telephone::before{ content: "\f041";}
.footer-items li.envelope::before{ content: "\f095";}
.btn-outline-only {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #fff;
    box-shadow: none !important;
}
.btn-large {
    font-size: 20pt;
    padding: 10px 40px;
    color: white;
    text-transform: uppercase;
}
.main-slider h1 {
    margin: 20px 0;
    text-transform: uppercase;
    padding: 20px 30px;
    border: 2px solid #00c9e1;
}

.main-slider h3 {
    margin: 50px 0;
}
/*services*/
.services {
    margin-bottom: 50px;
    padding: 60px 0;
  }
  
  .service {
    background: #f0f3f6;
    color:#38404a;
    border-radius: 3px;
    padding: 60px 30px 40px;
    text-align: center;
    height: 240px;
    transition: all .3s;
  }
  
  .service:hover {
    background: #40c8df;
    color: #FFF;
  }
  
  .service:hover .btn {
    background: #f4f4f4;
    color: #738897;
  }
  
 
  
  .services h3 {
    font-size: 20px;
    vertical-align: top;
    font-weight: normal;
  }
  .service-details ul li {
        font-size: 16px;
        font-weight: normal;
        font-family: "Open Sans";
        margin: 10px 0;
    }
  .services i {
    transition: all .3s;
    background: #8f9da7;
    border: 4px solid #FFF;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    font-size: 32px;
    height: 100px;
    left: 50%;
    line-height: 98px;
    margin: 0 12px 0 -50px;
    position: absolute;
    text-align: center;
    top: -42px;
    width: 100px;
  }
  .service:hover i {
    background: #0b6b7b;
    
    transform:scale(1.1);
  }
  .service-details ul {
        margin-left: 20px;
        margin-top: 30px;
    }

  
  .main-message {
    color: #555;
    font-size: 20px;
    padding: 85px 0;
    text-align: center;
}

/*bottom message*/
/* Bottom Message section - Homepage */
.message-container {
background: #F0F0F0;
margin: 100px 0;
overflow: hidden;
padding: 50px;
}

.message-container h3,
.message-container h4 {
font-size: 26px;
line-height: 34px;
margin: 0;
}

.message-container h4 {
color: #6b6b6b;
font-size: 16px;
}

.message-container i {
font-size: 67px;
color: #3fc8df;
}
.message-container .message-text {
padding-left: 25px;
}
.message-container .btn {
margin: 11px 0;
padding: 13px 35px;
}
.bg-postes {
    /* background: url(images/carretera-por-la-noche.jpg) no-repeat top center transparent; */
    color: #444;
    background: #ffffff;
}
p.sub-heading {
    margin: 30px;
}
section.video-gallery {
    background: #222;
}
a.video {
    display: block;
    position: relative;
}
a.video .video-title {
    position: absolute;
    bottom: 0;
    color: white;
    margin: 0;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    width: 100%;
}

a.video i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    color: #fffafa;
    font-size: 80px;
    margin-top: -50px;
    text-shadow: 0 0 40px black;
    transition: all 0.3s;
}
a.video:hover i.fa {
    color: red;
}
.video img {
    width: 100%;
}
.footer-head {
background: #292F36;
color: #fff;
padding: 25px 0;
position: relative;
}

.footer-head .social-links li {
display: inline;
margin: 0 10px 0 0;
}

.footer-head .social-links a {
background: #38404a;
color: #fff;
display: inline-block;
font-size: 16px;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}

.footer-head .social-links a:hover {
background: #244c6d;
}

.footer-head .go-to-top {
background: #292F36;
color: #fff;
height: 80px;
display: block;
font-size: 22px;
line-height: 80px;
position: absolute;
right: 15px;
text-align: center;
top: -25px;
width: 80px;
}
a, a:visited {
    color: #fff; 
}
.cuadro-azul {
    background: #3fc8df;
    color: white;
    padding: 30px;
    margin: 10px 0;
    transition: all 0.3s;
}
.cuadro-azul h3{
    margin-top: 0; font-family: "Lato";
}
.cuadro-azul:hover{
    background: #377c88;
}
.nice-list li{
    list-style: none;
    display: block;
    background: #dedede;
    border-radius: 4px;
    margin: 5px;
    transition: all 0.3s;
    padding: 7px;
}
.nice-list li:hover{
    background:#3fc8df;
    color: white;
    cursor: normal;
    transform: scale(1.05);
}
.pills span {
    display: inline-block;
    padding: 10px;
    background: #3fc8df;
    color: white;
    border-radius: 25px;
    margin: 10px;
    transition: all 0.2s;
}
.pills span:hover{
    transform: scale(1.05);
    background: #1d5c67;
    cursor: normal;
}
.current-menu-item{
	background: rgba(255, 255, 255, 0.15);
	color: #20b2aa;
	
}
/*SWIPER DEFAULT*/
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-top .swiper-slide {
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #828282;
    color:white;
  }
  .gallery-top .swiper-slide h1{ color:white; text-align:center;
    display: inline-block;
    border: 2px solid #0a4e75;
    padding: 10px 30px;
    color: #00c9e1;
}

 .gallery-top {
    height: 100%;
    width: 100%;
  }
  .gallery-thumbs {
    height: 185px;
    box-sizing: border-box;
    position: absolute !important;
    bottom:0;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    
    cursor: pointer;
  }
  
/*SWIPER DEFAULT*/
.timeline {
    height: 60vh;
    box-sizing: border-box;
    overflow:hidden;
    background: #000;
    position: relative;
    min-height: 530px;
}
/* .timeline .gallery-thumbs .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: white;
    height: calc(100% - 150px);
    left: 50%;
    opacity:0.7;
}
.timeline .gallery-thumbs .swiper-slide.swiper-slide-active::before{
    opacity: 0.2;
} */
.timeline .gallery-thumbs .swiper-slide .poste-year{
    position: absolute;
    bottom:0px;
    width:100%;
    text-align:center;
    height: 100px;
    
}
.timeline .gallery-thumbs .swiper-slide .poste-year img{
    width:50px;
    transition: all 0.3s;
}
.timeline .gallery-thumbs .swiper-slide.swiper-slide-active .poste-year img{
    width:70px;
}
.timeline .gallery-thumbs .swiper-slide .poste-year h3 {
    color: white;
    font-weight: 400;
    margin: 0;
    line-height: 100px;
    opacity: 0.2;
    transition: all 0.3s;
}
.timeline .gallery-thumbs .swiper-slide .poste-year h3:hover{
    opacity: 0.5;
}
.timeline .gallery-thumbs .swiper-slide.swiper-slide-active .poste-year h3{
    opacity: 1;
}
.timeline .gallery-thumbs::after{
    content:"";
    background: url('images/ml.png') repeat-x top left rgba(0, 0, 0, 0.8);
    border-top: 1px solid white;
    position: absolute;
    bottom:0;
    width:100%;
    height:100px;
}
.nice-list-2 li {
    margin: 20px 0;
    text-align: justify;
}
.menu_item_wpglobus_menu_switch .sub-menu {
    display: none;
    position: absolute;
    background: #262626;
}
.sub-section-2 h4 {
    margin: 20px 0 30px 0;
    font-weight: bold;
}
.main-message h1 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: rgb(6, 149, 192);
}
.main-message h1 .thin{
    font-weight: 100;
    color:#656565;
    
}
.sub-menu li {
    border-top: 0 none;
}
.circles {
    color:white;
}
.circles b {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    font-size: 48px;
    padding: 20px;
    text-align: center;
    margin: 10px auto;
    width: 130px;
    transition: all .3s;
    border-radius: 100%;
}
.circles p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.circles b:hover {
    background-color: rgba(255,255,255,0.2);
}
.circles b img {
    transition: all 0.3s;
}
.circles b:hover img {
    transform:scale(1.1);
}
.message {
    background: #38404a;
    color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 70px;
}
.message li {
    margin: 25px 0;
    text-align: justify;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #292f36;
}
.footer {
    padding: 10px 0 70px 0;
    background: #222427;
}
h1.building-excellence {
    border-top: 2px solid #999;
    margin-top: 36px;
    padding-top: 30px;
    border-bottom: 2px solid #999;
    padding-bottom: 30px;
}
.wp-block-column {
    padding-left: 15px;
    padding-right: 15px;
}
.entry {
    margin-top: 0 !important;
    overflow: hidden;
}
.wp-block-columns.contacto {
    max-width: 1170px;
    margin: 0 auto;
}
.rtbs_menu {
    background: #20292e;
}
.rtbs .rtbs_menu li a{
    color: white;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}
.rtbs>.rtbs_content{
    background: white;
    border-top: 0 none !important;
    border: 1px solid #ededed;
}
.rtbs .rtbs_menu li{
    margin-top:0;
}
.rtbs .rtbs_menu li a.active{
    font-weight: bold;
    background: #0a4e75 !important;
}
.rtbs_contactenos > .rtbs_content {
    padding-top: 0px;
}
.rtbs_content .contact-map {
    float: left;
    width: 40% !important;
    padding: 10px !important;
    height: 350px;
}
.rtbs.rtbs_el-salvador, .left-single-country-contact{
    width: 60%;
    float: left;
    padding-right: 20px;
}
.left-single-country-contact{
    padding-top:30px;
}
.second-direction-nicaragua {
    margin-top: 190px;
}
form.wpcf7-form {
    background: url('../../uploads/2018/10/globe-bg.png') no-repeat -50px 170px #0a4e75;
    background-size: contain;
    padding: 40px;
    border-radius: 10px;
    color:white;
}
form.wpcf7-form .wpcf7-form-control, form.wpcf7-form .wpcf7-form-control-wrap{
    width:100%;
    color: #292f36;
    font-weight: bold;
}
form.wpcf7-form .form-block{
    margin-top:20px;
}
input.wpcf7-form-control.wpcf7-submit {
    color: white;
    width: auto;
    padding: 8px 20px;
    float: right;
    border:0 none;
    background: #546171;
    font-weight: normal;
}
.single-post .entry__header, .page .entry__header {
    min-height: 130px;
}
.single-post .entry__info, .page .entry__info {
    width: 100%;
}
.single-post .entry__title, .page .entry__title{
    /* text-align:left; */
    text-transform: uppercase;
}
.single-post .entry__content, .page .entry__content {
    display: block;
    width: auto;
    max-width: 1170px;
    margin: 20px auto;
    color: #555;
    font-style: normal;
    font-size: 1.6rem;
}
ul.marked-list li {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 15px;
}
ul.marked-list li span.resaltar {
    background: #292f36;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    border-right: 4px solid #00c9e1;
}
.entry__content h5 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 2px solid;
    color: #fff;
    padding-left: 10px;
    background-color: #0a4e75;
    padding-top: 60px;
    font-size: 20pt;
    font-weight: normal;
}
.entry__content h5{
    background-image: url('../../uploads/2018/10/globe-bg.png');
    background-repeat: no-repeat ;
    /* background-position: 140% -20%; */
    background-position: calc(100% + 85px) calc(100% + 85px);
    background-size: 170px;
}
.about-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 37px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
    font-family: "Open Sans";
}
.desarrollando-soluciones p, p.ingenieria, .ingenieria li {
    font-size: 18px;
    font-weight: 200;
    text-align: justify;
    line-height: 32px;
}
.wp-block-columns.ingenieria .wp-block-column {
    padding: 20px;
    background: #dedede;
    margin: 15px;
}
.slide-content {
    width: 60%;
    margin: 0 auto;
    border: 2px solid white;
    display: block;
    margin-top: 60px;
    padding: 20px 80px;
    background: rgba(0, 0, 0, 0.3);
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
    cursor: default;
}
.gallery-thumbs .swiper-slide {
    background: url('images/postes.png') repeat-x top center transparent;
    width: 348px;
}
.gallery-thumbs .swiper-slide:first-child {
    background-position: -38% 0;
    background-repeat: no-repeat;
}
.gallery-thumbs .swiper-slide:last-child {
    background-position: 138% 0;
    background-repeat: no-repeat;
}
.square-heading{

}
body.page-template.page-template-page-whoweare {
    background: #292f36;
    color: white;
}
h2.h-bexellence {
    color: white;
    margin: 0;
    padding: 40px;
}
.wp-block-columns.building-experience, .mwidth{
    margin: 0 auto;
    max-width: 960px;
}
.img-excellence{
    padding-top:50px;
    padding-bottom:50px;
}
.r-bexcellence-1, .r-bexcellence-2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.img-excellence img{
    max-width:300px;
}
.hr-lg{
    max-width:960px;
    margin:20px auto;
}
.heading-history-point-left, .heading-history-point-right{
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #00BCD4;
    position: relative;
    color:#00BCD4;
}
.heading-history-point-left::after, .heading-history-point-right::after{
    content:"";
    position: absolute;
    width:20px;
    height:20px;
    border-radius: 100%;
    bottom:-10px;
    background: #292f36;
    border: 3px solid #00BCD4;
}
.heading-history-point-right::after{
    left:0;
}
.heading-history-point-left::after{
    right:0;
}
/* .w80{
    flex: .9;
} */
.history-block:nth-child(even) .wp-block-column:last-child{
    border-left: 2px solid #00BCD4;
}
.history-block:nth-child(odd) .wp-block-column:first-child{
    border-right: 2px solid #00BCD4;
}
.history-block p{
    padding:40px; color: rgba(255,255,255,0.8);
}
/*proyectos*/
.project-board {
    height: calc(100vh - 70px);
    position: relative;
    overflow: hidden;
}
.topbar.project-types {
    background: #0f57a7;
    padding: 7px;
    color: #ccc;
    padding-left: 21vw;
}
ul.project-type-items {
    margin: 0;
    display: flex;
}
.project-type-items li {
    /* display: inline-block; */
    list-style: none;
    flex:1;
}
a.pj-item {
    padding: 4px 9px;
    display: block;
    transition: all 0.3s;
    text-align: center;
}
a.pj-item:hover{
    background: rgba(255, 255, 255, 0.15);
    color:white;
    text-decoration: none;
}
a.pj-item img{
    height: 48px;
    width:auto;
}
.main-gallery {
    width: 100%;
    background: #222;
    height: calc(100% - 115px);
    color: white;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 20vw;
    position: relative;
}
.gallery-description {
    position: absolute;
    padding: 20px 20px 20px calc(20vw + 20px);
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,.5);
    left: 0;
    margin: 0;
}
.main-gallery .swiper-container, .wpssc-carousel-wrap.wpssc-row-clearfix{
    height: 100%;
}
.sidebar.special-proyects.projects {
    position: absolute;
    left: 0;
    top: 0;
    width: 20vw;
    height: 100%;
    z-index: 2;
    background: black;
    color:#aaa;
    overflow: auto;
}
.sidebar.special-proyects.projects label {
    margin: 10px;
}
.project-lists a {
    display: block;
    padding: 5px 10px;
    color: #999;
    font-size: 11px;
}
.project-lists a:hover {
    text-decoration: none;
    background:rgba(255, 255, 255, 0.15);
    color: white;
}
.project-lists a.pja{
    border-bottom: 1px solid #222;
}
a.h-tab-button{
    background:transparent ;
    display: block;
    margin-top: 20px;
    font-size: 25px;
    padding: 20px 0;
}
a.h-tab-button:hover, a.h-tab-button:active,a.h-tab-button:focus-within{
    background: rgba(255, 255, 255, 0.15);
    text-decoration: none;
    color:white;
}
a.h-tab-button.active{
    background:#0a4e75 ;
    color:white;
}
.history-block:first-child{
    margin-top:20px;
}
.history-block{
    display:none;
}
ul.marked-list li.grade-2 {
    margin-left: 20%;
}
ul.marked-list li.grade-3 {
    margin-left: 40%;
}
.entry__content p {
    text-align: justify;
}
span.company-name {
    display: inline-block;
    background: #0a4e75;
    color: white;
    padding: 3px 17px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
ul.sub-menu {
    position: absolute;
    background: black;
    display: none;
}
.nav ul.sub-menu li {
    display: block;
}
.nav ul li:hover ul.sub-menu{
    display: block;
}
.main-gallery.large{
    height: 100%;
}
a.pja:hover, a.pja.active{
    background: #005396;
}
a.pja {
    padding-left: 20px;
}
.project-board .swiper-slide img{
    height: calc(100vh - 90px);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    top: 10px;
}
.project-lists > li{
    padding-left: 8px;
    font-weight: bold;
}
.contacto .wp-block-column {
    flex-basis: 100% !important;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.anti-spam {
    margin-top: 20px;
    float: right;
    text-align: right;
}