

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face{
    src: url("../fonts/AquawaxMedium.ttf");
    font-family: "AquawaxMedium"; 
}
@font-face{
    src: url("../fonts/AquawaxBlack.ttf");
    font-family: "AquawaxBlack"; 
}
@font-face{
    src: url("../fonts/AquawaxLight.ttf");
    font-family: "AquawaxLight"; 
}
@font-face{
    src: url("../fonts/Gilroy-Bold.ttf");
    font-family: "Gilroy"; 
    font-weight: bold;
}
@font-face{
    src: url("../fonts/Gilroy-Heavy.ttf");
    font-family: "Gilroy"; 
    font-weight: 900;
}
@font-face{
    src: url("../fonts/Gilroy-Light.ttf");
    font-family: "Gilroy"; 
    font-weight: 300;
}
@font-face{
    src: url("../fonts/Gilroy-Medium.ttf");
    font-family: "Gilroy"; 
    font-weight: 600;
}
@font-face{
    src: url("../fonts/Gilroy-Regular.ttf");
    font-family: "Gilroy"; 
    font-weight: 400;
}

/**/
@font-face{
    src: url("../fonts/Gomenasans-Bold.otf");
    font-family: "Gomenasans"; 
    font-weight: 700;
}
@font-face{
    src: url("../fonts/Gomenasans-Regular.otf");
    font-family: "Gomenasans"; 
    font-weight: 400;
}



@font-face{
    src: url("../fonts/Mont-Light.ttf");
    font-family: "MontBook"; 
    font-weight: 300;
}
@font-face{
    src: url("../fonts/Mont-Book.ttf");
    font-family: "MontBook"; 
    font-weight: 400;
}
@font-face{
    src: url("../fonts/Mont-Bold.ttf");
    font-family: "MontBook"; 
    font-weight: 700;
}


@font-face{
    src: url("../fonts/Poppins-Light.ttf");
    font-family: "Poppins"; 
    font-weight: 300;
}
@font-face{
    src: url("../fonts/Poppins-Regular.ttf");
    font-family: "Poppins"; 
    font-weight: 400;
}
@font-face{
    src: url("../fonts/Poppins-Bold.ttf");
    font-family: "Poppins"; 
    font-weight: 700;
}


@font-face{
    src: url("../fonts/HelveticaNeueLTProRoman.otf");
    font-family: "HelveticaNeueLTProRoman"; 
    font-weight: normal;
}
@font-face{
    src: url("../fonts/HelveticaNeueLTProHv.otf");
    font-family: "HelveticaNeueLTProHv"; 
    font-weight: normal;
}
@font-face{
    src: url("../fonts/HelveticaNeueLTProLt.otf");
    font-family: "HelveticaNeueLTProLt"; 
    font-weight: normal;
}
@font-face{
    src: url("../fonts/HelveticaNeueLTProMd.otf");
    font-family: "HelveticaNeueLTProMd"; 
    font-weight: normal;
}
@font-face{
    src: url("../fonts/HelveticaNeueLTProBd.otf");
    font-family: "HelveticaNeueLTProBd"; 
    font-weight: normal;
}
/**/

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
a, a:hover {
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
input:focus, textarea:focus, select:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}
/*scrollbar*/
::-webkit-scrollbar{
    width:17px;
    background-color: #f8f8f8;
}
::-webkit-scrollbar-track{
    -webkit-border-radius:7px;
    border-radius:7px;
    cursor:pointer
}
::-webkit-scrollbar-thumb{
    cursor:pointer;
    -webkit-border-radius:7px;
    border-radius:7px;
    background:#dcdadd
}
::-webkit-scrollbar-thumb:window-inactive{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background:#ddd
}
/**/
body.home.page{    
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../img/bg-home.jpg');
}
.row {
    margin: 0;
}
.container{
    padding: 0;
}

a:focus {
  outline: none;
}

a:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 3px;
}

.skiptranslate iframe {
    display: none !important;
}
a.glink {
    text-decoration: none;
    margin-right: 6px;
}

header{
    /*background-color: #fff;*/
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../img/bg-header.png');
    height: 103px;
    position: absolute;
    z-index: 666;
    width: 100%;
}
.navbar-toggle{
    background-color: transparent;
    border: 1px solid transparent;
    padding: 9px 10px;
}
.navbar-toggle {
    float: none;
}
.navbar-toggle .icon-bar {
    background-color: #233a80;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-toggle .icon-bar:nth-child(3) {
    width: 30px;
    position: relative;
}
.navbar-toggle .icon-bar:nth-child(4) {
    width: 30px;
    position: relative;
}
.glyphicon-remove:before {
    content: url(../img/x-movil.png);
    position: relative;
    top: 6px;
    left: 2px;
}
.icons > div{
    display: inline-block;
}
.phone-topbar{
    color: #223a81;
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
    padding: 7px 15px 3px 15px;
    border-radius: 20px;
    border: 0;
    margin-right: 12px;
    font-family: "MontBook";
    font-size: 17px;
    font-weight: 700;
    margin-top: 6px;
    height: 0;
    padding: 0;
}
.phone-topbar div{
    display: inline-block;
}
.phone-topbar div span{
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
}
.phone-topbar div span strong{
    color: #508ec6;
}
.phone-topbar div span figure{
    display: inline-block;
    position: relative;
    left: 8px;
    border-left: 1px solid #7572a1;
    padding-left: 9px;
    line-height: 18px;
}
.phone-topbar img{
    position: relative;
    top: -5px;
    margin-right: 7px;
}
.navbar {
    margin: 0;
    border: none;
    border-radius: inherit;
    height: auto;
    padding: 0px;
}
.navbar .row {

}
.navbar .row .pad{
    padding: 0;
}
.navbar .row .pad .logo{
    text-align: center;
}
.navbar .row .pad .logo a{
    display: inline-block;
}
.navbar .row .pad .logo a img{
    position: absolute;
    top: 9px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}
.navbar .container .row .icons-social h2{
    display: block;
    font-family: "HelveticaNeueLTProLt";
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 300;
}
.navbar .container .row .icons-social a{
    color: #fff;
    display: inline-block;
    /* float: left; */
    font-size: 21px;
    height: 40px;
    width: 38px;
    line-height: 44px;
    position: relative;
    margin-top: 6px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: transparent;
    border: 1px solid #fff;
}
.navbar .container .row .icons-social a:hover{
    color: transparent;
    background-color: #fff;
}
.navbar .container .row .icons-social a i{
    position: relative;

}
.navbar .container .row .navbar-collapse{
    padding: 0;

}
.navbar .container .row .navbar-collapse .menu-navbar >ul{
    padding: 0;
    margin: 0;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li{
    display: inline-block;
    position: relative;
margin-right: 25px;
}
.navbar .container .row .navbar-collapse .menu-navbar>ul >li:last-child{

}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li > a{
    font-size: 14px;
    font-family: "MontBook";
    text-transform: uppercase;
    color: #656565;
    line-height: 37px;
    font-weight: 700;
    padding-bottom: 1px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li:first-child {
    margin-right: 35px;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li:first-child > a {
    font-size: 0;
    position: relative;
    height: 45px;
    padding: 0;
    width: 38px;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li:first-child > a:before {
    content: url("../img/ico-home.png");
    position: relative;
    top: -4px;
    position: absolute;
    left: 0;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li:first-child > a:after {
    content: none;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li:last-child > a:after {
    content: none;
}

.navbar .container .row .navbar-collapse .menu-navbar >ul >li:hover > a{
    color: #223a7f;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li:last-child:after{
    border-right: 0;
    padding-left: 0;
}


.navbar .container .row .navbar-collapse .menu-navbar > ul > li.current-menu-item > a{
    color: #223a81;  
}


#navbar >ul >li.current-menu-item{
    color: #223a81;
}



/*submenu*/


.navbar .menu-item .sub-menu{
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 50%;
    transform: translate(-50%, -10px); /* arranca un poco más arriba */
    width: 210px;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    background-color: rgb(34 58 127 / 90%);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    opacity: 0;
    pointer-events: none; /* evita clics cuando está oculto */
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 999999;
}

.navbar .menu-item:hover .sub-menu{
    transform: translate(-50%, 0); /* vuelve a su posición */
    opacity: 1;
    pointer-events: auto;
}
.navbar .menu-item:hover .sub-menu .li .sub-menu{
    display: none;
}
.navbar .menu-item .sub-menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
.navbar .menu-item .sub-menu > li{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar .menu-item .sub-menu .menu-item-has-children:hover > a{
    padding: 0;
}
.navbar .menu-item > .sub-menu .menu-item-has-children > a:after{
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 17px;
    display: inline-table;
    color: #508ec6;
    margin-right: 0px;
    margin-top: -6px;
    position: relative;
    top: 6px;
    left: 17px;
}
.navbar .menu-item .sub-menu li a{    
padding-bottom: 12px;
    padding-top: 12px;
    width: 100%;
    display: block;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
}
.navbar .menu-item .sub-menu li:last-child a {
    border-bottom: none;
}
#navbar .menu-item .sub-menu li a{    
    padding-bottom: 12px;
    padding-top: 11px;
}
.navbar .menu-item .sub-menu li.current-menu-item{
color: #fff;
}
.navbar .menu-item .sub-menu li.current-menu-item a{
color: #fff;
}
.navbar .menu-item .sub-menu li:hover{
color: #fff;
}
.navbar .menu-item .sub-menu li:hover a{
color: #fff;
}

#navbar .menu-item .sub-menu li:hover ul{
    display: inherit;
    position: relative;
    margin: 0px 0 0px 0;
    min-height: 0px;
    max-height: 800px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
    top: 0px;
}
#navbar .menu-item .sub-menu li ul{
    display: inherit;
    position: inherit;
    z-index: 100;
    width: 100%;
    color: #fff;
    text-align: left;
    left: inherit;
    padding-top: 10px;
    background-color: #015a84;
    margin-top: 0;
    margin-right: 0;

    list-style: none;
    position: relative;
    margin: 0px 0 0px 0;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    padding-left: 15px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
}
#navbar .menu-item .sub-menu li ul li{
    display: flex;
}
#navbar .menu-item .sub-menu li:hover ul li{
    padding-left: 0px;
}
#navbar .menu-item .sub-menu li ul li{
    padding-left: 0px;
}
#navbar .menu-item .sub-menu li ul li a{
    text-transform: capitalize;
    background-color: inherit;
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 15px;
    border-bottom-color: transparent;
    padding: 5px 5px;
    padding-left: 9px;
}
#navbar .menu-item .sub-menu li ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 17px;
    color: #508ec6;
    display: inline-table;
    margin-right: 0px;
    margin-top: 4px;
    margin-left: 5px;
}
#navbar .menu-item .sub-menu li ul li:hover {
    background-color: inherit;
}
#navbar .menu-item .sub-menu li ul li:hover a {
    color: #7dba47;
}
.navbar .menu-item .sub-menu li ul li.current-menu-item{
    background-color: inherit;
}
.navbar .menu-item .sub-menu li ul li.current-menu-item a{
    color: #7dba47;
}
#navbar .menu-item .sub-menu li .sub-menu{
    position: relative;
    z-index: 100;
    padding: 0;
    width: inherit;
    color: #fff;
    list-style: none;
    text-align: left;
    left: 0;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 0px;
    background-color: #fff;
    margin: 0px 0 0px 0;
    box-sizing: border-box;
    max-height: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    overflow: hidden;
    z-index: 999999;
    box-shadow: none;
    border-radius: 0px;
}
#navbar .menu-item .sub-menu li .sub-menu li{

}
#navbar .menu-item .sub-menu li .sub-menu li a{
    color: #4d4790;
    font-weight: bold;
}
#navbar .menu-item .sub-menu li .sub-menu li a:hover{
    color: #508ec6;
}
#navbar .menu-item .sub-menu li .sub-menu li.current-menu-item a{
    color: #508ec6;
}
/* slider */
/*--------------- MAYORMENTE EL SLIDER -------------------*/

