*{
    margin: 0;
    padding: 0;
    font-family: 'arkibal_displayregular';
    font-size: 16px;
}


/* --------------Estilo para el contenedor del loader-------------- */
.loader-container {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
/* ----------------------Estilo para el loader---------------------- */
.loader {
    border: 4px solid #f3f3f3; 
    border-top: 4px solid #00365b; 
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1.5s linear infinite;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hidden-alt {
    font-size: 0;
    color: transparent;
  }

/* ----------------------Estilo para el loader---------------------- */

  
/* ----------------------BOTON FLOTANTE REDES----------------------*/

.btn-wsp{
    position: fixed;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    bottom: 30px !important;
    right: 30px;
    background: #00365b;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    z-index: 1;
}

.btn-wsp i{
    font-size: 30px;
    color: #fff;
}

#rotar{
    -moz-transition: all 0.35s ease-out !important;
    -ms-transition: all 0.35s ease-out !important;
    -o-transition: all 0.35s ease-out !important;
    -webkit-transition: all 0.35s ease-out !important;
}

#rotar:hover{
    -moz-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    -o-transform: rotate(360deg) !important;
    -webkit-transform: rotate(360deg) !important;
}


/* ----------------------BOTON FLOTANTE REDES----------------------*/



/* ----------------------NAVBAR----------------------*/

.nav-padding{

    padding-top: 100px;

}

.nav-padding-corp{

    padding-top: 72px;
}


.navbar-nav a{

    margin: auto 20px auto auto !important;

}

.btn-navbar {
    color: #fff !important;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.6em 1.2em;
    background: #00365b;
    border: 2px solid;
    border-color: #00365b;
    position: relative;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 40%);
}

.btn-navbar:hover,
.btn-navbar:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}


.navbar-brand img{
    width: 65%;
}


.nav{
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.button-dropdown{
	border: none;
	background: none;
}

/* ----------------------NAVBAR----------------------*/

/* ----------------------IMAGENES CAROUSEL----------------------*/

.contendor-img-carousel-marzo{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    border-radius: 30px;
}

.contendor-img-carousel-marzo img{
    width: 100%;
    height: 100%;
}

.contendor-img-carousel-marzo p{
    font-size: 1.5rem;
    color: #5F5F61;
    position: absolute;
    bottom: -10%;
    left: 78%;
    transform: translate(-50%, -50%);
}


.contendor-img-carousel{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    border-radius: 30px;
}

.contendor-img-carousel img{
    width: 100%;
    height: 100%;
}

.contendor-img-carousel p{
    font-size: 1.5rem;
    color: #5F5F61;
    position: absolute;
    bottom: -10%;
    left: 78%;
    transform: translate(-50%, -50%);
}

.boton-banner{
        font-size: 1em;
        background-color: #fff;
        border-radius: 30px;
        padding: 0.5em 2em;
        text-decoration: none;
        justify-content: flex-end!important;
}

.boton-banner b{
    font-size: 1em;
}

.boton-banner-pymes{
    font-size: 1em;
    background-color: #fff;
    color: #5F5F61;
    border-radius: 30px;
    padding: 0.5em 2em;
    text-decoration: none;
    justify-content: flex-end!important;

    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, 50%);
    transition: transform 0.3s; /* Agrega una transición al efecto transform */
}

.boton-banner-pymes:hover{
    transform: translate(-50%, 10%);
}	


/* ----------------------IMAGENES CAROUSEL----------------------*/

/* ----------------------BOTONES MENU----------------------*/

