/*estilos modal dominios*/
.modal-card-domain {
    width: 1240px;
    height: 35px;
    background: #B21D27;
    border-radius: 3px 3px 0px 0px;
}
.card-domain {
    position: absolute;
    width: 1240px;
        height: 700px;
}
.modal-card-bsdomain {
    left: 530px;
    top: 1275px;
    width: 1240px ;
    background: #F5F5F5;
    border-radius: 0px 0px 3px 3px;
}
@media only screen and (max-width: 600px) {
.modal-card-domain {
    width: 100% !important;
    height: 35px;
    background: #B21D27;
    border-radius: 3px 3px 0px 0px;
}
.card-domain {
    position: absolute;
    width: 100% !important;
        height: 700px;
}
.modal-card-bsdomain {
    left: 530px;
    top: 1275px;
    width: 100% !important;
    background: #F5F5F5;
    border-radius: 0px 0px 3px 3px;
}
}
/*estilos modal dominios*/
/*estilos gif imagen movil desliza*/
.imgscroll{
    display: none;
  }
  .voltearimg{
    transform: rotate(180deg);
  }
  .verticalflip{
    transform: scaleY(-1);
  }
  @media only screen and (max-width: 600px) {
  .imgscroll{
    display: block !important;
    width: 50%;
    margin: auto;
  }
  .scrollimg{
    position: absolute;
    -moz-animation-name: simple-animation;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: 3500;
    -moz-animation-timing-function: ease-out; /* rápido al principio lento al final */
    -moz-animation-direction: normal;
 
  -webkit-animation-name: simple-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 3500;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-direction: normal;
  }
  @-moz-keyframes simple-animation {
    0% {
        left: 0;
    }
 
    50% {
        left: 20px;
    }
 
    100% {
        left: 40px;
    }
  }
 
  @-webkit-keyframes simple-animation {
      0% {
          left: 0;
      }
   
      50% {
          left: 20px;
      }
   
      100% {
          left: 40px;
      }
  }
}
/*estilos gif imagen movil desliza*/
body{
    background: #FFF !important;
}
.titgra{
    color:#B21E28 !important;
}
#fondo{
    width: 100%;
  height: 100%;
  background-image: url('../img/indeximages/bg_01.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 967px) {
  img.hostingecologico {
    width: 100% !important;
}
}
.hero.main-banner {

    
}
.center, .center-column, .top, .right, .bottom, .left {display: flex;justify-content: center;align-items: center;}
.center-column {flex-direction: column;}
.center-top {display: flex; justify-content: center;}
.flex {display: flex; }
.center-left {display: flex; align-items: center;}
.top    { align-items:     flex-start; }
.right  { justify-content: flex-end;   }
.bottom { align-items:     flex-end;   }
.left   { justify-content: flex-start; }
.single-spaced, .single-spaced * {line-height: 1;}
@media (max-width: 1024px) {
	.desktop { display: none; }
}


/* Scroll bar styles */
/* ::-webkit-scrollbar { width: 8px; height: 8px;}
::-webkit-scrollbar-track { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #aaa; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #bbb; } */
/* Scroll bar styles */