.slide{
    position: relative;
}
.slide .container{
    position: relative;
    padding: 0;
    top: 58.5%;
    text-align: center;
    padding-left: 0;
}
.slide .ico-banner{
    position: relative;
}
.slide .container h3{
    color: #ffffff;
    font-size: 48px;
    font-family: "Poppins";
    line-height: 52px;
    letter-spacing: 0px;
    font-weight: 300;
    margin-bottom: 0;
}
.slide .container h4{
    color: #ffffff;
    font-size: 27px;
    font-family: "Poppins";
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 300;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 35px;
    letter-spacing: 1px;
    width: 900px;
}
.slide .container a{
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins";
    line-height: 24px;
    border: 1px solid #fff;
    border-radius: 25px;
    max-width: 268px;
    margin: auto;
    padding: 5px 10px 5px 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s
}
.slide .container a:hover{
    color: #2b3f8a;
    background-color: #fff;
}
.flexslider {
    border: 0px solid #fff; 
    overflow: hidden; 
    margin: 0;
    border-radius: 0;
}
.flexslider .slides {
    z-index: 2; 
}


.flexslider li.flex-active-slide .animation_banner h3{
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: SlideIntDown;
    animation-name: SlideIntDown;
}
.flexslider li.flex-active-slide .animation_banner h4{
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: SlideIntUpp;
    animation-name: SlideIntUpp;
}
.flexslider li.flex-active-slide .animation_banner a{
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: SlideIntUpp;
    animation-name: SlideIntUpp;
}
.animation_banner h3{
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutt;
    animation-name: fadeOutt;
}
.animation_banner h4{
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutt;
    animation-name: fadeOutt;
}
.animation_banner a{
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutt;
    animation-name: fadeOutt;
}

@-webkit-keyframes SlideIntDown {
        0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -175%, 0);
                transform: translate3d(0, -175%, 0);
        }
        100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}
@-webkit-keyframes SlideIntUpp {
        0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 175%, 0);
                transform: translate3d(0, 175%, 0);
        }
        100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@-webkit-keyframes fadeOutt {
        0% {
                opacity: 1;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        }
        100% {
                opacity: 0;
                -webkit-transform: none;
                transform: none;
        }
}
/*------------- modify background---------*/

.slider{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 549;
    background: transparent;
    z-index: 552;
    margin-top: 0px;
    padding-bottom: 50px;
}

.flexslider .slides,
.flexslider .slides > li
{
    height: 687px;
}

.flexslider .slides > li{
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center top;
}
/*--------- arrows and control ---------*/
.flex-direction-nav{

}
.flex-prev,.flex-next {
  font-size: 0;  
}
.flex-direction-nav .flex-prev {
    background-image: url('../img/arrow-left.png');
    height: 60px;
    width: 59px;
    top: 50%;
}

.flex-direction-nav .flex-next {
    background-image: url('../img/arrow-right.png');
    height: 60px;
    width: 59px;
    top: 50%;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 1;
    right: 90px;
}
.flexslider .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 90px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 90px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 90px;
}

.flex-direction-nav a:before {
    font-size: 0;           
                               
    padding-left: 10px;        
    padding-top: 6px;          
    color: rgba(119, 119, 119, 0.8); 
}

.flex-direction-nav a.flex-next:before {
    padding-left: 3px;          
    padding-top: 6px;           
    color: rgba(119, 119, 119, 0.8);  
    margin-right: 10px;         
}



/*--------- circles ---------*/


