*{

    margin: 0;

    padding: 0;

    font-family: 'arkibal_displayregular';

    font-size: 16px;

}



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



.btn-wsp{

    position: fixed;

    width: 60px !important;

    height: 60px !important;

    line-height: 60px !important;

    bottom: 30px !important;

    right: 30px;

    background: #00365f;

    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----------------------*/



.navbar-nav a{



    margin: auto 20px auto auto !important;



}



.navbar-brand img{

    width: 65%;

}



.nav > li > button{

    font-size: 20px;

    color: #00365f;

    margin-inline: 20px;

    border-radius: 30px !important;

}



.nav > li > button:hover{

    color: #00a29b;

    border: 1px solid #00365f !important;

    border-radius: 30px;

}



nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    color: #fff !important;

    background-color: #00365f !important;

    border: none !important;

    border-radius: 30px;

}





.nav{

    display: flex;

    align-items: center;

    justify-content: center;

    background: none;

    border-bottom: none !important;

}



.tab-content{

    width: 93% !important;

    margin-bottom: 50px;



}



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





.carousel{

    margin: 50px 0px;

    border-radius: 30px;

    width: 75% !important;

}



.carousel-inner,

.carousel-item,

.carousel-item img{

    border-radius: 30px;

}


.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%);
}	


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



.container{

    margin-top: 4em !important;

    margin-bottom: 3em !important;

}



.titulos-destacados{

    margin-bottom: 1em;

}



.titulos-destacados h1{

    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-family: 'arkibal_displayheavy';

}



.negritas-titulo{

    font-family: 'arkibal_displayregular';

}



.titulos-destacados h5{

    color: #84d2c9;

}



.span{

    margin-bottom: 0.31em !important;

}



.row{

    display: flex;

    justify-content: center;

    margin-left: 0.625em !important;

    margin-right: 0.625em !important;

}



.card-body{

    margin-bottom: 20px;

}



.bg-card{

    box-shadow: 0px 6px 6px rgb(0 0 0 /30%);

    border-radius: 30px!important;

    background-color: #ecf0f68b !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 .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;

}







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







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

 .logo-footer{
    width: 10% !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-top: 1em;
    text-align: left;
}

.neutralidad:hover{
    color: #fff;
}

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

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

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



.quienes-somos h7{
    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: #00365f;
    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: 1430px) { 

    .boton-banner-pymes{

        padding: 5px 10px;

    

    }

}


/* `xl` applies to large devices (desktops, less than 1200px)*/

@media (min-width: 1200px) { 



    .contenedor > a{



        padding: 50px;



    }

}



/* `lg` applies to medium devices (tablets, less than 992px)*/

@media (max-width: 992px) { 



    .contenedor > a{



        padding: 50px;



    }




}




/* `md` applies to small devices (landscape phones, less than 768px)*/

@media (max-width: 768px) { 



    .contenedor{

        grid-template-columns: repeat(2, 1fr);

        grid-template-rows: repeat(2, auto);

        width: 50%;

        grid-template-areas: "widget-1 widget-2"

                             "widget-3 widget-3"

                             "widget-4 widget-5"

                             "widget-4 widget-6";

    }



    .contenedor > a{



        padding: 50px;



    }



    .somos-empresa{

        width: 100% !important;

    }



    .logo-footer{

        width: 25%!important;

    }

    .carousel-item,
    .carousel{
		width: 100% !important;
	}
	
	.boton-banner-pymes{
        font-size: 14px;

        padding: 4px 6px;

    

    }


 }

/* `sm` applies to x-small devices (portrait phones, less than 576px)*/

@media (max-width: 576px) { 



    .contenedor{

        grid-template-columns: repeat(2, 1fr);

        grid-template-rows: repeat(2, auto);

        width: 50%;

        grid-template-areas: "widget-1 widget-2"

                             "widget-3 widget-3"

                             "widget-4 widget-5"

                             "widget-4 widget-6";

    }



    .contenedor > a{



        padding: 50px;



    }



    .somos-empresa{

        width: 100% !important;

    }
 

    .navbar-brand img{

        width: 100%;

        max-width: 150px !important;

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

        padding: 3px 5px;

    

    }
	
	.carousel-indicators{
		
		display: none !important;
		
	}

 }



 @media (max-width: 375px) { 


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

        padding: 2px 5px;

    }


}