button:focus {outline:0;}
.bottom-fix{position: fixed;bottom: 0;}
.top-fix{position: fixed;z-index: 1030;top: 0;right: 0;left: 0;}
/* .div-center{
  margin: 0 auto;
  max-width: 1366px !important;
} */
.main-text{text-align: start;}
.togglemenu{background: #FFFFFF;border-radius: 0 0 0 100%;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);display: none;height: 60px;font-size: 20px;padding: 7px 10px 25px 30px;position: absolute;right: 0;top: 0;width: 60px;z-index: 1030;}
.togglemenucnt{background: #FFFFFF;max-height: 100vh;padding-top: 10px;overflow: auto;position: fixed;width: 100vw;z-index: 1029;}
.togglemenucnt::-webkit-scrollbar { width: 0px; height: 0px;}
.togglemenucnt::-webkit-scrollbar-track { width: 0px; height: 0px; }
.togglemenucnt::-webkit-scrollbar-thumb { background: #ccc; border-radius: 0px; }

.animation-space-3::-webkit-scrollbar { width: 0px; height: 0px;}
.animation-space-3::-webkit-scrollbar-track { width: 0px; height: 0px; }
.animation-space-3::-webkit-scrollbar-thumb { background: #ccc; border-radius: 0px; }

.logo-img{cursor: pointer;}
.new-product{height: 1.2rem;margin-left: 5px;position: absolute;}
.dot-product{height: 7px;position: absolute;top: 17px;right: 8px;}
.ham-new-product{height: .9rem;margin: 2px 0 0 5px;position: absolute;}
.ham-dot-product{height: 7px;position: absolute;margin-left: 3px;}
.ham-menu-item{border-bottom: 1px solid #eee;display: flex;font-weight: 500;height: 100%;}
.ham-menu-item:hover,
.ham-menu-item-title:hover
{background: #FAFAFA;}
.ham-menu-title{padding: 12px;width: 85%;}
.ham-menu-action{justify-content: start;padding: 12px;width: 15%;}
.ham-menu-item-title{padding: 8px 8px 8px 20px; border-bottom: 1px solid #eee}
.ham-menu-list{}
.header-centered{height: 100%;display: flex;align-items: center;}
.lang-cnt{width: 50%;padding: 12px;}
.lang-cnt-left{border-right: 1px solid #EEEEEE;padding: 12px;}
.hide-top{opacity: 0;animation: hidetop 0.5s;}
@keyframes hidetop {from {opacity: 1;}  to {opacity: 0;}}
.show-top{opacity: 1;animation: showtop 0.5s;}
@keyframes showtop {  from {opacity: 0;}  to {opacity: 1;}}

.trans{
  transition: 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.trans-md1{transition: 2.6s ease;}
.trans-md{transition: 0.6s ease;}
.trans-sh{transition: 0.3s ease;}
.white-text{color: #fff !important;}
.gray-text{color: #595959 !important;}
.dark-text{color: rgba(0,0,0,.5) !important;}
.white-nav{
  background-color: #fff !important;
  color: #000 !important;
}
.text-white a, .text-white i, .text-white svg{color: #fff !important; fill: #fff !important;}
.correcto{width: 100%;background-color: #33994229 !important;font-weight: 600;color: #0d5f10 !important; margin-top: 15px;}

.logobg{background-color: #fff;border-radius: 0px 0px 3px 3px;height: 60px;width: 124px;position: absolute;z-index: 1200;top: 0;}
.logo{height: 60px;padding-top: 5px;z-index: 1201;position: absolute;top: 0;}
.old-site-tag{position: fixed;top: 56px;margin-left: 0.75rem;padding: 5px 10px;background: #ffffff;font-size: 12px;}
.play-icon{border-radius: 50%;}
.fs-sm{font-size: .6rem !important;}
.fs-md{font-size: .8rem !important;}
.fs-xl{font-size: 1.3rem !important;}
.fs-1{font-size: 10px !important}
.fs-1-5{font-size: 15px !important}
.fs-1-8{font-size: 18px !important}
.fs-2{font-size: 20px !important}
.fs-gb{font-size: 35px !important}
.fs-2-5{font-size: 25px !important}
.fs-3{font-size: 30px !important}
.fs-4{font-size: 40px !important}
.fs-5{font-size: 50px !important}
.fw-b{font-weight: bold !important;}
.fw-5{font-weight: 500 !important;}
.fc-black{color: #000000 !important;}
.fc-blue{color: #004568 !important;}
.fc-l-blue{color: #059DC1 !important;}
.fc-l-blue-t{color: #059DC1 !important; margin: 10px; margin-left: -7%;}
.fc-red{color: #B21E28 !important;}
.fc-white{color: #FFFFFF !important;}

.td-underline{text-decoration: underline;}
.al-ce{text-align: center;}
.al-js{text-align: justify;}
.al-rg{text-align: right;}
.m-r-5p{margin-right: 5%;}
.ml-1{margin-left: 1px;}
.ml-5{margin-left: 5px;}
.ml-20{margin-left: 20px;}
.mb-10{margin-bottom: 10px !important;}
.mb-20{margin-bottom: 20px;}
.mb-20i{margin-bottom: 20px !important;}
.mb-15{margin-bottom: 15px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}
.mb-51{margin-bottom: 51px !important;}
.mb-100{margin-bottom: 100px;}
.m-a{margin: auto;}
.e-1{width: 10%;}
.e-2{width: 20%;}
.e-3{width: 30%;}
.e-4{width: 40%;}
.e-5{width: 50%;}
.e-6{width: 60%;}
.e-7{width: 70%;}
.e-8{width: 80%;}
.e-9{width: 90%;}
.e-10{width: 100%;}

.m-auto{margin: auto;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px !important;}
.m-10{margin: 10px;}
.mt-0{margin-top: 0px;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.backup-mt-10{margin-top: 10px; border-top: 1px solid #C4C4C4; border-bottom: 1px solid #C4C4C4; padding-top: 20px; padding-bottom: 20px;}
.backup-center{justify-content: center;}
.backup-list{font-style: normal;font-weight: 600;font-size: 16px;line-height: 24px;color: #4A4A4A; margin-bottom: 20px; margin-top:15px}
.img-al{margin-bottom: -2px;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40-2{margin-top: 40px;}
.mt-40{margin-top: 50px;}
.mt-50{margin-top: 50px;}
.mt-70{margin-top: 70px;}
.mt-90{margin-top: 90px;}
.mt-100{margin-top: 100px;}
.mt-150{margin-top: 150px;}
.mtb-25{margin: 25px 0 25px;}
.p-0-40{padding: 0 40px;}
.p-0{padding: 0px;}
.p-10{padding: 10px;}
.p-20{padding: 20px;}
.p-30{padding: 30px;}
.p-50{padding: 50px;}
.px-3{padding: 0 3px;}
.pl-20{padding-left: 20px;}
.pr-20{padding-right: 20px;}
.pb-40{padding-bottom: 40px;}
.hero-p-lr{padding: 0 1.5rem}
.w-90{width: 90%;}
.w-auto{width: auto !important;}
.ldb-text{font-size: 2.5rem;}
.ldb-text-2{font-size: 3.5rem;}
.ldb-text-3{font-size: 4.5rem;}
.btn-play{width: 80px;}
.ov-hidden{overflow: hidden;}
.ov-auto{overflow: auto;}
.op-none{opacity: 0;}
.op-half{opacity: 0.5;}
.dis-none{display: none !important;}
.dis-flex{display: flex !important;}
.hide-1280{display: block !important;}
.show-1280{display: none !important;}
.hide-769{display: block !important;}
.show-769{display: none !important;}
.show-769-fl{display: none !important;}
.c-disabled{pointer-events: none;}
.pos-abs{position: absolute;}
.top-0{top: 0}
.show-1{opacity: 1;animation: fondo-in-a 1s;}

.appear{animation: appear 1s cubic-bezier(0.39, 0.58, 0.57, 1);opacity: 1;background-color: #FFFFFF;}
.appear-md{animation: appear 0.5s cubic-bezier(0.39, 0.58, 0.57, 1); opacity: 1;
  background-color: #FFFFFF;
}

@keyframes appear {0%, 25% { opacity: 0;}  100% { opacity: 1;}}
.appearColors{animation: appearColors 1s;height: 100%;background-color: #FFFFFF;}

@keyframes appearColors {
  0% {height: 0%;background-color: #B21E28;}
  20% {height: 100%;background-color: #B21E28;}
}

.appearColors2{animation: appearColors2 1s;height: 100%;background-color: #FFFFFF;}

@keyframes appearColors2 {
  0%, 10% {height: 0%;background-color: #0C7291;}
  30% {height: 100%;background-color: #0C7291;}
  31% {height: 100%;background-color: #0C7291;}
}
.appearColors3{animation: appearColors3 1s;height: 100%;background-color: #FFFFFF;}
@keyframes appearColors3 {

  0%, 20% {height: 0%;background-color: #FFFFFF;}
  40% {height: 100%;background-color: #FFFFFF;}
  41%, 100% {height: 100%;background-color: #FFFFFF;}
}

.animation-space-3{ max-height: 92vh;}

.bgappear{background-color: transparent;}
.all-bg-white div{background-color: #FFFFFF}
.bg-red{background:#B21E28;}
.bg-l-blue{background:#E0F3F8;}
.bg-l-red{background: #6490a2;}
.bg-l-gray{background:#F8F8F8;}
.bg-l-deep-blue{background:#043f5f;}

.br-g{border: 1px solid #CECECE}
.brt-g{border-top: 1px solid #CECECE}
.brr-g{border-right: 1px solid #CECECE}
.brb-g{border-bottom: 1px solid #CECECE}
.brl-g{border-left: 1px solid #CECECE}

.pointer{cursor: pointer;}

.w-5{width: 5%;}
.w-18{width: 18%;}
.w-24{width: 24%;}
.w-25{width: 25%;}
.w-26{width: 26%;}
.w-33{width: 33%;}
.w-36{width: 36%;}
.w-50{width: 50%;}
.w-100{width: 100%;}
.h-banner{height: 100vh;min-height: 550px !important;}
.h-carousel{height: 80px;}
.mt-1{margin-top: 1em;}
.colum-bg-img{height: 100%;}
.column-text{background: rgba(255,255,255, 0.9);padding: 10px 15px;}
.current-navitem{background: #F0F0F0 !important;}
.nav-dropdown{margin-top: 0px;position: absolute; left: 50%;transform: translateX(-50%);}
.nav-list{display: flex !important;}
.nav-menu{height: 56px;}
.menu-title{font-weight: bold;}
.menu-descr{line-height: 11pt !important;margin-top: 4px;font-size: 12px;}
.menu-item{padding: 10px;height: 100%;}
.menu-item:hover{background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(237,237,237,0.36) 64%, rgba(255,255,255,0.16) 84%, rgba(255,255,255,0) 100%);}
.menu-item-title{font-weight: bold;}
.menu-item-descr{font-size: 12px;font-weight: 400;line-height: 11pt !important;margin-top: 4px;}
.show{display: block !important;}
.lang-ico{padding: .5rem .75rem;display: flex !important;}
.set-arrow{margin-left: 5px;}
.lang-dropdown{background-color: #fff;top: 54px;right: 0px;position: absolute;color: #000;padding: 10px;width: 90px;}
.lang-dropdown ul li{cursor: pointer;padding: 10px;}
.lang-dropdown ul li:hover{background-color: #dedede;}
.lang-dropdown-users{top: 54px;right: 0px;position: absolute;color: #000;padding: 10px;width: 125px;}
.lang-dropdown-users ul {background-color: #fff; margin-top: 10px; border-radius: 6px;}
.lang-dropdown-users ul li{cursor: pointer;padding: 10px;}
.lang-dropdown-users ul li:hover{background-color: #dedede;}
.flag{height: 10px;}
.hr-b{border-bottom: 1px #ccc solid;}
.a-link{padding: 17px 15px;}
.a-link-2{padding: 14px 15px;}
span.navbar-item{font-size: 14px;font-weight: 500;letter-spacing: normal;cursor: pointer;}
span.navbar-item:hover{color: #000 !important;background-color: #fff;}

.color-black{color: #000;}
/* .owl-dots{
  display: none;
} */
.video-m{z-index: 1300 !important;}
.video-m-cnt{margin: auto !important;width: auto !important;}
.video-m-cnt video{height: auto;width: 75vw;}
.bottom-gray{background: #CECECE;height: 130px;}
.card-cnt{margin: 30px 10% 0;position: absolute;width: 80%;height: 180px;}
.card-gray{margin: auto;background: #F3F3F3;max-width: 900px;z-index: 10;}
.info-gray{background: #F8F8F8;padding: 120px 40px 40px;position: relative;z-index: 9;}
.ha-child{margin: auto;}
.info-icon{height: 60px;margin-bottom: 10px;}
.info-title{font-weight: bold;margin-bottom: 10px;text-transform: uppercase;}
.red-link-txt{font-weight: bold;color: #B21E28;}
.info-sli-icon{width: 130px !important;height: 130px !important;}
.vc-parent{position: relative;height: 100%;}
.vc-child{margin: auto 0px;}
.client-image{border-radius: 50% 0 0 50%;}
.client-comp{margin: -5px 0px 15px;}
.client-text{padding: 40px;}
.client-box{max-width: 96vw;height: 250px;}

/* Pulse animation styles */
.pulse-w{animation: pulsew 2s infinite;}
.pulse-w:hover {animation: none;}
@keyframes pulsew {
  0% {box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);}
  70% {box-shadow: 0 0 0 8px rgba(255,255,255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255,255,255, 0);  }
}
.pulse-b{animation: pulseb 2s infinite;}
.pulse-b:hover {animation: none;}
@keyframes pulseb {
  0% {box-shadow: 0 0 0 0 rgba(0,0,0, 0.5);}
  70% {box-shadow: 0 0 0 8px rgba(0,0,0, 0);}
  100% {box-shadow: 0 0 0 0 rgba(0,0,0, 0);  }
}

.btn-pulse{border-radius: 50%;}
/* Pulse animation styles */

/* Slider scroll styles*/
.tabs::-webkit-scrollbar,
.img-carousel::-webkit-scrollbar,
.scroll-horizontal-plans1::-webkit-scrollbar,
.scroll-horizontal-planes::-webkit-scrollbar
{ width: 2px; height: 2px;}
.tabs::-webkit-scrollbar-track,
.img-carousel::-webkit-scrollbar-track,
.scroll-horizontal-plans1::-webkit-scrollbar-track,
.scroll-horizontal-planes::-webkit-scrollbar-track
{ width: 2px; height: 2px; }
.tabs::-webkit-scrollbar-thumb,
.img-carousel::-webkit-scrollbar-thumb,
.scroll-horizontal-plans1::-webkit-scrollbar-thumb,
.scroll-horizontal-planes::-webkit-scrollbar-thumb
{ background: #ccc; border-radius: 1px; }

.scroll-padding{padding: 0 1em;}
.img-carousel {position: relative;width: 100%;overflow-x: scroll;overflow-y: hidden;white-space: nowrap;transition: all 0.2s;text-align: center;will-change: transform;user-select: none;cursor: pointer;}
.img-carousel img{width: 50px !important;height: 50px !important;float: left;}
.slide {border-bottom: 3px #fff solid;display: inline-block;padding: 10px;}
.slide-active{border-bottom: 3px #0C7291 solid;animation: fiborder 2s ease;}

.slideh {border-bottom: 3px #fff solid;display: inline-block;padding: 10px;}
.slideh-active{border-bottom: 3px #0C7291 solid;animation: fiborder 2s ease;}

.slideh-ayuda {border-bottom: 3px #fff solid;display: inline-block;padding: 10px;}
.slideh-ayuda-active{border-bottom: 3px #0C7291 solid;animation: fiborder 2s ease;}

@keyframes fiborder {
from {border-bottom: 3px #fff solid;}
to {border-bottom: 3px #0C7291 solid;}
}
.resume-btns{color: #004568;margin-right: 340px;position: absolute;right: 0;top: 85px;}
/* Slider scroll styles*/

/* css cotizador media*/
.border {width: 100%;border: none;border-bottom: 2px solid #003449;margin: 20px 0px 10px 0px;background: transparent;color: #4a4a4a;font-size: 16px;}
.border-sel {width: 50%;border: none;border-bottom: 2px solid #003449;margin: 20px 0px 10px 0px;background: transparent;color: #4a4a4a;font-size: 16px;}
.background {background: #f3f3f3;padding: 30px 50px 30px 50px;}
.background2 {background: #fff;padding: 30px 50px 30px 50px;}
.background-contacto {background: #ffffff !important;padding: 30px 50px 30px 30px;}
.title_cotizador {color: #4a4a4a;font-size: 2em;font-weight: bold;margin-bottom: 10px;}
.text_is6 {color: #4a4a4a;text-align: center;}
.boton-cotizador {width: 100%;border: #003449;background: #f3f3f3;padding: 6px 0;color: #fff;font-size: 16px;}
.border::placeholder {color: #4a4a4a;}
.padding-p {padding: 0 0 50px 0;}
.limit-textarea {max-width: 100%;height: 110px !important;min-width: 100%;}
.center-button {display: flex;margin-left: auto;margin-right: auto;}
.bg-success{background-color: #f3f3f3 !important;color: #b21d27 !important;font-size: 18px !important;}
.font-place::placeholder {  font-size: 16px;}
/*fin de css cotizador media*/

/* Scrollabillity effects */
.section {clear: both;width: 100%;height: 900px;box-sizing: border-box;position: relative;}

.section:nth-child(even) {color: black;}

.section:nth-child(odd) {background: #ddd;color: black;}

.section-0 {text-align: center;}

.section-0 h1 {font-size: 7em;line-height: 1em;position: absolute;top: 30%;left: 0;right: 0;text-align: center;}

.section-0 h2 {font-size: 4em;line-height: 1em;position: absolute;top: 45%;left: 0;right: 0;text-align: center;}

.section-1 .slide-in-demo {position: absolute;top: 40%;width: 100%;left: 0;text-align: center;font-size: 4em;}

.section-2 .reveal-demo {position: absolute;top: 0%;width: 100%;left: 0;right: 0;text-align: center;font-size: 4em;}

.section-3 .text-wrapper {max-width: 600px;margin: auto;font-size: 2em;line-height: 1.5em;padding-top: 20%;}

.section-3 .text-wrapper span {opacity: 0;-webkit-transition: opacity 0.2s;}

.section-3 .text-wrapper span.visible {opacity: 1;}
/* Scrollabillity effects */

.img-m-l{max-height: 600px; margin-left: 50px; position: relative;z-index: 10;}
.img-s-l{max-height: 500px; position: relative;z-index: 10;}
.img-m-l-pack{max-height: 600px;position: relative;z-index: 10;width: 382px; height: 443px;}
.desct_sec_img{height: 600px;}
.rec-bottom{z-index: 0;width: 60vw;max-width: 1050px;height: 416px;position: absolute;margin: -550px 0 0 225px;}
.rec-bottom-pack{z-index: 0;width: 60vw;max-width: 1050px;height: 416px;position: absolute;margin: -394px 0 0 225px;}
.rec-title{top: 30px;position: absolute;}
.rec-title-pack{top: 30px;position: absolute; right: 29px !important;}
/* .rec-title-tienda{position: inherit !important; text-align: right; margin-right: 32px; margin-top: 16px;} */
.rec-title-nl{right: 30px;top: 70px;position: absolute;}
.rec-title-nd{position: absolute;top: 70px;}
.rec-title-nl-pack{right: 30px;top: 70px;position: absolute;}
.rec-title-nd-pack{position: absolute;top: 70px; right: 29px !important;}
.red{color: #B21E28;}
.rec-text-inside{max-width: 200px;text-align: right;right: 30px;top: 140px;position: absolute;}
.rec-text-inside-p{max-width: 200px;text-align: right;right: 30px;top: 170px;position: absolute;}
.rec-text-inside-tienda{max-width: 260px;text-align: right;right: 30px;top: 140px;position: absolute;}
.rec-text-inside-tienda-pack{max-width: 350px;text-align: right;right: 30px;top: 140px;position: absolute;}
.rec-l-text{height: 100%;position: absolute;width: 70%;}
.rec-l-text-pack{height: 100%;position: absolute;width: 75%; height: 88%;}
.how-to-pay{margin-left: 20px; margin-right: 20px;}
.rec-r-text{height: 100%;margin-left: 70%;width: 30%;}
.rec-text-outside{width: 30%;top: 140px;margin-left: 30px;position: absolute;}
.rec-text-outside_p{width: 40%;top: 220px;margin-left: 30px;position: absolute;}
.rec-text-outside-pack{width: 41%;top: 140px;margin-left: 57px;position: absolute;}
.floating-text{z-index: 0;width: 40vw;max-width: 500px;height: 416px;position: absolute;margin: -350px 0 0 40vw;}
.center-p1{padding: 0 100px;}
.center-p2{padding: 0 335px;}
.svg-m-l{height: 300px;margin-left: 20px;position: relative;z-index: 10;}
.rec-bottom-solutions{z-index: 0;width: 60vw;max-width: 1000px;padding: 50px;background: #ccc;}
.m-parallax{/* margin-top: 70px; */margin-top: 50px;margin-bottom: 50px;}
.top-container{margin-top: 50px;}
.bg-solutions-left{padding: 40px 50px 40px;}

.bg-solutions-right{padding: 40px 50px 40px;}
.bg-solutions-right_2{padding: 40px 40px 40px;}
.bg-solutions-full{/* background: #F8F8F8; */background: linear-gradient(to right, #F8F8F8 0%,#F8F8F8 75%, 75.5%,#ffffff 75.5%,#ffffff 99%);padding: 20px 50px 60px;}
.links h1{color: #CF122D;/* font-weight: bold; */}
.links p,
.links p a{color: #000;text-decoration: none;font-size: 0.8rem;}
.links p:hover{font-weight: 500;}
.links-2 p a{color: #000;text-decoration: none;}
.links-2 a:hover{font-weight: 500;}
.ftr-cnt{background-color: #F3F3F3;padding: 70px 20px 0px;}
.ftr-icon a img{width: 3em;}
.align-logo{text-align: right;}
.align-newsletter{text-align: right;}
.input-border{border: 0;outline: 0;background: transparent;border-bottom: 1px solid #B5B5B5;}
.bottom-banner{padding: 40px 0;}
.bb-top-text{margin-bottom: 10px;font-weight: bold;color: #FFF;}

.bb-btm-text{padding: 20px;background-color: rgba(0, 69, 104, 0.7);color: #fff;}
.cli-box{width: 45%;background: #fff;box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);margin: 15px auto;}
.cli-cnt{display: flex;position: relative;height: 100%;}
.cli-par{display: flex;position: relative;height: 100%;}

.tb-top-text{font-weight: bold;color: #000;}
.tb-btm-text{background-color: rgba(0, 69, 104, 0.8);font-weight: 600;line-height: 1.3;padding: 20px;color: #fff;}
.top-banner{margin-top: -2px;padding: 15vh 5% 25vh;}
.top-banner-2{margin-top: -2px;padding: 15vh 5% 15vh;}
.td-cnt{margin-top: -17vh;min-width: 90%;}
.td-cnt2{margin-top: -14vh;min-width: 90%;}
.how-pay{background: #EDEDED; margin-left:-24px; margin-right:-24px; padding-top: 50px; padding-bottom: 50px;}
.how-pay-red-wave-btn {border: none;cursor: pointer;color: #FFF;background-color: #B21E28;background-position: center;transition: background 0.8s; width: 160px;height: 45px; left: 930px; top: 2575px; }
.how-pay-round-btn-ad{padding: 5px 12px;border-radius: 20px ;font-size: 18px;font-weight: normal;border: 0; margin-top: 10px;}
.title-how-to-pay{color: #000000; font-size: 2rem; font-weight: 600; line-height: 1.125;}
.cli-plan-box{background: #F8F8F8;padding: 20px;margin-right: 3px; max-width: 330px;}
.cli-plan-box1{border-radius: 7px;background: #FFF;margin: 10px 5px 25px 5px;max-width: 50%;}
.cli-plan-box-button{max-width: 70%;}
.small-line-wh{border-bottom: 1px solid #FFFFFF;width: 10%;margin: 2px 0 0 90%;}
.full-line-wh{border-bottom: 1px solid #FFFFFF;width: 100%}
.small-line-bl{border-bottom: 1px solid #004568;width: 10%;margin: 2px 0 0 90%;}
.full-line-bl{border-bottom: 1px solid #004568;width: 100%}
.small-line-red{border-bottom: 1px solid #B21E28;width: 10%;margin: 2px 0 0 90%;}
.full-line-red{border-bottom: 1px solid #B21E28;width: 100%}
.plans-m{margin: 70px 0 20px;}
.plans-title{font-weight: bold;line-height: 0.9;text-align: right;}
.plans-icon{margin-top: 5px;}
.plans-icon-promo{margin-top: -15px;}
.plans-icon-promo img{width: 120px;}
.plans-icon img{width: 80px;}
.plans4-icon img{width: 200px;}
.flow-arrow{width: 35px;}
.process-num{background-color: #C4C4C4;border-radius:50%;height: 45px;width: 45px; font-weight: bold;font-size: 25px;cursor: pointer;z-index: 10;transition: 0.5s;}
.process-num:hover{background-color: #004568;color: #FFF;}
.process-btm-num{margin-top: -27px;}
.process-line{border-bottom: 4px solid #C4C4C4;width: 65%;margin: -22px 0 0 18%;}
.process-linepbx{border-bottom: 4px solid #C4C4C4;width: 57%;margin: -22px 0 0 22%;}
.faq-p{padding: 40px 0 100px}
.faq-p2{padding: 40px 0 40px}
.fm-p{padding: 40px 0 70px}
.fm-img{width: 80px;height: 80px;cursor: pointer;}
.serv-img-h{height: 200px;}
.serv-img-btm{margin-top: -215px}
.hover-step > .fw-b{color: #B21E28}
.hover-step > p {font-weight: bold;}
.pds-img{width: 80px;}
.pricing-icon{margin-top: -95px;}
.pricing-icon img{width: 120px;}
.pricing-icon-promo{margin-top: -95px;}
.pricing-icon-promo img{width: 180px;}
.pricing-m{margin: 100px auto 70px;}
.pricing-best{z-index: 1;}
.red-project,.pricing-best-t,.pricing-best-t p{background-color: #B21E28; color: #FFFFFF !important;}
.pricing-best-blue,.pricing-best-blue p{background-color: #003449; color: #FFFFFF !important;}
.blue-project{background-color: #0C7291; color: #FFFFFF !important;}
.gray-project{background-color: #B5B5B5; color: #FFFFFF !important;}
.bxs{box-shadow: 0px 0 15px 2px rgba(0, 0, 0, 0.4); z-index: 0;}
.bxsl{box-shadow: 0px 0 15px 2px rgba(0, 0, 0, 0.6); z-index: 0;}
.highlight-cnt{display: flex;justify-content: center; margin: 75px auto;}
.highlight-bg{width: 100%;max-width: 910px;position: absolute;bottom: 0;}
.highlight-img{position: absolute;bottom: 0px;max-width: 670px;width: 70%;}
.highlight-line{position: absolute;bottom: 0;width: 80%}
.project-t-cnt{margin: 5px 5px 0;padding: 20px 20px 0px;}
.project-b-cnt{margin: -1px 5px 0; padding: 20px 20px 60px;}
.project-img{width: 80%}
.margen-slider{overflow: hidden;}


/* top-description */
.height-svg{height: 70px;}

/* PLANS 2 */
.plan-line-title-1{border-bottom: 1px solid #0C7291;width: 10%;margin: 2px 0 0 90%;}
.plan-line-title-2{border-bottom: 1px solid #004568;width: 10%;margin: 2px 0 0 90%;}
.plan-line-title-3{border-bottom: 1px solid #003449;width: 10%;margin: 2px 0 0 90%;}
.plan-line-title-4{border-bottom: 1px solid #B21E28;width: 10%;margin: 2px 0 0 90%;}
.plan-line-title-5{border-bottom: 1px solid #CF122D;width: 10%;margin: 2px 0 0 90%;}

.plan-price-1{font-weight: bold !important;color: #0C7291 !important;}
.plan-price-2{font-weight: bold !important;color: #004568 !important;}
.plan-price-3{font-weight: bold !important;color: #003449 !important;}
.plan-price-4{font-weight: bold !important;color: #B21E28 !important;}
.plan-price-5{font-weight: bold !important;color: #CF122D !important;}

.plan-line-price-1{border-bottom: 1px solid #0C7291;width: 100%;}
.plan-line-price-2{border-bottom: 1px solid #004568;width: 100%;}
.plan-line-price-3{border-bottom: 1px solid #003449;width: 100%;}
.plan-line-price-4{border-bottom: 1px solid #B21E28;width: 100%;}
.plan-line-price-5{border-bottom: 1px solid #CF122D;width: 100%;}

.plans-flex{display: flex;flex-wrap: wrap;padding: 0 0px;align-items: flex-start;}


/* FLEXBOX */
.d-flex{display: flex;}
.d-none{display: none;}
.justify-content-center{justify-content: center;}
.align-i-c{align-items: center;}

.mb-0{margin-bottom: 0;}
.mb-50{margin-bottom: 50px;}

.pt-0{padding-top: 0;}
.pr-0{padding-right: 0;}


/* Gray to color */
/* filter: grayscale(100%); */
/* filter: none; */
/* Gray to color */

/* Color lines */
.mt-line{margin-top: -7px;}
.h-line{width: 100%;overflow: hidden;
  /* background: linear-gradient(to right, #0C7291 0%,#0C7291 7%, 7%,#004568 8%, #004568 19%, 19%, #003449 20% , #003449 26%, 26%, #B21E28 27%,#B21E28 44%, 44%, #CF122D 45%,#CF122D 56%, 56%, #0C7291 57%,#0C7291 63%, 63%, #004568 64%, #004568 75%, 75%,  #003449 76% , #003449 83%, 83%, #B21E28 84%,#B21E28 99%); */
}
.line-sm{width: 7%; height: 5px; float:left;}
.line-md{width: 12%; height: 5px; float:left;}
.line-lg{width: 18%; height: 5px; float:left;}
.l-bg-b1{background-color: #0C7291;}
.l-bg-b2{background-color: #004568;}
.l-bg-b3{background-color: #003449;}
.l-bg-r1{background-color: #B21E28;}
.l-bg-r2{background-color: #CF122D;}



/* Color lines */

/* Button & waves */
.round-btn-ad{padding: 5px 12px;background-color: #FFF;border-radius: 20px ;font-size: 18px;font-weight: normal;border: 0; margin-top: 10px;}
.round-btn{padding: 5px 12px;background-color: #FFF;border-radius: 20px ;font-size: 18px;width: 90%;font-weight: normal;border: 0;}
.round-btn-modal{padding: 5px 12px;background-color: #FFF;border-radius: 20px ;font-size: 18px;width: 50%;font-weight: normal;border: 0;}
.round-btn2{padding: 12px 18px;background-color: #FFF;border-radius: 30px ;font-size: 22px;width: 55px;font-weight: normal;border: 0;}
.round-btn-servidores{padding: 8px 40px;background-color: #FFF;border-radius: 20px ;font-size: 18px;width: 90%;font-weight: normal;border: 0;}
.round-btn:hover{box-shadow: 0 0 4px #999;}
.round-btn-servidores:hover{box-shadow: 0 0 4px #999;}

.blue-wave-btn:hover {background: #004568 radial-gradient(circle, transparent 1%, #004568 1%) center/15000%;}
.blue-wave-btn:active {background-color: #E0F3F8;background-size: 100%;transition: background 0s;}
.blue-wave-btn {border: none;cursor: pointer;color: #FFFFFF;background-color: #004568;background-position: center;transition: background 0.8s;}
.white-wave-btn:hover {background: #FFF radial-gradient(circle, transparent 1%, #FFF 1%) center/15000%;}
.white-wave-btn:active {background-color: #DDD;background-size: 100%;transition: background 0s;}
.white-wave-btn {border: none;cursor: pointer;background-color: #FFF;background-position: center;transition: background 0.8s;}
.red-wave-btn:hover {background: #B21E28 radial-gradient(circle, transparent 1%, #B21E28 1%) center/15000%;}
.red-wave-btn:active {background-color: #F3F3F3;background-size: 100%;transition: background 0s;}
.red-wave-btn {border: none;cursor: pointer;color: #FFF;background-color: #B21E28;background-position: center;transition: background 0.8s;}
.red-wave-btn-hov:hover {background-color: #fff !important}

.gray-wave-btn:hover {background: #C4C4C4 radial-gradient(circle, transparent 1%, #C4C4C4 1%) center/15000%;}
.gray-wave-btn:active {background-color: #F3F3F3;background-size: 100%;transition: background 0s;}
.gray-wave-btn {border: none;cursor: pointer;background-color: #C4C4C4;background-position: center;transition: background 0.8s;}
/* Button waves */

/* Vertical Sliding */
.slidingVertical{ margin-left: 5px; display: inline;}
.slidingVertical::after {content: "PROYECTO.";font-weight: bold;color: transparent;}
.slidingVertical span{animation: topToBottom 12.5s linear infinite 0s;color: #FFFF;font-weight: bold;opacity: 0;overflow: hidden;position: absolute;}
.slidingVertical span:nth-child(2){animation-delay: 2.5s;}
.slidingVertical span:nth-child(3){animation-delay: 5s;}
.slidingVertical span:nth-child(4){animation-delay: 7.5s;}
.slidingVertical span:nth-child(5){animation-delay: 10s;}
/*estilos sergio*/
.margin-to-imagene-cel {margin-top: 20px;}
.margin-botton-imagen-cel {margin-bottom: 30px}
.padding-footer-kiubix {padding: 20px 0;}
footer.ftr-cnt {overflow-x: hidden !important;}
@-webkit-keyframes topToBottom{
0% { opacity: 0; }
9% { opacity: 0; -webkit-transform: translateY(-10px); }
10% { opacity: 1; -webkit-transform: translateY(0px); }
25% { opacity: 1; -webkit-transform: translateY(0px); }
26% { opacity: 0; -webkit-transform: translateY(10px); }
95% { opacity: 0; }
100% { opacity: 0; }
}
/* Vertical Sliding */


/* Items index langing menu */
.description-items-index{display: flex;flex-direction: column;align-items: center;}

.flex-justify-right{display: flex;justify-content: flex-end;width: 45%;float: right;}
.flex-justify-cent{display: flex;justify-content: center;width: 45%;}
.item-w-100{width: 100%;}
.item-w-45{width: 45%;}
.text-button{display: flex;flex-wrap: wrap;align-content: space-between;}
.btn-items-index{margin-top: 35px;display: flex;justify-content: flex-end;}
.txt-items-der{text-align: right;}
.items-title{color: #003449;}
.items-title-red{color: #b21d27;}

/* Main top */
.section-top{height: 100vw;max-height: 100vh;display: flex;justify-content: flex-end;}
.main-top-box{border-left: 2px #b21d27 solid;padding:0 0 40px 25px;}

/* Botttom banner */
.banner-centered{display: flex;flex-direction: column;align-items: center;}
.section-height{height: 90vh;}


/* Fondo difuminado blanco del menu */
.div-w{height: 100vh;width: 100vw;background: rgba(255,255,255,0.8);position:fixed;z-index:52;display:none;}

.fondo-in{opacity: 1;display:block;animation: fondo-in-a 0.5s;}
@keyframes fondo-in-a {  from {opacity: 0;}  to {opacity: 1;}}

.fondo-out{opacity: 0;animation: fondo-out-a 0.5s;}
@keyframes fondo-out-a {  from {opacity: 1;}  to {opacity: 0;}}

.fondo-vis{display: block;}
.fondo-hid{display: none;}
.fondo-wr{background: #96969691 !important;display: block;}

/* Ayuda */
.tabcontent {display: none;}

.acordion-border-n{border-bottom: 1px solid #000;}
.acordion-border-r{border-bottom: 1px solid #b21d27 !important;}

.accordion {background-color: transparent;cursor: pointer;padding: 15px;width: 100%;border: none;text-align: left;outline: none;font-size: 15px;transition: 0.4s;}
.active-ayuda, .accordion:hover {background-color: #f3f3f3;}
.accordion:after {font-family: "Font Awesome 5 Free"; content: "\f078";color: #777;font-weight: bold;float: right;margin-left: 5px;}
.active-ayuda:after {font-family: "Font Awesome 5 Free"; content: "\f077";}
.acordion-item {overflow: hidden;}

.svg-ayuda{height: 500px;margin-left: 20px;position: relative;z-index: 10;}
.pill-ayuda{display: flex;align-content: center;max-height: 36px;}
.pill-ayuda:hover{color: #fff;}
.pill-ayuda-icon{font-size: 25px;margin-left: 5px;}
.container-pills{display: flex;justify-content: space-around;}

.size-text-ip{font-size: 80px;}

.icons-slider-ayuda{width: 300px;}

.play-pause-ayuda{display: flex;justify-content: flex-end;color: #004568;}

/* FAQ */
.acordion-border-faq-n{border-bottom: 1px solid rgba(0, 0, 0, 0.4);}
.margin-title{margin: 10px 0 0 0 !important;}
.tag-pill{margin-left: 20px;font-size: 12px;pointer-events: none;}
/* .menu-lateral{color:#000;} */
.menu-lateral a{color:#000;text-decoration:none;}
.cont-faq{display: flex;flex-wrap: wrap;justify-content: flex-end;}

.form-buscar{border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 11px;}
.input-buscar{padding: 3px 0 6px 10px;border: 0;border-radius: 11px;}
.btn-bucar{border: 0;background: transparent;}
.buscador-faq{display: flex;justify-content: flex-end;}

.div-faq{display: flex;justify-content: flex-end;}

/* NEWSLETTER */
.alerta-enviar{display: flex;justify-content: flex-end;}
.alert-news{color: #CF122D;font-weight: 600;padding: 10px 0px;border-radius: 17px;font-size: 18px;}
.success-news{color: #0d5f10;font-weight: 600;padding: 10px 0px;border-radius: 17px;font-size: 18px;}

/* Menu Soporte */
.contenedor{width:240px;height:247px;position:absolute;position: fixed;bottom: 20px;right: 28px;z-index: 98;transform:scale(0);}
.botonF1{width:60px;height:60px;border-radius:100%;background:#fff;right:0;bottom:0;margin-right:16px;margin-bottom:16px;border:none;
  outline:none;font-size:36px;box-shadow: 1px 1px 8px 0 rgba(59,64,76,0.8);transition:.3s;position:absolute;position: fixed;bottom: 18px;right: 28px;z-index: 99;}
.botonF1 img{width: 45px;height: 45px;margin-top: 4px;}
/* span{transition:.5s;} */
.botonF1:hover span{transform:rotate(360deg);}
.botonF1:active{transform:scale(1.1);}
.btn{height:50px;border-radius:25PX;border:none;color:#FFF;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);outline:none;
  position:absolute;right:0;bottom:0;margin-right:26px;transform:scale(0);display: flex;align-items: center;padding-left: 15px}
.botonF2{background:#0C7291;margin-bottom:85px;transition:0.3s;cursor: pointer;}
.botonF3{background:#B21E28;margin-bottom:140px;transition:0.5s;cursor: pointer;}
.botonF4{background:#000;margin-bottom:195px;transition:0.6s;cursor: pointer;}
.animacionVer{transform:scale(1);}
.animacionVer2 {transform:scale(0);animation: animacionVer2 0.73s;}
@keyframes animacionVer2 {0% {transform:scale(1);} 98% {transform:scale(1);} 100% {transform:scale(0);}}

.icon_base{font-size: 25px;margin-right: 10px;}

.icon_base_s{font-size: 30px;margin-right: 10px;}
.cont_squad{display: flex;font-size: 25px; margin-right: 0px;align-items: center;width: 195px}

.cont_chat{font-size: 25px; margin-right: 10px;}

.c_faq{display: flex;align-items: center;}
.cont_faq{display: flex; flex-direction: column; margin-right: 10px}
.faq_1{font-size: 15px; line-height: .9;}
.faq_2{font-size: 20px; line-height: .9;}

.mns_menu_ayuda{position:absolute;position: fixed;bottom: 47px;right: 115px;z-index: 9999;box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);padding: 0.6rem;border-radius: 0.4rem;cursor: pointer;transition:.7s;background: #fff;z-index: 999;display: none;}
.chat_tail{display: block;content: "";position: fixed;width: 8px;height: 8px;right: 106px;bottom: 55px;background-color: #fff;transform: translateX(-6px) rotate(45deg);pointer-events: none;box-shadow: 2px -2px 2px 0 rgba(0,0,0,.2);}

.no-seleccionable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icon_size{width: 22px;height: 22px;}
.icon_size_dentro{width: 20px;height: 20px;}
.flex_menu{display: flex;align-items: center;text-align: left;font-weight: 500;letter-spacing: normal;cursor: pointer;font-size: 14px;}
.flex_toggle_menu{display: flex!important;text-align: left!important;align-items: center!important;text-align: center;}

/* Colores productos */
.color_adminit{color: #92d050 ;}
.color_sicofi{color: #085e2a;}
.color_treebix{color: #2f366d;}
.color_kearnit{color: #89c248;}


/* Media Queries Section */
@media (max-width: 430px) {
  .flex_toggle_menu{flex-direction: column;text-align: center!important;}
  .padding_cotizador {padding: 30px 15px 30px 15px !important;}
}
@media (max-width: 768px) {
.d-flex-modal{display: flex !important;}
.modal-card {
    display: flex;
    flex-direction: column;
    max-height: calc(85vh - 40px);
    overflow: hidden;
}
.card-s{
  position: absolute;
  width: 350px !important;
}
.modal-card-s{
  width: 350px !important;
  height: 35px;
  background: #B21D27;
  border-radius: 3px 3px 0px 0px;
}
.modal-card-bs{
  left: 530px;
  top: 1275px; 
  width: 350px !important; 
  background: #F5F5F5;
  border-radius: 0px 0px 3px 3px;
}
.sig{
  font-size: 18px;
}
.content-text-modal {
    margin: 0 0px 0 0px !important;
}
  .round-btn-modal {
    padding: 5px 12px;
    background-color: #B21E28;
    border-radius: 20px;
    font-size: 18px;
    width: 100%;
    font-weight: normal;
    border: 0;
}
  .pd-l-trem {padding-left: 1.2rem;}
  .dis-none-ongs {display: block !important;}
  .dis-none-ongs2 {display: none;}
  .mt-0-ongs {margin-top: 0px !important;}
  .background2 {background: #fff;padding: 30px 18px 30px 18px;}
  .cli-plan-box1{    padding: 20px 50px;max-width: 100%;}
  .p-0-40 {padding: 0 0px;}
  .displey-nonepbx {display: none;}
  .scroll-horizontal-planes-600 {overflow-x: scroll;overflow-y: hidden;}
  .resume-btns {margin-right: 0px!important;}
  .desct_sec_img{height: 0;}
  .contenedor{bottom: 14px;right: 26px;}
  .cont-faq{flex-direction: column;}
  .hide-769{display: none !important;}
  .show-769{display: block !important;}
  .show-769-fl{display: flex !important;}
  .bg-solutions-right{background: transparent !important; padding: 0px;}
  .size-text-ip{font-size: 36px;}
  .bg-solutions-full{background: #F8F8F8 !important;}
  .el-center-md, .align-logo{text-align: center !important;}
  .center-p1, .center-p2 {padding: 0 !important;}
  .resume-btns{margin-right: 10px;}
  .align-newsletter{text-align: left;}
  .client-box{width: 90%;margin-left: 5%;}
  .cli-cnt{display: block;}
  .cli-box{width: 90% !important;}
  .to-w-100{width: 100%}
  .svg-m-l{max-height: 200px;height: auto;}
  .rec-bottom{position: relative !important;margin: 0 !important;width: 100% !important;max-width: 100% !important;height: fit-content !important;}
  .rec-bottom-pack{position: relative !important;margin: 0 !important;width: 100% !important;max-width: 100% !important;height: fit-content !important;}
  .rec-l-text{width: 3% !important;}
  .rec-l-text-pack{width: 3% !important;}
  .how-to-pay{margin-left: 20px; margin-right: 20px;}
  .rec-r-text{width: 90% !important;margin-left: 3% !important;}
  /* .togglemenu{display: block;} */
  .project-img {width: 40%;}
  .vc-child {width:100%!important;flex-grow: 4;}
  .direccion-itemx-index{display: flex;flex-direction: column;  }
  .order-itemx-index{order: 2;}
  .txt-items-izqm{text-align: left;}
  .txt-items-derm{text-align: right;}
  .mtm-0{margin: 0;}
  .center-lines-m{display: flex;justify-content: center;flex-wrap: wrap}
  .section-top{max-height: min-content;height: auto;}
  .main-top-img{width: 200px;}
  .section-height{height: min-content;}
  .columnas_3 {column-count: auto !important;text-align: center !important;}
  .btn{margin-right: 0px;}
  .botonF1{margin-right: 0px;}
  .fs-5 {font-size: 35px !important;}
  .center_text-planes {
    text-align: center;
  }
.center-imagenes-item {
    display: flex;
      align-items: center;
      justify-content: center;
  }
 .displey-block-res {
    display: block !important;
  }
.margin-top_negativo-lina {
    margin-top: 0px !important;
  }
.pd_iconos{
    padding: 35px 20px 20px 20px !important;
  }
.margin-botton_home {
  margin-bottom: 20px;
}
.margin_texto_home {
  margin: 0 30px !important;
}
.height_slider{
  height: 100% !important;
}
.mg_slider {
  margin: 10px 0px;
}
.bg-solutions-left {
  padding: 0;
}
.title-just{
  text-align:justify !important;

}
.boton_promociones {
  right: -44px !important;
}
.boton_promociones img {
  width: 50% !important;
}
.btn-mg-dominio {
  margin: auto;
}
.pd-0-form{
  padding: 0 15px !important;
}
.tabs a {
  padding: 12px;
}
.res-icono-tabs {
  max-height: 150px !important;
  height: 150px !important;
}
.mt-40-2-res {
  margin-top: 20px !important;
}
.mt-40-2-resp-2 {
  margin-top: 55px !important;
}
.tabs .icon:first-child {
  margin-right: 0em;
}
.margin-auto-res {
  margin: auto;
}
}
@media (max-width: 989px) {
  .input_100 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .scroll-horizontal-plans {
    /*min-width: 1360px;*/
  }
  .scroll-horizontal-plans1 {overflow-x: scroll;overflow-y: hidden;}
  .min-width-planes {min-width: 900px;margin-bottom: 32px;margin-left: 15px;}
  .scroll-horizontal-planes {overflow-x: scroll;overflow-y: hidden;}
  .min-width-planes-60 {min-width: 600px;margin-bottom: 32px;margin-left: 15px;}
}
@media (max-width: 852px) {
  .togglemenu{display: block;position:fixed;}
/*   .mrgn{margin-right:30px !important;} */
  .d-block_icono { display: block !important; }
  nav {display: none;}
}
@media (max-width: 777.8px) {
  .ftr-cnt{padding: 40px 20px 0px;}
  .ftr-elem{display: flex !important;justify-content: center;}
  .ib-l{margin-right: 10px;}
  .align-logo{margin-bottom: 20px}
  .align-footer{display: flex; justify-content: center;text-align: center;}
  .main-text{margin-top: 30px; text-align: center;}
  .alert-news{text-align: center;}
  .success-news{text-align: center;}
}
@media (max-width: 1088px){
  .center-p1{padding: 50px}
  .el-padding-lg{padding-left: 2em;padding-right: 2em;}
  .w-33{width: 50% !important;}
  .center_icono_vistas {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
.text_icohom {
  text-align: center;
}
.pb-tab-rep {
  margin-bottom: 0px;
}
.pt-tab-rep {
  margin-top: 50px;
}
}
@media (max-width: 1088px) and (min-width: 769px){
  .rec-title-pack,.rec-title-nl-pack,.rec-title-nd-pack{font-size: 23px !important;margin-bottom: 15px !important;}
  .rec-title,.rec-title-nl,.rec-title-nd,.rec-title-res{font-size: 23px !important;margin-bottom: 15px !important;}
  .rec-bottom {height: 350px !important;margin: -460px 0 0 176px !important;}
  .rec-bottom-pack {height: 350px !important;margin: -460px 0 0 176px !important;}
  .img-m-l-pack {max-height: 500px;margin-left: 0px;position: relative;z-index: 10;}
  .img-m-l {max-height: 500px;margin-left: 0px;position: relative;z-index: 10;}
  .rec-r-text {width: 55% !important;}
  .h-line.hide-769 {width: 90% !important;}
}
@media (max-width: 880px) and (min-width: 769px){
  .pd-top-media-res {
    padding-top: 170px;
  }
}
@media (max-width: 1000px) and (min-width: 881px){
  .pd-top-media-res {
    padding-top: 70px;
  }
}
@media (max-width: 1279px) {
  .hide-1280{display: none !important;}
  .show-1280{display: block !important;}
  .show-1280_text2{display: block !important;}
  .rec-text-outside{width: 97%;top: 140px;position: unset;}
  .rec-text-outside-pack{width: 97%;top: 140px;position: unset;}
  .rec-r-text {height: 100%;margin-left: 55%;width: 45%;}
  .rec-r-text-pack {height: 100%;margin-left: 55%;width: 45%;}
  .rec-l-text {height: 100%;position: absolute;width: 55%;}
  .rec-l-text-pack {height: 100%;position: absolute;width: 55%;}
  .how-to-pay{margin-left: 20px; margin-right: 20px;}
  .rec-bottom {height: 416px;    margin: -550px 0 0 225px;}
  .rec-bottom-pack {height: 416px;    margin: -550px 0 0 225px;}
  .rec-text-outside{font-size: 15px;}
  .highlight-line{width: 90%}
  .center-p2 {padding: 0 168px;}
  .resume-btns {margin-right: 166px;}
}

@media (min-width: 769px) {
  .display-flex {display: flex;flex-wrap: wrap;}
  .img-left{display: flex;justify-content: flex-end;flex-wrap: wrap}
  .items-img-flex{display:flex;flex-direction: column}
  .border-left-w-40{border-left: 2px solid rgba(255, 255, 255, 0.4);padding-left: 40px;}
  .border-right-w-40{border-left: 2px solid rgba(255, 255, 255, 0.4);padding-left: 40px;}
  .border-left-w-20{border-left: 2px solid rgba(255, 255, 255, 0.4);padding: 50px 0 50px 25px;}
  .modal-content {
    width: 60% !important;
  }
}
@media (min-width: 1279px) {.btn-items-index55{margin-top: 55%}
  .btn-items-index40{margin-top: 40%}
}

@media screen and (min-width: 900px) and (max-width: 1279px) {
  .width-tablan-planes-visual {
    min-width: 1020px !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  .dis-block-btn-a3 {
      text-align: center;
      width: 160px !important;
      padding: 14px 10px !important;
      border-radius: 50px;
      height: 82px;
    align-items: center;
    display: flex !important;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1088px) {
  .img_botton_flex {
    display: flex;
    align-items: flex-end;
  }
  .p_botton_1089 {
    padding-bottom: 20px !important;
  }
  .p_botton_1089_2 {
    margin-top: 0px !important;
  }
  .desct_sec_img{height: 500px;}
}
@media screen and (min-width: 714px) and (max-width: 777px) {
  .slidingVertical {
    margin-left: 5px;
    display: block;
}
.sli_home_palabras{

}
}
@media screen and (min-width: 405px) and (max-width: 478px) {
  .slidingVertical {
    margin-left: 5px;
    display: block;
}
  .sli_home_palabras{
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 450px) {
.pd-right_2 {
  padding: 0 0 25px !important;
}
.pd-pt_2 {
  padding: 0 15px;
}
/* .displey-grid-modal-res{
  flex-wrap: wrap;
}
.iconos-modal1 a {
  width: 33.33%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.iconos-modal1 img {
width: 80%;
}
.alto-div1 {
  height: 44% !important;
}
.height-modal-res {
  height: 94vh;
  max-height: calc(120vh - 160px);
} */
}
@media (max-width: 350px) {
  .slidingVertical {
    margin-left: 5px;
    display: block;
}
  .sli_home_palabras{
    display: flex;
    justify-content: center;
  }
  .ldb-text{font-size: 2rem;}
  .ldb-text-2{font-size: 2.8rem;}
  .ldb-text-3{font-size: 3.5rem;}
}
/*css filtro de imagens "sergio"*/
.filter-gris img {
    filter: grayscale(1) !important;
}
.filter-gris img:hover {
    filter: none !important;
}
ul.mt-20.listbiñetas li::before {
    content: "■";
    color: #B21E28;
    margin-right: 5px;
}
.none_num_lis {
    list-style:none;
}

.columnas_3 {
    column-count: 3;
    text-align: center !IMPORTANT;
}
.mt-casos {
  margin-top: 75px;
  margin-bottom: 75px;
}
.titlo-casos {
  font-size: 20px;
  color: #b21d27;
  font-weight: bold;
  margin-top: 15px;
}
.text-azul-casos {
  font-size: 20px;
  color: #003449;
  font-weight: bold;
}
.orde-columna{
  order: 2;
}
#container_plans {
	width: 160px;
	height: 36px;
	margin: auto auto 0px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	user-select: none;
	cursor: pointer;
}

.inner_container_plans {
	position: absolute;
	left: 0;
	top: 0;
	width: inherit;
	height: inherit;
	text-transform: uppercase;
	font-size: .6em;
	letter-spacing: .2em;
}

.inner_container_plans:first-child {
	background: #e9e9e9;
  color: #a9a9a9;
  border-radius: 50px;
}

.inner_container_plans:nth-child(2) {
	background: #003449;
	color: white;
	clip-path: inset(0 50% 0 0);
  transition: .3s cubic-bezier(0,0,0,1);
  border-radius: 50px;
}

.inner_container_plans-h {
	position: absolute;
	left: 0;
	top: 0;
	width: inherit;
	height: inherit;
	text-transform: uppercase;
	font-size: .6em;
	letter-spacing: .2em;
}

.inner_container_plans-h:first-child {
	background: #e9e9e9;
  color: #a9a9a9;
  border-radius: 50px;
}

.inner_container_plans-h:nth-child(2) {
	background: rgb(178, 29, 39);
	color: white;
	clip-path: inset(0 0 0 50%);
  transition: .3s cubic-bezier(0,0,0,1);
  border-radius: 50px;
}

.toggle_plans {
	width: 50%;
	position: absolute;
	height: inherit;
	display: flex;
	box-sizing: border-box;
}

.toggle_plans p {
  margin: auto;
  font-size: 16px;
}

.toggle_plans:nth-child(1) {
	right: 0;
}
.font_planes {
  font-size: 24px;
}
.hd_ps {
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #003449;
}
.dux_ps {
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #b21d27;
}
.mr_text_planes {
  margin-right: 24px;
}
.line_h_planes {
  line-height: 10px;
}
.min-width_tabs {
  min-width: 185px;
}
.center_img {
  display: flex;
  margin: auto;
}
.punto_list {
  list-style-type: disc;
  margin-left: 20px;
}
.border-button-info {
  border-bottom: 2px solid #b21d27;
  /*width: 87%;*/
  margin-left: 63px;
  margin-bottom: 1.5em;
}
.margin-botton-none {
  margin-bottom: auto !important;
}
.margin-left-border {
  margin-left: 63px;
}
.margin-top_negativo-lina {
  margin-top: -6px;
}
.text-iconos-home {
    font-size: 18px;
    font-weight: bold;
    color: #003449;
}
/* .prueba-bg:hover {
  background: red;
} */
.img_fonfo_iconos{
  cursor: pointer;
}
.color_hover {
  transition: 0.4s;
  color: #fff;
}
.bg_icono_home {
  background-image: url(../img/general/fabrica.jpg);
  -webkit-transition: all 0.5s !important;
  -moz-transition: all .9s !important;
  -o-transition: all .9s !important;
  transition: all .9s;
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.bg_icono_home2 {
  background-image: url(../img/general/soluciones.jpg);
  -webkit-transition: all 0.5s !important;
  -moz-transition: all .9s !important;
  -o-transition: all .9s !important;
  transition: all .9s;
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.bg_icono_home3 {
  background-image: url(../img/general/productos.jpg);
  -webkit-transition: all 0.5s !important;
  -moz-transition: all .9s !important;
  -o-transition: all .9s !important;
  transition: all .9s;
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.bg_icono_home4 {
  background-image: url(../img/general/media.jpg);
  -webkit-transition: all 0.5s !important;
  -moz-transition: all .9s !important;
  -o-transition: all .9s !important;
  transition: all .9s;
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.bg_icono_home5 {
  background-image: url(../img/general/cloud.jpg);
  -webkit-transition: all 0.5s !important;
  -moz-transition: all .9s !important;
  -o-transition: all .9s !important;
  transition: all .9s;
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.border_icono_home {
   border: 1px solid #cccccc;
    border-radius: 8px;
}
.pd_iconos{
  padding: 35px 0 20px 20px;
}
.icono-menu-res {
  max-width: 160px;
  max-height: 57px;
  padding: 5px 10px 15px;
}
.icono-blanco_res img {
  padding: 15px 10px 10px;
  max-width: 160px;
  max-height: 65px;
}
.img_center_auto {
  margin: auto;
  display: flex;
}
.image_com_pre{
  width: 20%;
}
.pago_unico {
  font-size: 26px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #484848;
}
.precio_unico {
  font-weight: bold;
  color: #003449;
}
.licencia_anual {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #484848;
}
.border_pago_unico{
  border-top: 1px solid #003449;
  border-bottom: 1px solid #003449;
  padding: 14px 0 21px 0;
}
.pd_precio_unico {
  padding: 40px 100px;
}
.old-site-tag1 {
  position: fixed;
  top: 56px;
  margin-left: -1rem;
  padding: 12px 14px;
  background: #ffffff;
  font-size: 12px;
  border-radius: 0 0 36px 36px;
}
.old-site-tag1 a {
  color: #000;
}
.old-site-tag1 a:hover {
  color: #da3a48;
}
.modal-close {
  position: absolute;
  right: 2px;
  top: 2px;
}
.modal-close {
  background-color: rgba(10,10,10,.3);
}
.div_modal {
  background-color: rgba(10,10,10,.86);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.boton_promociones{
  position: fixed;
  right: -18px;
  top: 40%;
  z-index: 99;
}
.boton_promociones img {
  width: 80%;
}
.z-index_modal {
  z-index: 9999;
}
.planes_proomo {
  text-decoration:line-through;color:#848484 !important;
}
.logo-modal-promo {
  position: absolute;
  right: 39%;
  top: 20px;
  width: 25%;
}
.banner-modal-promo {
  position: absolute;
  right: 34%;
  top: 86px;
  width: 30%;
}
.alto-div1 {
  height: 70%;
}
.alto-div2 {
  height: 30%;
}
.ancho-div1 {
  width: 100%;
}
.img-h-div1{
  max-height: 250px;
}
.width-boton{
  width: 18%;
}
.width-img-promo {
  width: 40%;
}
.dominio-input {
  width: 100%;
  border: 2px solid #b21e28;
  border-radius: 30px;
  padding: 15px 16px;
  font-size: 16px;
}
.dominio-input::placeholder {
  font-size: 20px;
  font-weight: 500;
}
.btn-dominio {
  width: 100%;
  border: 2px solid red;
  border-radius: 16px;
  background: red;
}
.pd-demo{
  padding: 0px 10px !important;
}
.demo:hover {
  color: #fff !important;
}
.bg-demo{background-color: #004568 !important;}
.mg-btn-ayuda {
  margin: 0px 2px;
}
.br-rdo-ayuda-r{
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.br-rdo-ayuda-l{
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.width_115{
  width: 115px;
}
.mg-30-form-in{
  margin: 30px 0px !important;
}
.inf-biñetas li::before {
  content: "•";
  color: #b21d27;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
}
.tabs ul {
  border-bottom: 1px #b21d27 solid !important;
}
.tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #b21d27 !important;
  border-bottom-color: transparent!important;
}
.tabs li.is-active a {
  border-bottom-color: #3273dc;
  color: #003449;
}
.tabs.is-boxed a:hover {
  background-color: #f5f5f5;
  border-bottom-color: #b21d27;
}
.pd0-is3-host {
  padding: .75rem 0 !important;
}
.pd0-is3-host-2 {
  padding: 0 !important;
}
.line-height-web p {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.hover-web:hover {
  color: #FFF;
}
.img-beneficios {
  margin: 70px 0 250px 0;
}
.dis-block-btn-a {
  display: block;
    text-align: center;
    width: 219px;
    padding: 14px 0;
    border-radius: 50px;
}
.dis-block-btn-a3 {
  display: block;
    text-align: center;
    width: 250px;
    padding: 14px 0;
    border-radius: 50px;
}
.dis-block-btn-a2 {
    display: block;
    text-align: center;
    width: 280px;
    padding: 12px 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: normal;
}
.margin-left-btn {
  margin-left: auto;
}
.padding-btn{
  padding: 12px 40px;
  border-radius: 30px;
}
.text-planes-hd {
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
  color: #003449;
  font-weight: 700;
}
.text-planes-dux {
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
  color: #b21d27;
  font-weight: 700;
}
.width-icon-espaldo {
  height: 60px !important;
  width: 60px !important;
}
.text-backup {
  text-align: center;
    margin-top: 40px;
    font-size: 40px;
    color: #003448;
    font-weight: 700;
}
.text-GB {
  text-align: center;
  margin-top: 20px;
  font-size: 32px;
  color: #b21d27;
  font-weight: 700;
}
.precio-sub {
  text-decoration: line-through;
}
.titlepbx {
  color: #b21d27;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 40px;
}
.text-descripcionpbx {
  text-align: center;
  padding: 0px 70px;
  font-size: 20px;
  line-height: 1.38;
  color: #b21d27;
  font-weight: 500;
}
.precio-plans4 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  text-decoration: line-through;
}
.precio-plans4-promo {
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #003449;
}
.icono-buscar {
  position: absolute;
  right: 1px;
}
.title-buscador {
  color: #003449;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 40px;
}
.buscadorcloud {
  margin-top: 40px;
  margin-bottom: 30px;
}
.dis-none-ongs{
  display: none;
}
p.height-titulopl {
  height: 70px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.color-faq-tienda {
  color: #043F5F !important;
}
.titulo-demos-planes {
  color: #003449;
}
.height-text {
  font-weight: 600;
}
.font-weight-tab {
  font-weight: 700;
  font-size: 15px;
}
.tabs-pak-a {
  flex-direction: column;
  padding-top: 30px !important;
}
.tabs .icon-pak:first-child {
  margin-right: .4em;
  margin-left: 0.4em;
}
.text-es .columns:nth-child(4) .color-es {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.text-es2 .columns:nth-child(3) .color-es {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.resaltar {
  color: #B21E28;
  font-size: 13px;
}
.content-text-modal {
  margin: 0 30px 0 30px;
}
.modal-card-foot {
  border-top: 1px solid #ffffff;
  background-color: #ffffff;
}
.img-modal img {
  width: 20%;
}
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(85vh - 60px);
  overflow: hidden;
}
.card-s{
  position: absolute;
  width: 492px;
}
.modal-card-s{
  width: 492px;
  height: 35px;
  background: #B21D27;
  border-radius: 3px 3px 0px 0px;
}
.modal-card-bs{
  left: 530px;
  top: 1275px; 
  width: 492px; 
  background: #F5F5F5;
  border-radius: 0px 0px 3px 3px;
}
.lis-tienda-admint li {
  margin-bottom: 10px;
}
.rec-title-sae{
    top: 50px;
    position: absolute;
    right: -222px;
  }
  .rec-title-nd-sae {
    position: absolute;
    top: 90px;
    right: -270px;
  }
  .rec-text-inside-sae {
    max-width: 326px;
    text-align: right;
    right: 30px;
    top: 162px;
    position: absolute;
  }
  .rec-text-outside-sae{
    width: 41%;
    top: 162px;
    margin-left: 57px;
    position: absolute;
  }
  .rec-l-text-sae{
    height: 100%;
    position: absolute;
    width: 610px;
    height: 400px;
  }
  .img-m-l-sae {
    max-height: 600px;
    position: relative;
    z-index: 10;
    width: 400px;
    height: 490px;
    top: 70px;
    right: -35px;
  }
  .h-line-sae {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
  }
  .title--sae {
    color: #003449;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
  }
  .sae-red-wave-btn {
    border: none;
    cursor: pointer;
    color: #FFF;
    background-color: #B21E28;
    background-position: center;
    transition: background 0.8s;
    width: 140px;
    height: 37px;
    left: 930px;
    top: 2575px;
  }
  @media (max-width: 1088px) and (min-width: 769px){
    .rec-title-sae,.rec-title-nd-sae{
      font-size: 23px !important;
      margin-bottom: 15px !important;
    }
  }
  @media (max-width: 768px) {
    .rec-l-text-sae{
      width: 3% !important;
    }
  }
  @media (max-width: 1279px) {
    .rec-l-text-sae {
      height: 100%;
      position: absolute;
      width: 55%;
    }
    .rec-text-outside-sae{
      width: 97%;
      top: 140px;
      position: unset;
      margin-left: 35px;
    }
  }
    .plans-sae{
        margin-top: 100px; color: #B21D27;
    }
    .round-btn-sae{
        padding: 5px 12px;
        border-radius: 50px;
        font-size: 18px;
        width: 280px;
        height: 50px;
        font-weight: bold;
        border: 0;
    }
    .btn-wh-sae{
        background-color: #1BD240;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        font-size: 15px; border-radius:50px; 
        width: 280px;
        height: 50px;
        padding: 14px;
        color: #FFF;
        font-weight: bold;
    }
    .fa-sae-wh{
        color: #FFF;
        margin-right: 10px;
        font-size: 18px;
        font-weight: 400;
        margin-left: 5px;
    }
    .btn-zoom-sae{
        background-color: #4A8CFF;
        font-size: 15px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius:50px;
        width: 280px;
        height: 50px;
        padding: 14px;
        color: #FFF;
        font-weight: bold;
    }
    .fa-sae-zoom{
        color: #FFF;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 18px;
    }
    .border-sae{
        border-top: 1px solid #003449;
        border-bottom: 1px solid #003449;
        padding: 20px 0 20px 0;
    }
    .mrg-110{
        margin-top: 110px;
    }
    .offers-sae{
        background: #F8F8F8;
        margin:2px;
    }
    .offers-img-sae{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .line-sae{
        border: 1px solid #C4C4C4;
        margin-bottom: 20px;
    }
    .title-sae{
        /* font-family: Segoe UI;
        font-style: normal; */
        font-weight: bold;
        font-size: 20px;
        line-height: 27px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #003449;
    }
    .cont-sae{
        /* font-family: Segoe UI;
        font-style: normal; */
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #4A4A4A;
        text-align: center;
    }
    .mt-t-b-20{
        margin-top:20px;
        margin-bottom:30px;
    }
    .mrg-40{
        margin-top: 40px;
    }
    .title-sae-crm{
        margin-bottom: 1.5rem;
        margin-top: 30px;
        color: #B21D27;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.125;
        font-weight: 700;
    }
    .esp{
        margin-top: 150px;
    }
    .round-btn-sae-crm{
        padding: 5px 12px;
        border-radius: 45px;
        font-size: 18px;
        width: 170px;
        height: 45px;
        font-weight: normal;
        border: 0;
    }
    @media (max-width: 768px) {
    .esp{
        margin-top: 35px;
    }
  }
    .tx-hw-xv{
        font-weight: bold;
        font-size: 32px;
        line-height: 43px;
        text-align: center;
        margin-top: 100px;
        color: #B21D27;
    }
    .how-p-cv{
        margin-top:20px;
        margin-bottom: 40px;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #4A4A4A;
        margin-right: 0px;
        margin-left: 0px;
    }
    .txt-tch{
        margin-top: 50px;
        text-align: center;
        font-size: 32px;
        color: #B21D27;
        font-weight: 700;
    }
    .txt-sub-tch{
        font-weight: bold;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 20px;
        color: #4A4A4A;
        margin-left: 20px;
        margin-right: 20px;
    }
    .tch-mgb{
        margin-bottom: 110px;
    }
    .yms{
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        color: #4A4A4A;
        margin-left: 20px;
        margin-right: 20px;
    }
    .img-tech-cv{
        background: #FFFFFF;
        border-radius: 4px; 
    }
    .col-tech{
        margin-right: 0px;
        margin-left: 0px;
    }
    .center-cv{
        padding: 0 150px 0 150px;
    }
    .title-tb-cv{
        /* font-family: Segoe UI;
        font-style: normal; */
        font-weight: bold;
        font-size: 32px;
        line-height: 43px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #B21D27;
    }
    .sub-tb-cv{
        /* font-family: Segoe UI;
        font-style: normal; */
        font-weight: bold;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #4A4A4A;
    }
    .hr-cv{
        border: 1px solid #C4C4C4;
        transform: rotate(180deg);
    }
    .sub-tb-cv-p{
        /* font-family: Segoe UI;
        font-style: normal; */
        font-weight: bold;
        font-size: 20px;
        line-height: 27px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #003449;
    }
    .round-btn-cv {
        border-radius: 50px;
        font-size: 18px;
        cursor: pointer;
        width: 280px;
        height: 50px;
        font-weight: bold;
        border: 0;
        background-color: #B21E28;
        color: #fff;
        text-align: center;
        display: grid;
        align-items: center;
    }
    .pag-cv{
        background: #F3F3F3;
        border-radius: 4px;
        font-weight: 600;
        color: #4A4A4A;
    }
    .pcv{
        margin:20px;
    }
    .li-cv li{
        margin-bottom: 7px;
    }
    @media (max-width: 768px) {
        .mvtc{
            width: 280px;
    }
    }
    /* Modal */
    .head-molda-cv{
        align-items: center;
        background: #B21D27;
        border-radius: 3px 3px 0px 0px;
        display: flex;
        flex-shrink: 0;
        justify-content: flex-start;
        padding: 20px;
        position: relative;
        height: 35px;
    }
    .p-ad{
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #4A4A4A;
    }
    .round-btn-md-cv {
      border-radius: 50px;
      cursor: pointer;
      width: 340px;
      height: 50px;
      font-weight: bold;
      border: 0;
      background-color: #B21E28;
      font-size: 15px;
      line-height: 24px;
      color: #FFFFFF;
    }
    .fc-red-cv {
        color: #B21E28 !important;
        margin: 10px;
        margin-left: -6%;
    }
    .al-tb-cv{
      justify-content: center;
      display: flex;
    }
    @media (max-width: 900px) {
        .min-width-planes-cv {
            min-width: 500px;
            margin-bottom: 32px;
            margin-left: 15px;
        }
        .mod-ad-cv{
            width: 350px !important;
            text-align: center !important;
        }
        .mod-ad-cv-2{
            width: 160px !important;
            text-align: center !important;
        }
    }
    .fond-40421{
      padding-top: 68px;
      margin-bottom: 12px;
    }
    .tipo-4{
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      color: #fff;
    }
    .col-404{
      display: flex !important;
      align-items: flex-end;
    }
    .link-404{
      text-decoration: underline;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.79;
      letter-spacing: normal;
    }
    .link-404:hover{
      color: #FFF;
    }
    .mobile-40421{
      padding-left: 27px;
      padding-right: 27px;
      padding-top: 90px;
      padding-bottom: 27px;
    }
    .doc-des{
      /* font-family: Segoe UI;
      font-style: normal; */
      font-weight: bold;
      font-size: 15px;
      line-height: 24px;
      color: #043F5F;
      margin-bottom: 20px;
    }
    .btn-doc{
      border-radius: 50px;
      font-size: 18px;
      cursor: pointer;
      width: 280px;
      height: 50px;
      font-weight: bold;
      border: 0;
      background-color: #B21E28;
      color: #fff !important;
      padding-top: 10px;
    }
    .col-back-coeus{
    background: #F8F8F8;
    border-radius: 4px;
    margin: 10px;
    padding: 30px;
  }
  .hr-coeus{
    border: 1px solid #C4C4C4;
  }
  .ep-title{
    /* font-family: Segoe UI;
    font-style: normal; */
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #003449;
    height: 52px;
  }
  @media only screen and (max-width: 769px) {
    .ep-title{
      height: auto;
    }
  }
  .ep-sub{
    /* font-family: Segoe UI;
    font-style: normal; */
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #043F5F;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .ep-list{
    margin-bottom: 10px;
  }
  .ep-he{
    height: 360px;
  }
  .col-back-viaje{
    background: #F8F8F8;
    padding-top: 30;
    padding-bottom: 40px;
    border: 2px solid #FFFFFF;
  }
  .evu-coeus{
    /* font-family: Segoe UI;
    font-style: normal; */
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #003449;
  }
  .coeus-pt-title{
    /* font-family: Segoe UI;
    font-style: normal; */
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    color: #003449;
  }
  .coeus-pt-subtitle{
    /* font-family: Segoe UI;
    font-style: normal; */
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #4A4A4A;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .des-coeus-title{
    /* font-family: Segoe UI;
    font-style: normal; */
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    text-align: right;
    color: #003449;
  }
  .des-coeus-subtitle{
    /* font-family: Segoe UI;
    font-style: normal; */
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    text-align: right;
  }
  @media only screen and (max-width: 1025px) {
    .ep-he{
      height: 460px;
    }
    .col-back-coeus {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media only screen and (max-width: 769px) {
    .ep-he{
      height: auto;
    }
    .col-back-coeus {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  .title-desc{
    display: inline-table;
    position: absolute;
    top: 50px;
    z-index: 3;
  }
  .back-coeus{
      position: absolute;
      width: 600px;
      height: 400px;
      background: #EDEDED;
      border-radius: 2px;
      transform: matrix(-1, 0, 0, 1, 0, 0);
      left: 385px;
  }
  .desciption-coeus{
      position: relative;
      top: 150px;
  }
  .coeus-wrp{
      width: 378px; 
      right: 32px; 
      position: relative;
  }
  .coeus-col-pd .column{
      padding-left: 0px;
      padding-right: 0px;
  }
  .mt-btn-coeus{
      margin-top: 89px;
  }
  .col-1-coeus{
      text-align: right;
      z-index: 2;
  }
  .z-col-c{
      z-index: 2;
  }
  .ali-coeus-p{
      text-align: left
  }
  .ali-coeus-p1{
      text-align: left; 
      font-weight: bold;
  }
  .surfa-responsive-coeus{
      display: none;
  }
  .view-res-all-coeus{
      display: none;
  }
  .mo-coeus-al{
      margin-top: 20px;
      text-align: right;
  }
  .coeus-a{
      /* font-family: Segoe UI;
      font-style: normal; */
      font-weight: bold;
      font-size: 15px;
      line-height: 24px;
      color: #FFFFFF;
  }
  @media only screen and (max-width: 1025px) {
      .coeus-wrp{
          width: auto;
          right: 0px;
          position: relative;
      }
      .coeus-col-pd .column {
          padding-left: .75rem;
          padding-right: .75rem;
      }
      .back-coeus {
          left: 340px;
      }
      .mt-btn-coeus {
          margin-top: 30px;
      }
      .title-desc {
          top: 25px;
      }
      .desciption-coeus {
          top: 125px;
      }
  }
  @media only screen and (max-width: 769px) {
      .hide-coeus-img{
          display: none;
      }
      .coeus-col-pd{
          height: 412px;
      }
      .back-coeus {
          width: 348px;
          left: 370px;
      }
      .desciption-coeus {
          top: 150px;
      }
  }
  @media only screen and (max-width: 541px) {
      .coeus-col-pd {
          height: 506px;
      }
      .back-coeus {
          width: 248px;
          left: 253px;
          height: 495px;
      }
      .mobile-coeus-r{
          display: none;
      }
      .surfa-responsive-coeus{
          display: block;
      }
  }
  @media only screen and (max-width: 426px) {
      .respon-415-coeus{
          display: none;
      }
      .view-res-all-coeus{
          display: block;
      }
  }
/**/
/* Media Queries Section */
.blue{color: #0b7290 !important;}
.red2{color:#b21d27 !important;}

