/* Style General Start */
*{
    font-family: 'Poppins';
    outline: 0;
}
a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    text-decoration: none;
}
a:focus{
    outline:none;
}
html,
body {
	height: 100%;
}
button,
button:focus{
    outline: 0;
}
body{
    padding-top: 90px;
}
body.home{
    padding-top: 0;
}
input,
select{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select::-ms-expand {
    display: none;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rozha One';
    src: url('../fonts/RozhaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.animated{
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
}
.activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
}
.p-relative{
    position: relative;
}
.p-absolute{
    position: absolute;
}
.overhidden{
    position: relative;
    overflow: hidden;
}
.container{
    max-width: 1450px;
}
.img-central{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.w-100{
  width: 100%!important;
}
.col-14{
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
}
.col-15{
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
.col-16{
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}
.col-22{
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.col-42{
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
}
.col-63{
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
}

.animated {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
}
.activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
}
.zoom-effect.box-radiusx1{
  position: absolute;
}
.zoom-effect{
  position: relative;
  overflow: hidden;
}
.zoom-effect .img-central{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.activar-zoom:hover .img-central{
  height: 125%;
  width: 125%;
}



#mainNav #menu-click{
    position: absolute;
    right: 20px;
    top: 30px;
}
#mainNav{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 50;
}
#mainNav .container{
    max-width: 1500px;
}
#mainNav .part-2{
    background: #fff;
    height: 90px;
    transition: all 0.5s;
    padding: 0 25px;
}
#mainNav .part-2 .logo-principal {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    top: 32px;
    max-width: 240px;
}
#mainNav .btn-login{
    width: 149px;
    height: 32px;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 500;
    background: #FCFBF9;
    display: table;
    color: #9F9E9E;
    border-radius: 2px;
    text-align: center;
    top: 19px;
    position: relative;
    transition: all 0.4s;
}
#mainNav.sticky-custom .btn-login{
  border: 1px solid #D33427;
  color: #D33427;
}
#mainNav .bloque-menu{
    display: inline-block;
    text-align: center;
    margin: 0;
    float: right;
}
#mainNav .contenedor-menu .menu-item {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
}
#mainNav .contenedor-menu .menu-item a {
    color: #000;
    font-size: 14px;
    display: table;
    padding: 33px 0;
}
.list-principal > .menu-item-has-children > .sub-menu {
  position: absolute;
  background: #ffffff;
  width: 210px;
  border-radius: 0;
  margin-top: 32px;
  padding: 0;
  left: 50%;
  top: 55px;
  text-align: center;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  box-shadow: 0 5px 7px rgb(160 160 160 / 38%);
  display: none !important;
}
.list-principal > .menu-item-has-children > .sub-menu li {
  padding: 0 !important;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 !important;
}
.list-principal > .menu-item-has-children > .sub-menu li a {
  padding: 12px 15px !important;
  color: #1e3245 !important;
  display: block !important;
  font-size: 14px !important;
  border-bottom: 1px solid #f5f5f5;
}
.list-principal > .menu-item-has-children > .sub-menu li a:hover{
  background: #003f3b;
  transition: all 0.4s;
  color: #fff !important;
}
#mainNav.sticky-custom .list-principal > .menu-item-has-children > .sub-menu li a:hover{
    color:#fff !important;
}
.list-principal > .menu-item-has-children:hover > .sub-menu,
.list-principal > .menu-item-has-children > .sub-menu:hover{
  display: block !important;
}
.list-principal > .menu-item.menu-item-has-children > a:after,
.list-principal .supermenu-activo a:after{
    font-family: FontAwesome;
    content: '\f107';
    font-size: 16px;
    position: relative;
    top: 2px;
    right: 0;
    color: #000;
    margin-left: 5px;
}
#mainNav.nav-transparent .part-2 {
   /* test background: transparent; */
   background-color: rgb(0, 63, 59, 0.8);
}
#mainNav.sticky-custom .part-2{
    background: #fff !important;
}
#mainNav.nav-transparent .contenedor-menu .menu-item a,
#mainNav.nav-transparent .list-principal > .menu-item.menu-item-has-children > a:after,
#mainNav.nav-transparent .list-principal .supermenu-activo a:after{
    color: #fff;
}
#mainNav.sticky-custom .contenedor-menu .menu-item a,
#mainNav.sticky-custom .list-principal > .menu-item.menu-item-has-children > a:after,
#mainNav.sticky-custom .list-principal .supermenu-activo a:after{
    color: #000 !important;
}
#mainNav .part-2 .ico-white{
    display: none;
}
#mainNav.nav-transparent .part-2 .ico-black{
    display: none;
}
#mainNav.nav-transparent .part-2 .ico-white{
    display: inline-block;
}
#mainNav.sticky-custom .part-2 .ico-black{
    display: inline-block;
}
#mainNav.sticky-custom .part-2 .ico-white{
    display: none;
}


#sidebar-wrapper {
    width: 315px;
    height: 102vh;
    position: fixed;
    left: -120%;
    top: 0;
    padding-top: 35px;
    background: #F5F4F4;
    z-index: 999999;
    transition: all 0.5s;
    padding-bottom: 100px;
    overflow: scroll;
}
#sidebar-wrapper.toggled{
  left: 0;
}
#sidebar-wrapper .logo-responsive{
    width: 110px;
    display: block;
    margin-top: -40px;
    margin-bottom: 10px;
}
#sidebar-wrapper .close-menu{
  width: 20px;
  right: 12px;
  top: 10px;
}
.overlay-search,
.overlay-menu{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 9999;
}
.close-menu{
    position: absolute;
    z-index: 9999;
    top: 0%;
    right: 20px;
    cursor: pointer;
}
.sidebar-wrapper .logo {
    margin: 0 auto;
    display: table;
    margin-bottom: 40px;
    margin-top: 20px;
    max-width: 85%;
}
.sidebar-wrapper .bloque-1 {
    border-top: 1px solid #d2d2d2;
    padding-bottom: 0;
    margin-top: 0;
    position: relative;
}
.sidebar-wrapper .bloque-1 ul li a {
    color: #000000;
    padding: 13px 0;
    display: table;
    text-align: center;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}
@media only screen and (max-width:1180px){
    #mainNav .bloque-menu{
        display: none;
    }
    #menu-click,
    #mainNav .bloque-logo-mobile{
        display: inline-block !important;
    }
    #mainNav .bloque-logo-desktop{
        display: none !important;
    }
    #mainNav .part-2 {
        height: 60px;
        padding-top:0px; /* test  padding-top: 10px; */
    }
    #mainNav.sticky-custom .part-2{
        padding-top: 0;
    }
    #mainNav .part-2 .logo-principal {
        top: 13px;
    }
    #mainNav #menu-click {
        top: 16px;
    }
    #mainNav #menu-click img{
        width:28px;
    }
}
@media only screen and (max-width:767px){
    #menu-click {
        top: 15px;
    }
    #mainNav .part-2 .logo-principal {
        top: 14px;
    }
}




.sidebar-wrapper .desplegable:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}
.sidebar-wrapper > ul {
  margin-top: 40px;
}
.sidebar-wrapper > ul > .menu-item-has-children {
  position: relative;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul {
  margin-left: 40px;
  display: none;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children {
  position: relative;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children > ul {
  margin-left: 40px;
  display: none;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children {
  position: relative;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children > ul {
  margin-left: 40px;
  display: none;
}
.sidebar-wrapper > ul hr {
  border-color: #2e699e;
}
.sidebar-wrapper > ul li[data-status=open] {
  background: #000;
}
.sidebar-wrapper .desplegable {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 33px;
    padding: 1px 15px;
    padding-left: 95%;
    cursor: pointer;
    height: 100%;
    z-index: 2;
}
.sidebar-wrapper .sub-menu .desplegable {
    top: -7px;
    left: 0;
    font-size: 20px;
    width: 99%;
    height: 45px;
    padding: 9px 15px;
}
.sidebar-wrapper .bloque-1 .sub-menu{
    list-style: none;
    display: none;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    padding-top: 0;
    padding-bottom: 0;
}
.sidebar-wrapper .bloque-1 ul.sub-menu li a{
    font-weight: 400 !important;
    padding-top: 13px;
    padding-bottom: 13px;
}
.sidebar-wrapper .bloque-1 ul.sub-menu li{
    border:0 !important;
    margin-bottom: 0;
}
.sidebar-wrapper .bloque-1{
    padding-bottom: 0;
    margin-top: 0;
    position: relative;
}
.sidebar-wrapper .bloque-1 ul li.open a{
    font-weight: bold;
}
.sidebar-wrapper .bloque-1 .sub-menu li a{
    color: #5B585B !important;
}
.sidebar-wrapper .bloque-1 .menu-item.menu-item-has-children a::after,
.sidebar-wrapper .supermenu-activo a::after{
    content: "";
    display: inline-block;
    background-image: url(../../assets/img/arrow-bottom.svg);
    width: 7px;
    height: 7px;
    background-size: 100% 100%!important;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    top: -1px;
    right: 0;
    position: relative;
    padding: 0 7px;
    margin-left: 12px;
    margin-right: -25px;
    z-index: 0;
}
#sidebar-wrapper ul .menu-item.current-menu-item .sub-menu a{
    border-color:transparent;
}
.sidebar-wrapper .bloque-1 .menu-item.menu-item-has-children .sub-menu a::after{
    display: none;
}
#sidebar-wrapper ul li li .desplegable:before {
    top: 9px;
}
#sidebar-wrapper ul li li .menu-item{
    background: #fff;
}
@media only screen and (max-width: 380px){
    #sidebar-wrapper {
        width: 100%;
    }
}





#mainNav .float-search-ecommerce{
    margin-right: -6px;
    opacity: 0;
}
#mainNav .float-search-ecommerce .btn-search{
    display: none;
}
#mainNav .float-search-ecommerce .btn-search img {
    width: 20px;
    height: 20px;
}
#mainNav .input-custom-search {
    width: 515px;
    cursor: pointer;
}
#mainNav.search-open {
    background: #fff;
    z-index: 99999;
}
#mainNav.search-open .list-0,
#mainNav.search-open .bloque-menu{
    display: none;
}
#mainNav.search-open .float-search-ecommerce{
    display: block;
}
#mainNav .float-search-ecommerce{
    width: 30px;
    position: absolute;
    right: 0;
    top: -15px;
    overflow: hidden;
}
#mainNav.search-open .float-search-ecommerce{
    width:auto;
    position: relative;
    opacity: 1;
}
#mainNav.search-open .float-search-ecommerce .btn-search {
    display: inline-block;
    background: #20CD7F;
    border: 0;
    height: 47px;
    padding: 0 13px;
    border-radius: 3px;
    position: relative;
    top: -1px;
    cursor: pointer;
}
#mainNav.search-open .float-search-ecommerce .input-custom-search{
    cursor: text;
}
#mainNav.search-open .nav-right-items,
#mainNav.search-open .nav-block-lang{
    display: none;
}
#mainNav.search-open .part-2 .ico-black{
    display: inline-block !important;
}
#mainNav.search-open .part-2 .logo-principal.ico-black{
    display: inline-block !important;
}
#mainNav.search-open .part-2 .logo-principal.ico-white{
    display: none !important;
}
#mainNav .float-search-ecommerce .input-search{
    padding: 13px 10px 12px 20px;
    width: 350px;
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
}
#mainNav .nav-block-right{
    float: right;
    margin-top: 34px;
    margin-left: 45px;
}
#mainNav .nav-block-right span{
    color:#000;
    font-size: 14px;
}
#mainNav.nav-transparent .nav-block-right span{
    color:#fff;
}
#mainNav.sticky-custom .nav-block-right span{
    color:#000;
}
#mainNav .nav-block-right img{
    width: 19px;
    margin-right: 2px;
    position: relative;
    top: -1px;
}
#sidebar-wrapper .menu-mobile-container .menu-item.menu-item-has-children{
    position: relative;
    overflow: hidden;
}
#mainNav .nav-block-lang{
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-top: 35px;
    margin-left: 19px;
}
#mainNav .nav-block-lang p{
    color:#000;
    margin: 0;
    font-size: 14px;
}
#mainNav .nav-block-lang p i{
    font-size: 19px;
    position: relative;
    top: 2px;
    margin-left: 2px;
}
#mainNav.nav-transparent .nav-block-lang p{
    color:#fff;
}
#mainNav.sticky-custom .nav-block-lang p{
    color:#000;
}
@media (max-width: 480px){
    #sidebar-wrapper{
        width:100%;
    }
    .sidebar-wrapper .logo {
        max-width: 75%;
    }
}
@media (max-width: 1340px){
    #mainNav .part-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #mainNav .contenedor-menu .menu-item {
        margin-right: 12px;
        margin-left: 12px;
    }
    #mainNav .nav-block-right {
        margin-left: 20px;
    }
}
@media (max-width: 1250px){
    #mainNav .contenedor-menu .menu-item {
        margin-right: 9px;
        margin-left: 9px;
    }
}
@media (max-width: 1200px){
    #mainNav .contenedor-menu .menu-item {
        margin-right: 7px;
        margin-left: 7px;
    }
    #mainNav .nav-block-right{
        margin-left: 15px;
    }
    #mainNav .part-2 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1180px){
    #mainNav .nav-block-lang{
        display: none;
    }
    #mainNav.nav-transparent .nav-block-right span{
        display: none;
    }
    #mainNav .nav-block-right {
    margin-top: 18px;
        margin-right: 48px;
    }
    #mainNav .float-search-ecommerce {
        top: -12px;
    }
    #mainNav.search-open #menu-click .ico.ico-white{
        display: none !important;
    }
    #mainNav.search-open .float-search-ecommerce .input-search {
        padding: 10px 10px 10px 20px;
        font-size: 13px;
    }
    #mainNav.search-open .float-search-ecommerce .btn-search img {
        width: 18px;
        height: 18px;
    }
    #mainNav.search-open .float-search-ecommerce .btn-search {
        height: 42px;
        padding: 0 12px;
        top: 1px;
    }
    #mainNav.search-open .part-2{
        padding-top: 0;
    }
}
@media (max-width: 600px){
    #mainNav.search-open .bloque-logo-mobile,
    #mainNav.search-open #menu-click{
        display: none !important;
    }
    #mainNav.search-open .nav-block-right {
        margin: 0;
        width: 100%;
    }
    #mainNav.search-open .float-search-ecommerce .input-search{
        width:100%;
    }
    #mainNav.search-open .float-search-ecommerce{
        margin: 0;
        position: relative;
        top: 7px;
    }
    #mainNav.search-open .float-search-ecommerce .btn-search{
        position: absolute;
        top:0;
        right:0;
    }
}