.flex-control-nav {
    z-index: 100;
    font-size: 0;
    text-align: right;
    bottom: 15.4%;
    margin: auto;
    width: 1230px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 50px;
}
.flex-control-nav li {
    margin: 5px 6px;
    display: block;
}
.flex-control-paging li a {
    cursor: pointer;
    width: 21px;
    height: 21px;
    position: relative;
    /* background-color: transparent; */
    box-shadow: none;
    border: none;
    border-radius: inherit;
    background: transparent;
    background-image: url(../img/button-inactive-slider.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.flex-control-paging li a span{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.flex-control-paging li a.flex-active span,.flex-control-paging li a:hover span{
    background-color: inherit;
}
.flex-control-paging li a.flex-active {
    border: inherit;
    box-shadow: inherit;
    cursor: pointer;
    background-color: inherit;
    background-image: url(../img/button-active-slider.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.flex-control-paging li a:hover {
    border: inherit;
    box-shadow: inherit;
    cursor: pointer;
    background-color: inherit;
    background-image: url(../img/button-inactive-slider.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#banner_home .flex-direction-nav .flex-next,#banner_home .flex-direction-nav .flex-prev{
opacity: 1;
}
#banner_home:hover .flex-direction-nav .flex-next,#banner_home:hover .flex-direction-nav .flex-prev{
opacity: 1;
}

/*HOME SERVICIOS*/
.servicios_home{
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}
.servicios_home:before{
    content: '';
    position: absolute;
    width: 560px;
    height: 2px;
    background-color: #c41c23;
    left: 0;
    top: 28px;
}
.servicios_home:after{
    content: '';
    position: absolute;
    width: 600px;
    height: 2px;
    background-color: #c41c23;
    right: 0;
    bottom: 0;
}
.servicios_home [class*='col']{
    padding: 0;
}

/* --- ROW 1 --- */
.servicios_home .row.row_1 .title .title_serv{
    padding-left: 100px;
    padding-top: 90px;
}
.servicios_home .row.row_1 .title .title_serv h2{
    color: #223a7f;
    font-size: 50px;
    font-family: "MontBook";
    line-height: 55px;
    margin: 0;
    font-weight: 400;
    text-align: left;
}
.servicios_home .row.row_1 .title .title_serv p{
    color: #565656;
    font-size: 24px;
    font-family: "Poppins";
    line-height: 29px;
    margin: 0;
    font-weight: 300;
    text-align: left;
    padding-top: 12px;
}

/* BIGSIZE */
.servicios_home .row.row_1 figure.bigsize{
    height: 381px;
    width: 680px;
    position: relative;
    float: right;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    cursor: pointer;
}
.servicios_home .row.row_1 figure.bigsize:hover {
   /** transform: scale(1.05); **/
}
.servicios_home .row.row_1 .bigsize_hover{
    height: 381px;
    width: 680px;
    position: relative;
    float: right;
    overflow: hidden;
    border-radius: 18px;
}
.servicios_home .row.row_1 .bigsize_hover .content{
    position: absolute;
    bottom: -10px;
    right: 0;
    background-repeat: no-repeat;
    background-position: left 5px top;
    background-size: contain;
    width: 262px;
    height: 129px;
    border-bottom-right-radius: 18px;
    transition: all 0.6s ease;
}
.servicios_home .row.row_1 .bigsize_hover:hover .content{
    bottom: 0;
}
.servicios_home .row.row_1 .bigsize_hover .content h4{
    color: #fff;
    font-size: 25px;
    font-family: "Poppins";
    line-height: 26px;
    font-weight: 300;
    height: 129px;
    margin: 0;
    padding-top: 31px;
    padding-right: 33px;
    text-align: right;
}

/* --- ROW 2 --- */
/* MIDSIZE */
.servicios_home .row.row_2 .midsize_hover{
    height: 381px;
    width: 680px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-top: 15px;
}
.servicios_home .row.row_2 figure.midsize{
    height: 381px;
    width: 680px;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    cursor: pointer;
}
.servicios_home .row.row_2 figure.midsize:hover {
   /** transform: scale(1.05); **/
}
.servicios_home .row.row_2 .midsize_hover .content{
    position: absolute;
    bottom: -10px;
    left: 0;
    background-repeat: no-repeat;
    background-position: right 10px top;
    background-size: contain;
    width: 262px;
    height: 129px;
    border-bottom-left-radius: 18px;
    transition: all 0.6s ease;
}
.servicios_home .row.row_2 .midsize_hover:hover .content{
    bottom: 0;
}
.servicios_home .row.row_2 .midsize_hover .content h4{
    color: #fff;
    font-size: 24px;
    font-family: "Poppins";
    line-height: 26px;
    font-weight: 300;
    height: 129px;
    margin: 0;
    padding-top: 31px;
    padding-left: 27px;
    text-align: left;
}

/* LATSIZE */
.servicios_home .row.row_2 .latsize_hover{
    height: 677px;
    width: 499px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-top: 15px;
}
.servicios_home .row.row_2 figure.latsize{
    height: 677px;
    width: 499px;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    cursor: pointer;
}
.servicios_home .row.row_2 figure.latsize:hover {
   /** transform: scale(1.05); **/
}
.servicios_home .row.row_2 .latsize_hover .content{
    position: absolute;
    bottom: -10px;
    right: 0;
    background-repeat: no-repeat;
    background-position: left 5px top;
    background-size: contain;
    width: 262px;
    height: 129px;
    border-bottom-right-radius: 18px;
    transition: all 0.6s ease;
}
.servicios_home .row.row_2 .latsize_hover:hover .content{
    bottom: 0;
}
.servicios_home .row.row_2 .latsize_hover .content h4{
    color: #fff;
    font-size: 23px;
    font-family: "Poppins";
    line-height: 26px;
    font-weight: 300;
    height: 129px;
    margin: 0;
    padding-top: 31px;
    padding-right: 24px;
    text-align: right;
}



/********** NOSOTROS INTERNA *************/
.page-template-template-nosotros {
    background-image: url(../img/bg-interna-nosotros.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.fondo-pagina {
    height: 283px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    width: 100%;
    text-align: left;
    display: table;
    position: relative;
    margin-top: 0;
    /*background-color: #fafafa;*/
}
.titulo_interna{
    text-align: center;
}
.titulo_interna h2{
    color: #083783;
    font-size: 24px;
    font-family: "Poppins";
    line-height: 29px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}
.titulo_interna h2 strong{
    color: #083783;
    font-weight: 700;
    font-size: 38px;
    line-height: 36px;
}

.page_interna.interna_nosotros{
    padding-top: 67px;
    padding-bottom: 37px;
}
.page_interna.interna_nosotros .cols{
    display: block;
    width: 100%;
    vertical-align: top;
    position: relative;
 /**   max-width: 1051px; **/
    margin: auto;
}
.page_interna.interna_nosotros .cols .box_1{
    max-width: 835px;
    width: 100%;
    display: table;
    min-height: 195px;
    background-color: #fafafa;
    box-shadow: 0px 0px 46px rgb(0 0 0 / 13%);
    position: relative;
    z-index: 1;    
    border-radius: 12px;
}
.page_interna.interna_nosotros .cols .box_1 .box_content{
    display: table-cell;
    vertical-align: middle;
    padding: 45px 109px 42px 60px;
    text-align: left;
}
.page_interna.interna_nosotros .cols .box_1 .box_content p{
    color: #757575;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 300;
    max-width: 545px;
    text-align: left;
    line-height: 25px;
    position: relative;
    margin-bottom: 24px;
 /** text-align: justify; **/
}
.page_interna.interna_nosotros .cols .box_1 .box_content ul{
    padding: 0;
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: block;
    position: relative;
}
.page_interna.interna_nosotros .cols .box_1 .box_content ul li{
    padding: 0;
    list-style: none;
    margin: 0;
}
.page_interna.interna_nosotros .cols .box_1 .box_content ul li{
    color: #8b8b8b;
    font-size: 18px;
    font-family: "Araboto";
    text-align: left;
    line-height: 26px;
    position: relative;
    margin-bottom: 5px;
    position: relative;
    padding-left: 22px;
}
.page_interna.interna_nosotros .cols .box_1 .box_content ul li:before{
    content: "";
    background-color: #c2231d;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.page_interna.interna_nosotros .cols .box_2{
    max-width: 548px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
}
.page_interna.interna_nosotros .cols .box_2 figure{
    max-width: 540px;
    height: 401px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    border-radius: 12px;
}

.page_interna.interna_nosotros .nosotros_box .row.row_2 {
    padding-bottom: 35px;
    padding-top: 75px;
 /**   max-width: 1009px; **/
    margin: auto;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 [class*='col']{
    padding: 0;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 [class*='col']:nth-child(1){
    padding-right: 22px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 [class*='col']:nth-child(2){
    padding-left: 22px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 .box_mv{
    box-shadow: 0px 0px 15px rgb(0 0 0 / 13%);
    overflow: hidden;
    border-radius: 12px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 .box_mv .box{

}
.page_interna.interna_nosotros .nosotros_box .row.row_2 .box_mv .box figure{
    background-color: #083783;
    min-height: 64px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    text-align: center;
    display: block;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 .box_mv .box figure h1{
    font-size: 26px;
    color: #fff;
    line-height: 64px;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
    text-align: center;
    display: inline-block;
    position: relative;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 .box_mv .box .content{
    padding: 30px 42px 30px 42px;
    min-height: 195px;
    background-color: #fafafa;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 .box_mv .box .content p{
    color: #757575;
    font-size: 18px;
    font-weight: 300;
    font-family: "Poppins";
 /**  max-width: 455px; **/
    text-align: justify;
    line-height: 25px;
    position: relative;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3{
    max-width: 1050px;
    margin: auto;
    padding-bottom: 45px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3.row2{
    padding-top: 0px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3 [class*='col']:nth-child(1){
    padding: 0;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3 [class*='col']:nth-child(2){
    padding: 0;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3 .movil{
    display: none;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3 figure{
    min-height: 275px;
    height: 275px;
    width: 100%;
    max-width: 354px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    border-radius: 9px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    position: relative;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3.row2 figure{
    border-radius: 0px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3 figure img{
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    border-radius: 50%;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3 .content{
    padding: 30px 37px 10px 37px;
    /* border-radius: 9px; */
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    min-height: 275px;
    background-color: #fafafa;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3.row2 .content{
    border-radius: 0;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3 .content p {
    color: #8b8b8b;
    font-family: "Araboto";
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3 .content ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3 .content ul li{
    color: #8b8b8b;
    font-family: "Araboto";
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 4px;
    position: relative;
    padding-left: 22px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3.row2 .content ul li{
    text-align: right;
    padding-right: 22px;
    padding-left: 0;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3 .content ul li:before{
    content: "";
    background-color: #e21e16;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3.row2 .content ul li:before{
    left: inherit;
    right: 0;
}
.page_interna.interna_nosotros .nosotros_box{
  /**  max-width: 1025px; **/
    margin: auto;
}
.page_interna.interna_nosotros .nosotros_box .row{
    padding: 0;
}
.page_interna.interna_nosotros .nosotros_box .row [class*='col']{
    padding: 0;
}
.page_interna.interna_nosotros .nosotros_box .row.row_4{
    
}
.page_interna.interna_nosotros .nosotros_box .row.row_4 .box_full{
    
}
.page_interna.interna_nosotros .nosotros_box .row.row_4 .box_full figure{
    height: 229px;
    width: 100%;
    text-align: center;
    position: relative;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_4 .box_full figure img{
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.page_interna.interna_nosotros .nosotros_box .row.row_4 .box_full .content{
    background-color: #fafafa;
    padding: 25px 50px 30px 50px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    box-shadow: 0px 0px 22px rgb(0 0 0 / 13%);
}
.page_interna.interna_nosotros .nosotros_box .row.row_4 .box_full .content p{
    color: #8b8b8b;
    font-family: "Araboto";
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}
.page_interna.interna_nosotros .nosotros_box .row.row_4 .box_full .content ul{
    padding: 0;
    list-style: none;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 12px;
    padding-left: 15px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_4 .box_full .content ul li{
    color: #8b8b8b;
    font-family: "Araboto";
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 7px;
    position: relative;
    padding-left: 22px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_4 .box_full .content ul li:before{
    content: "";
    background-color: #e21e16;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.page_interna.interna_nosotros .nosotros_box .row.row_3.row2 .movil{
    display: none;
}



/*********** SOSTENIBILIDAD **************/
.page-template-template-responsabilidad {
    background-image: url(../img/bg-interna-nosotros.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.page_interna.interna_responsa .responsa_box{
   /**  max-width: 1025px;  **/
    margin: auto;
    padding-bottom: 70px;
}
.page_interna.interna_responsa .responsa_box .row.row_1{
    padding: 0;
    margin-top: 70px;
}
.page_interna.interna_responsa .responsa_box .row.row_1 [class*='col']{
    padding: 0;
}
.page_interna.interna_responsa .responsa_box .row.row_1{
    
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full{    
    box-shadow: 0px 0px 46px rgb(0 0 0 / 12%);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full figure{
    height: 223px;
    width: 100%;
    text-align: center;
    position: relative;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full figure img{
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full .content{
    background-color: #fafafa;
    padding: 60px 60px 60px 60px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full .content p{
    color: #757575;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 300;
    text-align: left;
    line-height: 25px;
    position: relative;
    text-align: justify;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full .content h2{
    font-family: "Poppins";
    color: #083783;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 17px;
    font-weight: 600;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full .content p strong{
    font-weight: 700;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full .content ul{
    padding: 0;
    list-style: none;
    margin: 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    margin-bottom: 12px;
    padding-left: 15px;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full .content ul li{
    color: #8b8b8b;
    font-family: "Araboto";
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 7px;
    position: relative;
    padding-left: 22px;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full .content ul li:before{
    content: "";
    background-color: #e21e16;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}



/*********** CONTACTO ***************/
body.page-template-template-contacto {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/bg-interna-contacto.jpg);
}
.fondo-pagina {
    height: 254px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: table;
    position: relative;
    margin-top: 0;
}
.page_interna.interna_contacto{
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 67px;
    padding-bottom: 70px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 {
   /** padding-top: 25px; **/
}
.page_interna.interna_contacto .contacto_box .row.row_1 [class*='col']{
    padding: 0 15px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 [class*='col']:nth-child(1){

}
.page_interna.interna_contacto .contacto_box .row.row_1 [class*='col']:nth-child(2){

}

.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto{

}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box{
    display: flex;
    position: relative;
    text-align: left;
    padding-bottom: 30px;

    background-color: #ffffff;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
}   
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box img{

}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box span{
    position: relative;
    width: 100%;
  /**  max-width: 251px; **/
    padding-left: 29px;
    padding-top: 3px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box span p{
    color: #757575;
    font-family: "Poppins";
    font-size: 21px;
    line-height: 25px;
    margin: 0;
    font-weight: 300;
    position: relative;
    word-break: break-all; 
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box span h3{
    color: #3b3a3a;
    font-family: "Poppins";
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    font-weight: 600;
    position: relative;
    margin-bottom: 7px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.telefono img{
    width: 58px;
    height: 58px;
    position: relative;
    top: -2px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.correo img{
    width: 57px;
    height: 57px;
    position: relative;
    top: 2px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.direccion img{
    width: 57px;
    height: 57px;
    position: relative;
    top: -1px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.direccion{
    background-color: #053077;
    background-image: url(../img/bg-ubi-contacto.jpg);
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box {
    display: flex;
    position: relative;
    text-align: left;
    padding-bottom: 30px;
    padding: 0px;
    margin-bottom: 12px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.telefono {
    padding: 36px 40px 34px 39px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.correo {
    padding: 36px 40px 34px 39px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.direccion {
    padding: 36px 40px 47px 39px;
    position: relative;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.direccion span h3{
    color: #fff;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.direccion span p{
    color: #fafafa;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.direccion figure img{
    height: auto;
    width: auto;
    max-width: 100%;
    position: absolute;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.direccion 
figure img{
    height: auto;
    width: auto;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 67px;
    top: inherit;
}

.page_interna.interna_contacto .contacto_box .box_visa{
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 9px;
    background-color: #ebebeb;
    padding: 20px 0 17px 0;
    text-align: center;
}
.page_interna.interna_contacto .contacto_box .box_visa img{
    display: inline-block;
    margin-right: 25px;
}
.page_interna.interna_contacto .contacto_box .box_visa h4{
    color: #777777;
    font-family: "Omnes";
    font-size: 19px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    position: relative;
    word-break: break-all; 
    display: inline-block;
}
.page_interna.interna_contacto .contacto_box .row.row_2 .mapa_contacto{
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 22px rgb(0 0 0 / 13%);
}


#form_contact{

}
.formulario_contacto{
    padding: 43px 48px 44px 48px;
    display: inline-block;
    background-color: rgb(255 255 255 / 98%);
    width: 100%;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 9px;
}
.formulario_contacto h2{
    color: #0040b3;
    font-size: 31px;
    font-family: "Poppins"; 
    line-height: 28px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 11px;
}
.formulario_contacto h2 strong{
    color: #c61e35;
    font-size: 28px;
}
.formulario_contacto h3{
    color: #7d7d7d;
    font-size: 20px;
    font-family: "Poppins"; 
    line-height: 22px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
}
.formulario_contacto p{
    margin-bottom: 0;
}
.formulario_contacto label{
    font-size: 12px;
    color: #111;
    font-family: "Poppins"; 
    text-align: left;
}
.formulario_contacto input, .formulario_contacto button, .formulario_contacto select, .formulario_contacto textarea {
    padding: 10px;
    border: 1px solid transparent;
    font-size: 16px;
    color: #747373;
    font-family: "Source Sans Pro";
    font-weight: 300;
    margin-bottom: 11px;
    border-radius: 25px;
    width: 100%;
    height: 52px;
    position: relative;
    padding-left: 35px;
    /* box-shadow: 0px 0px 22px rgb(0 0 0 / 13%); */
    background-color: #ffffff;
    border: 1px solid #002570;
}
.formulario_contacto textarea {
    overflow: auto;
    vertical-align: top;
 /** height: 90px;  **/
    resize: none;
    padding-top: 10px;
}
.formulario_contacto .row_select {
    display: flex;
    justify-content: space-between;
}
.formulario_contacto .row_select > span.wpcf7-form-control-wrap:nth-child(1){
    width: 40%;
}
.formulario_contacto .row_select > span.wpcf7-form-control-wrap:nth-child(3){
    width: 58%;
}

.formulario_contacto select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: url(../img/bg-select-form.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 30px;
    background-color: #fafafa;
}
.formulario_contacto input:-webkit-autofill, .formulario_contacto textarea:-webkit-autofill,.formulario_contacto  select:-webkit-autofill {
    background-color: transparent;
}
.formulario_contacto input::focus{

}
.formulario_contacto .wpcf7-form-control:focus {
           border-color: #c72c2c !important;
           transition: 0.3s;
}
#form_contact input[type=submit]{
    background-color: #ff413c;
    color: #fff;
    border: none;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 400;
    padding: 0px 7px;
    border-radius: 25px;
    width: 140px;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
}
#form_contact .btn_enviar{
    position: relative;
    display: block;
    text-align: right;
    text-align: left;
    margin-top: 12px;
}
#form_contact input[type=submit]:hover{
    transition: 0.5s;
    background-color: #fd4d48;
}
#form_contact .btn_enviar .ajax-loader {
    display: none;
}



/*HOME ELEGIRNOS*/
.elegirnos_home{
    padding-top: 0px;
    padding-bottom: 70px;
}
.elegirnos_home .container{
    text-align: center;
}
.elegirnos_home .title_elegirnos{
    padding-right: 40px;
    padding-top: 110px;
}
.elegirnos_home .title_elegirnos h2{
    color: #2e3d7e;
    font-size: 50px;
    font-family: "MontBook";
    line-height: 55px;
    margin: 0;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 20px;
}
.elegirnos_home .title_elegirnos p{
    color: #6f6f6f;
    font-size: 24px;
    font-family: "MontBook";
    line-height: 29px;
    margin: 0;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: right;
}
.elegirnos_home .row.row_1 .content{
    text-align: center;
    min-height: 118px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 80px;
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 25px;
}
.elegirnos_home .row.row_1 .content img{
    position: absolute;
    top: -51px;
    left: 30px;
}
.elegirnos_home .row.row_1 .content p{
    color: #fff;
    font-size: 21px;
    font-family: "MontBook";
    line-height: 29px;
    font-weight: 400;
    text-align: left;
    margin: 0;
}



/**/
.logo-footer.movil{
    display: none;
    margin-bottom: 35px;
}
.logo-footer.pc{
    height: 0;
    position: relative;
    top: -40px;
    margin-right: 25px;
}

/* footer*/
footer{
    background-color: transparent;
}
.footer {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/bg-footer.png);
    padding-bottom: 25px;
    padding-top: 90px;
    background-repeat: no-repeat;
    background-position: top center;
}

.footer .container{

}
.footer .container .row{

}
.footer .container .row .info-footer{
    color: #2e3d7e;
    font-size: 20px;
    font-family: "HelveticaNeueLTProRoman";
    line-height: 21px;
    font-weight: 400;
    padding: 0;
}
.footer .container .row .info-footer .correo a{
    padding-top: 6px;
}
.footer .container .row .info-footer:nth-child(2){
    padding-left: 0px;
}
.footer .container .row .info-footer:nth-child(3){
    padding-left: 25px;
}
.footer .container .row .info-footer:nth-child(4){
    padding-left: 0px;
}
.footer .container .row .info-footer:nth-child(4){
    padding-left: 0px;
}

.footer .container .row .info-footer >div{
    display: flex;
    margin-bottom: 23px;
}
.footer .container .row .info-footer >div img{
    height: 34px;
    max-height: 34px;
    max-width: 34px;
    width: 34px;
    margin-right: 14px;
}
.footer .container .row .info-footer h6{
    font-family: "HelveticaNeueLTProRoman";
    font-size: 19px;
    line-height: 24px;
    color: #223a81;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.footer .container .row .info-footer .box_f{
    display: block;
}
.footer .container .row .info-footer .box_f h6{
    margin-bottom: 15px;
    margin-top: 25px;
}
.footer .container .row .info-footer ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 13px 20px 9px 20px;
    border: 2px solid #375735;
    border-radius: 10px;
}
.footer .container .row .info-footer ul li{
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
    padding-left: 17px;
    font-family: "Gomenasans";
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    margin-bottom: 5px;
}
.footer .container .row .info-footer ul li.no-list{
    padding-left: 0;
}
.footer .container .row .info-footer ul li.no-list:before{
    content: none;
}
.footer .container .row .info-footer .direccion{

}
.footer .container .row .info-footer .direccion > img{
    width: 27px;
    height: 37px;
    margin-right: 21px;
}
.footer .container .row .info-footer .direccion .box{
    width: 250px;
    margin-right: 20px;
    position: relative;
}   
.footer .container .row .info-footer .direccion .box span{
    font-family: "Gomenasans";
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
}

.footer .container .row .info-footer .telefono{

}
.footer .container .row .info-footer .telefono img{
    width: 28px;
    height: 28px;
    position: relative;
    top: 5px;
    margin-right: 18px;
}
.footer .container .row .info-footer .correo{

}
.footer .container .row .info-footer .correo img{
    width: 32px;
    height: 23px;
    position: relative;
    top: 5px;
    margin-right: 15px;
}
.footer .container .row .info-footer >div span{
    display: block;
    padding-top: 5px;
}
.footer .container .row .info-footer .telefono span{
    position: relative;
    top: 0px;
}
.footer .container .row .info-footer .ubicacion span{

}
.footer .container .row .info-footer .logo-footer{
    text-align: center;
}
.footer .container .row .info-footer .logo-footer img{
    margin-top: 40px;
}
.footer .container .icons-social-footer{
    margin-bottom: 0px;
}
.footer .container .icons-social-footer a{
    color: #e51d21;
    display: inline-block;
    /* float: left; */
    font-size: 21px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 6px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: transparent;
    border: 1px solid #ed6064;
}
.footer .container .icons-social-footer a:hover{
    color: #eaebf0;
    background-color: #e51d21;
}
.footer .container .icons-social-footer a i{
    position: relative;

}
.footer .container .boxfull{
    display: flex;
    padding-top: 27px;
    padding-left: 50px;
    position: relative;
}
.footer .container .boxfull:before{
    content: '';
    width: 1px;
    height: 48px;
    background-color: #e51d21;
    position: absolute;
    left: 0px;
    top: 30px;
}
.footer .container .boxfull .text_redes{
    display: inline-block;
    max-width: 215px;
}
.copyright{
    background-color: #223a7f;
    padding-top: 7px;
    padding-bottom: 5px;
}
.copyright .info-footer{
    padding: 0;
    color: #ffffff;
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.copyright .info-footer a{
    color: #fff;
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
}
.copyright .info-footer:nth-child(2){
    text-align: right;
}


/*INTERNA ARQUITECTURA Y CONSTRUCCIÓN*/
body.page-template-template-arqui {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/bg-interna-arquitectura.jpg);
}
/*INTERNA SUPERVISIÓN Y EJECUCIÓN*/
body.page-template-template-supervision-y-ejecucion {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/bg-interna-aci.jpg);
}
/*INTERNA ACI – SISTEMA CONTRA INCENDIOS*/
body.page-template-template-aci-sistemas-contra-incendios {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/bg-interna-aci.jpg);
}
/*INTERNA INSTALACIÓN INSTALACIONES SANITARIAS*/
body.page-template-template-instalaciones-sanitarias {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/bg-interna-aci.jpg);
}

.fondo-pagina {
    height: 270px;
    background-size: inherit;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: table;
    position: relative;
    /*background-color: #f6f6f6;*/
    background-repeat: no-repeat;
}
.fondo-pagina .title_miga{
    display: table-cell;
    vertical-align: middle;
}
.fondo-pagina .title_miga h3{
    margin: 0;
    font-size: 38px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 38px;
    color: #fff;
    display: block;
    margin-top: 70px;
    position: relative;
    z-index: 1;
}
.fondo-pagina  .title_miga h3 strong{
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}

.fondo-pagina .title_miga h3::before{
  content: "";
  position: absolute;
  bottom: -18px;
  height: 2px;
  background-color: #fe1a10;
  width: 101px;
}
.fondo-pagina .title_miga h3::after{
  content: "";
  position: absolute;
  bottom: -18px;
  height: 2px;
  background-color: #fe1a10;
  width: 44px;
}

.fondo-pagina .title_miga h3::before{
  left: 50%;
  transform: translateX(-100%);
}

.fondo-pagina .title_miga h3::after{
  left: 50%;
  margin-left: 14px;
}

.page_interna.interna_arqui{

}
.page_interna.interna_arqui .arqui_box{

}
.page_interna.interna_arqui .arqui_box .row_1{
    padding-top: 70px;
}
.page_interna.interna_arqui .arqui_box .row_1 .box_content{

}
.page_interna.interna_arqui .arqui_box .row_1 .box_content p{
    margin: 0;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 300;
    line-height: 30px;
    color: #757575;
    margin: 0;
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
    text-align: justify;
}
.page_interna.interna_arqui .arqui_box .row_1 .box_content ul{
    margin-left: 0 !important;
    padding-left: 0 !important;
        margin-bottom: 31px;
}   
.page_interna.interna_arqui .arqui_box .row_1 .box_content li{
    position: relative;
    padding-left: 33px;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 300;
    line-height: 30px;
    color: #757575;
    margin: 0;
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 5px;
}
.page_interna.interna_arqui .arqui_box .row_1 .box_content li::after {
    content: "";
    width: 11px;
    height: 11px;
    background: #fd4d48;
    position: absolute;
    left: 0;
    top: 9px;
    transform: rotate(45deg);
}
.page_interna.interna_arqui .arqui_box .row_1 .box_content h2{
        font-family: "Poppins";
    color: #083783;
    font-size: 26.9px;
    line-height: 32px;
    margin-bottom: 17px;
    margin-top: 0px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.4px;
}
.page_interna.interna_arqui .arqui_box .row_1 .box_content h3{
        font-family: "Poppins";
    color: #083783;
    font-size: 27px;
    line-height: 26px;
    margin-bottom: 17px;
    font-weight: 600;
    margin-top: 35px;
}
.page_interna.interna_arqui .arqui_box .row_1 .box_content a{
    background-color: #00afff;
    margin: 0;
    font-size: 23px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 51px;
    color: #fff;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 13px;   
}
.page_interna.interna_arqui .arqui_box .row_1 .box_content a:hover{
    background-color: #00a8ff;
    transition: 0.3s;
}
.page_interna.interna_arqui .arqui_box .row_1 .box_content a span{
    padding-right: 11px;
    padding-left: 11px;
}

.page_interna.interna_arqui .arqui_box .row_1 .box_img{
    max-width: 100%;
    position: relative;
    float: right;
}
.page_interna.interna_arqui .arqui_box .row_1 .box_img img{
    max-width: 100%;
}
.page_interna.interna_arqui .arqui_box .row_1 .box_img h3{
    font-size: 32px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 40px;
    right: 48px;
    text-align: right;
}
.page_interna.interna_arqui .arqui_box .row_2{

}
.page_interna.interna_arqui .arqui_box .row_2 .box_img_2{
    max-width: 100%;
    position: relative;
    z-index: 3;
    margin-top: 44px;
}
.page_interna.interna_arqui .arqui_box .row_2 .box_img_2 img{
    max-width: 100%;
}
.page_interna.interna_arqui .arqui_box .row_2 .box_img_2 h3{
    font-size: 32px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.page_interna.interna_arqui .arqui_box .row_2 .box_img_3{
    max-width: 100%;
    position: relative;
    z-index: 4;
    display: inline-block;
    float: right;
    margin-top: -216px;
}
.page_interna.interna_arqui .arqui_box .row_2 .box_img_3 img{
    max-width: 100%;
    display: inline-block;
}
.page_interna.interna_arqui .arqui_box .row_2 .box_img_3 h3{
    font-size: 32px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 50px;
}

.page_interna.interna_arqui .arqui_box .row_3{
    padding-top: 78px;
    padding-bottom: 90px;
}
.page_interna.interna_arqui .arqui_box .row_3 .box_content{

}
.page_interna.interna_arqui .arqui_box .row_3 .box_content h3{
    font-size: 50px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 56px;
    color: #fff;
    margin: 0;
    padding-left: 58px;
    border-left: 2px solid #fff;
}

.page_interna.interna_arqui .arqui_box .row_3 .box_url a{
    background-color: #00aeff;
    margin: 0;
    font-size: 24px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 61px;
    color: #fff;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 13px;   
    margin-top: 67px;
    background-position: top 36px left -57px;
}
.page_interna.interna_arqui .arqui_box .row_3 .box_url a span{
    padding-right: 11px;
    padding-left: 11px;
}


.page_interna.interna_arqui .arqui_box .row_4{
    padding-bottom: 70px;
}
#form_arqui{

}
.formulario_arqui{
    padding: 43px 35px 20px 35px;
    display: inline-block;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 0px 22px rgb(0 0 0 / 13%);
    border-radius: 8px;
}
.formulario_arqui h3{
    color: #0040b3;
    font-size: 39px;
    font-family: "Poppins"; 
    line-height: 45px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 12px;
    padding-left: 15px;
}
.formulario_arqui h3 strong{

}
.formulario_arqui h4{
    color: #505050;
    font-size: 24px;
    font-family: "Poppins"; 
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 19px;
    padding-left: 15px;
}
.formulario_arqui p{
    margin-bottom: 0;
}
.formulario_arqui label{
    font-size: 12px;
    color: #111;
    font-family: "Aileron"; 
    text-align: left;
}
.formulario_arqui input, .formulario_arqui button, .formulario_arqui select, .formulario_arqui textarea {
    padding: 10px;
    border: 1px solid transparent;
    font-size: 18px;
    color: #747373;
    font-family: "Source Sans Pro";
    font-weight: 300;
    margin-bottom: 11px;
    border-radius: 25px;
    width: 100%;
    height: 52px;
    position: relative;
    padding-left: 35px;
    /*box-shadow: 0px 0px 22px rgb(0 0 0 / 13%);*/
    background-color:  #ffffff;
    border: 1px solid #002570;
}
.formulario_arqui textarea {
    overflow: auto;
    vertical-align: top;
    height: 52px;
    resize: none;
    padding-top: 10px;
    padding-left: 35px;
}
.formulario_arqui .row_select {
    display: flex;
    justify-content: space-between;
}
.formulario_arqui .row_select > span.wpcf7-form-control-wrap:nth-child(1){
    width: 40%;
}
.formulario_arqui .row_select > span.wpcf7-form-control-wrap:nth-child(3){
    width: 58%;
}

.formulario_arqui select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: url(../img/bg-select-form.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 30px;
    background-color: #fafafa;
}
.formulario_arqui input:-webkit-autofill, .formulario_arqui textarea:-webkit-autofill,.formulario_arqui  select:-webkit-autofill {
    background-color: transparent;
}
.formulario_arqui input::focus{

}
.formulario_arqui .wpcf7-form-control:focus {
           border-color: #465284 !important;
           transition: 0.3s;
}
#form_arqui input[type=submit]{
    background-color: #ff413c;
    color: #fff;
    border: none;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 400;
    padding: 0px 7px;
    border-radius: 25px;
    width: 140px;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
}
#form_arqui .btn_enviar{
    position: relative;
    display: block;
    text-align: right;
    margin-top: 12px;
}
#form_arqui input[type=submit]:hover{
    transition: 0.5s;
    background-color: #fd4d48;
}
#form_arqui .btn_enviar .ajax-loader {
    display: none;
}


/*animaciones*/
@-webkit-keyframes fadeInUpSmallBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmallBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSmallBig {
  -webkit-animation-name: fadeInUpSmallBig;
  animation-name: fadeInUpSmallBig;
}


@-webkit-keyframes fadeInRightSmallBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSmallBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightSmallBig {
  -webkit-animation-name: fadeInRightSmallBig;
  animation-name: fadeInRightSmallBig;
}



@-webkit-keyframes fadeInLeftSmallBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmallBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftSmallBig {
  -webkit-animation-name: fadeInLeftSmallBig;
  animation-name: fadeInLeftSmallBig;
}



@-webkit-keyframes fadeInDownSmallBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSmallBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownSmallBig {
  -webkit-animation-name: fadeInDownSmallBig;
  animation-name: fadeInDownSmallBig;
}
/*SMALL*/

@keyframes fadeInUpSmall {
0%{opacity:0;
    -webkit-transform:translateY(20px);
    -ms-transform:translateY(20px);
    transform:translateY(20px)
}
100%{
    opacity:1;
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)}
}
.fadeInUpSmall{
    -webkit-animation-name:fadeInUpSmall;
    animation-name:fadeInUpSmall;
}

@keyframes fadeInDownSmall {
0%{opacity:0;
    -webkit-transform:translateY(-20px);
    -ms-transform:translateY(-20px);
    transform:translateY(-20px)
}
100%{
    opacity:1;
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)}
}
.fadeInDownSmall{
    -webkit-animation-name:fadeInDownSmall;
    animation-name:fadeInDownSmall;
}


@keyframes fadeInRightSmall {
0%{opacity:0;
    -webkit-transform:translateX(20px);
    -ms-transform:translateX(20px);
    transform:translateX(20px)
}
100%{opacity:1;
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0)
}
}
.fadeInRightSmall{
    -webkit-animation-name:fadeInRightSmall;
    animation-name:fadeInRightSmall
}


@keyframes fadeInLeftSmall {
0%{opacity:0;
    -webkit-transform:translateX(-20px);
    -ms-transform:translateX(-20px);
    transform:translateX(-20px)
}
100%{opacity:1;
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0)
}
}
.fadeInLeftSmall{
    -webkit-animation-name:fadeInLeftSmall;
    animation-name:fadeInLeftSmall
}


.phone-topbar.movil{
    display: none;
}



/************* PROYECTOS ****************/
.page-template-template-proyectos{
    background-color: #ffffff;
}
.page-template-single-proyecto{
    background-repeat: no-repeat;
    background-position: center top;  
    background-position: center 259px;
    background-image: url(../img/bg-interna-detalle-proyecto.jpg);
}
.fondo-pagina.hero_proyectos .title_miga h3::before {
    left: 51%;
    transform: translateX(-100%);
}
.fondo-pagina.hero_proyectos .title_miga h3::after {
    left: 51%;
    margin-left: 15px;
}
.interna_proyectos {
    padding-top: 35px;
    padding-bottom: 80px
}

.interna_proyectos .proyectos_box {
    padding-top: 0;
    padding-bottom: 0;
}
.interna_proyectos .proyectos_box .title_in{

}
.interna_proyectos .proyectos_box .row{
    padding-top: 50px;
    max-width: 1200px;
    margin: auto;
}
.interna_proyectos .proyectos_box .title_in h2{
    color: #1f9db6;
    font-size: 40px;
    font-family: "Gomenasans";
    line-height: 46px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}
.interna_proyectos .proyectos_box .title_in p{
    color: #7f7e7e;
    font-size: 18px;
    font-family: "Gomenasans";
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 13px; 
}

.interna_proyectos .proyectos_box .row .box {
    width: 372px;
    max-width: 372px;
    margin: auto;
 /*   box-shadow: 1px 1px 18px rgb(0 0 0/20%); */
    margin-bottom: 50px;
    height: 400px;
    position: relative;
    /*overflow: hidden;*/
    border-radius: 13px;
  /*  border-top-left-radius: 12px; */
}

.interna_proyectos .proyectos_box .row .box figure {
    height: 400px;
    max-width: 372px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    border-radius: 13px;
  /*  border-top-left-radius: 13px;
    border-top-right-radius: 13px; */
}

.interna_proyectos .proyectos_box .row .box h4 {
    margin: 0;
    color: #ffffff;
    display: table;
    width: 100%;
    padding: 30px 30px 30px 30px;
    background-image: url('../img/bg-proyectos.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 0 0 13px 13px;
}

.interna_proyectos .proyectos_box .row .box h4 span {
    font-weight: 700;
    margin: 0;
    font-family: "Gomenasans";
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    display: table-cell;
    width: 100%;
    vertical-align: text-bottom;
    height: auto;
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px;
}
.interna_proyectos .proyectos_box .row .box a {
    line-height: 10px;
    padding: 0px 41px 6px 15px;
    font-family: "Gomenasans";
    position: absolute;
    bottom: 19px;
    right: 0;
    color: #fff;
    border-radius: 11px;
    z-index: 4; 
}
.interna_proyectos .proyectos_box .row .box a img {
    margin-left: 6px;
    position: relative;
}

/* 1. Titulo "PROYECTO:" */
.interna_proyectos .proyectos_box .row .box h4 span .txt-label-proyecto {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 6px 0px 2px 0px;
}

/* 2. Título dinámico del proyecto */
.interna_proyectos .proyectos_box .row .box h4 span .txt-valor-titulo {
    font-size: 18px;
    font-weight: 400;
    display: block; 
    padding: 4px 0px 13px 0px;
}
.interna_proyectos .proyectos_box .row .box h4 span .txt-valor-titulo::after {
    content: '';
    position: absolute;
    bottom: 65px;
    left: 46%;
    transform: translateX(-50%);
    width: 77%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}

/* 3. Etiqueta "CLIENTE:" */
.interna_proyectos .proyectos_box .row .box h4 span .txt-label-cliente {
    font-size: 17px;
    font-weight: 600;
    display: inline;
    margin-top: 4px;
    padding-right: 10px;
    vertical-align: -2px;
}

/* 4. Nombre dinámico del cliente  */
.interna_proyectos .proyectos_box .row .box h4 span .txt-valor-cliente {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline; /* Se mantiene en línea junto a la etiqueta CLIENTE: */
    margin-left: 4px;
    vertical-align: -2px;
}


/* --- Estilos para la capa SVG superpuesta --- */
.interna_proyectos .proyectos_box .row .box {
    overflow: hidden; /* Vital para que el SVG respete el border-radius de la tarjeta */
}

.interna_proyectos .proyectos_box .row .box .box-forma {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 2; /* Por encima de la foto */
    pointer-events: none; /* Permite hacer clics a través del SVG */
}
.box figure {
    clip-path: url(#formaProyecto);
}
/* Aseguramos que el texto h4 esté por encima del SVG */
.interna_proyectos .proyectos_box .row .box h4 {
    z-index: 3; 
}

.paginador {
    list-style: none;
    font-size: 22px;
    text-align: center
}
.paginador ul {
    margin: 0;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
    font-family: "Poppins";
}
.paginador ul li {
    display: inline-block;
    width: 32px;
    height: 32px
}
.paginador span:hover {
    /*color: #5c9cb4;*/
    /*border-bottom: 2px solid #1b4e8a*/
}
.paginador a:hover {
    /*color: #5c9cb4;*/
    /*border-bottom: 2px solid #1d9db6*/
}
.paginador a.prev:hover {
    transform: none !important;
    position: relative;
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 1px !important;
}
.paginador a.next:hover {
    transform: none !important;
    position: relative;
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 1px !important;
}
.paginador .page-numbers:hover:before {
    color: #fff;
    left: 1px
}
.paginador .page-numbers:hover:before {
    color: #00b2ff;
    left: -1px;
    top: 2px
}
.paginador a {
    display: inline-block;
    border: 0;
    color: #6e6e6e;
    font-family: "Poppins";
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    border: 0;
    /* border-bottom: 2px solid #009cde; */
    background-color: #ececec;
    border-radius: 4px;
}
.paginador span.current {
    display: inline-block;
    color: #fff;
    font-family: "Poppins";
    /* border-bottom: 2px solid #004d8d; */
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 32px;
    background-color: #223a7f;
    font-weight: 400;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 4px;
}
.paginador span.dots {
    display: inline-block;
    padding: 4px 9px;
    margin-right: 7px;
    font-weight: 400
}
.paginador .next {
    font-size: 16px;
    color: transparent;
    right: 0;
    line-height: 28px;
    display: inline-block;
    border: 2px solid transparent;
    margin-right: 1px;
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 50%;
    vertical-align: middle;
    top: 0px;
    position: relative;
    background-color: transparent
}
.paginador .next:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00b2ff;
    font-weight: 500;
    font-size: 25px;
    position: relative;
    top: 2px;
    left: 10px;
    line-height: 25px
}
.paginador a.next:hover:before {
    left: 10px;
    top: 2px;
}
.paginador a.prev:hover:before {
    left: 3px;
    top: 2px;
}
.paginador .prev:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00b2ff;
    font-weight: 500;
    font-size: 25px;
    position: relative;
    top: 2px;
    left: 3px;
    line-height: 25px
}
.paginador .prev {
    font-size: 16px;
    color: transparent;
    right: 0;
    line-height: 28px;
    display: inline-block;
    border: 0;
    margin-right: 3px;
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 50%;
    vertical-align: middle;
    top: 1.5px;
    position: relative;
    background-color: transparent
}



/*************  PROYECTOS SINGLE ********************/

.page_interna.single_proyectos{
    background-image: url(../img/bg-interna-detalle-producto.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.fondo-pagina_proyectos {
    height: 308px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: "Poppins";
}

.interna_single_proyectos .title_miga {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 105px 35px 30px;
    box-sizing: border-box;

    /*display: flex;*/
    flex-direction: column;
    justify-content: center;

    text-align: left;
    color: #fff;
}
.interna_single_proyectos .miga-categoria {
    font-size: 21px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 27px;
    font-weight: 300;
}

.interna_single_proyectos .miga-titulo {
    position: relative;
    display: inline-block;
    width: fit-content;
    margin: 0 0 35px;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
}
.fondo-pagina_proyectos .title_miga .miga-titulo::before{
  content: "";
  position: absolute;
  bottom: -13px;
  height: 2px;
  background-color: #fe1a10;
  width: 101px;
}
.fondo-pagina_proyectos .title_miga .miga-titulo::after{
  content: "";
  position: absolute;
  bottom: -13px;
  height: 2px;
  background-color: #fe1a10;
  width: 44px;
}

.fondo-pagina_proyectos .title_miga .miga-titulo::before{
  left: 0;
  transform: translateX(0);
}

.fondo-pagina_proyectos .title_miga .miga-titulo::after{
  left: 0;
  margin-left: 115px;
}
.interna_single_proyectos .miga-datos {
    display: flex;
    align-items: center;
    gap: 100px;
}

.interna_single_proyectos .miga-dato {
    display: flex;
    align-items: center;
}

.interna_single_proyectos .miga-dato img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-right: 16px;
}
.page_interna.single_proyectos{
    padding-top: 63px;
    font-family: "Poppins";
    padding-bottom: 79px;
}
.page_interna.single_proyectos .row_1 {
    min-height: 620px;
    margin-bottom: 23px;
}
.page_interna.single_proyectos .row_1 [class*='col']{
    padding: 0;
}
.interna_single_proyectos .miga-dato-label,
.interna_single_proyectos .miga-dato-value {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
}

.interna_single_proyectos .miga-dato-label {
    margin-bottom: 4px;
    font-size: 18px;
}

.single_proyectos .imagen-proyecto {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.single_proyectos .imagen-proyecto-thumb {
    width: 100%;
    height: 110px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.box_carrusel{
    display: block;
    position: relative;
}
.box_carrusel .flotante{
    position: absolute;
    width: 557px;
    padding: 17px 15px 17px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 46px rgb(0 0 0 / 8%);
    z-index: 1;
    top: 17px;
}
.carrusel_proyectos{
    width: 478px;
    width: 100%;
    max-width: 100%;
    height: 447px;
    position: relative;
    z-index: 2;
}
.carrusel_proyectos:before{
content: " ";
    height: 444px;
    width: 44px;
    background-color: rgb(0 0 0 / 36%);
    left: 5px;
    position: absolute;
    top: 0px;
    z-index: 5;
    display: block;
}
.carrusel_proyectos:after{
    content: " ";
    height: 447px;
    width: 44px;
    background-color: rgb(0 0 0 / 36%);
    right: 5px;
    position: absolute;
    top: 0px;
    z-index: 5;
    display: block;
}

.carrusel_proyectos .slick-arrow.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 47%;
    display: block;
    width: 22px;
    height: 16px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    left: 10px;
    z-index: 999;
}
.carrusel_proyectos .slick-arrow.slick-prev:before{
    content: url("../img/arrow-left-proyectos.png");
}
.carrusel_proyectos .slick-arrow.slick-next:before{
    content: url("../img/arrow-right-proyectos.png");
}
.carrusel_proyectos .slick-arrow.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 47%;
    display: block;
    width: 22px;
    height: 16px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    right: 10px;
    z-index: 999;
}
.carrusel_proyectos .slick-dots{
    display: none!important;
}
.carrusel_proyectos .slick-slide img {
    margin: auto;
}
.carrusel_proyectos .imagen-proyecto{
    width: 478px;
    width: 100%;
    max-width: 100%;
    height: 447px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.single_proyectos .carrusel_proyectos .slick-list .slick-track .slick-slide {
    padding: 0 5px;
}
.single_proyectos .carrusel_proyectos_thumbs .slick-list .slick-track .slick-slide {
    padding: 0 5px;
}
.single_proyectos .carrusel_proyectos_thumbs .slick-list .slick-track .slick-slide:nth-child(1) {

}
.single_proyectos .carrusel_proyectos_thumbs .slick-list .slick-track .slick-slide:last-child {

}
:focus {
    outline: none;
}
/* =========================================================
   PROYECTO - BLOQUE PRINCIPAL
========================================================= */

.single_proyectos .proyecto-principal {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}


/* =========================================================
   GALERÍA
========================================================= */

.single_proyectos .proyecto-principal > .col-md-5,
.single_proyectos .proyecto-principal > .col-sm-5 {
    padding-left: 0;
    padding-right: 12px;
}

.single_proyectos .box_carrusel {
    width: 100%;
    height: 100%;
}

/* Miniaturas */

.single_proyectos .carrusel_proyectos_thumbs {
    margin-top: 7px;
}

.single_proyectos .imagen-proyecto-thumb {
    height: 147px;
    margin-right: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}


/* =========================================================
   CAJA DESCRIPCIÓN
========================================================= */

.single_proyectos .proyecto-principal > .col-md-7,
.single_proyectos .proyecto-principal > .col-sm-7 {
    padding-left: 12px;
    padding-right: 0;
}

.single_proyectos .box_single_proyectos {
    height: 100%;
}

/*.single_proyectos .box_single_proyectos .box {
    height: 100%;
    min-height: 525px;
    padding: 65px 75px 45px 190px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #30458b;
    border-radius: 18px 18px 18px 18px;
    text-align: left;
    min-height: 620px;
}*/
.single_proyectos .box_single_proyectos .box {
    position: relative;
    height: 100%;
    min-height: 670px;
    padding: 80px 85px 45px 203px;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: left;
    overflow: hidden;
}

/* =========================================================
   FORMA DE LA CAJA
========================================================= */

.single_proyectos .box-forma {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}


/* =========================================================
   CONTENIDO
========================================================= */

.single_proyectos .box > .proyecto-seccion {
    position: relative;

    z-index: 1;
}


/* =========================================================
   TÍTULOS DE SECCIÓN
========================================================= */

.single_proyectos .proyecto-titulo {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.single_proyectos .proyecto-titulo h2,
.single_proyectos .proyecto-titulo h3 {
    margin: 0;
    color: #223a7f;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 600;
}

.single_proyectos .proyecto-icono {
    width: 36px;
    height: 36px;
    margin-right: 14px;
    flex: 0 0 36px;
}

.single_proyectos .proyecto-icono img {
    display: block;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/* =========================================================
   DESCRIPCIÓN
========================================================= */

.single_proyectos .proyecto-seccion p {
    margin: 0;
    color: #818181;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
        padding-left: 6px;
}

.single_proyectos .proyecto-alcance {
    margin-top: 40px;
}


/* =========================================================
   LISTA ALCANCE
========================================================= */

.single_proyectos .proyecto-alcance ul {
    margin: 0 0 0 6px;
    padding: 0;
    list-style: none;
}

.single_proyectos .proyecto-alcance li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 29px;
    color: #818181;
    font-size: 18px;
    line-height: 1.35;
}

.single_proyectos .proyecto-alcance li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 7px;
    width: 9px;
    height: 9px;
    border-radius: 1px;
    background: #223a7f;
    transform: rotate(45deg);
}

/* =========================================================
   RESULTADO
========================================================= */

.single_proyectos .proyecto-resultado {
    display: flex;
    align-items: center;
    min-height: 225px;
    margin: 0 0 40px;
    border: 1px solid #30458b;
    border-radius: 10px;
    background: rgb(255 255 255 / 95%);
}

/* Contenido */

.single_proyectos .proyecto-resultado > .col-md-8,
.single_proyectos .proyecto-resultado > .col-sm-8 {
    padding-left: 52px;
    padding-right: 45px;
}
.single_proyectos .resultado-contenido {
    padding: 50px 0 71px;
}
.single_proyectos .resultado-contenido p {
    max-width: 680px;
    margin: 0;
    color: #7d7d7d;
    font-size: 18px;
    line-height: 29px;
    padding-left: 7px;
}


/* Botón */

.single_proyectos .proyecto-resultado > .col-md-4,
.single_proyectos .proyecto-resultado > .col-sm-4 {
    padding: 0 30px 0 0px;
        min-width: 415px;
}

.single_proyectos .resultado-boton {
    min-height: 176px;
    display: flex;
    align-items: center;
    padding-left: 38px;
    border-left: 1px solid #30458b;
    position: relative;
}

.single_proyectos .resultado-boton a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    padding: 16px 20px 16px 24px;
    box-sizing: border-box;
    background: #ec4447;
    border-radius: 15px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
}

.single_proyectos .resultado-boton a strong {
    font-size: 32px;
    line-height: 20px;

    font-weight: 300;
}


/* =========================================================
   INFORMACIÓN
========================================================= */

.single_proyectos .proyecto-informacion {
    display: flex;
    margin: 0;
    border: 1px solid #30458b;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255 255 255 / 95%);
}

.single_proyectos .proyecto-info-item {
    width: 25%;

    box-sizing: border-box;

    /*border-right: 1px solid #30458b;*/
    position: relative;
}
.single_proyectos .proyecto-info-item:after{
   content: '';
   position: absolute;
   top: 19px;
   right: 0;
   height: 134px;
   width: 1px;
   background-color: #2e3d7e;
}

.single_proyectos .proyecto-info-item:last-child {
    border-right: 0;
}
.single_proyectos .proyecto-info-item:last-child:after {
    content: none;
}


/* Cabecera */

.single_proyectos .proyecto-info-titulo {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #30458b;
    justify-content: center;
}

.single_proyectos .proyecto-info-icono {
    width: 36px;
    height: 36px;

    margin-right: 12px;

    flex: 0 0 36px;
}

.single_proyectos .proyecto-info-icono img {
    display: block;

    width: 36px;
    height: 36px;

    object-fit: contain;
}

.single_proyectos .proyecto-info-titulo strong {
    color: #2e3d7e;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
}


/* Valor */

.single_proyectos .proyecto-info-valor {
    min-height: 95px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 15px;

    box-sizing: border-box;

    text-align: center;

    color: #7d7d7d;

    font-size: 20px;
    line-height: 1.3;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .single_proyectos .proyecto-principal {
        display: block;
    }

    .single_proyectos .proyecto-principal > .col-md-5,
    .single_proyectos .proyecto-principal > .col-sm-5,
    .single_proyectos .proyecto-principal > .col-md-7,
    .single_proyectos .proyecto-principal > .col-sm-7 {
        width: 100%;

        padding-left: 0;
        padding-right: 0;

        margin-bottom: 20px;
    }

    .single_proyectos .box_single_proyectos .box {
        min-height: auto;

        padding: 45px 50px;
    }

    .single_proyectos .proyecto-resultado {
        display: block;
    }

    .single_proyectos .resultado-boton {
        min-height: auto;

        padding: 25px 0;

        border-left: 0;
        border-top: 1px solid #30458b;
    }

    .single_proyectos .resultado-boton a {
        margin: 0 auto;
    }

    .single_proyectos .proyecto-info-titulo {
        padding: 0 15px;
    }

    .single_proyectos .proyecto-info-titulo strong {
        font-size: 12px;
    }
}


@media (max-width: 767px) {

    .single_proyectos .imagen-proyecto {
        height: 300px;
    }

    .single_proyectos .imagen-proyecto-thumb {
        height: 75px;
    }

    .single_proyectos .box_single_proyectos .box {
        padding: 35px 25px;
    }

    .single_proyectos .proyecto-titulo h2,
    .single_proyectos .proyecto-titulo h3 {
        font-size: 20px;
    }

    .single_proyectos .proyecto-icono {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .single_proyectos .proyecto-icono img {
        width: 32px;
        height: 32px;
    }

    .single_proyectos .proyecto-seccion p,
    .single_proyectos .proyecto-alcance li,
    .single_proyectos .resultado-contenido p {
        font-size: 15px;
    }

    .single_proyectos .proyecto-resultado > .col-md-8,
    .single_proyectos .proyecto-resultado > .col-sm-8 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .single_proyectos .proyecto-info-item {
        width: 100%;

        border-bottom: 1px solid #30458b;
    }

    .single_proyectos .proyecto-info-item:nth-child(2) {
        border-right: 0;
    }

    .single_proyectos .proyecto-info-item:nth-child(3),
    .single_proyectos .proyecto-info-item:nth-child(4) {
        border-bottom: 0;
    }

    .single_proyectos .proyecto-info-item:nth-child(3) {
        /*border-right: 1px solid #30458b;*/
    }

    .single_proyectos .proyecto-informacion {
        flex-wrap: wrap;
    }

    .single_proyectos .proyecto-info-titulo {
        height: 60px;
    }

    .single_proyectos .proyecto-info-valor {
        min-height: 80px;
    }
}


.page_interna.single_proyectos .row_1 .movil_box{
    display: none;
}
.page_interna.single_proyectos .row_1 .pc_box{

}
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/*********************** media query********************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/


@media only screen and (min-width: 1200px){
.container {
    width: calc(100% - 211px);
    padding: 0;
    max-width: 1200px;
}
}


@media only screen and (max-width: 1300px){
.interna_proyectos {
    padding-bottom: 70px;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li {
    display: inline-block;
    margin-right: 17px;
}
.navbar .row .pad .logo {
    text-align: left;
}
.servicios .container {
    width: 100%;
    margin: auto;
}
}



@media only screen and (max-width: 1200px) and (min-width: 768px){
.interna_proyectos {
    padding-bottom: 70px;
}
.navbar .row .pad .logo a img {
    left: 53px;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li{
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
}

@media only screen and (max-width: 992px) and (min-width: 768px){
header {
    background-color: rgb(247 247 247 / 86%);
    background-image: none;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li {
    margin-right: 8px;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li > a {
    font-size: 12px;
}
.slide .container h4 {
    width: fit-content;
}
}

@media only screen and (max-width: 1199px) {
.page_interna.single_proyectos .row_1 .movil_box{
    display: inherit;
}
.page_interna.single_proyectos .row_1 .pc_box{
    display: none;
}
.box_carrusel .flotante {
    position: relative;
    width: 557px;
    padding: 17px 15px 17px 15px;
    background-color: transparent;
    box-shadow: none;
    z-index: 1;
    top: 17px;
    margin: auto;
    margin-top: -50px;
}
}


@media only screen and (max-width: 991px) {
.interna_proyectos {
    padding-bottom: 70px;
}
.fondo-pagina.hero_proyectos .title_miga h3::before {
    left: 52.3%;
    transform: translateX(-100%);
}
.fondo-pagina.hero_proyectos .title_miga h3::after {
    left: 52%;
    margin-left: 20px;
}
    
}

@media only screen and (max-width: 768px){
.phone-topbar{
    display: none;
}
}

@media only screen and (max-width: 767px){
.fondo-pagina.hero_proyectos .title_miga h3::before {
    left: 54.5%;
    transform: translateX(-100%);
}
.fondo-pagina.hero_proyectos .title_miga h3::after {
    left: 54%;
    margin-left: 17px;
}
.interna_single_proyectos .miga-dato-label {
    margin-bottom: 4px;
    font-size: 12px;
}
.interna_single_proyectos .miga-dato-label, .interna_single_proyectos .miga-dato-value {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}
.interna_single_proyectos .miga-titulo {
    font-size: 27px;
}
.interna_single_proyectos .miga-datos {
    gap: 25px;
}
.interna_single_proyectos .title_miga {
    padding: 75px 18px 30px;
}
.single_proyectos .proyecto-info-item:last-child {
    border-top: 1px solid #30458b;
}
.single_proyectos .resultado-boton a {
    max-width: 255px;
    font-size: 18px;
}
.single_proyectos .proyecto-resultado > .col-md-4, .single_proyectos .proyecto-resultado > .col-sm-4 {
    padding: 0;
    min-width: inherit;
}
.carrusel_proyectos:before {
    height: 300px;
}
.carrusel_proyectos:after {
    height: 300px;
}
.carrusel_proyectos {
    height: 300px;
}
.page_interna.single_proyectos {
    padding-left: 15px;
    padding-right: 15px;
}
.single_proyectos .proyecto-info-item {
    /*border-right: 1px solid #30458b;*/
}
.single_proyectos .proyecto-info-item:after {
    content: none;
}
    .navbar .row .pad .logo a img {
    top: 14px;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full figure {
    background-position: center;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full .content {
    padding: 50px 40px 50px 40px;
}
.page_interna.interna_responsa .responsa_box .row.row_1 .box_full .content p {
    text-align: justify;
}
.page_interna.interna_arqui .arqui_box .row_1 .box_content a {
    display: block;       /* Para que respete el ancho y pueda centrarse */
    width: fit-content;   /* Ajusta el ancho al contenido del bot贸n */
    margin: 0 auto;       /* Lo centra en el contenedor */
    margin-bottom: 50px;
}
.page_interna.interna_arqui .arqui_box .row_2 .box_img_2 {
    margin-top: 3px;
    margin-bottom: 7px;
}
.page_interna.interna_arqui .arqui_box .row_2 .box_img_3 {
    margin-top: 0px;
}
.page_interna.interna_arqui .arqui_box .row_1 .box_img h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin: 0;
    position: absolute;
    bottom: 27px;
    right: 40px;
    text-align: right;
}
.page_interna.interna_arqui .arqui_box .row_2 .box_img_2 h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 38px;
}
.page_interna.interna_arqui .arqui_box .row_2 .box_img_3 h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 38px;
}
.page_interna.interna_arqui .arqui_box .row_3 .box_content h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 0;
    text-align: center;
    padding-left: 0;
}

.page-template-template-nosotros {
    background-image: url(../img/bg-interna-nosotros.jpg);
    background-position: center top 55px;
    background-repeat: no-repeat;
}
.page_interna.interna_nosotros .cols .box_1 .box_content {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 40px 50px 40px;
}
.page_interna.interna_nosotros .cols .box_1 .box_content p {
    font-size: 17px;
    text-align: justify;
}
.page_interna.interna_nosotros .cols .box_2 {
    max-width: 548px;
    width: 100%;
    display: block;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    bottom: 37px;
}
.page_interna.interna_nosotros .cols .box_2 figure {
    max-width: 540px;
    height: 291px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 {
    padding-top: 25px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 [class*='col']:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 [class*='col']:nth-child(1) {
    padding-left: 15px;
    padding-right: 15px;
}
.page_interna.interna_nosotros .nosotros_box .row.row_2 .box_mv {
    margin-bottom: 20px;
}
.page_interna.interna_nosotros {
    padding-bottom: 15px;
}
body.page-template-template-contacto {
    background-repeat: no-repeat;
    background-position: center top 86px;
    background-image: url(../img/bg-interna-contacto.jpg);
}
.formulario_contacto {
    padding: 50px 43px 47px 43px;
    margin-top: 25px;
}
.formulario_contacto h2 {
    font-size: 31px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 11px;
    text-align: center;
}
.formulario_contacto h3 {
    font-size: 19px;
    margin-bottom: 22px;
    text-align: center;
}
#form_contact .btn_enviar {
    text-align: center;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.telefono {
    padding: 36px 23px 34px 23px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.correo {
    padding: 36px 23px 34px 23px;
}
.page_interna.interna_contacto .contacto_box .row.row_1 .box_datos_contacto .box.direccion {
    padding: 36px 23px 47px 23px;
    position: relative;
}
.formulario_arqui h3 {
    font-size: 30px;
}
.formulario_arqui h3 {
    font-size: 30px;
    line-height: 45px;
    margin: 0;
    margin-bottom: 12px;
    text-align: center;
    padding-left: 0px;
}
.formulario_arqui h4 {
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    margin-bottom: 19px;
    text-align: center;
    padding-left: 0px;
}
#form_arqui .btn_enviar {
    text-align: center;
}
.formulario_arqui input, .formulario_arqui button, .formulario_arqui select, .formulario_arqui textarea {
    font-size: 16px;
}
.box_url {
    text-align: center;
}
.page_interna.interna_arqui .arqui_box .row_3 .box_url a {
    margin-top: 40px;
}
.page_interna.interna_arqui .arqui_box .row_3 {
    padding-bottom: 75px;
}
.formulario_arqui {
    border-radius: 9px;
    padding: 43px 30px 40px 30px;
}
.page_interna.interna_arqui .arqui_box .row_4 {
    padding-bottom: 65px;
}
.fondo-pagina .title_miga h3 {
    font-size: 35px;
    line-height: 38px;
    margin-top: 0px;
    padding: 0 25px 0 25px;
}
.fondo-pagina .title_miga h3::after {
    left: 55%;
    margin-left: 16px;
}
.fondo-pagina .title_miga h3::before {
    width: 96px;
}
.fondo-pagina .title_miga h3::before {
    left: 55%;
    transform: translateX(-100%);
}
body.page-template-template-arqui {
    background-repeat: no-repeat;
    background-position: center top;
        background-image: url(../img/bg-servios-movil-arquitectura.jpg);
}
body.page-template-template-aci-sistemas-contra-incendios {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/bg-interna-servios-movil-aci.jpg);
}
body.page-template-template-supervision-y-ejecucion {
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url(../img/bg-interna-servios-movil-supervision.jpg);
}
body.page-template-template-instalaciones-sanitarias {
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url(../img/bg-servios-movil-instalaciones-sanitarias.jpg);
}
.servicios_home .row.row_1 .title .title_serv {
    padding-left: 0;
    padding-top: 65px;
}
.servicios_home .row.row_1 .title .title_serv h2 {
    color: #2e3d7e;
    font-size: 36px;
    font-family: "MontBook";
    line-height: 42px;
    margin: 0;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
}
.servicios_home .row.row_1 .title .title_serv p {
    color: #6f6f6f;
    font-size: 16px;
    font-family: "MontBook";
    line-height: 27px;
    margin: 0;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 21px;
}
.footer .container .row .info-footer >div {
    margin-bottom: 0px;
}
.footer .container .boxfull:before {
    content: '';
    width: 48px;
    height: 1px;
    background-color: #c52226;
    position: absolute;
    left: 0px;
    top: 30px;
}
.footer .container .boxfull {
    flex-direction: column;
    padding-left: 0;
    padding-top: 45px;
}
.elegirnos_home .row.row_1 .content p {
    font-size: 18px;
}
.servicios_home .row.row_2 figure.latsize .content h4 {
    padding-top: 46px;
}
.servicios_home .row.row_2 figure.latsize .content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    text-align: right;
    background-repeat: no-repeat;
    background-position: left 5px top 30px;
    background-size: contain;
    width: 262px;
    height: 129px;
    border-bottom-right-radius: 18px;
}
.servicios_home .row.row_2 .latsize_hover{
    height: 220px;
    width: 309px;
    float: unset;
    margin: auto;
}
.servicios_home .row.row_2 figure.latsize {
    position: relative;
    margin-top: 15px;
    height: 220px;
    width: 309px;
    background-size: cover;
    background-position: bottom center;
    border-bottom-left-radius: 18px;
    margin: auto;
    margin-top: 15px;
    border-radius: 22px 22px 22px 22px;
}
.servicios_home .row.row_2 .midsize_hover{
    height: 200px;
    width: 309px;
    float: unset;
    margin: auto;
}
.servicios_home .row.row_2 figure.midsize {
    position: relative;
    margin-top: 15px;
    height: 200px;
    width: 309px;
    background-size: cover;
    border-bottom-left-radius: 18px;
    margin: auto;
    margin-top: 15px;
    border-radius: 22px 22px 22px 22px;
}
.servicios_home .row.row_2 figure.midsize .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    text-align: left;
    background-repeat: no-repeat;
    background-position: right 10px top 30px;
    background-size: contain;
    width: 262px;
    height: 129px;
    border-bottom-left-radius: 18px;
}
.servicios_home .row.row_2 figure.midsize .content h4 {
    margin-left: 0;
    padding-top: 45px;
}
.servicios_home .row.row_1 .bigsize_hover{
    height: 200px;
    width: 309px;
    float: unset;
    margin: auto;
}
.servicios_home .row.row_1 figure.bigsize {
    height: 200px;
    width: 309px;
    background-size: cover;
    border-bottom-right-radius: 18px;
    float: unset;
    margin: auto;
    margin-top: 15px;
    border-radius: 22px 22px 22px 22px;
}
.servicios_home .row.row_1 figure.bigsize .content {
    background-position: left 5px top 32px;
}
.servicios_home .row.row_1 figure.bigsize .content h4 {
    font-size: 22px;
    padding-top: 44px;
}
.servicios_home {
    overflow: initial;
    padding-left: 15px;
    padding-right: 15px;
}
.servicios_home:before {
    width: 220px;
}
.servicios_home:after {
    width: 220px;
}
.phone-topbar.movil{
    display: block;
}
.flex-direction-nav {
    display: none;
}
body.home.page {
    background-position: center top 1615px;
}
.logo-footer.movil{
    display: inherit;
}
.logo-footer.pc{
    display: none;
}
.flexslider .slides > li{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.flexslider .slides,
.flexslider .slides > li
{
    height: 450px;
}
.slide .container {
    position: relative;
    padding: 0;
    top: 57%;
    padding-left: 0px;
    text-align: left;
}
.slide .container h3 {
    color: #ffffff;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: center;
    display: block;
}
.slide .container h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    margin-bottom: 29px;
    text-align: center;
    display: block;
    width: fit-content;
}
.flex-control-nav {
    z-index: 100;
    font-size: 0;
    bottom: 10%;
    text-align: center;
    right: initial;
    left: 50%;
    max-width: 1160px;
    margin: auto;
    transform: translateX(-50%);
}
.footer {
    padding-bottom: 15px;
    padding-top: 30px;
    background-color: transparent;
    background-image: url(../img/bg-footer-movil.png);
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 447px;
    background-size: cover;
    padding-left: 15px;
}
.footer .container .row .info-footer:nth-child(2) {
    padding-left: 0px;
}
.footer .container .row .info-footer .redes h4 {
    margin-top: 0px;
}
.footer .container .row .info-footer:nth-child(2) h6{
    display: none;
}
.footer .container .row .info-footer:nth-child(3){
    margin-bottom: 15px;
}
.copyright .info-footer:nth-child(1) {
    text-align: center;
}
.copyright .info-footer:nth-child(2) {
    text-align: center;
}

.slider {
    margin-top: 0px;
}

header {
    background-image: inherit;
    height: 80px;
    padding-bottom: 0;
    position: relative;
    z-index: 666;
}
/**/
.navbar-toggle {
    float: none;
    position: absolute;
    bottom: -51px;
    z-index: 9999999999;
    right: -8px;
}
.navbar .row .pad {
    text-align: right;
}
.navbar .container .row .navbar-collapse {
    text-align: center;
    background-color: rgb(34 58 127 / 89%);
    padding-top: 0;
    position: absolute;
    z-index: 9999999999;
    width: 100%;
    box-shadow: none;
    overflow: hidden;
    top: 60px;
    max-width: 100%;
    padding-bottom: 120px;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    padding: 0;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li > a {
    font-size: 17px;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li:first-child > a {
    font-size: 17px;
        color: #fff;
        display: block;
        font-size: 17px;
        width: auto;
        height: auto;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul >li:first-child > a:before {
    content: none;
}
.navbar .menu-item-has-children:focus-within > .sub-menu,
.navbar .menu-item-has-children:active > .sub-menu {
    max-height: 500px;
    opacity: 1;
}
#navbar .menu-item .sub-menu {
        padding-left: 0;   /* quitar espacio extra */
        padding-right: 0;
}
#navbar .menu-navbar >ul >li.current-menu-item {
    color: #fff;
    border-bottom: 0px solid transparent;
}
#navbar .menu-navbar >ul >li.current-menu-item >a{
    color: #fff;
}
#navbar .menu-navbar >ul >li {
    border-bottom: 0px solid transparent;
    color: #fff;
    border-bottom: 1px solid #e2e2e2;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}
#navbar .menu-navbar >ul >li > a{
    color: #fff;
    display: block;
    margin: 0 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid #fff;
}
#navbar .menu-item .sub-menu {
        padding: 0 !important;
        width: 100% !important;
        background-color: transparent !important; /* forzar color fondo */
        left: 0 !important;
        transform: none !important;
    }

    /* Items del submenú */
    #navbar .menu-item .sub-menu > li {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }

    /* Links del submenú */
    #navbar .menu-item .sub-menu li a {
        width: 100% !important;
        display: block !important;
        padding: 12px 20px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
.navbar .container .row .navbar-collapse .menu-navbar >ul >li:last-child > a {

}
#navbar .menu-navbar >ul >li > a:hover{
    color: #fff;
}
#navbar .menu-navbar >ul >li:hover > a{
    color: #fff;
}
.navbar .container .row .navbar-collapse .menu-navbar >ul{
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar .menu-item .sub-menu {
    left: initial;
    -webkit-transform: initial;
    transform: initial;
    box-shadow: none;
    border-radius: 0;
    padding-top: 15px;
    padding-left: 45px;
    width: 100%;
    padding-bottom: 0;
background-color: rgb(34, 39, 122, 0.82);
}
.navbar .menu-item:hover .sub-menu {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 0;
    /*border-top: 1px solid #e2e2e2;*/
}
.navbar .menu-item .sub-menu {
    max-height: 0;                /* colapsado */
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.navbar .menu-item-has-children.open > .sub-menu {
    max-height: 500px;            /* ajustar según contenido */
    opacity: 1;
}
.navbar .menu-item .sub-menu li:last-child a {
    border-bottom: none;
}
#navbar .menu-navbar .menu-item-has-children.menu-item:hover{
    padding-bottom: 0;
}
.navbar .menu-item-has-children > a:after {
    left: 27%;
}
.navbar .menu-item-has-children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 23px;
    display: inline-table;
    color: #fff;
    margin-right: 0px;
    margin-top: -6px;
    position: relative;
    top: 1px;
    left: 44%;
    font-weight: 300;
}
#navbar .menu-item .sub-menu li a {
        width: auto !important;                    /* no ocupar 100% */
        display: block !important;
        padding: 12px 20px !important;
        margin: 0 30px !important;                 /* mismo margen lateral que los botones principales */
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #fff !important;
        box-sizing: border-box !important;
    }
.navbar .menu-item .sub-menu > li {
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgb(34, 39, 122, 0.82);
    background-color: transparent;
}
#navbar .menu-navbar >ul >li {
    border-bottom: 0px solid transparent;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    border: 0;
}
/* Submenú oculto por defecto */
.navbar .menu-item .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

/* Submenú visible cuando el item tiene clase 'open' */
.navbar .menu-item-has-children.open > .sub-menu {
    max-height: 500px; /* ajustar según contenido */
    opacity: 1;
}
}

@media only screen and (max-width: 600px){
.footer {
    background-size: inherit;
}
.box_carrusel .flotante {
        width: 290px;
    }
.footer .container .row .info-footer:nth-child(3) {
    padding-left: 0;
}
}

@media only screen and (max-width: 480px){
.servicios .box_servicio_home {
    transform: scale(0.85);
}
.servicios [class*='col'] {
    padding: 0;
}

.footer .container .row .info-footer .direccion .box img {
    position: absolute;
    bottom: 0px;
    right: -23px;
    width: 29px;
    height: 20px;
}
.servicios .box_servicio_home {
    margin-bottom: 10px;
}
}

@media (max-width: 360px) {
.interna_proyectos .proyectos_box .row .box {
    width: 320px;
    max-width: 320px;
    height: 344px;
}
.interna_proyectos {
    padding-bottom: 70px;
}
}