.nav-item2{
    width: 9em;
    margin-left: 1.25rem !important;
    margin-top: 2.19rem !important;
    background: none;
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

.raise {
    --color: #fff;
    --hover: #6d6d6d;
  }

.nav-item2 a{
    text-align: center;
    background: none;
}


.nav-link {
    color: var(--color);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #00365b !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 /40%);
}

/* ----------------------BOTONES MENU----------------------*/

/* ----------------------DESTACADOS----------------------*/

.container{
    margin-top: 4em !important;
    margin-bottom: 2em !important;
}

.titulos-destacados{
    margin-bottom: 1em;
}

.titulo-pagar,
.titulo-pagar h1{
    display:flex;
    justify-content:center;
    margin:auto;
    padding-top: 75px;
    padding-bottom: 25px;
    color: #00365f;
    font-family: 'arkibal_displayheavy';
}

.titulos-destacados h1,
.titulos-destacados h2{
    background: -webkit-linear-gradient(360deg, rgba(0,55,98,1) 25%, rgba(0,204,160,1) 65%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-family: 'arkibal_displayheavy';
}

.negritas-titulo{
    font-family: 'arkibal_displayregular';
}

.titulos-destacados p{
    background: -webkit-linear-gradient(360deg, rgba(0,55,98,1) 25%, rgba(0,204,160,1) 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-size: 20px;
   
    margin-bottom: 40px;

}

.span{
    margin-bottom: 0.31em !important;
}

.row{
    display: flex;
    justify-content: center;
    margin-left: 0.625em !important;
    margin-right: 0.625em !important;
}

.bg-card{
    box-shadow: 0px 6px 6px rgb(0 0 0 /30%);
    border-radius: 30px!important;
    background-color: #f1f1f1 !important;
}

.card-body hr{
    border-width: 0.1px !important;
    margin-bottom: 5px!important;
    margin-top: 5px!important;
}

.card p{
    font-family: 'arkibal_display_ltlight';
    font-size: 16px;
    font-weight:900;
}

.card p i{
    color: #04998d;
    font-size: 1.56em;
    margin-right: 0.31rem !important;
}

.card-text{
    text-align: justify;
}

.card a i{
    color: #04998d;
    font-size: 0.94em;
    margin-right: 0.31rem !important;
}

.card h3{
    color: #00a29b; 
    font-family: 'arkibal_displayheavy';
}

.card-title{
	font-size: 1.5em !important;
	font-weight: bold !important;
	font-family: 'arkibal_displayregular' !important;
}

.card .botones{
    color: #fff;
    font-size: 1em;
    background-color: #00365f;
    border-radius: 30px;
    border: none;
    padding: 0.5em 2em;
    text-decoration: none;
    justify-content: flex-end!important;
}

.card .botones:hover{
    background-color: #88c9bf;
}

.infor-factibilidad {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 30px;
}   
 

.infor-factibilidad p{
    font-size: 0.78em !important;
    font-family: 'arkibal_display_ltlight';
    font-weight: 900;
    color: darkgrey;
    text-transform: uppercase;
    text-align: justify;
    text-justify: inter-word;
}

.infor-factibilidad i{
    color: #00a29b;
    font-size: 1.9em;
    margin-right: 10px;

}

.contenedor-img-tnt-pack{
    width: 100%;
    max-width: 50%;

    margin: 50px auto;

}

.img-promocion-tnt{
	width: 100%;
    height: auto;
}

/* ----------------------DESTACADOS----------------------*/


/*--------------------- CARDS PRESENTACION BLOGS ------------------------*/

.card-titulos{
	font-size: 1.1em !important;
	font-family: 'arkibal_displayregular' !important;
	font-weight: 100 !important;
}

.card-blogs{
    background: none !important;
    border: none !important;
    width: 18rem !important; 
    padding: 0 !important;
    border: none !important;
    box-shadow: 6px 6px 6px rgb(0 0 0 / 40%);
    border-radius: 30px !important;
}

.card-blogs img{
    border-radius: 30px !important;
}

.card-blogs a{
    text-decoration: none;
    color: #00365f;
}

/*--------------------- CARDS PRESENTACION BLOGS ------------------------*/


/*--------------------- CARGA DE IMAGENES ------------------------*/


  
  

/*--------------------- CARGA DE IMAGENES ------------------------*/



 /* ------------------ FOOTER -------------------- */ 

 .logo-footer{
    width: 10% !important;
}

.titulos-footer h6{
    text-align: start !important ;
}

.empresa p{
    color: #000;
    font-size: 0.9em !important;
    text-align: justify;
}

 .neutralidad{
    background: none;
    border: none;
    color: #00365f;
    font-size: 0.9em;
    margin: 10px 0px 10px 0px;
    text-align: left;
    text-decoration: none;
}

.neutralidad:hover{
    color: #fff;
}

iframe{
    width: 100%;
    height: 100%;
}

.modal-footer-body{
    height: 500px;
}

.quienes-somos p{
    text-decoration: none;
    color: #00365f!important;
    font-size: 0.9rem !important;
    margin-top: 1em;
    text-align: left;
}



.quienes-somos h6{
    color: #00365f !important;
    font-family: 'arkibal_displayheavy';
}


.quienes-somos a:hover{
    color: #fff !important;
}

.iconos-footer a i{
    font-size: 2em;
    color: #00365f;
    text-decoration: none;
}

.iconos-footer a{
    color: #00365f;
    text-decoration: none;
}

.iconos-footer a i:hover{
    color: #fff;
}

.margen-regulaciones{
    margin-bottom: 20px !important;
}

.somos-empresa{
    text-align: center !important;
    width: 50% !important;
}

.somos-empresa p{
    color: #000;
    font-family: 'arkibal_display_ltlight';
    font-weight: bold;

}


.my-table {
    width: 80%;
    margin: auto;
    border-radius: 10px;
    background-color: #01a49c;
    border-collapse: separate;
  }
  
  .my-table th,
  .my-table td {
    padding: 8px;
    text-align: center;
    background-color: #fff ;
  }

  .my-table .jiji td:nth-child(1){
    border-radius: 0 0 0 10px;
  }

  .my-table .jiji td:nth-child(3){
    border-radius: 0 0 10px 0;
  }

  .my-table th:nth-child(1){
    border-radius: 10px 0 0 0;
  }

  .my-table  th:nth-child(3){
    border-radius: 0 10px 0 0;
  }
  
  .my-table th {
    background-color: #01a49c;
    font-weight: bold;
  }

  .my-table th:nth-child(1){
    width: 25%;
  }
  .my-table th:nth-child(2) {
    width: 60%;
  }
  .my-table th:nth-child(3){
    width: 15%;
  }


 /* ------------------ FOOTER -------------------- */ 

/* ----------------------RESPONSIVE----------------------*/

@media (max-width: 2560px) { 

    .contenedor > a{

        padding: 50px;

    }

    .infor-factibilidad {
        width: 45%;
    } 

    .contendor-img-carousel-marzo p {
        bottom: -5%;
        left: 88%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel p {
        bottom: 5%;
        left: 88%;
        transform: translate(-50%, -50%);
    }

}

@media (max-width: 2440px) { 

    .contenedor > a{

        padding: 50px;

    }

    .infor-factibilidad {
        width: 45%;
    } 

    .contendor-img-carousel-marzo p {
        bottom: -5%;
        left: 81%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel p {
        bottom: 5%;
        left: 81%;
        transform: translate(-50%, -50%);
    }

}

@media (max-width: 2000px) { 

    .contenedor > a{

        padding: 50px;

    }

    .infor-factibilidad {
        width: 45%;
    } 

    .contendor-img-carousel-marzo p {
        bottom: -5%;
        left: 81%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel p {
        bottom: 5%;
        left: 81%;
        transform: translate(-50%, -50%);
    }

}

@media (max-width: 1510px) { 

    .contenedor > a{

        padding: 50px;

    }

    .infor-factibilidad {
        width: 45%;
    } 

    .contendor-img-carousel-marzo p {
        bottom: -10%;
        left: 80%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel p {
        bottom: 10%;
        left: 80%;
        transform: translate(-50%, -50%);
    }

}

@media (max-width: 1440px) { 

    .contenedor > a{

        padding: 50px;

    }

    .infor-factibilidad {
        width: 45%;
    } 

    .contendor-img-carousel-marzo p {
        bottom: -10%;
        left: 80%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel p {
        bottom: 10%;
        left: 80%;
        transform: translate(-50%, -50%);
    }

}

@media (max-width: 1430px) { 

    .contenedor > a{

        padding: 50px;

    }

    .infor-factibilidad {
        width: 45%;
    } 

    .contendor-img-carousel-marzo p {
        bottom: -10%;
        left: 78%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel p {
        bottom: 10%;
        left: 78%;
        transform: translate(-50%, -50%);
    }

    .boton-banner-pymes{

        padding: 5px 10px;

    

    }

}


@media (max-width: 1310px) { 

    .contendor-img-carousel-marzo p {
        bottom: -10%;
        left: 70%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel p {
        bottom: 10%;
        left: 70%;
        transform: translate(-50%, -50%);
    }



}


@media (max-width: 1024px) { 

    .contenedor > a{

        padding: 50px;

    }

    .infor-factibilidad {
        width: 45%;
    } 

    .boton-banner{
        font-size: 10px;
        background-color: #fff;
        border-radius: 30px;
        padding: 0.1em 1em;
        text-decoration: none;
        justify-content: flex-end!important;
    }

    .boton-banner b{
        font-size: 16px;
    }

    .contendor-img-carousel-marzo p {
        bottom: -5%;
        left: 71%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel p {
        bottom: 0%;
        left: 71%;
        transform: translate(-50%, -50%);
    }

}


/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 992px) { 

    .contenedor > a{

        padding: 50px;

    }
    

    
    .contendor-img-carousel-marzo p{
        bottom: -15%;
        left: 70%;
        transform: translate(-50%, -50%);
    }
    
    .contendor-img-carousel p{
        bottom: 5%;
        left: 70%;
        transform: translate(-50%, -50%);
    }  

    .nav-padding{

    	padding-top: 100px;

    }

    .nav-padding-corp{

    	padding-top: 72px;

    }


    .titulo-pagar{
	padding-top: 35px;
    }

}

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) { 


    .contenedor > a{

        padding: 50px;

    }

    .somos-empresa{
        width: 100% !important;
    }

    .logo-footer{
        width: 25%!important;
    }

    .nav-padding {
        padding-top: 100px;
    }

    .titulos-footer h6{
        text-align: center;
    }
    .iconos-footer{
        text-align: center;
    }

    .boton-banner-pymes{
        font-size: 14px;

        padding: 4px 6px;
    }

    .boton-banner{
        font-size: 10px;
        background-color: #fff;
        border-radius: 30px;
        padding: 0.1em 1em;
        text-decoration: none;
        justify-content: flex-end!important;
    }

    .boton-banner b{
        font-size: 16px;
    }

    .contendor-img-carousel-marzo p{
        bottom: -15%;
        left: 65%;
        transform: translate(-50%, -50%);
    }  

    .contendor-img-carousel p{
        bottom: 5%;
        left: 65%;
        transform: translate(-50%, -50%);
    }
	.img-promocion-tnt{
		max-width: 100%;
	}

    .banner-d-none{
        display: none !important;
    }


}


@media (max-width: 650px) { 



    .boton-banner b{
        font-size: 16px;
    }

    .contendor-img-carousel-marzo p{
        bottom: -15%;
        left: 65%;
        transform: translate(-50%, -50%);
    }  

    .contendor-img-carousel p{
        bottom: 5%;
        left: 65%;
        transform: translate(-50%, -50%);
    }  

}


/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) { 


    .contenedor > a{

        padding: 50px;

    }

    
    .boton-banner{
            background-color: #fff;
            border-radius: 30px;
            padding: 0.1em 0.5em;
            text-decoration: none;
            justify-content: flex-end!important;
    }

    
    .contendor-img-carousel-marzo p{
        font-size: 0.5rem !important;
        color: #5F5F61;
        position: absolute;
        bottom: -15%;
        left: 78%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel p{
        font-size: 0.5rem !important;
        color: #5F5F61;
        position: absolute;
        bottom: 10%;
        left: 70%;
        transform: translate(-50%, -50%);
    }

    .boton-banner b{
        font-size: 16px;
    }
    
    .navbar-brand img{
        width: 100%;
        max-width: 150px !important;
    }

    .nav-padding {
        padding-top: 70px;
    }

    .nav-padding-corp{

    	padding-top: 66px;

    }

    .boton-banner-pymes{
        font-size: 10px;

        padding: 3px 5px;

    

    }

 }

 @media (max-width: 403px) { 

    .contendor-img-carousel-marzo p {
        bottom: -15%;
        left: 70%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel p {
        bottom: 5%;
        left: 70%;
        transform: translate(-50%, -50%);
    }

    .boton-banner-pymes{
        font-size: 8px;

        padding: 2px 5px;

    }


}