.section-home .fullx1{
  min-height: 100vh;
  position: relative;
}
.section-home .box-center-x1{
  height: 100vh;
}
.section-home .img-mobil{
  display: none;
}
.box-center-x1{
  position: relative;
  display: flex;
  align-items: center;
}
.section-home .content-center-x2{
  max-width: 720px; /* test  670*/
  padding: 0 20px;
  /* test */
  margin-top: 10%;
}
.title-white01{
  font-family: 'Rozha One';
  font-size: 32px; /*test 45 */
  font-weight: 400;
  margin: 0;
  color: #FFFFFF;
  line-height: 0.9;
}
.section-home .content-standar{
  /* test padding-top: 25px; */
  padding-top: 10px;
}
.content-standar p{
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
}
.dots-part1 .slick-dots{
    bottom: 20%;
}
.dots-part1 .slick-dots li button::before{
    display: none;
}
.dots-part1 .slick-dots li{
  margin: 0px 4px;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 4px;
  width: 19px;
  height: 19px;
}
.dots-part1 .slick-dots button{
    width: 9px;
    border-radius: 40px;
    height: 9px;
    background: #D1E0D7;
    border: 1px solid #D1E0D7;
    padding: 0;
}
.dots-part1 .slick-dots li:hover button{
    background: #00CE7C;
    border: 1px solid #00CE7C;
}
.dots-part1 .slick-dots .slick-active button{
    border-color: #00CE7C;
    background: #00CE7C;
}
.dots-part1 .slick-dots .slick-active{
      border: 1px solid #00CE7C;
}
@media (max-width: 950px){
  .dots-part1 .slick-dots{
    bottom: 210px;
  }
  .section-home .fullx1 .img-central{
    background-position: 75% 100%;
  }
}
@media (max-width: 500px){
  .section-home .img-desktop{
    display: none;
  }
  .section-home .img-mobil{
    display: block;
  }
}
@media (max-width: 480px){
  .section-home .box-center-x1 {
    display: block;
    align-items: normal;
  }
  .section-search .btn-green {
    padding: 14px 2px 15px!important;
  }
  .section-home .content-center-x2 {
    padding: 0;
    width: 100%;
    bottom: 160px;
    left: 0;
    position: absolute;
    padding-bottom: 35px;
  }
  .section-home .title-white01{
    font-size: 38px;
  }
  .section-home .content-standar {
    padding-top: 18px;
  }
}
@media (max-width: 411px){
  .section-home .fullx1 .img-central{
    background-position: 70% 100%;
  }
  .inner-select select{
      padding: 14px 30px 14px 20px;
  }
  .inner-select:after {
    top:  21px;
  }
  .section-home .title-white01{
    font-size: 32px;  /* test font-size: 36px; */
  }
  .section-home .content-standar {
    padding-top: 10px;
  }
  .section-home .content-center-x2 {
    bottom: 150px;
  }
}
@media (max-width: 360px){
  .section-home .title-white01{
    font-size: 32px;
  }
  .section-home .btn-green,
  .section-search .btn-green {
    padding: 9px 2px 8px!important;
  }
  
  .tspecial
  {
     font-size: 24px  !important;
  }
}
@media (max-width: 320px){
  .section-home .content-standar {
    padding-top: 5px;
  }
  .section-home .title-white01{
    font-size: 30px;
  }
  .section-home .content-center-x2 {
    bottom: 110px;
  }
}


