@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* ExtraBold */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Axiforma-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: normal;
  }

  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book-Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/GOTHAM-BLACK.TTF') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/GOTHAM-BOLD.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/GOTHAM-LIGHT.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
  }  
  
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/GOTHAM-MEDIUM.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/GOTHAM-THIN.TTF') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/GOTHAM-ULTRA.TTF') format('truetype');
    font-weight: 950;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/GOTHAM-XLIGHT.TTF') format('truetype');
    font-weight: 200;
    font-style: normal;
  }

/* HTML: <div class="loader"></div> */
.loader {
    width: 36px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #219bd8;
    -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 70deg, #0000 71deg 90deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l5 1s infinite;
    margin: auto;
}
@keyframes l5 {to{transform: rotate(.5turn)}}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
body{
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
}


.bghero{
    background-image: url('../img/bannerhero.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}
#logotop{
    width: 150px;
}   
.nav-link{
    color: #5f6061;
    font-size: 1.1rem;
}
.nav-link:focus, .nav-link:hover{
    color: #019ad2;
}
.nav-item{
    margin-left: 18px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #019ad2;
}
.dropdown-menu{
    background-color: #2b2b2b;
    color: white;
}
.dropdown-item{
    color: white;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #019ad2;
    background-color: #2b2b2b;
}
.btnmenu{
    background-color: #009bdb;
    color: #1d2123;
    font-size: 1.1rem;
    margin-left: 70px;
    padding: 4px 15px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}
.btnmenu img{
    width: 20px;
    margin-right: 7px;  
}
.mtopmenu{
    padding-top: 20px;
}
.titlegallo{
    font-family: 'Axiforma';
    font-size: 3.1rem;
    color: white;
    font-weight: 800;
    
}
.titlegallo b{
    color: #009bdb;
}
.mbtitlehero{
    margin-top: 150px;
    margin-bottom: 25px;
}
.subtitlegallo{
    color: white;
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 80px;
}
.parrafohero{
    font-family: 'Axiforma', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: white;
    display: inline-block;
}
.btnhero{
    font-family: 'Axiforma', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #018ec7;
    text-decoration: none;
    margin-left: 25px;
    padding: 10px 20px;
    border-radius: 80px;
    border: 4px solid #018ec7;
    line-height: 1.1;
    vertical-align: middle;
    transition: border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.btnhero:hover{
    border: 4px solid #ffffff;
    background: white;
}
.parrafonivel{
    font-size: 1.4rem;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 25px;
}
.parrafonivel b{
    font-size: 2rem;
    font-weight: bold;
    display: block;
}
.nivelhero{
    padding-top: 100px;
    padding-bottom: 80px;
}
.colorch{
    color: #00a3de;
    font-weight: 500;
}
.btnwhats{
    font-family: 'Axiforma', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
    background-color: #00b56e;
    color: white;
    padding: 4px 18px;
    border-radius: 80px;
    margin-top: 10px;
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}
.btnwhats:hover{
    transform: scale(1.05);
}
.imgredes{
    width: 80%;
}
.servicioshero{
   background-color: #202123;
   padding-top: 50px;
   padding-bottom: 50px;
}
.mtserv{
    margin-top: 20px;
}
.wmax{
    width: 100%;
}
.pddleft{
    padding-right: 80px;
}
.accordion-item, .accordion-header, .accordion-button{
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}
.accordion-button:not(.collapsed){
    background: transparent;
    border: none;
    box-shadow: none;
    color: white;
    outline: none;
}
.accordion-button{
    color: #808081;
    font-family: 'Axiforma', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    padding: 0;
    margin-top: 40px;
}
.accordion-button::before {
    content: "+";
    font-weight: bold;
    margin-right: 0.75rem;
    transition: transform 0.2s ease;
}

.accordion-button:not(.collapsed)::before {
    content: "–";
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button::after {
    display: none !important;
}
.acordn{
    color: white;
    font-weight: 300;
    font-size: 1.1rem;
    text-align: justify;
    line-height: 1.3;
}
.acrtdcolor{
    color: #0296d3;
    margin-bottom: 25px;
}
.mtonserv{
    margin-top: 70px;
    margin-bottom: 14px;
}
.lineimg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.cubeline{
    width: 20%;
}
.cubeline img{
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}
.cubeline img:hover{
    filter: grayscale(0);
}
.beforetitle{
    font-family: 'Axiforma', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: #219BD8;
    margin-bottom: 15px;
}
.bgagencia{
    background-image: url('../img/bgagencia.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 55px;
    padding-bottom: 55px;
}
.parrafoagencia{
    color: #FFF;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-wrap: balance;
}
.btnagencia{
    border-radius: 10px;
    background: #219BD8;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    transition: transform 0.2s ease-in-out;
    display: inline-block;
    text-decoration: none;
    padding: 10px 35px;
}
.btnagencia:hover{
  transform: scale(1.05);
}

.mtituage{
    margin-bottom: 20px;
}
.mparraagencia{
    margin-bottom: 22px;
}
.chgcolortitle{
    color: #252627;
}
.bgestrategia{
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.divform{
    border-radius: 10px;
    background: #219BD8;
    border: none;
    padding: 28px 28px;
    margin-right: 40px;
    margin-top: 6px;
}
.divform h2{
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
#estrategiaimg{
    width: 100%;
}
.divform label{
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
}
.divform input{
  margin-bottom: 10px;
}
.divform button{
    border-radius: 10px;
    background: #252627;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 45px;
    margin-left: auto;
    display: flex;
    margin-top: 27px;
    margin-bottom: 4px;
}
#res{
    text-align: center;
    color: white;
    font-size: 1.1rem;
}

.bgtestimonio{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.slick-slide {
    margin: 0 10px;
}
.margbttotest{
    margin-bottom: 32px;
}

footer{
    margin-top: 20px;
}

#logofooter{
    width: 280px;
}
.titlefooter{
    font-family: 'Axiforma', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
}

.list-footer{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-footer a{
   text-decoration: none;
   color: #000;
   transition: color 0.2s ease-in-out;
   line-height: 1.2;
}
.list-footer li{
    margin-bottom: 5px;
 }

.list-footer a:focus, .list-footer a:hover {
    color: #019ad2;
}

.list-footer a img{
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
 }
 .mpsace li{
    margin-bottom: 18px;
 }

.copyright{
    font-size: 0.9rem;
    color: #c7c7c7;   
    margin-bottom: 20px;         
}




@media (max-width: 1400px){
    .nav-link {
        font-size: 1rem;
    }
    .btnmenu {      
        font-size: 1rem;
        margin-left: 40px;       
    }
    #logotop {
        width: 135px;
    }
    .nav-item {
        margin-left: 10px;
    }
    .titlegallo {
        font-size: 2.6rem;
    }
    .subtitlegallo {
        font-size: 1.2rem;
    }
    .parrafohero {
        font-size: 1.2rem;
    }
    .btnhero {       
        font-size: 1.2rem;       
    }
    .parrafonivel {
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    .parrafonivel b {
        font-size: 1.8rem;
    }
    .btnwhats {
        font-size: 1.2rem;
        margin-top: 5px;
    }
    .pddleft {
        padding-right: 70px;
    }
    .accordion-button {
        font-size: 1.2rem;
        margin-top: 32px;
    }
    .acrtdcolor {
        margin-bottom: 20px;
    }
    .acordn {
        font-size: 1rem;
    }
    .mtonserv {
        margin-top: 60px;
        margin-bottom: 11px;
    }
    .divform h2 {
        font-size: 1.3rem;
    }
    .parrafoagencia {
        font-size: 1rem;
    }
    #logotop {
        width: 120px;
    }
    .mtopmenu {
        padding-top: 10px;
    }
}
@media (max-width: 1200px){
    #logotop {
        width: 116px;
    }
    .btnmenu {
        font-size: 0.9rem;
        margin-left: 25px;
    }
    .nav-link {
        font-size: 0.9rem;
    }
    .nav-item {
        margin-left: 0px;
    }
    .btnmenu img {
        width: 18px;
        margin-right: 6px;
    }
    .dropdown-item {
        font-size: 0.9rem;
    }
    .mbtitlehero {
        margin-top: 115px;
        margin-bottom: 20px;
    }
    .titlegallo {
        font-size: 2.1rem;
    }
    .subtitlegallo {
        font-size: 1.1rem;
    }
    .parrafohero {
        font-size: 1.1rem;
    }
    .btnhero {
        font-size: 1.1rem;
    }
    .bghero {
        padding-bottom: 50px;
    }
    .nivelhero {
        padding-top: 65px;
        padding-bottom: 55px;
    }
    .imgredes {
        width: 90%;
    }
    .parrafonivel {
        margin-bottom: 15px;
        font-size: 1.1rem;
    }
    .parrafonivel b {
        font-size: 1.5rem;
    }
    .btnwhats {
        font-size: 1.1rem;
    }
    .pddleft {
        padding-right: 50px;
    }
    .accordion-button {
        font-size: 1.1rem;
        margin-top: 30px;
    }
    .acrtdcolor {
        margin-bottom: 17px;
    }
    #logofooter {
        width: 230px;
    }
    .titlefooter {
        font-size: 1.3rem;
    }
    .list-footer a {
        font-size: 0.9rem;
    }
}

@media (max-width: 992px){
    .navbar-toggler{
        color: white;
        border-color: white;
    }
    #navbarSupportedContent{
        position: absolute;
        top: 70px;
        right: 0px;
        background: rgb(31, 33, 35);
        text-align: center;
        width: 50%;
        margin: auto;
    }
    .btnmenu {
        font-size: 1rem;
        margin-left: 0;
        margin-bottom: 23px;
        display: inline-block;
    }
    .nav-link {
        font-size: 1rem;
    }
    .dropdown-item {
        font-size: 1rem;
    }
    .dropdown-menu{
        text-align: center;
    }
    .mbtitlehero {
        margin-top: 100px;
        margin-bottom: 15px;
    }
    .pddleft {
        padding-right: 12px;
    }
    .titlegallo {
        font-size: 1.75rem;
    }
    .subtitlegallo {
        font-size: 1.05rem;
        margin-bottom: 65px;
    }
    .parrafohero {
        font-size: 1.05rem;
    }
    .bghero {
        padding-bottom: 35px;
    }
    .btnhero {
        font-size: 1.05rem;
    }
    .imgredes {
        width: 96%;
    }
    .parrafonivel {
        margin-bottom: 13px;
        font-size: 1.05rem;
    }
    .parrafonivel b {
        font-size: 1.4rem;
    }
    .colorch br{
        display: none;
    }
    .btnwhats {
        font-size: 1.05rem;
    }
    .nivelhero {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .accordion-button {
        font-size: 1.05rem;
        margin-top: 25px;
    }
    .divform {
        margin-right: 0;
    }
    .divform input {
        margin-bottom: 7px;
    }
    .list-footer a img {
        width: 16px;
    }
    .bgagencia {
        padding-top: 27px;
        padding-bottom: 30px;
        text-align: center;
    }
    .bgestrategia {
        padding-top: 35px;
        padding-bottom: 27px;
    }
    .divform{
        padding: 20px 20px;
        margin-bottom: 40px;
    }
    .divform h2,.divform p{
        text-align: center;
    }
    footer {
                text-align: center;
    }
}
@media (max-width: 767px){
    .titlegallo br{
        display: none;
    }
    .titlegallo{
        font-size: 1.6rem;
       text-align: center;
    }
    .mbtitlehero {
        margin-top: 60px;
        margin-bottom: 15px;
    }
    .subtitlegallo {
        font-size: 1.1rem;
        margin-bottom: 30px;
        text-align: center;
    }
    .subtitlegallo br{
        display: none;
    }
    .parrafohero {
        font-size: 1.1rem;
        text-align: center;
        width: 100%;
    }
    .btnhero {
        font-size: 1.1rem;
        margin: auto;
    }
    .movilcenter{
        text-align: center;
    }
    .orden1{
        order: 1;
    }
    .orden2{
        order: 2;
    }
    .parrafonivel br{
        display: none;
    }
    .parrafonivel b {
        font-weight: bold;
        display: inline-block;
    }
    .parrafonivel {
        margin-bottom: 12px;
        font-size: 1.1rem;
        text-align: center;
    }
    .nivelhero {
        padding-top: 35px;
        padding-bottom: 40px;
        text-align: center;
    }
    .imgredes {
        width: 88%;
        margin-top: 25px;
    }
    .accordion-button {
        font-size: 1.1rem;
    }
    .wmax {
        margin-top: 40px;
    }
    .cubeline {
        flex: 0 0 calc(50% - 6px);
        box-sizing: border-box;
    }
    .lineimg {      
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cubeline img {
        width: 100%;
    }
    .servicioshero {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    #navbarSupportedContent {
        width: 85%;
    }
    .bghero {
        background-position: right;
    }
    .bgtestimonio {
        padding-top: 15px;
        padding-bottom: 25px;
        text-align: center;
    }
    .margbttotest {
        margin-bottom: 14px;
    }
    #logofooter {
        width: 200px;
        margin-bottom: 14px;
    }
    .list-footer li {
        margin-bottom: 2px;
    }
    .copyright {
        font-size: 0.8rem;
    }
}
@media (max-width: 369px){
    #navbarSupportedContent {
        width: 100%;
    }
}