@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.eot');
    src: url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bahnschrift.woff2') format('woff2'),
        url('../fonts/Bahnschrift.woff') format('woff'),
        url('../fonts/Bahnschrift.ttf') format('truetype'),
        url('../fonts/Bahnschrift.svg#Bahnschrift') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.barlow-condensed-light {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .barlow-condensed-regular {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .barlow-condensed-medium {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .barlow-condensed-semibold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .barlow-condensed-bold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
}
.back-img-producto-azul{
    background-color: #013758;
    padding: 10px;
}
.back-img-producto-white{
    background-color: #fff;
    padding: 10px;
}
.link-drop{
    padding: 0 !important;
    font-family: 'Bahnschrift';
    font-weight: 500;
    color: #fff;
    font-size: 15px;
}

.link-drop:hover{
    color: #fff;
    text-decoration: none;
}

.icon-drop{
    padding-left:10px;
    color: #fff;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1.5rem !important;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    color: #fff;
   
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #013758;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0;
    margin-top: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    font-family: 'Bahnschrift';
    font-weight: 500;
    font-size: 15px;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.nav-item{
    border: 1px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    padding-right:10px;
    padding-left:10px;
}
/* .nav-item:hover{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    padding-right:10px;
    padding-left:10px;
} */

.block-btn-top {
    position: relative; /* ya no es necesario si el botón será fixed, pero puedes dejarlo */
    display: block;
}

.btn-top {
    color: #fff;
    background-color: #092f50;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.btn-top:hover {
    color: #fff;
    background-color: #052038;
}

.btn-top.visible {
    opacity: 1;
    pointer-events: auto;
}

body{
    font-size: 16px;
	font-family: 'Bahnschrift';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
	color: #fff;
    
}
.text-justify{
    text-align: justify;
}

p, blockquote{
	line-height: 180%; 
    font-weight: 200;
	font-family: 'Myriad Pro';
    
	
}
strong{
    font-family: 'Myriad Pro';
    font-weight: bold;
}

.cont{
	max-width: 1140px; margin: 0 auto; padding: 0 15px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.text-white{
    color: #fff;
}
.text-black{
    color: #000;
}

.text-celeste{
    color: #00A9C1;
}
.text-azul{
    color: #036292;
}

.titulo-section-condens{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
}
.titulo-sliders{
    font-size: 53px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0px;
}
.title-shadow{
    text-shadow: 1px 1px 13px #000;
}
.btn-shadow{
    box-shadow: 0px 0px 17px -3px rgb(0 0 0 / 25%);
}
.btn-celeste{
    font-size: 17px; letter-spacing: 1.4px; text-transform: uppercase; color: #fff;  
    background: #00A9C1; line-height: 1em; padding: 13px  30px;  position: relative; border-radius: 0; border-radius: 50px;  
}
.btn-celeste:hover{
   text-decoration: none;
   color: #fff;
    background: #013758; 
       
}

.btn-azul{
    font-size: 17px; letter-spacing: 1.4px; text-transform: uppercase; color: #00C2D5;  
    background: #013758; line-height: 1em; padding: 13px  30px;  position: relative; border-radius: 0; border-radius: 50px;  
}
.btn-azul:hover{
   text-decoration: none;
   color: #fff;
    background: #00A9C1; 
       
}

.btn-dark{
    font-size: 17px; letter-spacing: 1.4px; text-transform: uppercase; color: #fff;  
    background: #013758; line-height: 1em; padding: 13px  30px;  position: relative; border-radius: 0; border-radius: 50px;  
}
.btn-dark:hover{
   text-decoration: none;
   color: #fff;
    background: #064267; 
       
}
.btn-celeste-white{
    font-size: 17px; letter-spacing: 1.4px; text-transform: uppercase; color: #036292;  
    background: #00A9C1; line-height: 1em; padding: 13px  30px;  position: relative; border-radius: 0; border-radius: 50px;   
    
    font-weight: 500;
}
.btn-celeste-white:hover{
   text-decoration: none;
   color: #036292;
    background: #013758; 
       
}


.btn-noticias{
    font-size: 17px; letter-spacing: 1.4px; text-transform: uppercase; color: #fff;  
    background: #036292; line-height: 1em; padding: 13px  30px;  position: relative; border-radius: 0; border-radius: 50px;  
}
.btn-noticias:hover{
   text-decoration: none;
   color: #fff;
    background: #013758; 
       
}

.background-celeste{
    background-color: #00c2d5;
}

.btn-gracias-a{
    color: #fff;
    font-weight: 600;
}
.pr-100{
    padding-right: 100px;
}

.pt-80{
    padding-top: 80px;
}

.mt-80{
    margin-top: 80px;
}
.mt-65{
    margin-top: 65px;
}

.carousel-control-prev{
    left: -50px;
}
.carousel-control-next {
    right: -50px;
}
/* HEADER */

.navstick {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding: 10px 0;
    z-index: 10000;
  }
  
  .navstick.scrolled {
    background-color: #046392; 
  }


.navbar-brand{
    padding-top: 12px;
    padding-left: 25px;
}
.navbar-nav{
    margin: 0 auto;
}

.nav-link{
    font-family: 'Bahnschrift';
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    padding: .3rem 1rem;
    border: 1px solid transparent;
}
.nav-link:hover{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    padding-right:10px;
    padding-left:10px;
}
.link-drop{
    font-family: 'Bahnschrift';
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
    padding: 5px 16px !important;
}
.link-drop:hover{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
}
/* active menu */
.active2 {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    padding: .3rem 1rem !important;
}

.nav-link:hover{
   color: #fff;
}


.main-btn-hero{
    color: black;
    padding: 18px 10px 4px 0;
    position: relative;
    text-align: right;
}

.main-btn-hero:before{
    display: block;
    position: absolute;
    content: '';
    width: 197px;
    height: 129px;
    background-image: url('../images/onda-hero-btn.svg');
    background-repeat: no-repeat;
    top:-35px;
    right: 0;
    z-index: -1;
}
.main-btn-hero .btn-ingresar{
    color: black;
    font-size: 15px;
    font-family: 'Bahnschrift';
    font-weight: 500;
    padding: 10px;
}
.main-btn-hero .btn-ingresar:hover{
    text-decoration: none;
    color: #013758;
}

.navbar-toggler
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #013758;
    border: 1px solid #fff;
    border-radius: .25rem;
    color: #fff;
}

.back-hero{
    display: block;
    position: relative;
    content: '';
    width:100%;
    height: 950px;
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.main-contain-hero{
    width: 100%;
    height:100vh;
    position: static;
    z-index: 100;
}

.main-contain-hero2{
    width: 100%;
    height:100vh;
    transform: translate(0%, 40%);
    position: static;
    z-index: 100;
}

.block-text-hero h1{
    font-size: 53px;
    font-weight: 200;
    font-weight: 300;
}
.block-text-hero h1 span{
    font-size: 39px;
    font-weight: 300;
    display: block;
    margin-bottom: -10px;
}
.block-text-hero h2{
    font-size: 20px;
    font-family: 'Bahnschrift';
}
.title-banner2{
    color: #000; 
    font-size: 20px !important; 
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: -18px;
}
.list-banner2{
    list-style: none;
    font-size: 18px;
}
.list-banner2 li{
   color: #013758;
   margin-bottom: 20px;
}
.list-banner2 li a{
    color: #013758;
    margin-bottom: 20px;
 }
 .list-banner2 li a:hover{
    color: #03a9c1;
    text-decoration: none;
 }
/* BIENVENIDO */

.bienvenido {
    padding: 100px 0 0 0;
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-bienvenido.svg');
    background-repeat: no-repeat;
    background-size: cover;
    top:0;
    right: 0;
    z-index: 0;
    background-position: 53% 0%;
    overflow: hidden;
}
.bienvenido .titulo-bienvenido{
    font-size: 64px;
    font-weight: 200;
    letter-spacing: 2px;
}

.bienvenido .img-bienvenido{
    position: relative;

}
.bienvenido .img-bienvenido img{
    margin-top: 180px;
    right: 50px;
    position: relative;

}

.bienvenido .block-slider{
    padding: 130px 0;
    margin-top: 10px;
}

.bienvenido .block-slider:before {
    display: block;
    position: absolute;
    content: '';
    width: 100vw;
    height: 95vh;
    background-image: url('../images/banner-soluciones-home2.png');
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    z-index: -1;
    padding: 30px 0;
    transform: translate(-50%, 0);
    background-size: cover;
    background-position: center;
}

.carousel-soluciones-home:after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 380px;
    background-image: url('../images/bubble-soluciones-home.svg');
    background-repeat: no-repeat;
    top: 150px;
    /* left: 50%; */
    z-index: -1;
    transform: translate(21%, 14%);
    overflow: hidden;
}

/* PRODUCTOS HOME */

.productos-home{
    padding: 100px 0 40px 0;
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-productos-home.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    background-position: right 55% bottom 45%;
    top:0;
    right: 0;
    z-index: 0;
}

.productos-home .main-logo a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-content: center;
        align-items: center;
      
}
.productos-home .main-logo a:hover {
    opacity: 0.5;
    mix-blend-mode: multiply;
  
}
.productos-home .main-logo a img {
   mix-blend-mode: multiply;
  
}
/* SERVICIOS */
.servicios .block-slider{
    padding: 80px 0;
    margin-top: 10px;
}

.selectslider{
    color: red;
}
.indicators-list li img{
    width: 25px;height: 25px;
    margin-right: 15px;
 }
.indicators-list {
    display: flex;
    flex-direction: column;
}
.indicators-list li{
margin-bottom: 12px;
}
.indicators-list .active{
    color: #013758;
    border: 1px solid transparent !important;

}
.indicators-list li:hover {
    border: 1px solid transparent !important;
    color: #013758;
    padding: 13px 15px;
    border-radius: 50px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
    color: #fff;
  }

.banner-list-servicos{
    position: relative;
    padding: 20px 0 10px;
}

.banner-list-servicos:after{
    display: block;
    position: absolute;
    content: '';
    width:100%;
    height: 70px;
    background-image: url('../images/onda-servicios-home.svg');
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 30px 0;
    transform: translate(20%, 0);
}

.banner-list-servicos:before{
    display: block;
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
   background-color: rgba(3, 17, 70, 0.8);
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    z-index: -1;
    padding: 30px 0;
    transform: translate(-50%, -50%);
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: .5;
    transition: opacity .6s ease;
    border: 1px solid transparent;
    padding:3px 15px !important ;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 300;
  }

.carousel-indicators{
    position: relative;
    margin: 0;

}

.carousel-indicators li:hover{
    border: 1px solid #fff;
    padding: 13px 15px;
    border-radius: 50px;
}
.carousel-indicators .active{
    border: 1px solid #fff;
    padding: 13px 15px;
    border-radius: 50px;
}


.carousel-text-servicios-home{
    padding: 50px 15px;
    height: 50vh;
}
.caruselServiciosHome{
    display: block;
    position: relative;
}
.caruselServiciosHome:after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 380px;
    background-image: url('../images/bubble-list-servicios-home.svg');
    background-repeat: no-repeat;
    top: 190px;
    /* left: 50%; */
    z-index: -1;
    transform: translate(21%, 14%);
}


.servicios{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/banner-ser.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    overflow: hidden;
}

.list-servicios-home{
    margin-bottom: 0;
    list-style: none;

}
.list-servicios-home li{
    margin-bottom: 20px;
    text-transform: uppercase;
}

.list-servicios-home li a{
    color: #fff;
}


/* HERO BANNER */
 .banner-hero-main{
    position: relative;
    margin-top: -75px;
}


.carousel-indicators-soluciones{
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.carousel-indicators-soluciones a {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    opacity: 1 !important;
    transition: opacity .6s ease;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
  }


.carousel-indicators-soluciones a:hover{
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    padding: 5px 10px;
}


.title-noticias-h span{
    font-size: 35px; 
    display: block;
    margin-bottom: -10px;
}
.title-noticias-h{
    font-size: 50px;
    color: #00C2D5;
}

/* CONTACTO */
.back-form{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-contacto.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    padding: 30px 0;
    background-size: cover;
}
.back-form .back-blog {
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: 265px;
    background-image: url('../images/back-blog-home.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    padding: 40px 0;
    background-size: contain;
}
.contact-form{
    padding-top: 80px;
}
.form-home .label-form-home{
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    border: 0;
    margin-bottom: 0;
}
.form-home .form-control{
    background-color: #9FCFD1;
}
/* FOOTER */
.footer{
 background-color: #013758;
 padding: 30px 0;
}

.footer .icon-redes{
    padding: 0 15px;
}
.footer .phone{
    color: #fff;
    font-weight: 200;
    margin-bottom: 25px;
    display: block;
    font-size:17px;
}
.footer .oficinas span{
    display: block;
    font-weight: 600;
}
.footer .oficinas p{
    margin-bottom: 0;
}
.footer .aviso a{
   margin-bottom: 0;
   display: block;
   font-size:17px;
   color: #00A9C1;
   font-weight: 200;
   padding-left: 20px;
}


.list-aviso li{
    font-weight: 400;
    margin-bottom: 20px;
}
/* SERVICIOS */

.titulo-secciones{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0px;
}


.sub-secciones{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0px;
}

.container-text{
    width: 75%;
    font-size: 18px;
}
.banner-hero-servicios {
    padding: 150px 0 40px 0;
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height:90vh;
    background-image: url('../images/banner-ser_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    top:0;
    right: 0;
    z-index: 0;
    margin-top: -75px;
}

.back-info-servicios{
    padding: 50px 0 50px 0;
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back1-servicios_1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    top:0;
    right: 0;
    z-index: 0;
}

.menu-servicios{
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 40px 0 50px 0;
}


.menu-servicios a{
    border:1px solid transparent;
    border-radius: 50px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-right: 20px;
    margin-left: 20px;
   
 }
.menu-servicios a:hover{
   border:1px solid #fff;
   border-radius: 50px;
   padding: 5px 10px;
   color: #fff;
   text-decoration: none;
}

.img-puesta{
    text-align: center;
}

.img-puesta img{
    text-align: center;
    max-width: 550px;
}

.list-puesta{
    padding: 30px 50px;
    list-style: none;
    display: block;
    position: relative;
}

.list-puesta:before{
    padding: 50px 0 50px 0;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 280px;
    background-image: url('../images/bubble-puesta.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: -3px;
    right: 48;
    z-index: -1;
}

.list-puesta li{
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 15px;
}
.list-puesta li::before {
    content: "+ ";
  }

.list-soporte{
    padding: 30px 50px;
    list-style: none;
    display: block;
    position: relative;
}
.list-soporte:before{
    padding: 50px 0 50px 0;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 332px;
    background-image: url('../images/bubble-puesta.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: -19px;
  right: 38px;
    z-index: -1;
}

.list-soporte li{
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 15px;
}
.list-soporte li::before {
    content: "+ ";
  }
  

.back-info-servicios2{
    padding: 50px 0 50px 0;
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back2-servicios.svg');
    background-repeat: no-repeat;
    background-size: cover;
    top:0;
    right: 0;
    z-index: 0;
}

.list-consultoria{
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.bubble-consultoria{
   margin-top: 120px;
}

.bubble-consultoria:before{
    padding: 50px 0 50px 0;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 400px;
    background-image: url('../images/bubble-puesta.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: -19px;
  right: 38px;
    z-index: -1;
}


.list-consultoria li{
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 15px;
}
.list-consultoria li::before {
    content: "+ ";
  }


.block-servicios{
    display: flex;
    border:1px solid #48C2C5;
    border-radius:20px;
    margin-top: -50px;
}
.block-servicios .block-left{
    height: 100%;
    
}

.block-servicios .block-left figure{
    padding: 20px 30px 20px 20px;
}

.block-servicios .block-right {
    padding: 20px 30px 20px 20px;
    border-left:1px solid #48C2C5;
}

.list-gestion-servicios{
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
}

.bubble-gestion:before{
    padding: 50px 0 50px 0;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 400px;
    background-image: url('../images/bubble-puesta.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: -19px;
    right: 38px;
    z-index: -1;
}


.list-gestion-servicios li{
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 15px;
}
.list-gestion-serviciosbtn-logo-int-logo li::before {
    content: "+ ";
  }
  .collapse h6{
    font-weight: bold;
    font-size: 18px;
  }


/* SOLUCIONES */
.banner-hero-soluciones {
    display: flex;
    position: relative;
    content: '';
    width: 100%;
    height: 100vh;
    background-image: url('../images/baner-soluciones-int.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 250px 0  80px 0;
    margin-top: -100px;
    align-items: center;
}
.titulo-secciones-banner{
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0px;
}
.text-banner-hero{
    font-size: 19px;
    padding-left: 0;

}
.logo-banner{
    margin-top: 15px;
    padding-right: 10px;
    margin-right: 10px;

}
.back-block{
    position: relative;
}

.back-block:before{
    position: absolute;
    padding: 150px 0 40px 0;
    display: block;
    content: '';
    width: 200%;
    height: 50vh;
    background-color: rgb(2 31 58 / 71%);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: -50%;
    z-index: 0;
    margin-top: -40px;
    left: -50%;
    overflow: hidden;
}



.soluciones{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-soluciones-slider2.svg');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: contain;
    padding: 40px 0 ;
    background-color: #00a9c1;
}
.soluciones:before{
    display: block;
    position: absolute;
    content: '';
    width: 150px;
    height: 370px;
    background-image: url('../images/bubble-productos.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 266px;
    z-index: -1;
}

.subtitle-soluciones{
    color: #fff;
    font-size: 53px;
    text-transform: uppercase;
    z-index: 100;
    position: relative;
}


.soluciones .carousel-main-soluciones{
 padding-top: 100px;
}

.suscripciones{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    top:0;
    right: 0;
    z-index: 0;
    background-size: contain;
    padding: 40px 0 ;
    background-color: #00C2D5;
}
.banner-list-soluciones:before {
    display: block;
    position: absolute;
    content: '';
    width: 100vw;
    height: 185px;
    background-image: url('../images/back-soluciones-line.svg');
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    z-index: -1;
    padding: 30px 0;
    transform: translate(-50%, -40px);
   background-color: #036292;
}

.pill-main{
    margin-top: 50px;
}

.pill-main .pill-soluciones{
    border-radius: 40px;
    border:1px solid #00C2D5;
    /* padding: 20px; */
    height: 100%;
}


.pill-main .pill-soluciones figure{
    text-align: center;
    position: relative;
    padding: 20px 0;
}
.pill-main .pill-soluciones figure::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color:#00C2D5;
    background-repeat: no-repeat;
    bottom:0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}



.pill-soluciones figure span{
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;

}

.pill-soluciones h3{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Bahnschrift';
    text-align: center;
    padding: 0px 10px;
}


.pill-soluciones p{
    color: #000;
    padding: 0px 20px;
}


.pill-main2{
    margin-top: 50px;
}

.pill-main2 .pill-soluciones2{
    border-radius: 40px;
    border:1px solid #036292;
    /* padding: 20px; */
    height: 100%;
}


.pill-main2 .pill-soluciones2 figure{
    text-align: center;
    border-bottom: 1px solid #036292;
    position: relative;
    padding: 20px 0;
}
.pill-main2 .pill-soluciones2 figure::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color:#00C2D5;
    background-repeat: no-repeat;
    bottom:0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}



.pill-soluciones2 figure span{
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;

}

.pill-soluciones2 h3{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Bahnschrift';
    text-align: center;
    padding: 0px 10px;
}


.pill-soluciones2 p{
    color: #000;
    padding: 0px 20px;
}
.infra{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-infra.jpg');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 80px 0 ;
    background-color: #00a9c1;
    
}

.sub-infra{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 0;
    padding-right: 30px;
    font-family: 'Bahnschrift';
}

.gestion{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-gestion.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 80px 0 ;
}
.card-header{
    background-color: transparent;
}
.acordion-gestion .card-pill-header{
    padding: 2px 2px;
    margin-bottom: 0;
    background-color: #00A9C1;
    border-radius: 20px !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
    text-transform: uppercase;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}
.acordion-gestion .card-pill-header:hover{
    background-color: #036292;
}
.acordion-gestion .card-pill-header h2 button{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Bahnschrift';
}
.card-body h6{
    font-size: 20px;
    font-weight: 600;
}
.card{
    background-color: transparent;
    border: none;
}

.virtualizacion{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-viralizacion.svg');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 80px 0 ;
}

 .indicators-virtualizacion{
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin: 20px;

    
}
.indicators-virtualizacion:before{
    padding: 50px 0 50px 0;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 416px;
    background-image: url('../images/bubble-puesta.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
    right: 133.5px;
    z-index: -1;
}

.indicators-virtualizacion li{
    border:1px  solid transparent;
    margin: 15px 15px !important;
}

.indicators-virtualizacion .active {
    border: 1px solid #fff;
    margin: 15px 15px !important;
    border-radius: 50px;
  }
.list-virtualizacion{
    padding:0 15px;
}
.subtitle-virtua-slider{
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    z-index: 100;
    position: relative;
    margin-bottom: 0;
}

.list-virtualizacion li{
   color: #000;
   font-weight: 200;
}

.ciber{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-ciber.svg');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 25px 0 80px 0;
}
.back-ciber{
    display: block;
    position: relative;
    padding: 0px 0px 60px 120px;
}
.back-ciber:before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../images/back-ciber-pill.png');
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 0;
    background-size: auto;
    padding:0;
}

.thumb-ciber{
    display: flex;
    flex-direction: row;
    align-items: self-start;

}
.thumb-ciber-subtitle{
    color: #036292;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}
.thumb-ciber-info{
    padding-left:20px;
}
.thumb-ciber-info h5{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: 'Bahnschrift';
}
.thumb-ciber-info ul{
    margin-left: -25px;
    color: #00A9C1;
    font-family: 'Myriad Pro';
}

.list-gestion-soluciones li{
    margin-bottom: 5px;
}

/* PRODUCTOS */
.hero-productos{
    display: flex;
    position: relative;
    content: '';
    width: 100%;
    height: 100vh;
    background-image: url('../images/back-productos.png');
    background-repeat: no-repeat;
    top:-20px;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 80px 0 ;
    margin-top: -70px;
    align-items: center;
}

.main-banner-productos{
    display: flex;
}
.productos-main{
    position: relative;
    display: block;
    padding-bottom: 80px;
}



.productos-main:before{
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 500px;
    background-image: url('../images/bubble-productos.svg');
    top:0;
    background-repeat: no-repeat;
    z-index: -1;
    margin-top: 100px;
}
.productos-main:after{
    position: absolute;
    display: block;
    content: '';
    width: 526.5px;
    height: 372.5px;
    background-image: url('../images/ondas-productos.svg');
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
    margin-top: 96px;
}

.productos-main figure{
    text-align: center;
    padding: 10px;
    height: 100%;
    margin: 20px 0;
    align-content: space-around;
    margin-bottom: 20px;
}

.btn-logo-producto:hover{
    opacity: 0.4;
}

.btn-logo-producto img{
    mix-blend-mode: darken;
}

.boder-line-b{
    position: relative;
    padding-bottom: 16px;
}

/* Noticias */

.hero-noticias{
    display: flex;
    position: relative;
    content: '';
    width: 100%;
    height: 15vh;
    background-image: url('../images/back-interior-producto.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 150px 0 80px;
    margin-top: -80px;
    align-items: center;
}
/* interior PRODUCTOS */

.hero-interior-productos{
    display: flex;
    position: relative;
    content: '';
    width: 100%;
    height: 40vh;
    background-image: url('../images/back-interior-producto.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 150px 0 80px;
    margin-top: -80px;
    align-items: center;
}

.hero-interior-productos h1{
    font-weight: 300;
}

.main-btn-logo-int{ /* ul list */
    display: flex;
    margin: 20px 10px;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-around;
    padding: 0;
}

.main-btn-logo-int li{ /* ul list */
    height: auto;
    display: flex;
    /* margin-bottom: -20px; */
    padding-bottom: 0;
}


.btn-logo-int{
    margin: 0;
    padding: 0;
}

.btn-logo-int:after .active{
    display: flex;
    position: relative;
    content: '';
    width: 120px;
    height: 30px;
    background-image: url('../images/producto-hover.svg');
    background-repeat: no-repeat;
    bottom:-5px;
    right: 0;
    z-index: 0;
    background-size: unset;
    align-items: center;
    opacity: 1;
}

.btn-logo-int:after {
    display: flex;
    position: relative;
    content: '';
    width: 120px;
    height: 30px;
    background-image: url('../images/producto-hover.svg');
    background-repeat: no-repeat;
    bottom:-5px;
    right: 0;
    z-index: 0;
    background-size: unset;
    align-items: center;
    opacity: 0;
}

.btn-logo-int.active:after {
    opacity: 1; /* Visible cuando la clase `.active` está presente */
}

.btn-logo-int:hover::after {
    opacity: 1; /* Cuando el mouse pasa por encima */
}



.btn-logo-int img{ /* imagen del logo */
    width: 120px; 
    display: block;
}

.btn-logo-int-h img{
    height: 30px;
    display: block;
    position: relative;
}


/* a10  */
.logo-engage{
    text-align: right;
}
.logo-engage img{
    mix-blend-mode: darken;
}
.main-info-products{
    display: block;
    position: relative;
    z-index: 1111;
    background-color: #00C2D5;
    font-family: 'Myriad Pro';
    font-weight: bold;
    padding: 60px 15px;
}

.main-info-products:before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 400px;
    background-image: url('../images/curva-1-prod-int.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    z-index: 0;
    left: 0;
}
.main-info-products:after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 500px;
    background-image: url('../images/curva-2-prod-int.svg');
    background-repeat: no-repeat;
    background-size:cover;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.main-info-products2{
    display: block;
    position: relative;
    z-index: 1111;
    background-color: #00C2D5;
    font-family: 'Myriad Pro';
    font-weight: bold;
    padding: 60px 0 0 0;
}

.main-info-products2:before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 400px;
    background-image: url('../images/curva-1-prod-int.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    z-index: 0;
}
.main-info-products2:after{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: 300px;
    background-image: url('../images/curva-2-prod-int.svg');
    background-repeat: no-repeat;
    background-size:cover;
    bottom: 0;
    z-index: -1;
}
.img-max450{
    max-width: 450px;
}
.img-max350{
    max-width: 350px;
}
.title-int-p{
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 35px;
}
.sub-int-p{
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 32px;
}
.main-info-products p{
    font-weight: bold;
    font-family: 'Myriad Pro';

}
.main-info-products2 p{
    font-weight: bold;
    font-family: 'Myriad Pro';

}
.text-white{
    color:#fff;
}
.text-white-shadow{
    color:#fff;
    text-shadow: 2px 2px 4px #000000;
}
.text-azul{
    color:#013758;
}

.text-celeste{
    color:#00C2D5;
}

.pt-product-int{
    margin-top: 50px;
}


/* INTERIOR SERVICIO */
.hero-interior-servicio{
    display: flex;
    position: relative;
    content: '';
    width: 100%;
    height: 40vh;
    background-image: url('../images/back-servicios-int.svg');
    background-repeat: no-repeat;
    background-position: right;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 150px 0 80px;
    margin-top: -80px;
    align-items: center;
}
.main-interior-servicio{
    display: block;
    position: relative;
    z-index: 1111;
    background-color: #00C2D5;
    font-family: 'Myriad Pro';
    font-weight: bold;
    padding: 60px 0;
}


.main-interior-servicio:before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../images/onda-int-servicio1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    z-index: 0;
}

.title-int-servicio{
    font-size: 47px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
    color: #036292;
}
.title-int-servicio span{
    font-size: 24px;
    display: block;
}
.sub-int-servicio{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0px;
    color: #fff;
    line-height: 110%;
    font-family: "Barlow Condensed", sans-serif;
}


.slider-list-servicio{
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    top:0;
    right: 0;
    z-index: 0;
    background-color: #00C2D5;
    padding: 80px 0  130px 0;
}
.slider-list-servicio:after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 400px;
    background-image: url('../images/oval-imp.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 100px;
    left: -20px;
    z-index: -1;
}

 .indicators-list-servicio{
    /* display: flex;
    flex-direction: column;
    align-items: self-start;
    margin: 20px; */

    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: .5;
    transition: opacity .6s ease;
    border: 1px solid transparent;
    padding:3px 15px !important ;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 300;
}

.indicators-list-servicio li{
    border:transparent;
    margin: 15px 15px !important;
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}


.indicators-list-servicio li img{
   width: 25px;height: 25px;
   margin-right: 15px;
}

.indicators-list-servicio .active {
    margin: 15px 15px !important;
    color: #013758;
    border:transparent;
}
.indicators-list-servicio li:hover {
    color: #013758;
}

.list-imple-servicio{
    padding:0 15px;
}

.list-imple-servicio li{
   color: #fff;
   font-weight: 200;
   margin-bottom: 15px;
}

.subtitle-imple-servicio{
    font-size: 31px;
    font-weight: 200;
    text-transform: uppercase;
}
.sub-list-servicio{
    color: #fff;
    font-weight: 600;

}
.porque-elegir-servicio{
    display: flex;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-servicios-int2_serv-puesta03.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #00C2D5;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 150px 0 80px;
    align-items: center;
}
.title-porque-servicio{
    font-size: 30px;
    text-transform: uppercase;
}
.list-porque-servicio {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none; /* Elimina el marcador predeterminado */
}


.list-porque-servicio li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;  /* Ancho del ícono */
    height: 35px; /* Altura del ícono */
    background-image: url('../images/oval-min.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    margin-left: 20px;
}
.list-porque-servicio li{
    background-color: #013758;
    border-radius: 40px;
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px; /* Espacio para el ícono */
    padding-left: 70px;
    padding-right: 20px;
}
.list-gestion{
    list-style:none;
    display: flex;
}

.list-gestion li{
   margin-left:20px;
}
.list-gestion-int{
    list-style: none;
}
.list-gestion-int li{
    margin-left:20px;
    margin-bottom: 20px;
    color: #013758;
    font-weight: 300;
}

.list-gestion-int img{
    position: absolute;
    left: 20px;
}
/* CONTACTO */
.hero-contacto{
    display: flex;
    position: relative;
    content: '';
    width: 100%;
    height: 90vh;
    background-image: url('../images/banner-contacto.png');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 80px 0 ;
    margin-top: -75px;
    align-items: center;
}


.main-form{
    display: flex;
    position: relative;
    content: '';
    width: 100%;
    height: auto;
    background-image: url('../images/back-contacto.svg');
    background-repeat: no-repeat;
    top:0;
    right: 0;
    z-index: 0;
    background-size: cover;
    padding: 80px 0 ;
    align-items: center;
}


.main-form:before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 400px;
    background-image: url('../images/bubble-productos.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 113px;
    z-index: -1;
}


.text-intro-form{
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .text-center-xs{
        text-align: center;
    }
    .navstick {
        background-color:  #046392;
      }

    
    .main-btn-hero-xs{
        background-color: #00A9C1;
        padding: 5px 10px;
        margin-top: -10px;
        color: #000;
        text-align: end;
    }
    .main-btn-hero-xs a{
        color: #000;
        text-align: end;
    }
    .navbar{
        flex-direction: column;
        background-color: #036292;
        padding: 0;
        align-items: self-start;
    }
    .navbar-collapse{
        margin-top: 20px;
        border-top: 1px solid #fff;
        padding-top: 10px;
        width: 100%;
    }
    .dropdown-menu{
        display: block;
        background-color: #046392;
        border-left: 2px solid #fff;
    }
    .dropdown{
        padding-left:10px !important;
    }
    .dropdown:hover {
        border:1px solid transparent;
    }
    .dropdown, .dropleft, .dropright, .dropup {
        position: relative;
        display: block;
    }
 
    /* BIENVENIDO */
    .bienvenido {
        background-position: 32% 0%;
    }
    .bienvenido .img-bienvenido img{
        margin-top: 0;
    }
     /* NOTICIAS HOME */
     .back-form .back-blog {
        height:auto;
        background-image: url('../images/back-blog-home_1.png');
        background-size: cover;
        padding: 60px 15px;
    }

    .carousel-indicators li{
        text-align: center;
        margin:0 5px 10px 5px;
    }

    .bienvenido .titulo-bienvenido{
        color: #000;
    }
     /* SOLUCIONES */
     .indicators-virtualizacion{
        margin: 0px;
    }
    .titulo-secciones{
        font-size: 38px;
    }
    .back-ciber{
        padding: 0px 15px 15px 16px;
    }
    .back-ciber:before{
        display: none;
    }

    .block-text-ciber .thumb-ciber-subtitle{
        color: #fff !important;
    }
    .text-white-xs{
        color: #fff;
    }
    .indicators-virtualizacion li {
        text-align: left;
        border: transparent;
        margin: 15px 15px !important;
    }
     /* SERVICIOS */
     .container-text{
        width: 100%;
    }
    .block-servicios{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .bubble-consultoria{
        margin-top: 0;
    }
    .menu-servicios {
        display: grid;
    }
    .menu-servicios li {
        text-align: center;
        margin: 0 10px 10px 10px;
    }
      /* interior servicios */
      .porque-elegir-servicio{
        padding: 0 0 80px;
    }
    .slider-list-servicio{
        padding:0 0 130px 0;
    }
   
  }


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
    /* SOLUCIONES HOME */
    .back-ciber:before{
        background-size: contain;
    }
    .main-btn-hero .btn-ingresar{
        font-size: 14px;
        padding: 18px 0;
    }
    .main-btn-hero {
        text-align: left;
        
    }
    .nav-item {
        padding-right: 8px;
        padding-left: 8px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {

    .text-center-xs{
        text-align: center;
    }

   
    /* SOLUCIONES HOME */
    .back-ciber:before{
        background-size: contain;
    }
    .ciber-pill {
       text-align: center;
    }
    .ciber-pill img{
        max-width: 400px;
    }
    .logo-engage{
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
   .text-center-xs{
    text-align: center;
   }
    .navbar{
        flex-direction: column;
        background-color: #036292;
        padding: 0;
        align-items: self-start;
    }
    .navbar-collapse{
        margin-top: 20px;
        border-top: 1px solid #fff;
        padding-top: 10px;
        width: 100%;
    }
    .dropdown-menu{
        display: block;
        background-color: #046392;
        border-left: 2px solid #fff;
    }
    .dropdown{
        padding-left:10px !important;
    }
    .dropdown:hover {
        border:1px solid transparent;
    }
    .dropdown, .dropleft, .dropright, .dropup {
        position: relative;
        display: block;
    }
    .f-mail{
        margin-top: 20px;
    }
    .titulo-secciones{
        font-size: 38px;
    }
    .titulo-section-condens{
        font-size: 45px;
    }
    .titulo-sliders{
        font-size: 30px;
    }
    .banner-hero{
        margin-top: -150px;
    }
    .logo-banner{
        width: 40px;
    }
    /* .carousel-control-prev{
        left: -15px;
    } */
    .carousel-control-next {
        right: 0;
    }
    /* BIENVENIDO HOME */
    .back-hero{

        height: 100vh;
    }
    
    .bienvenido {
        background-position: 32% 0%;
    }
    .bienvenido .img-bienvenido img{
        margin-top: 0;
    }
    .bienvenido .titulo-bienvenido{
        color: #000;
        font-size: 45px;
    }
    /* SOLUCIONES HOME */
    .carousel-text-servicios-home{
        padding: 0px 15px;
    }
    .back-ciber:before{
        background-size: contain;
    }
    .back-block:before{
        height: 65vh;
    }
    .subtitle-virtua-slider{
        font-size: 35px;
    }
    .thumb-ciber-subtitle{
        font-size: 35px;
    }
    .carousel-soluciones-home:after{
        top: 250px;
        left: -20%;
    }

    /* SERVICIOS HOME */
    .servicios{
        background-position: center bottom;
    }
    .caruselServiciosHome:after{
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: 380px;
        background-image: url('../images/bubble-list-servicios-home.svg');
        background-repeat: no-repeat;
        top: 200px;
         left: -10%; 
        z-index: -1;
        transform: translate(8%, 45%);
    }
    

    /* PRODUCTOS HOME */
   
    .carousel-indicators{
        display: grid;
    }
    .carousel-indicators li{
        text-align: left;
        margin:0 10px 10px 10px ;
    }
  
    /* NOTICIAS HOME */
    .back-form .back-blog {
        height:auto;
        background-image: url('../images/back-blog-home_1.png');
        background-size: cover;
        padding: 60px 15px;
    }
  
    .block-noticias-h{
        margin-bottom: 30px;
    }
    .img-noticias-home img{
        width: 200px;
        height: auto;
    }
    /* SOLUCIONES */
    .subtitle-soluciones{
        font-size: 35px;
    }
    .titulo-secciones-banner{
        font-size: 50px;
    }
    .carousel-indicators-soluciones{
        display: grid;
    }

    .indicators-virtualizacion{
        margin: 0px;
        padding-bottom: 30px;
    }
    .indicators-virtualizacion:before{
        right: -3.5px;
    }
    .back-ciber:before{
        background-size: cover;
    }
    .banner-list-soluciones:before{
        height: 285px;
    }
    .soluciones:before{
        display: none;
    }
    .text-white-xs{
        color: #fff;
    }
    /* SERVICIOS */
    .container-text{
        width: 100%;
    }
    .block-servicios{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .bubble-consultoria{
        margin-top: 0;
    }
    .bubble-gestion:before{
        right: 138px;
    }
    /* interior servicios */
    .porque-elegir-servicio{
        padding: 0 0 80px;
    }
    .slider-list-servicio{
        padding:0 0 130px 0;
    }
    .slider-list-servicio:after{
        display: none;
    }
    .logo-engage{
        text-align: left;
    }

    /* PRODUCTOS */
    .main-btn-logo-int{ /* ul list */
        margin: 20px 0;
    }
    /* CONTACTO */
    .main-form:before{
        display: none;
    }
  }