.section-search {
  position: relative;
}
.section-search .container{
  position: absolute;
  padding: 0 20px;
  max-width: 950px;
  margin: 0 auto;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.inner-x1{
  padding: 10px 0;
  position: relative;
}
.inner-select:after{
  font-family: FontAwesome;
  content: '\f107';
  font-size: 20px;
  position: absolute;
  top: 23px;
  right: 13px;
  color: #fff;
  pointer-events: none;
}
.inner-select select{
  background: transparent;
  width: 100%;
  padding: 16px 30px 15px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #20CD7F;
}
.section-search .inner-select select{
  height: 54px;
}
.inner-select select option{
  color: #000;
}
.inner-x1 .input-contacto{
  padding: 18px 20px;
  width: 100%;
  background: transparent;
  border: 1px solid #20CD7F;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.inner-x1 .input-contacto::placeholder{
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.section-search .input-contacto{
  padding: 16px 160px 15px 20px;
  border-left: 0;
  border-right: 0;
}
.btn-green{
  width: 150px;
  padding: 14px 2px 13px;
  font-size: 14px;
  font-weight: 500;
  background: #00CE7C;
  border: 1px solid #34CF7F;
  display: block;
  color: #0E2628;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s;
  margin: 10px 0;
}
.section-search .btn-green{
  padding: 16px 2px 15px;
}
.btn-green:hover{
  color: #FFFFFF;
}
.section-search .btn-green{
  position: absolute;
  top: 0;
  right: 0;
}
.section-search .content-img{
  text-align: center;
}
.section-search .content-img img{
  width: 25px;
  height: auto;
  cursor: pointer;
}
@media (max-width: 950px){
  .section-search .container{
    max-width: 600px;
  }
  .section-search .container .col-5,
  .section-search .container .col-7{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-search .input-contacto{
    border: 1px solid #20CD7F;
  }
}
@media (max-width: 480px){
  .ancla-efecto{
    display: none;
  }
  .section-search .inner-x1 {
    padding: 0;
    margin: 5px 0;
  }
  .dots-part1 .slick-dots{
    bottom: 150px;
  }
  .section-search .btn-green{
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    padding: 0 !important;
    display: inline-block;
  }
}
@media (max-width: 420px){
  .section-search .btn-green {
    padding: 12px 2px 10px;
  }
  .inner-select:after{
    top: 18px;
    right: 9px;
  }
}
@media (max-width: 411px){
  .section-search .content-img{
    display: none;
  }
  .dots-part1 .slick-dots {
    bottom: 150px;
  }
}
@media (max-width: 360px){
  .section-search .inner-select select {
    height: 45px;
  }
  .inner-select select{
    padding: 11px 25px 10px 10px;
  }
  .section-search .input-contacto {
    padding: 11px 10px!important;
  }
  .dots-part1 .slick-dots {
    bottom: 195px;
  }
  .inner-select:after{
    top: 14px;
  }
}
@media (max-width: 320px){
  .dots-part1 .slick-dots {
    bottom: 120px;
  }
}


.section-ancla-2{
    position: relative;
    top:-70px;
}
.section-home-x2 .container{
  padding: 20px 0px 0px;
}
.full-x2{
  position: relative;
  min-height: 1000px;
}
.full-x2::before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0E2628;
  opacity: 0.1;
  z-index: 1;
}
.full-x2 .box-center{
  width: 100%;
  bottom: 32%;
  left: 0;
  position: absolute;
  z-index: 2;
  padding:0 20px 0 100px;
}
.full-x2 .title-white01{
  font-size: 80px;
}
.section-home-x2 .box-center-x1{
  height: 1000px;
  max-width: 450px;
  margin: 0 auto;
}
.section-home-x2 .content-center-x2{
  margin: 20px 0 20px;
  padding: 0 20px;
}
.content-standar-black p{
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.title-black{
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  color: #000000;
}
.title-green{
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #00CE7C;
}
.section-home-x2 .title-black{
  margin-bottom: 10px;
}
.section-home-x2 .content-standar-black{
  padding: 15px 20px 5px;
  border-top: 1px solid #D1E0D7;
  margin-top: 10px;
}
.section-home-x2 .btn-movil{
  display: none;
}
.section-home-x2 .btn-movil .btn-green{
  margin: 20px auto;
}
@media (max-width: 1200px){
  .section-home-x2 .container .columna-x1{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .section-home-x2 .container .columna-x2{
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .section-home-x2 .full-x2 .box-center{
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 1050px){
  .section-home-x2 .full-x2 .title-white01{
    font-size: 70px;
  }
  .section-home-x2 .full-x2 .box-center{
    padding: 0 20px;
  }
  .section-home-x2 .container .columna-x1,
  .section-home-x2 .container .columna-x2{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-x2 .full-x2 {
    min-height: 700px;
  }
  .section-home-x2 .full-x2 .btn-green{
    display: none;
  }
  .section-home-x2 .btn-movil{
    display: block;
  }
  .section-home-x2 .box-center-x1{
    height: 100%;
    min-height: 100%;
    max-width: 800px;
    padding: 20px 0;
  }
}
@media (max-width: 600px){
  .section-home-x2 .full-x2 {
    min-height: 450px;
  }
  .section-home-x2 .full-x2 .title-white01{
    font-size: 60px;
  }
}
@media (max-width: 480px){
  .section-home-x2 .full-x2 .box-center{
    bottom: 10%;
  }
  .section-home-x2 .content-standar-black{
    padding: 15px 0px 5px;
  }
  .section-home-x2 .title-black{
    font-size: 19px;
  }
}
@media (max-width: 411px){
  .section-home-x2 .content-standar-black{
    padding: 15px 0px 5px;
  }
  .section-home-x2 .img-central {
    background-position: 20% 100%;
  }
}
@media (max-width: 360px){
  .section-home-x2 .full-x2 {
    min-height: 350px;
  }
  .section-home-x2 .full-x2 .title-white01{
    font-size: 45px;
  }
  .section-home-x2 .title-black{
    font-size: 16px;
  }
  .section-home-x2 .title-green {
    font-size: 14px;
  }
}
@media (max-width: 320px){
  .section-home-x2 .title-green {
    font-size: 12px;
  }
}

.section-home-x3{
  background: #F4F5F4;
  margin: 50px 0;
  position: relative;
}
.section-home-x3 .container{
  max-width: 1200px;
  padding: 175px 20px;
}
.section-home-x3 .content-text{
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
.title-black-02{
  font-size: 70px;
  font-weight: 400;
  margin: 0;
  color: #000000;
  font-family: 'Rozha One';
}
.section-home-x3 .box-width{
    max-width: 1050px;
    margin: 0 auto;
    padding: 30px 0 40px;
}
.section-home-x3 .box-width li{
    display: inline-block;
}
.box-servicio .content-img{
  width: 200px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.box-servicio .content-img img{
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 140px;
    margin: 0 auto;
}
.arrow-left{
    position: absolute;
    top: 40%;
    left: 0;
    cursor: pointer;
}
.arrow-right{
    position: absolute;
    top: 40%;
    right: 0;
    cursor: pointer;
}
.arrow-black{
  width: 40px;
  height: auto;
}
.section-home-x3 .btn-center{
  margin: 0 auto;
}
#point-1{
  left: 50%;
  width: 15px;
  height: 174px;
}
.point{
  position: absolute;
  top: -30px;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%, 0);
}
.point-2{
  position: absolute;
  bottom: -30px;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%, 0);
}
.section-home-x3 .bloque-mobile{
  display: none;
}
@media (max-width: 1300px){
  .section-home-x3 .box-width{
    max-width: 1000px;
  }
  .arrow-left{
    left: 1%;
  }
  .arrow-right{
    right: 1%;
  }
}
@media (max-width: 1030px){
  .section-home-x3 .box-width{
    max-width: 800px;
  }
}
@media (max-width: 900px){
  .section-home-x3 .box-width{
    max-width: 700px;
  }
}
@media (max-width: 767px){
  .section-home-x3 .box-width{
    max-width: 500px;
  }
}
@media (max-width: 650px){
  .section-home-x3 .title-black-02{
    font-size: 60px;
  }
}
@media (max-width: 600px){
  .arrow-left,
  .arrow-right{
    display: none;
  }
  .slider-servicio{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-servicio .content-img{
    margin: 15px auto;
  }
  .box-servicio .content-img img{
    display: table;
  }
  .section-home-x3 .bloque-desktop{
    display: none;
  }
  .section-home-x3 .bloque-mobile{
    display: block;
  }
  .section-home-x3 .bloque-mobile .col-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: inline-block;
  }
}
@media (max-width: 480px){
  .section-home-x3 .title-black-02 {
    font-size: 45px;
  }
  .box-servicio .content-img{
    width: 180px;
  }
  .box-servicio .content-img img{
    max-width: 160px;
    max-height: 120px;
  }
}
@media (max-width: 411px){
  .section-home-x3{
    margin: 25px 0;
  }
  .section-home-x3 .container{
    padding: 100px 10px 90px;
  }
  .section-home-x3 .title-black-02{
    font-size: 45px;
    margin-bottom: 30px;
  }
  #point-1,
  #point-2{
    display: none;
  }
  .box-servicio .content-img {
    width: 160px;
  }
  .box-servicio .content-img img {
    max-width: 140px;
    max-height: 110px;
  }
}
 @media (max-width: 360px){
   .section-home-x3 .title-black-02{
     font-size: 35px;
   }
   .section-home-x3 .container{
     padding: 80px 10px 50px;
   }
   .box-servicio .content-img {
     width: 150px;
     height: 120px;
   }
   .box-servicio .content-img img {
     max-width: 130px;
     max-height: 100px;
   }
 }



 .section-home-x4 .container{
   padding: 0;
 }
 .section-home-x4 .box-center .content-standar{
   max-width: 540px;
 }
 .section-home-x4 .box-center .content-standar p{
   font-weight: 400;
 }
 .section-home-x4 .box-bottom{
   position: absolute;
   bottom: 28%;
   left: 0;
   z-index: 6;
   margin-left: 100px;
 }
 .section-home-x4 .box-center{
   max-width: 700px;
   margin: 0 auto;
   display: block;
   padding: 0 20px;
 }
 .section-home-x4 .title-white01{
   font-size: 80px;
 }
 .section-home-x4 .box-center-x1{
   height: 900px;
   margin: 0 10px;
 }
 .section-home-x4 .content-center-x2{
     width: 100%;
     max-width: 450px;
     margin: 0 auto;
 }
 .section-home-x4 .content-center-x2 .box-border01{
   border: 0;
   border-bottom: 1px solid #D1E0D7;
 }
 .content-area{
   position: relative;
   padding: 42px 0;
   margin: 0 40px 0 80px;
 }
 .content-area .img-ico{
   width: 40px;
   height: 45px;
   position: absolute;
   left: -65px;
   top: 25px;
 }
 .title-black02{
   font-size: 13px;
   font-weight: 500;
   color: #000000;
   margin: 0;
 }
 .content-area .img-arrow{
   width: 18px;
   height: auto;
   position: absolute;
   right: -25px;
   top: 44px;
   opacity: 0;
   transition: all 0.5s;
 }
 .item-arrow:hover .img-arrow{
   opacity: 1;
 }
 .section-home-x4 .content-center-x2 .item-arrow:nth-child(1) .box-border01{
   border-top: 1px solid #D1E0D7;
 }
 .section-home-x4 .btn-movil{
   display: block;
 }
 .section-home-x4 .btn-movil .btn-green{
   margin: 20px auto;
 }
.scroll-custom {
   height: 810px;
   overflow-y: scroll;
 }
 .scroll-custom::-webkit-scrollbar{
   width: 3px;
 }
 .scroll-custom::-webkit-scrollbar-track{
   background: transparent;
 }
 .scroll-custom::-webkit-scrollbar-thumb{
   background: #20CD7F;
 }
 .scroll-custom::-webkit-scrollbar-thumb:hover{
   background: #20CD7F;
 }
 @media (max-width: 1200px){
   .section-home-x4 .title-white01{
     font-size: 70px;
   }
   .section-home-x4 .box-bottom{
     margin-left: 50px;
   }
 }
@media (max-width: 1000px){
   .section-home-x4 .title-white01{
     font-size: 60px;
   }
   .section-home-x4 .box-bottom{
     margin-left: 0px;
   }
 }
@media (max-width: 940px){
  .scroll-custom {
    height: 780px;
  }
}
 @media (max-width: 850px){
   .section-home-x4 .container .col-8,
   .section-home-x4 .container .col-4{
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }
   .section-home-x4 .box-width .box-center {
     max-width: 100%;
   }
   .section-home-x4 .box-center .content-standar {
     max-width: 100%;
   }
   .section-home-x4 .box-width .btn-green{
     display: none;
   }
   .section-home-x4 .btn-movil{
     display: block;
   }
   .section-home-x4 .full-x2 {
     min-height: 800px;
   }
   .section-home-x4 .content-center-x2 {
     max-width: 650px;
   }
   .section-home-x4 .box-center-x1{
     height: 850px;
   }
 }
@media (max-width: 480px){
  .section-home-x4 .full-x2 {
    min-height: 550px;
  }
  .section-home-x4 .box-bottom{
    bottom: 10%;
  }
}
 @media (max-width: 411px){
   .section-home-x4 .content-center-x2 .item-arrow:nth-child(1) .box-border01 {
     border-top: 0;
   }
   .section-home-x4 .full-x2 {
     min-height: 450px;
   }
   .section-home-x4 .title-white01{
     font-size: 60px;
   }
   .section-home-x4 .box-center .content-standar p{
     font-size: 16px;
   }
   .section-home-x4 .box-center .content-standar {
     padding-top: 10px;
   }
   .section-home-x4 .box-bottom {
     bottom: 5%;
   }
 }
 @media (max-width: 360px){
   .section-home-x4 .full-x2 {
     min-height: 400px;
   }
   .section-home-x4 .title-white01{
     font-size: 45px;
   }
   .section-home-x4 .box-center .content-standar p{
     font-size: 14px;
   }
 }




.section-home-x5{
  margin: 20px 0;
}
.section-home-x5 .fullx1{
  position: relative;
  min-height: 700px;
}
.section-home-x5 .fullx1::before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0E2628;
  opacity: 0.8;
  z-index: 1;
}
.section-home-x5 .box-center-x1{
  height: 700px;
  z-index: 3;
}
.section-home-x5 .container{
  max-width: 1250px;
  margin: 0 auto;
}
.section-home-x5 .title-white01{
  font-size: 80px;
}
.section-home-x5 .part-1{
  width: 100%;
  max-width: 500px;
}
.section-home-x5 .inner-x1{
  padding: 15px 0;
}
.section-home-x5 .inner-select select{
  padding: 13px 30px 14px 20px;
}
.section-home-x5 .inner-x1 .input-contacto{
  padding: 14px 20px 13px;
}
.section-home-x5 .inner-select:after{
  top: 27px;
}

.aspa-check{
  position: relative;
  display: table;
  padding-left: 25px;
  margin: 14px 0;
  cursor: pointer;
}
.aspa-check input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.checkmark{
  position: absolute;
  top: -4px;
  left: 0px;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #00CE7C;
  border-radius: 4px;
}
.aspa-check input:checked ~ .checkmark:after {
  display: block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.aspa-check input:checked ~ .checkmark {
  background-color: #00CE7C;
}
.checkmark:after{
  content: "";
  display: block;
  left: 6px;
  top: 1px;
  width: 5px;
  position: relative;
  height: 12px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aspa-check h6{
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: grey;
}
.aspa-check a{
  color: grey;
  text-decoration: underline;
}


@media (max-width: 1000px){
  .section-home-x5 .container{
    padding: 85px 0px 10px;
  }
  .section-home-x5 .container .col-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-x5 .box-center-x1{
    height: 100%;
  }
  .section-home-x5 .title-white01,
  .section-home-x5 .content-standar p{
    text-align: center;
  }
  .section-home-x5 .part-1{
    padding-bottom: 30px;
  }
  .section-home-x5 .part-1{
    max-width: 600px;
    margin: 0 auto;
  }
  .section-home-x5 .btn-green{
    margin: 15px auto;
  }
}
@media (max-width: 480px){
  .section-home-x5 .title-white01{
    font-size: 60px;
  }
}
@media (max-width: 411px){
  .section-home-x5 .img-central{
    background-position: 20% 100%;
  }
  .section-home-x5 .content-standar p{
    font-size: 16px;
  }
}
@media (max-width: 360px){
  .section-home-x5 .title-white01{
    font-size: 50px;
  }
  .section-home-x5 .content-standar p{
    font-size: 13px;
  }
}


.footer-mobil{
  display: none;
}
.footer-green{
  background: #D3DED8;
}
.footer-part1{
  padding: 0px 20px;
  max-width: 1130px;
}
.footer-part1 .box-center-x1{
  height: 160px;
  width: 100%;
  padding: 20px 0;
}
.footer-part1 .box-center-x1 .box-border{
  border-left: 1px solid #89A394;
  width: 100%;
}
.footer-part1 .row .col-3:nth-child(1) .box-border{
  border-left: 0;
}
.footer-part1 .row .col-3:nth-last-child(1) .box-border{
  border-right: 0;
}
.footer-part1 .logo-01{
  width: 250px;
  height: auto;
}
.footer-part1 .list-link01 li{
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  padding: 3px 0;
  margin: 0px 10px 0 30px;
}
.footer-part1 .list-iconos{
  margin: 0 10px 0 30px;
}
.footer-part1 .list-iconos li{
  display: inline-flex;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  margin: 2px 3px;
}
.footer-part1 .list-iconos .box-icono a{
  background: transparent;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0E2628;
}
.footer-part1 .list-iconos img{
  width: 21px;
  height: auto;
}
.footer-mobil{
  padding: 50px 20px 60px;
  max-width: 350px;
}
.footer-mobil .box-border-01{
  border-bottom: 1px solid #89A394;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.footer-mobil .box-border-01 img{
  width: 250px;
  height: auto;
}
.footer-mobil .box-border-02{
  border-bottom: 1px solid #89A394;
  padding-bottom: 20px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.footer-mobil .box-border-02 h6{
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  margin: 0;
}
.footer-mobil .list-iconos{
  margin: 0 10px 0 20px;
}
.footer-mobil .list-iconos li{
  display: inline-block;
  margin: 6px 3px;
}
.footer-mobil .border-espace{
  padding: 40px 0;
}
.footer-mobil .accordion .card {
    background: transparent;
    border: 0;
}
.footer-mobil .card-header {
    background: transparent;
    border: 0;
    padding: 5px 35px 5px 10px;
    border-radius: 0!important;
    border-bottom: 1px solid #89A394;
    position: relative;
}
.footer-mobil .card-header h5 {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    padding-bottom: 10px;
}
.footer-mobil .card-header img {
    width: 15px;
    height: auto;
    position: absolute;
    bottom: 18px;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 10px;
}
.footer-mobil .card-header .collapsed img{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.footer-mobil .card-body {
    padding: 0;
    padding-top: 10px;
}
.footer-mobil .card-body .box-text{
  position: relative;
  padding: 10px;
}
.footer-mobil .card-body .box-text a{
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.footer-part2{
  background: #003F3B;
}
.footer-part2 .box-width{
  max-width: 1150px;
  margin: 0 auto;
  padding: 5px 20px;
}
.footer-part2 .list-link03 li{
  display: inline-block;
  margin: 20px 60px;
  font-weight: 700;
  font-size: 13px;
  color: #D3DED8;
}
.footer-part2 .list-link03 a{
  color: #00CE7C;
}
.footer-part3{
  background: #FFFFFF;
}
.footer-part3 .content-text{
  text-align: center;
  padding: 23px 20px;
}
.footer-part3 .content-text h6{
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
@media (max-width: 1200px){
  .footer-part2 .box-width{
    text-align: center;
  }
  .footer-part2 .list-link03 li {
    margin: 20px 40px;
  }
}
@media (max-width: 1180px){
  .footer-part1 .list-link01 li {
      margin: 0px 10px 0 15px;
  }
}
@media (max-width: 1060px){
  .footer-part1 .columna-1{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-part1 .columna-2{
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .footer-part1 .columna-2 .box-center-x1 {
    min-height: 100px;
  }
  .footer-part1 .columna-1 .box-center-x1{
    display: block;
    text-align: center;
    height: auto;
    padding: 10px 0 20px;
  }
  .footer-part1 .columna-2 .list-iconos,
  .footer-part1 .columna-2 .list-link01 li {
    margin: 0;
    text-align: center;
  }
  .footer-desktop{
    padding: 20px;
  }
  .footer-desktop .row .columna-2:nth-child(2) .box-border{
    border-left: 0;
  }
}
@media (max-width: 930px){
  .footer-part2 .list-link03 li {
    margin: 20px 20px;
  }
}
@media (max-width: 780px){
  .footer-desktop{
    display: none;
  }
  .footer-mobil{
    display: block;
  }
  .footer-mobil .list-link01 li {
    margin: 0;
    text-align: center;
  }
  .footer-part2 .list-link03 li {
    display: block;
    text-align: left;
  }
}
@media (max-width: 600px){
  .footer-mobil{
    padding: 50px 20px 30px;
    max-width: 500px;
  }
}
@media (max-width: 411px){
  .footer-mobil .card-body .box-text{
    padding: 7px 10px;
  }
}
@media (max-width: 360px){
  .footer-part3 .content-text h6{
    font-size: 10px;
  }
}



.section-portada .fullx2{
  min-height: auto;
  position: relative;
}
.section-portada .container{
  padding: 0 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.section-portada .box-center-x1{
  height: 500px;
}
.section-portada .content-center-x2{
  max-width: 750px;
}
.section-portada .content-center-x2 h5{
  font-size: 22px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.section-portada .title-white01{
  font-size: 70px;
}
@media (max-width: 767px){
  .section-portada .title-white01 {
    font-size: 60px;
  }
  .section-portada .content-center-x2{
    width: 100%;
  }
  .section-portada .fullx2 .img-central {
    background-position: 60% 100%;
  }
  .section-portada .box-center-x1 {
    min-height: 400px;
  }
}
@media (max-width: 650px){
  .section-portada .title-white01 {
    font-size: 50px;
  }
}
@media (max-width: 480px){
  .section-portada .title-white01 {
    font-size: 44px;
  }
}
@media (max-width: 411px){
  .section-portada .title-white01 {
    font-size: 35px;
  }
  .section-portada .box-center-x1 {
    min-height: 280px;
  }
}
@media (max-width: 360px){
  .section-portada .title-white01 {
    font-size: 31px;
  }
  .section-portada .box-center-x1 {
    min-height: 230px;
  }
}


.section-search-x2 {
  background: #003F3B;
}
.section-search-x2 .part-1{
  padding: 30px 20px;
  max-width: 1080px;
  margin: 0 auto;
}
.section-search-x2 .inner-x1{
  margin: 0 10px;
}
.section-search-x2 .inner-select select{
  padding: 14px 30px 13px 20px;
}
.section-search-x2 .inner-x1 .input-contacto{
  padding: 14px 20px 13px;
}
.section-search-x2 .inner-select:after{
  top: 21px;
}
.section-search-x2 .btn-green{
  width: 100%;
  max-width: 150px;
  margin: 10px auto;
}
.section-search-x2 .part-2{
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 10px 30px;
  text-align: center;
}
.section-search-x2 .lista-filtro li{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  padding: 0 6px;
}
.section-search-x2 .lista-filtro span{
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -2px;
  left: 0;
}
.section-search-x2 .lista-filtro a{
  text-decoration: none;
  color: #fff;
  padding: 2px 3px 26px 3px;
}
.section-search-x2 .lista-filtro .active{
  border-bottom: 5px solid #00CE7C;
  color: #00CE7C;
}
@media (max-width: 1110px){
  .section-search-x2 .lista-filtro .active{
    border-bottom: 0;
  }
  .section-search-x2 .lista-filtro a{
    padding: 4px 3px;
  }
}
@media (max-width: 767px){
  .section-search-x2 .part-1 .col-42 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-search-x2 .part-1 .col-16{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-search-x2 .part-1 {
    padding: 30px 0px;
  }
}
@media (max-width: 600px){
  .section-search-x2 .part-1 .col-42 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-search-x2 .inner-x1 {
    margin: 0;
  }
  .section-search-x2 .lista-filtro li{
    display: none;
  }
  .section-search-x2 .part-2{
    padding: 0;
  }
}



.personalizado-04-x1 .container{
  padding: 90px 20px 100px;
}
.personalizado-04-x1 .title-black-02{
  font-size: 50px;
  text-align: center;
}
.personalizado-04-x1 .item-socios{
  margin: 60px 10px 40px;
}
.item-socios .box-content {
    background: #FFFFFF;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D3DED8;
    position: relative;
}
.item-socios .content-img {
    min-height: 340px;
    position: relative;
    background-color: #d2ded8;
}
.item-socios .box-date{
    padding: 14px 18px 25px;
    min-height: 290px;
}
.item-socios .box-date .part1{
  border-bottom: 1px solid #D3DED8;
  padding-bottom: 15px;
}
.item-socios .box-date .part1 span,
.item-socios .box-date .part2 span{
  font-size: 13px;
  font-weight: 500;
  color: #0E2628;
}
.item-socios .box-date .part1 h6{
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  line-height: 1;
}
.item-socios .box-date .part1 h5{
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1;
}
.item-socios .box-date .part2{
  padding: 10px;
}
.item-socios .box-date .part2 li{
  margin-left: 15px;
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
.item-socios .box-date .part2 li::before{
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 6px;
  left: -15px;
  background: #00CE7C;
  border-radius: 100%;
}
.item-socios .box-content .box-btn{
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.item-socios .btn-green{
  margin: 0;
}
@media (max-width: 1200px){
  .personalizado-04-x1 .box-width .col-3{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 1000px){
  .personalizado-04-x1 .box-width .col-3{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .personalizado-04-x1 .box-width{
    max-width: 850px;
    margin: 0 auto;
  }
}

@media (max-width: 650px){
  .personalizado-04-x1 .container {
    padding: 90px 10px 100px;
  }
  .personalizado-04-x1 .item-socios {
    margin: 40px 5px 30px;
  }
}
@media (max-width: 600px){
  .item-socios .content-img {
    min-height: 250px;
  }
  .item-socios .box-date .part1 h5 {
    font-size: 28px;
  }
}
@media (max-width: 500px){
  .item-socios .box-date{
    padding: 15px 10px 30px;
  }
}
@media (max-width: 480px){
  .item-socios .box-date{
    padding: 10px 10px 25px;
  }
  .item-socios .btn-green{
    padding: 10px 2px;
  }
  .item-socios .box-date .part1 h5 {
    font-size: 25px;
  }
  .item-socios .box-date .part1 h6 {
    font-size: 18px;
  }
  .item-socios .box-date .part2 li {
    font-size: 12px;
  }
  .item-socios .box-date {
    min-height: 275px;
  }
}
@media (max-width: 450px){
  .item-socios .content-img {
    min-height: 300px;
  }
  .item-socios .box-date .part1 h5 {
    font-size: 22px;
  }
  .item-socios .box-date .part2 {
    padding: 10px 0;
  }
  .item-socios .box-date .part1 h6 {
    font-size: 16px;
  }
  .item-socios .btn-green {
    width: 140px;
  }
}
@media (max-width: 360px){
  .item-socios .content-img {
    min-height: 170px;
  }
  .item-socios .box-date .part1 h5 {
    font-size: 20px;
  }
  .item-socios .btn-green {
    width: 120px;
  }
  .item-socios .box-date .part2 li::before {
    width: 5px;
    height: 5px;
    top: 7px;
    left: -10px;
  }
  .item-socios .box-date .part2 li {
    margin-left: 10px;
  }
  .item-socios .btn-green {
    padding: 6px 2px;
  }
}
@media (max-width: 340px){
  .personalizado-04-x1 .box-width .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-socios .content-img {
    min-height: 250px;
  }
  .item-socios .btn-green {
    width: 150px;
  }
  .item-socios .box-date {
    padding: 10px 15px 25px;
  }
  .item-socios .box-date .part1 h5 {
    font-size: 25px;
  }
  .item-socios .box-date .part1 h6 {
    font-size: 18px;
  }
}



.personalizado-02-x1 .container{
  padding: 80px 20px 100px;
}
.personalizado-02-x1 .content-standar-black{
  padding: 20px 20px 50px;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
.personalizado-02-x1 .item-area {
  margin: 40px 10px;
}
.item-area .box-content{
    background: #FFFFFF;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D3DED8;
}
.item-area .content-img{
  position: relative;
  min-height: 250px;
  background-color: #d2ded8;
}
.item-area .content-text{
  position: relative;
  padding: 25px 8px 10px 70px;
  min-height: 70px;
}
.item-area .content-text .img-ico{
    width: 40px;
    height: 40px;;
    position: absolute;
    left: 20px;
    top: 12px;
}
.item-area .content-text h6{
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}
@media (max-width: 1200px){
  .personalizado-02-x1 .max-width .col-3{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 1000px){
  .personalizado-02-x1 .max-width .col-3{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .personalizado-02-x1 .max-width{
    max-width: 880px;
    margin: 0 auto;
  }
  .personalizado-02-x1 .item-area {
    margin: 20px 10px;
  }
}
@media (max-width: 700px){
  .personalizado-02-x1 .max-width .col-3{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 411px){
  .personalizado-02-x1 .content-standar-black{
      padding: 10px 0px 35px;
  }
  .personalizado-02-x1 .item-area{
    margin: 20px 0px;
  }
}
@media (max-width: 360px){
  .item-area .content-img{
    min-height: 180px;
  }
}



.personalizado-03-x2{
  position: relative;
  z-index: 8;
  margin-top: -30px;
}
.personalizado-03-x2 .container{
  padding: 0;
  position: relative;
  bottom: -100px;
  left: 0;
}
.item-comercio .content-text{
  background: #FFFFFF;
  max-width: 900px;
  padding: 50px 100px 40px;
  min-height: 200px;
  margin: 12px auto;
  position: relative;
  box-shadow: 0 2px 12px 0 rgb(0, 0, 0, 20%);
}
.item-comercio .part-1{
  position: relative;
}
.item-comercio .part-1 img{
    width: auto;
    height: 120px;
}
.item-comercio .part-2{
    padding-left: 250px;
}
.item-comercio .part-2 .content-standar-black p{
  font-style: italic;
}
.personalizado-03-x2 .img-arrow{
  width: 22px;
  height: auto;
}
.arrow-black-x1{
  position: absolute;
  top: 44%;
  left: 20%;
  cursor: pointer;
}
.arrow-black-x2{
  position: absolute;
  top: 44%;
  right: 20%;
  cursor: pointer;
}
@media (max-width: 1280px){
  .arrow-black-x1{
    left: 16%;
  }
  .arrow-black-x2{
    right: 16%;
  }
}
@media (max-width: 1120px){
  .arrow-black-x1{
    left: 11%;
  }
  .arrow-black-x2{
    right: 11%;
  }
}
@media (max-width: 980px){
  .arrow-black-x1{
    left: 6%;
  }
  .arrow-black-x2{
    right: 6%;
  }
}
@media (max-width: 850px){
  .arrow-black-x1{
    left: 2%;
  }
  .arrow-black-x2{
    right: 2%;
  }
  .item-comercio .content-text {
    padding: 50px 70px 40px;
  }
}
@media (min-width: 767px){
    .item-comercio .part-2{
        height: 100%;
        display: flex;
        align-items: center;
        min-height: 100px;
    }
    .item-comercio .part-1 {
        position: absolute;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        width: 100%;
        top:50%;
        left: 100px;
        display: block;
        max-width: 210px;
    }
    .item-comercio .part-1 img{
        position: relative;
        left:0;
        top:0;
        margin: 0 auto;
        display: table;
    }
}
@media (max-width: 767px){
  .item-comercio{
    text-align: center;
  }
  .item-comercio .part-1 img {
    position: relative;
    top: 0;
    left: 0;
    display: table;
    margin: 0 auto;
  }
  .item-comercio .part-2{
    padding: 20px 0 0;
  }
}
@media (max-width: 600px){
  .item-comercio .content-text {
    padding: 30px 15px 50px;
  }
  .arrow-black-x1{
    left: 30%;
    bottom: 5%;
    top: auto;
  }
  .arrow-black-x2{
    right: 30%;
    bottom: 5%;
    top: auto;
  }
  .personalizado-03-x2{
    margin: 0;
  }
  .personalizado-03-x2 .container {
    padding: 10px 20px;
    bottom: 0;
  }
}


.item-portada .full-x1{
  min-height: 750px;
  position: relative;
}
@media (max-width: 980px){
  .item-portada .full-x1{
    min-height: 500px;
  }
}
@media (max-width: 411px){
  .item-portada .full-x1{
    min-height: 380px;
  }
  .item-comercio .part-1 img {
    width: auto;
    height: 90px;
  }
}
@media (max-width: 360px){
  .item-comercio .part-2 .content-standar-black p{
    font-size: 12px;
  }
  .item-portada .full-x1{
    min-height: 300px;
  }
}




.search-x3 .part-1{
  max-width: 1200px;
}
@media (max-width: 1200px){
  .search-x3 .part-1 .col-42,
  .search-x3 .part-1 .col-14{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search-x3 .part-1 .col-22{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px){
  .search-x3 .part-1 .col-22{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.personalizado-07-x1 .container{
  padding: 70px 20px 100px;
}
.personalizado-07-x1 .max-width{
  max-width: 1300px;
  margin: 0 auto;
}
.personalizado-07-x1 .item-noticia{
  margin: 50px 20px;
}

.personalizado-07-x1 .content-standar-black {
    max-width: 750px;
    margin: 0 auto;
}

.item-noticia .box-content {
    background: #FFFFFF;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D3DED8;
    position: relative;
}
.item-noticia .content-img {
  min-height: 250px;
  position: relative;
  background: #C4C4C4;
}
.item-noticia .box-date{
  padding: 20px 25px;
  min-height: 315px;
}
.item-noticia .box-date .part1 span,
.item-noticia .box-date .part1 h6{
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #00CE7C;
}
.item-noticia .box-date .part1 h6{
  font-size: 16px;
}
.item-noticia .box-date .part1{
  border-bottom: 1px solid #D3DED8;
  padding-bottom: 10px;
}
.item-noticia .box-date .part2{
  padding: 18px 0 10px;
}
.item-noticia .content-standar-black p{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}
.item-noticia .box-content .box-btn{
position: absolute;
bottom: -4%;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}
.item-noticia .btn-green{
  margin: 0;
}
@media (max-width: 1200px){
  .personalizado-07-x1 .max-width .col-4{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .personalizado-07-x1 .max-width, .personalizado-07-x1 .content-standar-black {
    max-width: 900px;
    margin: 0 auto;
  }
  .personalizado-07-x1 .item-noticia {
    margin: 35px 10px;
  }
}
@media (min-width: 360px){  
  
  .cintaverdemob
  {
      display:none !important;
  }
  
  .cintaverdedesk
  {
      display:block !important;
  }
}
@media (max-width: 800px){
  .personalizado-07-x1 .max-width .col-4{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 411px){
  .personalizado-07-x1 .container {
    padding: 30px 20px 80px;
  }
  .personalizado-07-x1 .item-noticia{
    margin: 35px 0px;
  }
  .item-noticia .content-standar-black p{
    font-size: 18px;
  }
}
@media (max-width: 360px){
  .item-noticia .content-img {
    min-height: 200px;
  }
  .item-noticia .content-standar-black p {
    font-size: 15px;
  }
  .item-noticia .box-date{
    min-height: 200px;
  }
}


.bgn-grey{
  background: #F4F5F4;
}


.personalizado-03-x1 .container{
  padding: 80px 20px 20px;
}
.personalizado-03-x1 .content-standar-black{
  max-width: 750px;
  margin: 0 auto;
}
.personalizado-03-x1 .box-link{
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 0 20px;
  margin-top: -25px;
}
@media (max-width: 500px){
  .personalizado-03-x1 .box-link{
    text-align: left;
  }
}


.personalizado-03-x3 .container{
  padding: 80px 20px 100px;
}
.personalizado-03-x3 .title-black-02{
  font-size: 50px;
  text-align: center;
}
.personalizado-03-x3 .item-socios{
  margin: 60px 10px 50px;
}
.personalizado-03-x3 .item-socios .box-date {
    min-height: 170px;
}
@media (max-width: 1200px){
  .personalizado-03-x3 .box-width .col-3{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 1000px){
  .personalizado-03-x3 .box-width .col-3{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .personalizado-03-x3 .box-width{
    max-width: 850px;
    margin: 0 auto;
  }
}
@media (max-width: 700px){
  .personalizado-03-x3 .box-width .col-3{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .personalizado-03-x3 .container{
    padding: 50px 20px;
  }
}
@media (max-width: 411px){
  .personalizado-03-x3 .item-socios{
    margin: 40px 0px;
  }
  .personalizado-03-x3 .title-black-02 {
    font-size: 40px;
  }
}



.personalizado-03-x4{
  margin-bottom: 50px;
}
.personalizado-03-x4 .container{
  padding: 80px 20px;
}
.personalizado-03-x4 .title-black-02{
  font-size: 50px;
  text-align: center;
}
.personalizado-03-x4 .max-width{
  padding: 40px 0 10px;
  max-width: 1220px;
  margin: 0 auto;
}
.personalizado-03-x4 .item-noticia{
  margin: 20px 10px;
}
.personalizado-03-x4 .item-noticia .box-date {
    min-height: 282px;
}
.arrow-left-x1{
    position: absolute;
    top: 48%;
    left: 0%;
    cursor: pointer;
}
.arrow-right-x2{
    position: absolute;
    top: 48%;
    right: 0%;
    cursor: pointer;
}
.arrow-x1{
  width: 40px;
  height: auto;
}
.dots-part2 .slick-dots{
  bottom: -10%;
}
.dots-part2 .slick-dots li button::before{
    display: none;
}
.dots-part2 .slick-dots li{
    padding: 0;
    margin: 0;
}
.dots-part2 .slick-dots button{
    width: 12px;
    height: 12px;
    border-radius: 40px;
    background: #DEDEDE;
    border: 1px solid #DEDEDE;
}
.dots-part2 .slick-dots li:hover button{
    background: #20CD7F;
    border: 1px solid #20CD7F;
}
.dots-part2 .slick-dots .slick-active button{
    border-color: #20CD7F;
    background: #20CD7F;
}
@media (max-width: 1330px){
  .personalizado-03-x4 .max-width {
    max-width: 900px;
  }
  .personalizado-03-x4 .arrow-left-x1{
      left: 5%;
  }
  .personalizado-03-x4 .arrow-right-x2 {
    right: 5%;
  }
}
@media (max-width: 1100px){
  .personalizado-03-x4 .max-width {
    max-width: 800px;
  }
  .personalizado-03-x4 .arrow-left-x1{
      left: 2%;
  }
  .personalizado-03-x4 .arrow-right-x2 {
    right: 2%;
  }
}
@media (max-width: 950px){
  .personalizado-03-x4 .arrow-left-x1{
      left: 0;
  }
  .personalizado-03-x4 .arrow-right-x2 {
    right: 0;
  }
}
@media (max-width: 900px){
  .personalizado-03-x4 .arrow-left-x1{
      left: 5%;
  }
  .personalizado-03-x4 .arrow-right-x2 {
    right: 5%;
  }
}
@media (max-width: 600px){
  .personalizado-03-x4 .arrow-left-x1,
  .personalizado-03-x4 .arrow-right-x2 {
    display: none;
  }
}
@media (max-width: 411px){
  .personalizado-03-x4 .item-noticia {
    margin: 20px 0px;
  }
  .personalizado-03-x4 .max-width {
    padding: 20px 0 10px;
  }
}
@media (max-width: 360px){
  .personalizado-03-x4 .container {
    padding: 50px 20px;
  }
  .personalizado-03-x4 .title-black-02 {
    font-size: 40px;
  }
}



.section-portada-x2 .fullx3{
    min-height: auto;
    position: relative;
}
.section-portada-x2 .container {
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.section-portada-x2 .box-center-x1 {
    height: 500px;
}
.section-portada-x2 .content-center-x2{
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.section-portada-x2 .content-center-x2 .part-1{
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #D1E0D7;
}
.section-portada-x2 .content-center-x2 .part-2{
  padding: 50px 0 5px;
}
.section-portada-x2 .content-standar{
  padding-bottom: 20px;
}
.section-portada-x2 .content-standar p{
  font-size: 30px;
}
.section-portada-x2 .content-center-x2 .part-1 h5,
.section-portada-x2 .content-center-x2 .part-2 h6{
  color: #00CE7C;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.section-portada-x2 .content-center-x2 .part-2 h6{
  font-size: 14px;
}
@media (max-width: 700px){
  .section-portada-x2 .content-standar p {
    font-size: 22px;
  }
  .section-portada-x2 .box-center-x1 {
    min-height: 380px;
  }
}
@media (max-width: 411px){
  .section-portada-x2 .content-standar p {
    font-size: 18px;
  }
}
@media (max-width: 360px){
  .section-portada-x2 .content-center-x2 .part-2 {
    padding: 20px 0 5px;
  }
  .section-portada-x2 .content-standar p {
    font-size: 15px;
  }
  .section-portada-x2 .box-center-x1 {
    min-height: 320px;
  }
}



.personalizado-08-x1 .container{
  padding: 30px 20px 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.personalizado-08-x1 .content-text{
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 50px;
}
.personalizado-08-x1 .content-text p,
.personalizado-08-x1 .content-text li{
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.personalizado-08-x1 .content-text a{
  font-weight: 700;
  color: #000000;
}
.personalizado-08-x1 .content-img{
  padding: 15px 0;
}
.personalizado-08-x1 .content-img img{
  max-width: 100%;
  height: auto;
  width: auto;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
}
.personalizado-08-x1 .content-link{
  max-width: 900px;
  border-top: 1px solid #BAC9C1;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.personalizado-08-x1 .content-link h6{
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.personalizado-08-x1 .content-link li{
  display: inline-block;
  margin: 5px 3px;
}
.personalizado-08-x1 .content-link img{
  height: auto;
  width: 35px;
}
@media (max-width: 767px){
  .personalizado-08-x1 .content-text {
    padding: 25px 0px;
  }
}
@media (max-width: 411px){
  .personalizado-08-x1 .content-img {
    padding: 5px 0;
  }
}



.personalizado-08-x2{
  background: #003F3B;
}
.personalizado-08-x2 .container{
  padding: 40px 20px;
}
.personalizado-08-x2 .box-center-x1{
  min-height: 180px;
	height:100%;
}
.personalizado-08-x2 .box-center-x1 .part-1{
  text-align: center;
  width: 100%;
}
.personalizado-08-x2 .box-center-x1 .part-1 li{
  display: inline-block;
  margin: 10px 30px;
  vertical-align: top;
}
.personalizado-08-x2 .box-center-x1 .content-x1 span{
  font-family: 'Rozha One';
  font-size: 75px!important;
  font-weight: 400;
  color: #00CE7C;
  line-height: 1.1;
}
.personalizado-08-x2 .box-center-x1 .content-x1 h6{
  font-size: 16px;
  font-weight: 300;
  color: #00CE7C;
  margin: 0;
}
.personalizado-08-x2 .box-center-x2{
  border-left: 1px solid #20CD7F;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 170px;
}
.personalizado-08-x2 .box-center-x2 .part-2{
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
.personalizado-08-x2 .box-center-x2 .content-standar p{
  font-size: 20px;
}
@media (max-width: 767px){
  .personalizado-08-x2 .box-width .col-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .personalizado-08-x2 .box-center-x1{
    min-height: 180px;
  }
  .personalizado-08-x2 .box-center-x2{
    border: 0;
    min-height: 100%;
    padding-top: 50px;
  }
  .personalizado-08-x2 .box-center-x2 .part-2{
    max-width: 100%;
    text-align: center;
  }
  .personalizado-08-x2 .box-center-x2 .content-standar p {
    font-size: 20px;
  }
}
@media (max-width: 411px){
  .personalizado-08-x2 .box-center-x1 .content-x1 span {
    font-size: 55px!important;
  }
  .personalizado-08-x2 .box-center-x2 .part-2{
    padding: 0;
  }
  .personalizado-08-x2 .box-center-x2 .content-standar p {
    font-size: 18px;
  }
  .cabecera-noticia-especial
  {
      margin-top:60px;
  }
}
@media (max-width: 360px){
  .personalizado-08-x2 .box-center-x2 .content-standar p {
    font-size: 15px;
  }
  
  .cintaverdedesk
  {
      display:none !important;
  }
  
  .cintaverdemob
  {
      display:block !important;
  }
}


.personalizado-05-x1 {
  background: #f0f2f2;
}
.personalizado-05-x1 .container{
  padding: 0;
  margin-bottom: -238px;
}
.item-datos-x1 .content-img{
  position: relative;
  min-height: 860px;
}
.item-datos-x1 .content-text{
  max-width: 100px;

}
.item-datos-x1 .content-text .part-1{
  background: #003F3B;
  margin: 10px 0;
}
.item-datos-x1 .part-1 .box-content{
    padding: 15px 5px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.item-datos-x1 .part-1 .box-content h6{
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.item-datos-x1 .part-1 .box-content span{
  font-weight: 700;
}
.item-datos-x1 .part-1 .box-content .content-standar{
  margin-bottom: 8px;
  min-height: 60px;
}
.item-datos-x1 .part-1 .box-content .content-standar p{
  font-style: italic;
  font-size: 13px;
  margin: 0;
}
.item-datos-x1 .arrow-x1{
  width: 22px;
  height: auto;
}
.item-datos-x1 .arrow-white01{
  position: absolute;
  top: 40%;
  left: 2%;
}
.item-datos-x1 .arrow-white02{
  position: absolute;
  top: 40%;
  right: 2%;
}
.item-datos-x1 .part-2{
  background: #FFFFFF;
}
.item-datos-x1 .part-2 .box-list{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}
.item-datos-x1 .part-2 .box-list li{
  display: inline-block;
}
.item-datos-x1 .part-2 .box-logos{
  width: 140px;
  height: 65px;
  margin: 5px auto;
}
.item-datos-x1 .part-2 .box-logos img{
    width: auto;
    height: auto;
    max-width: 97px;
    max-height: 62px;
    margin: 0 auto;
}
.item-datos-x2{
  max-width: 600px;
  margin: 0 auto;
}
.item-datos-x2 .part-1{
  padding: 35px 0;
  text-align: right;
}
.link-x1{
  position: relative;
  padding-left: 28px;
  display: inline-block;
}
.link-x1 img{
  position: absolute;
  width: 22px;
  height: auto;
  top: 5px;
  left: 0;
}
.link-x1 a{
  font-size: 14px;
  color: #000000;
}
.item-datos-x2 .part-2{
  border-bottom: 1px solid #BAC9C1;
  padding-bottom: 15px;
}
.item-datos-x2 .title-black-02{
  font-size: 50px;
}
.item-datos-x2 .part-2 h5{
  font-size: 18px;
  font-weight: 500;
  color: #0E2628;
  margin: 0;
}
.item-datos-x2 .part-3{
  padding: 15px 20px;
}
.item-datos-x2 .part-3 .content-date{
  position: relative;
  padding: 15px 10px 15px 60px;
}
.item-datos-x2 .part-3 .content-date img{
  width: 37px;
  height: 32px;
  position: absolute;
  left: 0px;
  top: 6px;
}
.item-datos-x2 .part-3 .content-date .title-black02{
  font-size: 14px;
  font-weight: 400;
}
.item-datos-x2 .part-4{
  padding: 17px 2px;
  border-top: 1px solid #BAC9C1;
  border-bottom: 1px solid #BAC9C1;
}
.item-datos-x2 .part-4 .content-standar-black{
  max-width: 550px;
  margin: 0 auto;
}
.item-datos-x2 .part-4 .content-standar-black p{
  margin: 0;
}
.item-datos-x2 .part-5{
  padding: 40px 0 10px;
}
.item-datos-x2 .part-5 .btn-green{
  width: 250px;
  position: relative;
  margin: 0 auto;
  padding: 19px 2px 17px;
}
.item-datos-x2 .part-5 .btn-green img{
  width: 12px;
  height: auto;
  margin-left: 8px;
  transition: all 0.4s;
}
.btn-green:hover img{
  filter: brightness(0) invert(1);
}
.personalizado-05-x1 .columna-1{
    position: relative;
    left: 50%;
}
.personalizado-05-x1 .columna-2{
    position: relative;
    left: -50%;
}
@media (max-width: 1200px){
  .personalizado-05-x1 .columna-1,
  .personalizado-05-x1 .columna-2{
    left: 0;
  }
  .personalizado-05-x1 .box-width .col-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-datos-x2 {
    max-width: 800px;
  }
  .item-datos-x2 .part-4 .content-standar-black {
    max-width: 750px;
  }
  .item-datos-x2 .title-black-02,
  .item-datos-x2 .part-2 h5{
    text-align: center;
  }
  .item-datos-x2 .part-1{
    padding: 35px 20px;
    text-align: left;
  }
  .item-datos-x2 .part-5 {
    padding: 40px 0 50px;
  }
  .item-datos-x1{
    max-width: 650px;
    margin: 0 auto;
  }
  .personalizado-05-x1 .container {
    margin-bottom: -237px;
  }
  .item-datos-x1 .part-1 .box-content {
    text-align: center;
  }
}
@media (max-width: 700px){
  .personalizado-05-x1 .container{
    padding: 0 20px 20px;
    margin: 0;
  }
  .item-datos-x2 .title-black-02 {
    font-size: 40px;
  }
  .item-datos-x1 .content-img {
    min-height: 550px;
  }
}
@media (max-width: 850px){
  .item-datos-x1 .arrow-white01{
    top: auto;
    left: 30%;
    bottom: 6%;
  }
  .item-datos-x1 .arrow-white02 {
    top: auto;
    right: 30%;
    bottom: 6%;
  }
  .item-datos-x1 .content-text .part-1 {
    padding-bottom: 25px;
  }
  .item-datos-x1 .content-text {
    position: relative!important;
    bottom: 0!important;
    padding: 0!important;
  }
  .personalizado-05-x1 .container {
    padding: 0 20px 20px;
  }
}
@media (max-width: 411px){
  .item-datos-x2 .title-black-02 {
    font-size: 35px;
  }
  .item-datos-x2 .part-1 {
    padding: 35px 0px;
  }
  .item-datos-x1 .content-img {
    min-height: 400px;
  }
  .item-datos-x1 .part-2 .box-logos {
    width: 115px;
  }
  .item-datos-x1 .part-1 .box-content .content-standar p{
    font-size: 12px;
  }
  .item-datos-x1 .part-1 .box-content {
    padding: 15px 10px;
  }
}
@media (max-width: 360px){
  .item-datos-x2 .title-black-02 {
    font-size: 32px;
  }
  .item-datos-x1 .content-img {
    min-height: 340px;
  }
  .item-datos-x2 .part-3 .content-date .title-black02 {
    font-size: 12px;
  }
  .item-datos-x2 .part-4 .content-standar-black p {
    font-size: 12px;
  }
  .item-datos-x1 .part-2 .box-logos img {
    max-width: 85px;
    max-height: 50px;
  }
  .item-datos-x1 .part-2 .box-logos {
    width: 90px;
    height: 50px;
  }
}



.section-contacto{
  margin-top: 30px;
}
.section-contacto .container{
  padding: 0;
}
.section-contacto .box-mapa iframe{
    width: 100%;
    min-height: 550px;
    max-width: 100%;
}
.section-contacto .box-center-x1{
  height: 550px;
}
.section-contacto .content-center-x2 {
    padding: 0 20px;
    max-width: 400px;
    margin: 0 auto;
}
.section-contacto .content-standar-black p,
.section-contacto .content-area .title-black02{
  font-weight: 300;
  font-size: 13px;
}
.section-contacto .box-left{
  padding-left: 20px;
  max-width: 300px;
}
.section-contacto .box-left .part-1{
  padding: 30px 0;
}
.section-contacto .part-1 .content-area {
    padding: 15px 0;
    margin: 0 10px 0 55px;
}
.section-contacto .part-1 .content-area .img-ico {
  left: -55px;
  top: 10px;
  width: 35px;
  height: 25px;
}
.section-contacto .part-2{
  max-width: 180px;
}
.section-contacto .part-2 .box-border{
  border-bottom: 1px solid #89A394;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.section-contacto .part-2 .box-border h6{
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    margin: 0;
}
.section-contacto .part-2  .list-iconos li {
    display: inline-block;
    margin: 6px 3px;
}
.section-contacto .part-2 .list-iconos .box-icono a {
    background: transparent;
    border-radius: 50px;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00CE7C;
}
.section-contacto .part-2 .list-iconos img {
    width: 21px;
    height: auto;
}
.section-contacto .columna-x1{
    position: relative;
    left: 33%;
}
.section-contacto .columna-x2{
    position: relative;
    left: -67%;
}
.section-contacto .columna-x2 .box-mobil{
  display: none;
}

.section-contacto .duo-link{
  display: block;
  padding: 30px 0;
}
.btn-blue{
  width: 100%;
  padding: 13px 2px 10px;
  font-size: 15px;
  font-weight: 500;
  background: #53D0EE;
  border: 1px solid #53D0EE;
  display: block;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin: 20px 0;
}
.btn-blue img,
.btn-greyx1 img{
  height: 35px;
  width: auto;
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 0;
}
.btn-greyx1{
  width: 100%;
  padding: 13px 2px 10px;
  font-size: 15px;
  font-weight: 500;
  background: #E8E8E8;
  border: 1px solid #CCCCCC;
  display: block;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin: 20px 0;
}
@media (max-width: 950px){
  .section-contacto .columna-x1,
  .section-contacto .columna-x2{
    left: 0;
  }
  .section-contacto .columna-x1,
  .section-contacto .columna-x2{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-contacto .box-center-x1 {
    height: 100%;
    padding: 20px 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .section-contacto .box-mapa iframe {
    min-height: 400px;
  }
}
@media (max-width: 500px){
  .section-contacto .columna-x2 .box-mobil{
    display: block;
  }
  .section-contacto {
    margin-top: 15px;
  }
  .section-contacto .columna-x1{
    display: none;
  }
  .section-contacto .box-center-x1{
    height: auto;
    padding: 5px 0 20px;
  }
  .section-contacto .box-left{
    padding-left: 0;
  }
  .section-contacto .content-area .title-black02{
    font-size: 15px;
  }
  .section-contacto .box-left .part-1 {
    padding: 0 0 20px;
  }
  .section-contacto .content-standar-black{
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 20px 10px;
  }
  .section-contacto .columna-x2{
    padding-top: 20px;
  }
  .section-contacto .part-2{
    max-width: 100%;
    text-align: center;
  }
  .section-contacto .part-2 .box-border{
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .section-contacto .part-2 .list-iconos{
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #89A394;
    border-bottom: 1px solid #89A394;
    padding: 8px 0!important;
  }
  .section-contacto .box-left{
    max-width: 100%;
  }
  .section-contacto .content-center-x2{
    padding: 0 10px;
  }
}
@media (max-width: 360px){
  .btn-blue,
  .btn-greyx1{
    font-size: 13px;
  }
  .btn-blue img,
  .btn-greyx1 img{
    height: 25px;
  }
}


.section-contacto-x2 .container{
  padding: 80px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.section-contacto-x2 .title-black-02{
  font-size: 50px;
  text-align: center;
}
.section-contacto-x2 .box-width{
  padding-top: 30px;
}
.section-contacto-x2 .inner-x1 .input-contacto{
  color: #000;
  padding: 14px 20px 13px;
}
.section-contacto-x2 .inner-x1 .input-contacto::placeholder{
  color: #000;
}
.section-contacto-x2 .inner-select select{
  color: #000;
  padding: 14px 30px 13px 20px;
}
.section-contacto-x2 .inner-select:after{
  color: #000;
}
.section-contacto-x2 .aspa-check {
    margin: 15px auto;
    max-width: 410px;
}
.section-contacto-x2 .box-btn{
  padding-top: 10px;
}
.section-contacto-x2 .btn-green{
  margin: 0 auto;
}
.inner-x1 .textarea-contacto {
    padding: 15px 20px;
    height: 180px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #20CD7F;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.inner-x1 .textarea-contacto::placeholder{
  color: #000;
}
@media (max-width: 650px){
  .section-contacto-x2 .container {
    padding: 50px 0px;
  }
  .section-contacto-x2 .title-black-02 {
    font-size: 40px;
  }
  .section-contacto-x2 .aspa-check {
    max-width: 100%;
    margin: 5px 0 15px;
  }
}
@media (max-width: 411px){
  .section-contacto-x2 .title-black-02 {
    font-size: 30px;
  }
}


#mainNav .contenedor-menu-0{
    min-height: 410px;
    width: 100%;
    background: #fff;
    top: 90px;
    left: 0;
    position: fixed;
    display: none;
    border-top: 1px solid #e5e5e5;
}
#mainNav .supermenu-activo:hover .contenedor-menu-0{
	display: block !important;
}
#mainNav .supermenu-activo .sub-menu{
    display: none !important;
}
#sidebar-wrapper .supermenu-activo.abierto .contenedor-menu-0{
    display: block !important;
}
#mainNav .contenedor-menu-0 .container{
  padding: 20px 20px 40px;
  max-width: 1150px;
}
#mainNav .contenedor-menu-0 .box-border01{
  border: 0;
  border-bottom: 1px solid #D1E0D7;
  max-width: 340px;
  margin: 0 auto;
}
#mainNav .contenedor-menu-0 .content-area {
    padding: 18px 0;
    margin: 0 10px 0 55px;
    text-align: left;
}
#mainNav .contenedor-menu-0 .content-area .img-ico {
  top: 10px;
  left: -45px;
  width: 30px;
  height: 30px;
}
#mainNav .contenedor-menu-0 .title-black02,
#sidebar-wrapper .contenedor-menu-0 .title-black02{
    font-size: 12px;
    font-weight: 400;
}
#mainNav .contenedor-menu-0 a,
#sidebar-wrapper .contenedor-menu-0 a{
  padding: 0!important;
  display: block!important;
}
#mainNav .contenedor-menu-0 a::after,
#sidebar-wrapper .contenedor-menu-0 a::after{
  display: none!important;
}
#sidebar-wrapper .col-4{
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#sidebar-wrapper .contenedor-menu-0 .content-area {
    padding: 15px 0;
    margin: 0 10px 0 42px;
    text-align: left;
}
#sidebar-wrapper .contenedor-menu-0 .content-area .img-ico {
  top: 10px;
  left: -35px;
  width: 25px;
  height: 25px;
}



.section-portada .fullx2::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #707070;
    opacity: 0.2;
    z-index: 2;
}
.section-portada .box-center-x1{
  z-index: 3;
}

.item-comercio .content-text{
  margin: 12px auto;
}


.section-nosotros-x1 .container {
    padding: 80px 20px;
}
@media (max-width: 767px){
  .section-nosotros-x1 .container {
    padding: 40px 20px;
  }
}


.section-nosotros-x2{
  background: #003F3B;
}
.section-nosotros-x2 .container{
  padding: 70px 20px 90px;
  max-width: 1100px;
  margin: 0 auto;
}
.section-nosotros-x2 .title-white01{
  font-size: 50px;
  text-align: center;
}
.section-nosotros-x2 .box-width{
  padding-top: 60px;
}
.box-materiales{
  text-align: center;
  margin: 10px 22px;
}
.box-materiales .content-center{
  background: transparent;
  border-radius: 10px;
  height: 200px;
  width: 250px;
  border: 1px solid #20CD7F;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.box-materiales .content-center img {
    height: 120px;
    width: auto;
}
.box-materiales h6{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #00CE7C;
}
@media (max-width: 1050px){
  .section-nosotros-x2 .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .box-materiales {
    margin: 10px 22px 50px;
  }
  .section-nosotros-x2 .box-width {
    max-width: 800px;
    margin: 0 auto;
  }
  .section-nosotros-x2 .container {
    padding: 50px 20px 30px;
  }
}
@media (max-width: 730px){
  .section-nosotros-x2 .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-materiales{
    margin: 10px 22px 50px;
  }
}
@media (max-width: 411px){
  .section-nosotros-x2 .title-white01 {
    font-size: 40px;
  }
  .section-nosotros-x2 .box-width {
    padding-top: 40px;
  }
}


.section-nosotros-x3 .container{
  padding: 20px 0;
}
.section-nosotros-x3 .content-img{
  position: relative;
  min-height: 600px;
  margin: 20px 0;
}
.section-nosotros-x3 .box-center-x1{
  height: 600px;
  padding: 0 20px;
  margin: 20px 0;
}
.section-nosotros-x3 .content-center{
  max-width: 580px;
  margin: 0 auto;
}
.title-green01{
  font-family: 'Rozha One';
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  color: #003F3B;
  line-height: 0.9;
}
.section-nosotros-x3 .content-standar-black{
  padding-top: 45px;
}
.content-standar-black ul{
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.content-standar-black li {
    margin-left: 20px;
    padding: 8px 0;
    position: relative;
    display: block;
}
.content-standar-black li::before{
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 16px;
    left: -20px;
    background: #00CE7C;
    border-radius: 100%;
}
.section-nosotros-x3 .box-width .row:nth-child(even) .col-6:nth-child(1){
  position: relative;
  left:50%;
}
.section-nosotros-x3 .box-width .row:nth-child(even) .col-6:nth-child(2){
  position: relative;
  left:-50%;
}

@media (max-width: 1100px){
  .title-green01 {
    font-size: 45px;
  }
}
@media (max-width: 900px){
  .section-nosotros-x3 .box-width .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-nosotros-x3 .box-width .row:nth-child(even) .col-6:nth-child(1),
  .section-nosotros-x3 .box-width .row:nth-child(even) .col-6:nth-child(2){
    left: 0;
  }
  .section-nosotros-x3 .box-center-x1 {
    min-height: 100%;
    padding: 30px 20px 40px;
    margin: 0;
  }
  .section-nosotros-x3 .content-img {
    min-height: 450px;
  }
}
@media (max-width: 411px){
  .section-nosotros-x3 .content-img {
    min-height: 350px;
  }
  .title-green01 {
    font-size: 36px;
  }
  .content-standar-black ul {
    padding-left: 0;
  }
  .section-nosotros-x3 .box-center-x1 {
    padding: 20px 20px 25px;
  }
}
@media (max-width: 360px){
  .section-nosotros-x3 .content-img {
    min-height: 280px;
  }
  .title-green01 {
    font-size: 30px;
  }
}


.section-nosotros-x4{
  background: #D3DED8;
}
.section-nosotros-x4 .container{
  padding: 50px 20px;
  max-width: 1140px;
  margin: 0 auto;
}
.section-nosotros-x4 .box-center-x1{
  height: 200px;
}
.section-nosotros-x4 .part-1{
  margin: 0 auto;
  position: relative;
  right: -50px;
  top: 0;
}
.section-nosotros-x4 .part-1 img{
  width: 200px;
  height: auto;
}
.section-nosotros-x4 .box-center-x2{
    border-left: 1px solid #043F3B;
    position: relative;
    display: flex;
    align-items: center;
    height: 200px;
}
.section-nosotros-x4 .part-2{
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.section-nosotros-x4 .part-2 h5{
  font-size: 18px;
  font-weight: 400;
  color: #003F3B;
}
.section-nosotros-x4 .part-2 h6{
  font-size: 14px;
  font-weight: 400;
  color: #003F3B;
  margin: 0;
}
@media (max-width: 920px){
  .section-nosotros-x4 .part-1{
    right: 0;
  }
}
@media (max-width: 767px){
  .section-nosotros-x4 .container {
    padding: 40px 20px 30px;
  }
  .section-nosotros-x4 .box-width .col-5,
  .section-nosotros-x4 .box-width .col-7{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-nosotros-x4 .box-center-x1 {
    height: 100%;
  }
  .section-nosotros-x4 .box-center-x2 {
    border-left: 0;
    display: block;
    height: 100%;
    padding: 40px 0 20px;
  }
}
@media (max-width: 411px){
  .section-nosotros-x4 .box-center-x1 {
    height: 100%;
  }
  .section-nosotros-x4 .part-2 {
    padding: 0;
  }
}
@media (max-width: 360px){
  .section-nosotros-x4 .part-2 h5 {
    font-size: 12px;
  }
  .section-nosotros-x4 .part-1 img {
    width: 170px;
  }
  .section-nosotros-x4 .container {
    padding: 40px 20px 20px;
  }
}


.section-nosotros-x5 .container{
  padding: 90px 20px 100px;
}
.section-nosotros-x5 .box-center{
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px){
  .section-nosotros-x5 .container {
      padding: 50px 20px 40px;
  }
}


.reconocimientos-x1 .container{
  padding: 80px 20px 150px;
}
.reconocimientos-x1 .content-standar-black {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}


.reconocimientos-x2{
  position: relative;
  top: -100px;
}


.reconocimientos-x3 .container{
  padding: 0 20px 100px;
  max-width: 1300px;
}
.box-line .line-center{
  text-align: center;
  padding: 15px 0 5px;
}
.box-line .parrafo-center{
  position: relative;
  z-index: 3;
}
.box-line .parrafo-center::before {
    content: "";
    display: block;
    left: 0px;
    bottom: 50px;
    position: absolute;
    background: #20CD7F;
    height: 1px;
    width: 100%;
    z-index: 0;
}
.box-line .parrafo-center span{
    font-family: 'Rozha One';
    font-size: 100px;
    font-weight: 400;
    margin: 0;
    color: #003F3B;
    z-index: 3;
    position: relative;
    background: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.015em;
}
.reconocimientos-x3 .box-width{
  max-width: 1100px;
  margin: 0 auto;
}
.reconocimientos-x3 .box-servicio{
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 10px 50px;
}
.reconocimientos-x3 .box-servicio .content-img{
  width: 230px;
}
.reconocimientos-x3 .box-servicio .content-img img{
    height: 120px;
    max-width: 230px;
    max-height: 100%;
}
.reconocimientos-x3 .box-servicio .box-text{
  padding-top: 15px;
}
.reconocimientos-x3 .box-servicio .box-text h6{
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  color: #000000;
}
.box-line .parrafo-center-x2 {
    position: relative;
    z-index: 3;
}
.box-line .parrafo-center-x2::before {
    content: "";
    display: block;
    left: 0px;
    bottom: 25px;
    position: absolute;
    background: #20CD7F;
    height: 1px;
    width: 100%;
    z-index: 0;
}
.box-line .parrafo-center-x2 .box-espace{
      max-width: 290px;
      padding: 0 20px;
      background: #fff;
      margin: 0 auto;
      position: relative;
}
.box-line .btn-green {
    width: 100%;
    position: relative;
}
.box-line .btn-green img{
  transition: all 0.4s;
  width: 11px;
  height: auto;
  margin-left: 5px;
}


@media (max-width: 950px){
  .reconocimientos-x3 .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 650px){
  .reconocimientos-x3 .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .reconocimientos-x3 .box-servicio {
    padding: 20px 10px 30px;
  }
}
@media (max-width: 411px){
  .box-line .parrafo-center span {
    font-size: 80px;
  }
}
@media (max-width: 360px){
  .box-line .parrafo-center span {
    font-size: 50px;
  }
  .box-line .parrafo-center::before{
    bottom: 30px;
  }
  .box-line .btn-green{
    font-size: 12px;
  }
  .box-line .parrafo-center-x2 .box-espace {
    max-width: 255px;
  }
  .box-line .btn-green img {
    width: 10px;
  }
}






.section-unete .container{
  padding: 70px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.section-unete .content-standar-black{
  text-align: center;
  padding-top: 15px;
}
.section-unete-x2 .container{
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}
.section-unete-x2 .inner-select select{
  padding: 14px 30px 13px 20px;
}
.section-unete-x2 .inner-select select,
.section-unete-x2 .inner-select:after{
  color: #000000;
}
.section-unete-x3 .container{
  padding: 40px 20px 100px;
  max-width: 900px;
  margin: 0 auto;
}
.col-70{
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.col-30{
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.box-laboral{
  border: 1px solid #D3DED8;
  padding: 25px 0 25px 50px;
  margin: 20px 0;
  position: relative;
}
.box-laboral .box-content{
  border: 0;
  border-right: 1px solid #D1E0D7;
}
.box-laboral .box-text{
    max-width: 540px;
    padding-right: 20px;
}
.title-green02{
  font-size: 20px;
  font-weight: 500;
  color: #00CE7C;
}
.box-laboral .content-standar-black{
  min-height: 70px;
}
.box-laboral .box-text h5{
  font-size: 12px;
  font-weight: 500;
  color: #00CE7C;
  margin: 0;
}
.box-laboral .btn-espace{
  max-width: 190px;
  position: absolute;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 100%;
  top: 50%;
  right: 20px;
}
.btn-green02{
  width: 100%;
  padding: 14px 2px 13px;
  font-size: 14px;
  font-weight: 500;
  background: #20CD7F;
  border: 1px solid #20CD7F;
  display: block;
  color: #0E2628;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s;
}
.btn-green02.activo{
  background: #D3DED8;
  border: 1px solid #D3DED8;
  color: #879D91;
}
.btn-green02 span:nth-child(2){
  display: none;
}
.btn-green02.activo span:nth-child(1){
  display: none;
}
.btn-green02.activo span:nth-child(2){
  display: block;
}
@media (max-width: 880px){
  .box-laboral {
    padding: 25px 0 25px 25px;
  }
}
@media (max-width: 850px){
  .section-unete-x3 .container {
    padding: 40px 20px 60px;
  }
  .box-laboral {
    padding: 25px;
  }
  .box-laboral .col-70,
  .box-laboral .col-30{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-laboral .btn-espace {
    position: relative;
    transform: none;
    top: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 20px;
  }
  .box-laboral .box-text {
    max-width: 100%;
    padding-right: 0;
  }
  .box-laboral .box-content {
    border-right: 0;
  }
  .box-laboral .content-standar-black {
    min-height: 60px;
  }
}
@media (max-width: 411px){
  .section-unete-x2 .container {
    padding: 40px 0px;
  }
  .section-unete-x3 .container {
    padding: 30px 0px 40px;
  }
  .section-unete-x3 .title-green02{
    text-align: center;
  }
}
@media (max-width: 360px){
  .box-laboral {
    padding: 20px 15px;
  }
}


.section-404 .fullx3{
  position: relative;
  min-height: 860px;
}
.section-404 .fullx3::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #003F3B;
    opacity: 0.8;
    z-index: 1;
}
.section-404 .container{
  max-width: 540px;
  margin: 0 auto;
  padding: 100px 20px 120px;
}
.section-404 .box-center{
  position: relative;
  z-index: 3;
  text-align: center;
}
.section-404 .box-center .part-1{
  padding-bottom: 50px;
}
.section-404 .title-white01{
  font-size: 300px;
  line-height: 0.7;
}
.section-404 .box-center .part-1 h6{
  font-size: 40px;
  margin: 0;
  font-weight: 300;
  color: #FFFFFF;
}
.section-404 .box-center .part-2{
  border: 0;
  border-top: 1px solid #D1E0D7;
  padding-top: 20px;
}
.section-404 .content-standar{
  padding: 20px 0;
  max-width: 460px;
  margin: 0 auto;
}
.section-404 .content-standar p{
  font-size: 16px;
}
.section-404 .btn-espace{
  padding: 10px 0;
  max-width: 300px;
  margin: 0 auto;
}
.section-404 .btn-green{
  width: 100%;
}
@media (max-width: 500px){
  .section-404 .fullx3 {
    min-height: 100%;
  }
  .section-404 .title-white01 {
    font-size: 250px;
  }
  .section-404 .box-center .part-1 h6 {
    font-size: 35px;
  }
}
@media (max-width: 411px){
  .section-404 .container {
    padding: 80px 20px;
  }
  .section-404 .title-white01 {
    font-size: 200px;
  }
  .section-404 .box-center .part-1 h6 {
    font-size: 30px;
  }
}
@media (max-width: 360px){
  .section-404 .box-center .part-1 {
    padding-bottom: 30px;
  }
  .section-404 .title-white01 {
    font-size: 150px;
  }
  .section-404 .box-center .part-1 h6 {
    font-size: 25px;
  }
}


.col-80{
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.col-20{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.section-buscador{
  background: #003F3B;
}
.section-buscador .container{
  padding: 40px 20px;
  max-width: 910px;
  margin: 0 auto;
}
.section-buscador .inner-x1 .input-contacto {
    padding: 14px 20px 13px;
}
.section-buscador .box-espace{
  margin-left: 22px;
}
.section-buscador .btn-green{
  padding: 13px 2px 11px;
  font-size: 16px;
}
.section-buscador-x2 .container{
  padding: 30px 20px 140px;
  max-width: 840px;
  margin: 0 auto;
}
.buscador-x1{
  border: 0;
  border-bottom: 1px solid #D1E0D7;
  padding: 30px 25px;
}
.buscador-x1 h6{
  font-size: 25px;
  font-weight: 300;
  margin: 0;
  color: #000000;
}
.buscador-x2{
  border: 0;
  border-bottom: 1px solid #D1E0D7;
  padding: 25px 25px 10px;
}
.section-buscador-x2 .content-standar-black a{
  font-weight: 700;
  text-decoration: underline;
  color: #000000;
}
.section-buscador-x2 .content-standar-black p{
  margin-bottom: 5px;
}
.buscador-x2 a{
  color: #00CE7C;
}
.link-green{
  font-size: 14px;
  font-weight: 400;
  color: #00CE7C;
  position: relative;
}
.link-green::before {
    width: 12px;
    height: 12px;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    right: -18px;
    position: absolute;
    background-image: url(../../assets/img/right-arrow-green.svg);
}
@media (max-width: 850px){
  .section-buscador .box-espace {
    margin-left: 0;
  }
  .section-buscador .btn-green{
    width: 100%;
  }
}
@media (max-width: 411px){
  .section-buscador .col-80{
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .section-buscador .col-20{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .section-buscador-x2 .container {
    padding: 30px 20px 60px;
    max-width: 840px;
    margin: 0 auto;
  }
  .buscador-x1 {
    padding: 30px 10px;
  }
  .buscador-x2 {
    padding: 25px 10px 10px;
  }
}
@media (max-width: 360px){
  .section-buscador-x2 .container {
    padding: 20px 15px 60px;
  }
  .section-buscador .btn-green {
    padding: 14px 2px 13px;
    font-size: 14px;
  }
  .buscador-x1 h6 {
    font-size: 20px;
  }
}
.slick-slider,
.slick-slider li{
  list-style: none;
}
@media (min-width: 1300px){
  .bgn-paralax{
    background-attachment: fixed;
  }
}
.sidebar-wrapper .supermenu-activo > a{
  pointer-events: none;
}



@media (max-width: 1000px) and (orientation: landscape){
  .section-home .fullx1{
    min-height: 800px;
  }
  .section-home .box-center-x1{
    height: auto;
  }
  .section-home .row-center{
    bottom: 280px;
    left: 0;
    position: absolute;
  }
}
@media (max-width: 1024px) and (min-height: 1250px){
  .section-home .img-desktop{
    display: none;
  }
  .section-home .img-mobil{
    display: block;
  }
  .section-home .content-center-x2{
    max-width: 100%;
    width: 850px;
  }
  .section-home .title-white01 {
    font-size: 85px;
  }
  .section-home .content-standar p {
    font-size: 35px;
  }
  .dots-part1 .slick-dots {
    bottom: 150px;
  }
  .section-home .content-center-x2 .btn-green{
    width: 200px;
    padding: 21px 2px 16px;
    font-size: 21px;
  }
  .section-search .input-contacto{
    padding: 17px 160px 18px 20px;
  }
  .inner-x1 .input-contacto{
    font-size: 18px;
  }
  .section-search .inner-select select {
    height: 64px;
  }
  .inner-select select{
    padding: 18px 30px 15px 20px;
  }
  .inner-select:after{
    top: 28px;
  }
  .section-search .btn-green {
    padding: 21px 2px 16px;
    font-size: 16px;
  }
}



@media (max-width: 500px){
  .footer-part2 .list-link03{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0!important;
  }
  .footer-part2 .list-link03 li{
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin: 0 !important;
      padding: 8px 0;
  }
  .footer-part2 .list-link03 li:nth-child(1){
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
