

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body{
    background: #fff;
    color: #818494;
    font-family: "Roboto", sans-serif;
}


a{
    text-decoration: none;
}
div, section{position: relative;}



.btn-up-workus{
    position: fixed;
    z-index: 10;
    bottom: 300px;
    right: 50px;
}


.btn-up-workus button{
    width: 70px;
    height: 70px;
    background: #29f0ff;
    color: #2b2f6c;
    font-size: 2em;
    border: none;
    border-radius: 100%;
    box-shadow: 2px 2px 0px 0px #6684D2, 5px 5px 5px 0px #00000050;
    transition: all 0.5s;
}

.btn-up-workus button:hover{
    transform: scale(0.95);
    background: #2b2f6c;
    color: #ffffff;
    transition: all 0.5s;
}

@media (min-width: 1200px) and (max-width: 1399px){
    .btn-up-workus{
        bottom: 200px;
    }

}

@media (min-width: 1100px) and (max-width: 1199px){
    .btn-up-workus{
        bottom: 150px;
    }

}

@media (min-width: 992px) and (max-width: 1099px){
.btn-up-workus{
        bottom: 150px;
    }

}

@media (max-width: 991px){
    .btn-up-workus{
        display: none;
    }
}

.bar-blue-up{
    background: url("../img/curva-up-b-01.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    z-index: 1;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.bar-blue-down{
    background: url("../img/curva-down-b-01.svg");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    z-index: 1;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
}


.bar-white-up{
    background: url("../img/curva-up-01.svg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    z-index: 1;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.bar-white-down{
    background: url("../img/curva-down-02.svg");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    z-index: 1;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.bar-cyan-3{
    background: #29F0FF;
    height: 3px;
}


.puntos-mid-left{
    width: 100px;
    height: 150px;
    position: relative;
    left: 0px;
  
}

/*PORTADA HOME*/
.workus-home-portada{
    margin-top: 0px;
    position: relative;
    z-index: 0;
    background: url("../img/home/bg-slider-home.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

.sliderPortada.owl-carousel .item{
    overflow: hidden;
}

.img-left-slider{
    position: relative; 

}
.img-left-slider img{
    width: 100%;
    height: auto;
    filter: drop-shadow(-15px 5px 5px #00000050);
}

.txt-right-slider{
    text-align: left;
}

.img-slide01{
    position: relative;

}

.img-slide01 img{
    width: 55%;
    height: auto;
    padding: 30px 15px;
}
.img-slide01-mob{
    display: none;
}

.tit-slide01{
    padding: 0px;
    text-align: left;
    
}

.tit-slide01 h2{
    font-weight: 900;
    color: #464B61;
    font-size: 4em;
    line-height: 1;
    margin-top: -10px;
    letter-spacing: 1px;
    word-spacing: 10px;
}

.tit-slide01 h3{
    font-weight: 300;
    color: #464B61;
    font-size: 5em;
    line-height: 1;
    margin-top: -10px;
    text-shadow: -3px -3px 0px #fff, 4px 4px 0px #00000030;
}

.tit-slide01 h4{
    font-weight: 900;
    color: #273D87;
    font-size: 3.5em;
    letter-spacing: 1px;
    line-height: 1;
    word-spacing: 10px;
     margin-top: -10px;
}

.tit-slide02{
    position: relative;
    margin-top: 15%;  
    
}

.tit-slide02 h2{
    font-weight: 900;
    color: #2B2F6C;
    text-shadow: -3px -3px 0px #fff, 4px 4px 0px #00000030;
    font-size: 6em;
    line-height: 1;      
}

.tit-slide02 h3{
    font-weight: 300;
    font-size: 2em;    
    line-height: 1.1;
    margin-top: 15px;
}

.tit-slide03{
    margin-top: 15%;  
}


.tit-slide03 h2{
    font-weight: 900;
    color: #2B2F6C;
    text-shadow: -3px -3px 0px #fff, 4px 4px 0px #00000030;
    font-size: 5.5em;
    line-height: 1;
      
}
.tit-slide03 h3{
    font-weight: 300;
    font-size: 2em;    
    line-height: 1.1;
    margin-top: 15px;
}


.btn-slide{
    text-align: left;
    margin-top: 50px;
}


.btn-slide button{
background: #083cc1;
border: solid 3px #fff;
color: #fff;
padding: 30px 50px;
border-radius: 50px;
font-weight: 500;
font-size: 1.1em;
box-shadow: 2px 2px 5px 1px #00000035;
transition: all 0.5s;
}

.btn-slide button:hover{
    background: #3eaed6;
    box-shadow: 2px 2px 5px 1px #00000075;
    border: 3px #e2e2e2 solid;
    transform: scale(0.95);
    transition: all 0.5s ease;
}

.owl-dots{
    display: none !important;
}


@media (min-width: 1200px) and (max-width: 1399px){

    .img-slide01 img{
    width: 55%;
    height: auto;
    padding: 30px 0px;
}

.tit-slide01 h2{
    font-size: 3em;
}

.tit-slide01 h3{    
    font-size: 4em;
}

.tit-slide01 h4{
    font-size: 2.8em;
}



.tit-slide02 h2{
    font-size: 5em;   
}



.tit-slide03 h2{
    font-size: 4.5em;
      
}

.btn-slide{
    margin-top: 30px;
}


.btn-slide button{
padding: 25px 50px;
}
}

@media (min-width: 1100px) and (max-width: 1199px){
    
.img-slide01 img{
    width: 60%;
    height: auto;
    padding: 30px 0px;
}

.tit-slide01 h2{
    font-size: 3em;
    word-spacing: 5px;
}

.tit-slide01 h3{    
    font-size: 4em;
}

.tit-slide01 h4{
    font-size: 2.8em;
}

.tit-slide02 h2{
    font-size: 5em;   
}



.tit-slide03 h2{
    font-size: 4.5em;
      
}


.btn-slide{
    margin-top: 30px;
}


.btn-slide button{
padding: 25px 50px;
}
}

@media (min-width: 992px) and (max-width: 1099px){
        .workus-home-portada{
    background: url("../img/home/bg-slider-home.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}
    
.img-slide01 img{
    width: 60%;
    height: auto;
    padding: 30px 0px;
}

.tit-slide01 h2{
    font-size: 2.5em;
    word-spacing: 5px;
}

.tit-slide01 h3{    
    font-size: 3.5em;
}

.tit-slide01 h4{
    font-size: 2.5em;
}

.tit-slide02 h2{
    font-size: 4em;   
}



.tit-slide03 h2{
    font-size: 4em;
      
}

.tit-slide02 h3, .tit-slide03 h3{
    font-size: 1.8em;    
}


.btn-slide{
    margin-top: 20px;
}


.btn-slide button{
padding: 25px 50px;
}
}

@media (min-width: 768px) and (max-width: 991px){
        .workus-home-portada{
    margin-top: 0px;
    padding-top: 120px;
    position: relative;
    z-index: 0;
    background: url("../img/home/bg-slider-home.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

.img-slide01 img{
    width: 60%;
    height: auto;
    padding: 15px 0px;
}

.tit-slide01 h2{
    font-size: 2em;
    word-spacing: 5px;
}

.tit-slide01 h3{    
    font-size: 3em;
}

.tit-slide01 h4{
    font-size: 2em;
}




.tit-slide02 h2{
    font-size: 3em;  
    padding-right: 30px; 
}



.tit-slide03 h2{
    font-size: 3em;
    
      
}

.tit-slide02 h3, .tit-slide03 h3{
    font-size: 1.2em;    
    margin-top: 0px;
}


.btn-slide{
    margin-top: 20px;
}


.btn-slide button{
padding: 20px 50px;
font-size: 1em;
}


}

@media (min-width: 576px) and (max-width: 767px){
        .workus-home-portada{
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
    background: url("../img/home/bg-top-slider-mob.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

.img-left-slider{
    display: none;
}

.txt-right-slider{
    padding: 50px 30px;
}

.img-slide01{
    display: none;
    
}

.img-slide01-mob{
    display: contents;
    padding:  10px;
    padding-top: 15%;
}

.img-slide01-mob img{
        margin-top: 50px;

    width: 70%;
    height: auto;
}
.tit-slide01 h2{
    color: #fff;
    font-size: 3em;
    margin-top: 20px;
    word-spacing: 5px;
}

.tit-slide01 h3{
    color: #fff;
    width: 75%;
    line-height: 1;
    text-shadow: -3px -3px 0px #464B61, 4px 4px 0px #00000030;
}
.tit-slide01 h4{
    color: #aff0ff;
    font-size: 2.5em;
    letter-spacing: 1px;
    line-height: 1;
    word-spacing: 5px;
}


.tit-slide02, .tit-slide03{
    margin-top: 25%;

}

.tit-slide02 h2{
    color: #fff;
    text-shadow: -3px -3px 0px #3eaed6, 4px 4px 0px #00000030;
    font-size: 5em;  
}

.tit-slide02 h3, .tit-slide03 h3{
    color: #fff;
    font-size: 2em;    
    margin-top: 0px;
}

.tit-slide03 h2{
     color: #fff;
    text-shadow: -3px -3px 0px #3eaed6, 4px 4px 0px #00000030;
    font-size: 5em;
      
}

.tit-slide03 h2 span{
     font-size: 0.8em;
      
}

.btn-slide button{
font-size: 1.2em;
background: #3eaed6;
transition: all 0.5s;
}



.btn-slide button:hover{
    background: #083cc1;
    transition: all 0.5s ease;
}

}

@media (max-width: 575px){

        .workus-home-portada{
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
    background: url("../img/home/bg-top-slider-mob.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

.img-left-slider{
    display: none;
}

.txt-right-slider{
    padding: 50px 30px;
    overflow: hidden;
}

.img-slide01{
    display: none;
    
}

.img-slide01-mob{
    display: contents;
    padding:  0px;
    padding-top: 15%;
}

.img-slide01-mob img{
        margin-top: 50px;
        width: 100%;
    height: auto;
}

.tit-slide-01, .tit-slide-02, .tit-slide-03{overflow: hidden;}

.tit-slide01 h2{
    color: #fff;
    font-size: 2em;
    margin-top: 20px;
    word-spacing: 5px;
}

.tit-slide01 h3{
    color: #fff;
    margin-top: 0px;
    font-size: 4em;
    line-height: 1;
    text-shadow: -3px -3px 0px #464B61, 4px 4px 0px #00000030;
}
.tit-slide01 h4{
    color: #aff0ff;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 1;
    word-spacing: 5px;
}


.tit-slide02, .tit-slide03{
    margin-top: 25%;

}

.tit-slide02 h2{
    color: #fff;
    text-shadow: -3px -3px 0px #3eaed6, 4px 4px 0px #00000030;
    font-size: 5em;  
}

.tit-slide02 h3, .tit-slide03 h3{
    color: #fff;
    font-size: 1.8em;    
    margin-top: 0px;
}

.tit-slide03 h2{
     color: #fff;
    text-shadow: -3px -3px 0px #3eaed6, 4px 4px 0px #00000030;
    font-size: 4em;
      
}

.tit-slide03 h2 span{
     font-size: 0.7em;
      
}

.btn-slide button{
font-size: 1.2em;
background: #3eaed6;
transition: all 0.5s;
width: 100%;
padding: 20px 10px;
}



.btn-slide button:hover{
    background: #083cc1;
    transition: all 0.5s ease;
}
}



/*HOME BANNER 01*/
.home-banner-01{
    text-align: center;
    position: relative;
    z-index: 0;
   
}

.puntos-banner{
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 0;
    padding: 0px 30px;
}

.tit-banner-01{
    margin-top: 100px;
    margin-bottom: 50px;
}

.tit-banner-01 h4{
    font-weight: 300;
    font-size: 2em;
}

.tit-banner-01 h1{
    font-weight: 700;
    font-size: 6em;
    letter-spacing: 15px;
    color: #2B2F6C;
    line-height: 0.8;
    text-shadow: -3px -3px 0px #fff, 4px 4px 0px #00000030;
    
}

.tit-banner-01 h2{
    font-weight: 700;
    font-size: 6em;
    letter-spacing: 10px;
    color: #2B2F6C;
    line-height: 0.8;
    text-shadow: -3px -3px 0px #fff, 4px 4px 0px #00000030;
    
}

.tit-banner-01 h2 strong{
    font-weight: 900;
    letter-spacing: -3px;
    font-size: 1.2em;
    color: #0A3EC3;   
     line-height: 0.8;
    text-shadow: -3px -3px 0px #fff, 4px 4px 0px #00000030;
    
}

.tit-banner-01 h3{
    font-weight: 700;
    font-size: 5.5em;
    letter-spacing: 10px;
    color: #2B2F6C;
    line-height: 0.8;
    text-shadow: -3px -3px 0px #fff, 4px 4px 0px #00000030;
    
}


.img-banner-mob{
    display: none;
}
.img-banner-01 img{
    width: 100%;
    height: auto;
}

.bar-blue-up.home{
    background: url("../img/curva-up-b-01.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -80px;
}


@media (min-width: 1200px) and (max-width: 1399px){
    .bar-blue-up.home{
    background: url("../img/curva-up-b-01.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -60px;
}


.tit-banner-01 h1{
    font-size: 5.5em;    
}

.tit-banner-01 h2{
    font-size: 5.5em;   
}



.tit-banner-01 h3{
    font-size: 5em;
    
}

}

@media (min-width: 1100px) and (max-width: 1199px){

        .bar-blue-up.home{
    background: url("../img/curva-up-b-01.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -50px;
}


.tit-banner-01 h1{
    font-size: 5.5em;    
}

.tit-banner-01 h2{
    font-size: 5.5em;   
}



.tit-banner-01 h3{
    font-size: 5em;    
}
}

@media (min-width: 992px) and (max-width: 1099px){

    .puntos-banner{
    width: 120px;
    height: 120px;
}

       .bar-blue-up.home{
    background: url("../img/curva-up-b-01.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -50px;
}


.tit-banner-01 h4{
    font-size: 1.5em;
}

.tit-banner-01 h1{
    font-size: 4.5em;    
}

.tit-banner-01 h2{
    font-size: 4.5em;   
}



.tit-banner-01 h3{
    font-size: 4em;    
}
}

@media (min-width: 768px) and (max-width: 991px){
        .puntos-banner{
    width: 120px;
    height: 120px;
}

       .bar-blue-up.home{
    background: url("../img/curva-up-b-01.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -45px;
}


.tit-banner-01 h4{
    font-size: 1.5em;
}

.tit-banner-01 h1{
    font-size: 4.5em;    
}

.tit-banner-01 h2{
    font-size: 4.5em;   
}



.tit-banner-01 h3{
    font-size: 4em;    
}
}

@media (min-width: 576px) and (max-width: 767px){

.img-banner-01{
    display: none;
}

.img-banner-mob{
    display: block;
}
.img-banner-mob img{
    width: 100%;
    height: auto;
}

       .puntos-banner{
    width: 120px;
    height: 120px;
    opacity: 50%;
}

       .bar-blue-up.home{
    background: url("../img/curva-up-b-01.svg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -30px;
}

.tit-banner-01 h4{
    font-size: 1.8em;
    padding: 10px 50px;
}


.tit-banner-01 h1{
    letter-spacing: 10px;
    
}

.tit-banner-01 h2{
    letter-spacing: 5px;
    
}


.tit-banner-01 h3{
    font-size: 6em;
    letter-spacing: 5px;
    
}

}

@media (max-width: 575px){

    .img-banner-01{
    display: none;
}

.img-banner-mob{
    display: block;
}
.img-banner-mob img{
    width: 100%;
    height: auto;
}

       .puntos-banner{
    width: 120px;
    height: 120px;
    opacity: 50%;
}

       .bar-blue-up.home{
    background: url("../img/curva-up-b-01.svg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

.tit-banner-01{
    overflow: hidden;
}

.tit-banner-01 h4{
    font-size: 1.8em;
    font-weight: 400;
    padding: 10px 0px;
}


.tit-banner-01 h1{
    font-size: 4em;
    letter-spacing: 5px;
    
}

.tit-banner-01 h2{
        font-size: 4em;

    letter-spacing: 5px;
    
}


.tit-banner-01 h3{
    font-size: 3.5em;
    letter-spacing: 5px;
    
}
}

/*BANNER 2 - TAMAÑO DE TU NEGCIO*/
.home-banner-02{
    background: #001C65;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.puntos-top-right{
    width: 100px;
    height: 200px;
    position: absolute;
    right: 100px;
    margin-top: 50px;
}

.puntos-bottom-left{
    width: 200px;
    height: 200px;
    position: relative;
    left: 0px;
    bottom: 50px;  
}
.tit-banner-02{
    padding: 30px;
    padding-top: 150px;
}

.tit-banner-02 h3{
    font-weight: 300;
    font-size: 2.5em;
   
}

.tit-banner-02 h2{
    font-weight: 900;
    font-size: 5em;
    color: #4383F2;
    
}

.tit-banner-02 h4{
    font-weight: 300;
    font-size: 2em;   
}

.img-size-banner{
    padding: 0px 50px;
}

.img-size-banner img{
    width: 50%;
    height: auto;
}

.cta-banner-02{
    padding: 0px 100px;
    margin-top: 50px;
}

.bar-cyan-3.home{
    position: relative;
    width: 50%;
    left: 25%;
    margin-bottom: 50px;
}

.cta-banner-02 h2{
    font-size: 2.5em;
    color: #D0D5E8;
    font-weight: 300;
}

.btn-banner-02{
    margin-top: 50px;
}

.btn-banner-02 button{
    padding: 20px 100px;
    font-size: 1.2em;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    background: #44BBFF;
    border: #fff 3px solid;
    box-shadow: 5px 5px 0px 0px #6684D2;
    transition: all 0.7s;
}

.btn-banner-02 button:hover{
    transform: scale(0.95);
     background: #fff;
    border: #44BBFF 3px solid;
    color: #44BBFF;
    box-shadow: 5px 5px 5px 0px #00000075;
    transition: all 0.7s;
}


@media (min-width: 1200px) and (max-width: 1399px){
        .home-banner-02{
    margin-top: -30px;
}

.puntos-top-right.banner02{
    right: 50px;
}

.puntos-bottom-left.banner02{
    width: 150px;
    height: 150px;
    position: relative;
    left: 0px;
    bottom: 100px;  
}
.img-size-banner img{
    width: 75%;
    height: auto;
}
}

@media (min-width: 1100px) and (max-width: 1199px){
        .home-banner-02{
   margin-top: -50px;
}

.puntos-top-right.banner02{
    right: 50px;
}

.puntos-bottom-left{
    width: 150px;
    height: 200px;
    position: relative;
    left: 0px;
    bottom: 100px;  
}

.img-size-banner img{
    width: 75%;
    height: auto;
}
}

@media (min-width: 992px) and (max-width: 1099px){
           .home-banner-02{
   margin-top: -50px;
   margin-bottom: -50px;
}

.puntos-top-right.banner02{
    right: 30px;
}

.puntos-bottom-left{
    width: 150px;
    height: 200px;
    position: relative;
    left: 0px;
    bottom: 100px;  
}

.tit-banner-02{
    padding: 30px;
    padding-top: 100px;
}

.tit-banner-02 h3{
    font-size: 2em;
   
}

.tit-banner-02 h2{
    font-size: 4em;
}

.img-size-banner img{
    width: 75%;
    height: auto;
}
.cta-banner-02 h2{
    font-size: 2em;
}

}

@media (min-width: 768px) and (max-width: 991px){

.home-banner-02{
   margin-top: -50px;
   margin-bottom: -50px;
}

.puntos-top-right.banner02{
    width: 80px;
    height: 80px;
    right: 30px;
}

.puntos-bottom-left.banner02{
    width: 100px;
    height: 150px;
    position: relative;
    left: 0px;
    bottom: 100px;  
}

.tit-banner-02{
    padding: 30px;
    padding-top: 100px;
}

.tit-banner-02 h3{
    font-size: 1.5em;
   
}

.tit-banner-02 h2{
    font-size: 3em;
}

.img-size-banner img{
    width: 75%;
    height: auto;
}
.cta-banner-02 h2{
    font-size: 2em;
}
.cta-banner-02{
    padding: 0px 100px;
    margin-top: 20px;
}

.bar-cyan-3.home{
    width: 60%;
    left: 20%;
    margin-bottom: 30px;
}
.cta-banner-02 h2{
    font-size: 1.8em;
}

.btn-banner-02 button{
    padding: 20px 50px;
}



}

@media (min-width: 576px) and (max-width: 767px){
    
.home-banner-02{
   margin-top: -60px;
   margin-bottom: -50px;
}

.puntos-top-right.banner02{
    width: 50px;
    height: 50px;
    right: 30px;
}

.puntos-bottom-left.banner02{
    width: 80px;
    height: 100px;
    position: relative;
    left: 0px;
    bottom: 100px;  
}

.tit-banner-02{
    padding: 30px;
    padding-top: 30px;
}

.tit-banner-02 h3{
    font-size: 1.3em;   
}

.tit-banner-02 h2{
    font-size: 3em;
}

.tit-banner-02 h4{
    font-size: 1.5em;   
}

.img-size-banner img{
    width: 100%;
    height: auto;
}
.cta-banner-02 h2{
    font-size: 2em;
}
.cta-banner-02{
    padding: 0px 100px;
    margin-top: 20px;
}

.bar-cyan-3.home{
    width: 80%;
    left: 10%;
    margin-bottom: 30px;
}
.cta-banner-02 h2{
    font-size: 1.5em;
}

.btn-banner-02{
    margin-top: 30px;
}

.btn-banner-02 button{
    padding: 15px 30px;
    font-size: 1.1em;
}

    /*
    .home-banner-02{
    background: #001C65;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.puntos-top-right{
    width: 100px;
    height: 200px;
    position: absolute;
    right: 100px;
    margin-top: 50px;
}

.puntos-bottom-left{
    width: 200px;
    height: 250px;
    position: relative;
    left: 0px;
  
}
.tit-banner-02{
    padding: 30px;
    padding-top: 150px;
}

.tit-banner-02 h3{
    font-weight: 300;
    font-size: 2.5em;
   
}

.tit-banner-02 h2{
    font-weight: 900;
    font-size: 5em;
    color: #4383F2;
}

.tit-banner-02 h4{
    font-weight: 300;
    font-size: 2em;   
}

.img-size-banner{
    padding: 0px 50px;
}

.img-size-banner img{
    width: 50%;
    height: auto;
}

.cta-banner-02{
    padding: 0px 100px;
    margin-top: 50px;
}

.bar-cyan-3.home{
    position: relative;
    width: 50%;
    left: 25%;
    margin-bottom: 50px;
}

.cta-banner-02 h2{
    font-size: 2.5em;
    color: #D0D5E8;
    font-weight: 300;
}

.btn-banner-02{
    margin-top: 50px;
}

.btn-banner-02 button{
    padding: 20px 100px;
    font-size: 1.2em;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    background: #44BBFF;
    background: radial-gradient(circle at 25%, #1749ed 0%,  #44BBFF 42%, #44BBFF 100%);
    border: #001C65 3px solid;
    box-shadow: 5px 5px 0px 0px #6684D2;
    transition: all 0.7s;
}

.btn-banner-02 button:hover{
    transform: scale(0.95);
    border: #6684D2 3px solid;
    box-shadow: 5px 5px 5px 0px #00000075;
    transition: all 0.7s;
}

    */
}

@media (max-width: 575px){
        .home-banner-02{
            margin-top: -65px;
            margin-bottom: -65px;
        }

        .puntos-top-right.banner02{
    width: 50px;
    height: 75px;
    position: absolute;
    right: 15px;
    margin-top: 20px;
}

.puntos-bottom-left.banner02{
    width: 50px;
    height: 75px;
    position: relative;
    left: 0px;  
    
}

.tit-banner-02{
    padding: 30px 10px;
    padding-top: 150px;
}

.tit-banner-02 h3{
    font-size: 1.5em;
}

.tit-banner-02 h2{
    font-size: 3em;
    line-height: 1;
    overflow: hidden;
}

.tit-banner-02 h4{
    font-size: 1.5em;   
}

.img-size-banner{
    padding: 0px;
}

.img-size-banner img{
    width: 100%;
    height: auto;
}

.cta-banner-02{
    padding: 0px 15px;
    margin-top: 20px;
}
.bar-cyan-3.home{
    position: relative;
    width: 90%;
    left: 5%;
    margin-bottom: 20px;
}

.cta-banner-02 h2{
    font-size: 1.5em;
}
.btn-banner-02{
    margin-top: 30px;
}

.btn-banner-02 button{
    width: 100%;
    padding: 20px 10px;
    position: relative;
    z-index: 3;
}

}




/*COBERTURA WORKUS*/
.home-mapa-cobertura{
background: url("../img/home/bg-mapa-home.png");   
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
 color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -100px;
    margin-bottom: -100px;
    padding-top: 250px;
    padding-bottom: 250px;
}

.map-banner-cobertura{
    position:relative;
    z-index: 1;
}

.img-mapa img{
    width: 100%;
    height: auto;
}

.img-people{
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
}

.img-people img{
    width: 100%;
    height: auto;
}


.txt-mapa-cobertura{
    font-family: "Roboto", sans-serif;
    position: absolute;
    z-index: 3;
    bottom: 50%;
    width: 70%;
    left: 30%;   
    filter: drop-shadow(5px 5px 0px #00000075);
    text-align: left;
}


.txt-mapa-cobertura h3{
    font-size: 3.5em; 
    color: #001C65;
    font-weight: 700;
     text-shadow: -2px -2px 0px #fff, 2px 2px 0px #94a9da;
}

.txt-mapa-cobertura h2{
    font-size: 6em; 
    color: #3eaed6;
    font-weight: 900;
     text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, -4px -4px 0px #94a9da,   6px 6px 0px #001751;
     margin-top: -15px;
}


.bar-blue-down.home{
      background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.bar-white-up.map{
      background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1399px){

        .home-mapa-cobertura{
    margin-top: -100px;
    margin-bottom: -100px;
    padding-top: 200px;
    padding-bottom: 200px;
}

    .txt-mapa-cobertura{
    width: 80%;
    left: 20%;   
}

.bar-blue-down.home{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bar-white-up.map{
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}

  
}

@media (min-width: 1100px) and (max-width: 1199px){

          .home-mapa-cobertura{
    margin-top: -100px;
    margin-bottom: -100px;
    padding-top: 200px;
    padding-bottom: 200px;
}


.txt-mapa-cobertura{

    width: 80%;
    left: 20%;   
}


.txt-mapa-cobertura h3{
    font-size: 3em; 
}

.txt-mapa-cobertura h2{
    font-size: 4em; 
}

.bar-blue-down.home{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bar-white-up.map{
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}
  
}

@media (min-width: 992px) and (max-width: 1099px){

             .home-mapa-cobertura{
    margin-top: -100px;
    margin-bottom: -100px;
    padding-top: 200px;
    padding-bottom: 200px;
}


.txt-mapa-cobertura{

    width: 80%;
    left: 20%;   
}


.txt-mapa-cobertura h3{
    font-size: 3em; 
}

.txt-mapa-cobertura h2{
    font-size: 4em; 
}

.bar-blue-down.home{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bar-white-up.map{
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}
}

@media (min-width: 768px) and (max-width: 991px){
                 .home-mapa-cobertura{
    margin-top: -50px;
    margin-bottom: -50px;
    padding-top: 100px;
    padding-bottom: 50px;
}


.txt-mapa-cobertura{
     width: 95%;
    left: 5%;  
    bottom: 45%; 
}


.txt-mapa-cobertura h3{
    font-size: 3em; 
}

.txt-mapa-cobertura h2{
    font-size: 4em; 
}

.bar-blue-down.home{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bar-white-up.map{
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}
}

@media (min-width: 576px) and (max-width: 767px){
        .home-mapa-cobertura{
    margin-top: -50px;
    margin-bottom: -50px;
    padding-top: 450px;
    padding-bottom: 450px;
}

    .bar-blue-down.home{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bar-white-up.map{
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}

.map-banner-cobertura{
    position: absolute;
   bottom: 0%;
   top: 100%;
  
}

.txt-mapa-cobertura{
    bottom: 100%;
    width: 100%;
    left: 0%;   
    padding: 0px 20px;
}



.txt-mapa-cobertura h3{
    font-size: 2em; 
     text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff, 3px 3px 0px #94a9da,  6px 6px 0px #001C65;
}

.txt-mapa-cobertura h2{
    font-size: 5em; 
     text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, -4px -4px 0px #94a9da,   6px 6px 0px #001C65;
     margin-top: -15px;
}
}

@media (max-width: 575px){

            .home-mapa-cobertura{
    margin-top: -30px;
    margin-bottom: -30px;
    padding-top: 350px;
    padding-bottom: 350px;
}

    .bar-blue-down.home{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bar-white-up.map{
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}

.map-banner-cobertura{
    position: absolute;
   bottom: 0%;
   top: 100%;
  
}

.txt-mapa-cobertura{
    bottom: 100%;
    width: 100%;
    left: 0%;   
    padding: 0px 10px;
    overflow: hidden;
}



.txt-mapa-cobertura h3{
    font-size: 2em; 
     text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff, 3px 3px 0px #94a9da,  6px 6px 0px #001C65;
}

.txt-mapa-cobertura h2{
    font-size: 4em; 
     text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, -4px -4px 0px #94a9da,   6px 6px 0px #001C65;
     margin-top: -15px;
}
}

/*HOME SERVICIOS*/

.home-servicios{
    padding-top: 50px;
    text-align: center;
    position: relative;
    z-index: 0;
    
}
.tit-serv-home{
    margin-bottom: 50px;
    text-align: left;
}

.tit-serv-home h3{
    font-weight: 300;
    font-size: 3em;
}

.tit-serv-home h2{
    font-weight: 900;
    font-size: 6em;
    color: #0A3EC3;
    text-shadow: -3px -3px 0px #fff, 4px 4px 0px #00000030;
    margin-top: -20px;
}

.mod-serv-home{
    margin-bottom: 100px;
}

.img-serv-home img{
    width: 100%;
    height: auto;
}

.txt-serv-home{
    padding: 50px 10px;
}

.txt-serv-home h2{
    background: #273D87;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 50px;
    font-size: 2em;
    font-weight: 300;
}

.txt-serv-home p{
    font-size: 1.5em;
    line-height: 1.2;
    text-align: left;
}

.btn-serv-home{
    margin-top: 50px;
}


.btn-serv-home button{
    padding: 20px 100px;
    font-size: 1.2em;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    background: #1749ed;
    border: #fff 3px solid;
    box-shadow: 5px 5px 0px 0px #6684D2;
    transition: all 0.7s;
}

.btn-serv-home button:hover{
    background: #273D87;
    transform: scale(0.95);
    border: #fff 3px solid;
    box-shadow: 5px 5px 5px 0px #00000075;
    transition: all 0.7s;
}

.bar-white-up.footer{
    margin-top: -80px;
    position: relative;
    z-index: 3;
}



@media (min-width: 992px) and (max-width: 1099px){
    .home-servicios{
        padding-top: 50px;
margin-bottom: -50px;
    
}

.mod-serv-home{
    margin-bottom: 50px;
}

        .txt-serv-home h2{
    padding: 15px;
    font-size: 1.8em;
}

.txt-serv-home p{
    font-size: 1.3em;
}

.btn-serv-home button{
    padding: 20px 80px;
}
.puntos-mid-left.serviciosHome{
    width: 80px;
    height: 120px;
  
}
}

@media (min-width: 768px) and (max-width: 991px){
    .home-servicios{
    padding-top: 50px;
    
}
    .puntos-top-right.serviciosHome{
    width: 80px;
    height: 120px;
    right: 50px;
  
}

.puntos-mid-left.serviciosHome{
    width: 80px;
    height: 120px;
  
}

.tit-serv-home h3{
    font-size: 2em;
}

.tit-serv-home h2{
    font-size: 4.5em;
}

.mod-serv-home{
    margin-bottom: 50px;
}
.txt-serv-home{
    padding: 30px 0px;
}

.txt-serv-home h2{
    padding: 15px;
    margin-bottom: 30px;
    font-size: 1.5em;
}

.txt-serv-home p{
    font-size: 1.3em;
}


.btn-serv-home{
    margin-top: 30px;
}

.btn-serv-home button{
    padding: 20px;
    width: 100%;
    font-size: 1.2em;
}

}

@media (min-width: 576px) and (max-width: 767px){
        .puntos-top-right.serviciosHome{
    width: 80px;
    height: 100px;
    right: 50px;
    top: 0px;
  
}

.puntos-mid-left.serviciosHome{
    width: 80px;
    height: 120px;
  
}

.home-servicios{
    padding-top: 80px;
    
}

.mod-serv-home{
    margin-bottom: 30px;
}

.bar-white-down.home{
    z-index: 3;
    margin-top: -30px;
}
  
}

@media (max-width: 575px){
            .puntos-top-right.serviciosHome{
    width: 50px;
    height: 75px;
    right: 30px;
    top: 0px;
  
}

.puntos-mid-left.serviciosHome{
    width: 50px;
    height: 100px;
    left: 30px;
  
}

.home-servicios{
    padding-top: 50px;
    
}
.tit-serv-home{
    margin-bottom: 80px;
}

.tit-serv-home h3{
    font-size: 2em;
}


.tit-serv-home h2{
    font-size: 4.5em;
    overflow: hidden;
}

.mod-serv-home{
    margin-bottom: 50px;
}
.img-serv-home img{
    width: 90%;
    height: auto;
}

.txt-serv-home{
    padding: 30px 10px;
}

.txt-serv-home h2{
    padding: 15px;
    font-size: 1.8em;
}

.txt-serv-home p{
    font-size: 1.3em;
    padding: 0px 15px;
    text-align: center;
}

.btn-serv-home button{
    padding: 20px ;
    width: 100%;
}



}

 /*NUEVOS SERVICIOS HOME*/

  .new-servicios-home{
    background: url("../img/bg-textura-azul.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    margin-top: -50px;
    padding-top: 150px;
    padding-bottom: 200px;
    color: #fff;
    
 }

 .tit-new-serv-home{
    padding: 0px 15px;
 }

  .tit-new-serv-home h3{
    color: #44BBFF;
    font-weight: 300;
    font-size: 3em;
  }

    .tit-new-serv-home h2{
    font-weight: 900;
    font-size: 9em;
        text-shadow: -3px -3px 0px #94A9DA, 4px 4px 0px #00000030;
        line-height: 0.85;
  }
.new-serv-right{
    padding: 50px 0px;
}
  .mod-new-serv{
    margin-bottom: 50px;
  }

  .pin-wks{
    filter: drop-shadow(5px 5px 10px #00000075);
    text-align: right;
  }

  .pin-wks img{
    width: 50%;
    height: auto;
    filter: drop-shadow(-2px -2px 0px #0D38A7);
  }
  .txt-mod-new h3{
    font-weight: 300;
    font-size: 2em;
  }

  .txt-mod-new h2{
    background: #44BBFF;
    font-weight: 700;
    font-size: 2em;
    padding: 5px 15px;
  }

  .cta-catalogo-home{
    text-align: center;
    margin-top: 50px;
  }
 
  .cta-catalogo-home h2{
    font-size: 2em;
    color: #D0D5E8;
    font-weight: 300;
    margin-bottom: 50px;
  }

  
.btn-catalogo-home{
    margin-top: 50px;
}

.btn-catalogo-home button{
    padding: 20px 100px;
    font-size: 1.2em;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    background: #44BBFF;
    border: #fff 3px solid;
    box-shadow: 5px 5px 0px 0px #6684D2;
    transition: all 0.7s;
}

.btn-catalogo-home button:hover{
    transform: scale(0.95);
    background: #fff;
    border: #44BBFF 3px solid;
    color: #44BBFF;
    box-shadow: 5px 5px 5px 0px #00000075;
    transition: all 0.7s;
}



@media (min-width: 1100px) and (max-width: 1199px){
      .txt-mod-new h2{
        font-size: 1.8em;
    }

      .cta-catalogo-home{
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1099px){
        .txt-mod-new h2{
        font-size: 1.8em;
    }

      .cta-catalogo-home{
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
      .tit-new-serv-home h3{
    font-size: 2em;
  }
    .tit-new-serv-home h2{
    font-size: 7em;
  }

  .new-serv-right{
    padding: 30px 0px;
}

 .mod-new-serv{
    margin-bottom: 30px;
  }

    .pin-wks img{
    width: 75%;
    height: auto;
  }

    .txt-mod-new h3{
    font-size: 1.5em;
  }

    .txt-mod-new h2{
        font-size: 1.5em;
    }

    .cta-catalogo-home{
    margin-top: 0px;
  }

    .cta-catalogo-home h2{
    font-size: 1.8em;
  }

}

@media (min-width: 576px) and (max-width: 767px){
      .new-servicios-home{
    margin-top: -30px;    
 }
 .tit-new-serv-home h2 br{
    display: none;
 }

     .tit-new-serv-home h2{
    font-size: 5em;
  }

   .mod-new-serv{
    margin-bottom: 30px;
  }

   .pin-wks img{
    width: 65%;
    height: auto;
  }

   .txt-mod-new h3{
    font-size: 1.8em;
  }

   .txt-mod-new h2{
    font-size: 1.5em;
   }

    .cta-catalogo-home{
    margin-top: 0px;
  }

    .cta-catalogo-home h2{
    font-size: 1.5em;
  }

  .btn-catalogo-home button{
    padding: 20px 50px;
    font-size: 1.2em;
}
 
 
}

@media (max-width: 575px){
    .bar-white-down.home{
    background: url("../img/curva-down-02.svg");
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    z-index: 1;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
}

 .new-servicios-home{
    padding-top: 100px;
    
 }

     .tit-new-serv-home h2{
    font-size: 7em;
  }

    .mod-new-serv{
    margin-bottom: 30px;
  }

    .pin-wks img{
    width: 80%;
  }
    .txt-mod-new h3, .txt-mod-new h2{
    font-size: 1.5em;
  }

  .new-serv-right{
    padding-bottom: 30px;
  }
    .cta-catalogo-home{
    margin-top: 0px;
  }

   .cta-catalogo-home h2{
    font-size: 1.5em;
  }

  .btn-catalogo-home button{
    padding: 20px;
    width: 100%;
}
}

 /*FOOTER*/
  footer{
    padding-top: 50px;
    padding-bottom: 50px;
 }

 .bar-white-up.footer{
        background: url("../img/curva-up-01.svg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    z-index: 1;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
 }


 .footer-mod-logo{
    text-align: center;
 }

 .footer-logo{
    padding: 30px;
    padding-bottom: 0px;
 }

 .footer-logo img{
    height: 75px;
    width: auto;
 }
 .footer-copyright{
    margin-bottom: 30px;
 }
 .footer-copyright h2{
    font-size: 1em;
    font-weight: 700;
    color: #94A9DA;
 }

 .footer-social{
    display: inline-flex;
    gap: 15px;    
 }

  .footer-social button{
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 1.5em;
    border-radius: 50px;
    background: #44BBFF;
    border: none;
    box-shadow: 3px 3px 0px 0px #6684D2;
    transition: all 0.5s;
  }

   .footer-social button:hover{
    color: #44BBFF;
    background: #273D87;
    transition: all 0.5s;
  }
  .mod-txt-footer{
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .mod-txt-footer h2{
    margin-bottom: 20px;
    color: #273D87;
    font-weight: 900;
    font-size: 1.8em;
  }

  .mod-txt-footer h4{
    margin-bottom: 10px;
    color: #44BBFF;
    font-weight: 400;
    font-size: 1.2em;
    transition: all 0.5s;
  }

   .mod-txt-footer h4 i, .mod-txt-footer p i{
    color: #c5c5c6;
  }


   .mod-txt-footer h4:hover,  .mod-txt-footer h3:hover{
    color: #29f0ff;
    transition: all 0.5s;
  }

   .mod-txt-footer h3{
    margin-bottom: 10px;
    color: #273D87;
    font-weight: 400;
    font-size: 1.5em;
    transition: all 0.5s;
  }


   .mod-txt-footer h5{
    color: #6684D2;
    font-weight: 700;
    font-size: 1.3em;
    margin-top: 30px;

  }

   .mod-txt-footer p{
    margin-bottom: 10px;
    color: #44BBFF;
    font-weight: 400;
    font-size: 1.2em;
    text-indent: -1.5em;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding-right: 30px;
    line-height: 1.1;
    transition: all 0.5s;
  }

 .mod-txt-footer p:hover{
    color: #00ffff;
    transition: all 0.5s;
  }

  .bar-cyan-3.footer{
    width: 60%;
  }
 
  .mod-low-footer{
    background: #001C65;
    padding: 15px;

    text-align: center;
  }

  .data-low-footer{
        display: inline-flex;
    gap: 25px;
  }

    .data-low-footer a{
        color: #fff;
        font-size: 1em;
        transition: all 0.5s;
    }

        .data-low-footer a:hover{
        color: #29f0ff;
        transition: all 0.5s;
    }

    
@media (min-width: 1200px) and (max-width: 1399px){
         footer{
    padding-top: 0px;
 }

  .mod-txt-footer h2{
    font-size: 1.5em;
  }


     .mod-txt-footer h5{
    font-size: 1.4em;
  }

}

@media (min-width: 1100px) and (max-width: 1199px){

footer{
    padding-top: 0px;
 }

 
  .mod-txt-footer h2{
    font-size: 1.5em;
  }


     .mod-txt-footer h5{
    font-size: 1.4em;
  }

  
 .footer-logo img{
    width: 75%;
    height: auto;
 }
}

@media (min-width: 992px) and (max-width: 1099px){
footer{
    padding-top: 0px;
 }

 .footer-logo{
    padding: 30px;
    padding-bottom: 15px;
 }


  .footer-logo img{
    width: 75%;
    height: auto;
 }

  .footer-social button{
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }



  .mod-txt-footer h2{
    font-size: 1.5em;
    line-height: 1.1;
  }

    .mod-txt-footer h3{
    font-size: 1.3em;
  }

    .mod-txt-footer h5{
    font-size: 1.4em;
  }

}

@media (min-width: 768px) and (max-width: 991px){
         footer{
    padding-top: 0px;
    margin-top: -30px;
    position: relative;
    z-index: 10;
 }

 .footer-mod-logo{
    margin-bottom: 50px;
 }

  .footer-logo{
    padding: 15px ;
 }

  .footer-logo img{
    height: 65px;
    width: auto;
    margin-left: -10px;
 }

  .mod-txt-footer{
    padding: 0px 30px;
  }

   .mod-txt-footer h2{
    font-size: 1.6em;
  }

     .mod-txt-footer h5{
    font-size: 1.3em;
  }

     .mod-txt-footer h3{
    font-size: 1.4em;
  }
    .mod-txt-footer p{
    line-height: 1.2;
  }
  .bar-cyan-3.footer{
    left: 30px;
    position: relative;
  }
 


}

@media (min-width: 576px) and (max-width: 767px){
            footer{
    padding-top: 0px;
    margin-top: -30px;
    position: relative;
    z-index: 10;
 }

 .footer-mod-logo{
    margin-bottom: 50px;
 }

  .footer-logo{
    padding: 15px ;
 }

  .footer-logo img{
    height: 65px;
    width: auto;
    margin-left: -10px;
 }

  .mod-txt-footer{
    padding: 0px 30px;
  }

   .mod-txt-footer h2{
    font-size: 1.6em;
  }

     .mod-txt-footer h5{
    font-size: 1.3em;
  }

     .mod-txt-footer h3{
    font-size: 1.4em;
  }
    .mod-txt-footer p{
    line-height: 1.2;
  }
  .bar-cyan-3.footer{
    left: 30px;
    position: relative;
  }

   .bar-white-up.footer{
        background: url("../img/curva-up-01.svg");
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    z-index: 1;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
 }
}

@media (max-width: 575px){
                footer{
    padding-top: 0px;
    margin-top: -30px;
    position: relative;
    z-index: 10;
 }

 .footer-mod-logo{
    margin-bottom: 50px;
 }

  .footer-logo{
    padding: 15px ;
 }

  .footer-logo img{
    height: 65px;
    width: auto;
    margin-left: -10px;
 }

  .mod-txt-footer{
    padding: 0px 30px;
  }

   .mod-txt-footer h2{
    font-size: 1.6em;
  }

     .mod-txt-footer h5{
    font-size: 1.3em;
  }

     .mod-txt-footer h3{
    font-size: 1.4em;
  }
    .mod-txt-footer p{
    line-height: 1.2;
  }
  .bar-cyan-3.footer{
    left: 30px;
    position: relative;
  }

   .bar-white-up.footer{
        background: url("../img/curva-up-01.svg");
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 150px;
    position: relative;
    z-index: 1;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
 }

 
   .mod-txt-footer p{
    padding-left: 1em;
  }


  .data-low-footer{
        display: grid;
    gap: 15px;
  }


}

/*

@media (min-width: 1200px) and (max-width: 1399px){}

@media (min-width: 1100px) and (max-width: 1199px){}

@media (min-width: 992px) and (max-width: 1099px){}

@media (min-width: 768px) and (max-width: 991px){}

@media (min-width: 576px) and (max-width: 767px){}

@media (max-width: 575px){}
*/