@font-face {
    font-family: 'MiFuenteNormal'; /* El nombre que quieres darle a la fuente */
    src: url('..//font/CircularStd-Black.otf')
  }

  @font-face {
    font-family: 'MiFuenteBold'; /* El nombre que quieres darle a la fuente */
    src: url('..//font/CircularStd-Bold.otf')
  }

/* Estiliza la barra de desplazamiento para navegadores WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 8px; /* Ancho de la barra */
}

/* Fondo de la barra de desplazamiento */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color del fondo */
    border-radius: 10px;
}

/* Estiliza el "thumb" (la parte que se mueve) */
::-webkit-scrollbar-thumb {
    background: #2c4357c7; /* Color principal */
    border-radius: 10px;
}

/* Efecto al pasar el cursor sobre la barra */
::-webkit-scrollbar-thumb:hover {
    background: rgb(8, 55, 105)c7; /* Color al hacer hover */
}

  /* Estilos de la Seccion principal */

  .txtmargin {
    background-color: #00000023;  /* Color de fondo */
    color: #2c4357c7;  /* Color del texto */
    font-family: 'MiFuenteBold';  /* Fuente personalizada */
    display: inline-block;  /* Hace que el fondo se ajuste al tamaño del texto */
    padding: 5px 15px;  /* Espaciado alrededor del texto */
    border-radius: 10px;  /* Bordes redondeados */
    max-width: fit-content;  /* Hace que el contenedor ocupe solo el ancho del contenido */
    font-size: 13px !important;
}



.txtprimario{
    color: #222222;
    font-family: 'MiFuenteBold'; 
}

.txtsecundario{
    color: #2c4357a9;
    font-family: 'MiFuenteBold'; 
}
  
.bold{
    font-family: 'MiFuenteBold';
}

.mybtnprincipal{
    background: #FA4C05;
    border-color: #FA4C05;
    --bs-btn-active-bg: #FA4C05;
    color: white;
}

#principal .mybtnprincipal{
    width: 50% !important;
}

@media (max-width: 768px) { /* Ajusta el tamaño según necesites */
    #principal .mybtnprincipal {
        width: 100% !important;
    }

    #principal .txtmargin {
        background-color: #00000023;  /* Color de fondo */
        color: #2c4357c7;  /* Color del texto */
        font-family: 'MiFuenteBold';  /* Fuente personalizada */
        display: inline-block;  /* Hace que el fondo se ajuste al tamaño del texto */
        padding: 5px 15px;  /* Espaciado alrededor del texto */
        border-radius: 10px;  /* Bordes redondeados */
        max-width: fit-content;  /* Hace que el contenedor ocupe solo el ancho del contenido */
        font-size: 10px !important;
    }
}

.mybtnprincipal:hover{
    background: #b94010;
    border-color: #b94010;
    color: white;
}

.mybtnsecundario{
    background: #2f485c00;
    border-color: #2F485C;
    --bs-btn-active-bg: #2F485C;
    color: #2F485C;
    border: 2px solid #2F485C;
}

.mybtnsecundario:hover{
    background: #1a2b3600;
    border-color: #1A2B36;
    color: #2F485C;
}




#principal img{
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
}

strong{
    font-family: 'MiFuenteBold' !important;
    color: #FA4C05 !important;
}


  /* Estilos de la Seccion porque nosotros */

  #pnosotros{
    background: #f8f8f8;
    
  }

 .secundario{
    font-family: 'MiFuenteBold' !important;
    color: #2F485C !important;
}

#pnosotros i {
    background-color: #2F485C;
    color: white;
    border-radius: 50%;  /* Hace el fondo completamente redondeado */
    padding: 15px;  /* Ajusta el tamaño del fondo */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px; /* Tamaño del fondo */
    height: 80px; /* Tamaño del fondo */
    font-size: 45px; /* Tamaño del icono */
}


/* Estilos de la Seccion porque integracion */

#integracion h2{
    font-family: 'MiFuenteBold' !important;
    color: #2F485C !important;
}


#integracion p{
    font-family: 'MiFuenteBold' !important;
    color: #000000c7;
}

#integracion a{
    font-family: 'MiFuenteBold' !important;
    color: #2F485C;
    text-decoration: none;
}


/* Estilos de la Seccion carrusel */
.owl-carousel .item {
    text-align: center;
    padding: 20px;
}

.owl-carousel .item img {
    width: 150px;  /* Ajusta el ancho */
    height: auto;  /* Mantiene la proporción */
    display: block;
    margin: auto;
    filter: grayscale(90%); /* Gris claro casi blanco */
}

#carrusel{
    background: #2F485C;
}

.message{
    font-family: 'MiFuenteBold' !important;
    color: rgba(0, 0, 0, 0.507);
    display: flex;
    align-items: center;   /* Centra verticalmente */
    text-align: center;
}

.message p {
    margin: 0;  /* Elimina el margen por defecto */
}

/* Estilos de la Seccion video */

#video-section {
    background-color: #f2f2f2;  /* Fondo gris claro */
}

.video-container {
    background-color: #ccc;  /* Fondo gris más oscuro para el video */
    border-radius: 15px;  /* Bordes redondeados alrededor del video */
    padding: 15px;  /* Espaciado alrededor del video */
    max-width: 900px;  /* Limita el tamaño máximo */
    margin: 0 auto;  /* Centra el contenedor del video */
}

.video {
    width: 100%;  /* Hace que el video ocupe todo el ancho del contenedor */
    border-radius: 10px;  /* Bordes redondeados del video */
}

#footer h5{
    background: #27495E !important;
    font-family: 'MiFuenteNormal';
}

#footer{
    background: #27495E !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
}


#footer a{
    text-decoration: none;
}

.footer-bottom a{
    text-decoration: none;
    color: #c91167

}

.footer-bottom img{
    width: 50px;
    height: auto;
    margin: 0 15px; /* Aumenta el espacio entre imágenes */

}

.footer-bottom .icons a{
    margin: 0 10px; /* Aumenta el espacio entre imágenes */
    background-color: #2F485C;
    color: white;
    border-radius: 50%;  /* Hace el fondo completamente redondeado */
    padding: 15px;  /* Ajusta el tamaño del fondo */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px; /* Tamaño del fondo */
    height: 30px; /* Tamaño del fondo */
    font-size: 15px; /* Tamaño del icono */

}



/* Estilos de la Seccion desarrolladore en integracion */

.text-muted{
    font-family: 'MiFuenteBold' !important;
    color: #2F485C !important;
}

.btndocumentacion{
    font-family: 'MiFuenteBold' !important;
    background: #2F485C;
    border-color: #2F485C;
    --bs-btn-active-bg: #2F485C;
    color: white;
}


.btndocumentacion:hover{
    background: #21303d;
    border-color: #21303d;
}

#carruselintegracion{
    background: #ffffff;
}

#carruselintegracion img {
    filter: grayscale(100%) brightness(70%);
}


.txtsecundario2{
    color: #2F485C;
    font-family: 'MiFuenteBold'; 
}


/* Estilos de la Seccion envios en integracion */
#infoenvios{
background: #f7f7f7 !important;
}


#infoenvios i {
    background-color: #2F485C;
    color: white;
    border-radius: 50%;  /* Hace el fondo completamente redondeado */
    padding: 15px;  /* Ajusta el tamaño del fondo */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px; /* Tamaño del fondo */
    height: 80px; /* Tamaño del fondo */
    font-size: 45px; /* Tamaño del icono */
}


#valores i{
    background-color: #2F485C;
    color: white;
    border-radius: 10%;  /* Hace el fondo completamente redondeado */
    padding: 15px;  /* Ajusta el tamaño del fondo */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px; /* Tamaño del fondo */
    height: 60px; /* Tamaño del fondo */
    font-size: 25px; /* Tamaño del icono */
}

#valores img{
    border-radius: 5%;  
}

.accordion-button::after {
    background-image: url(../Media/mas.svg) !important;
}

.accordion-button:not(.collapsed) {
color: black !important;
background: white;

}

.accordion-button:focus{
    --bs-btn-active-bg: #FA4C05 !important;
    box-shadow: var(--bs-btn-active-bg) !important;
   
}


.mytxt{
    font-family: Arial, Helvetica, sans-serif!important;
    color: #a3a3a3 !important;
}

#beneficios{
    background: #eeeeee54;
}


#beneficios i{
    background-color: #2F485C;
    color: white;
    border-radius: 50%;  /* Hace el fondo completamente redondeado */
    padding: 15px;  /* Ajusta el tamaño del fondo */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px; /* Tamaño del fondo */
    height: 60px; /* Tamaño del fondo */
    font-size: 25px; /* Tamaño del icono */
}

/* Formulario*/

#login{
    overflow-x: hidden;
}

.divizquierda{
background: #2f485c !important;
}


.contenedortotdo{
    height: 100vh;
}

.txtprimario3{
    font-family: 'MiFuenteBold';
    color: white;
}

#login img{
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
}

.txtolvido{
    color: black !important;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif !important;
}

.txtregistrar{
    color: #FA4C05 !important;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif !important;
}

#login .form-check a{
    text-decoration: none;
    color: rgb(0, 89, 255);
}





.flecha .icono img {
    width: 124px;
    height: auto;
    margin-top: 19px;
}
.flecha .linea {
    width: 100%;
    height: 2px;
    background-color: #27495E;
    margin: 20px 5px;
    position: relative;
}
.flecha .punto {
    width: 12px;
    height: 12px;
    background-color: #27495E;
    border-radius: 50%;
    position: absolute;
    top: -5px;
}
@media (max-width: 768px) {
    .flecha .linea {
       display: none;
    }
    .flecha .punto {
        display: none;
    }
    .flecha .item {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .flecha .icono {
        margin-left: 30px;
    }
}