/*----- GENERAL -----*/
@font-face {
    font-family: 'SansationBold';
    src: url(./assets/Tipografia/Sansation-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'SansationItalic';
    src: url(./assets/Tipografia/Sansation-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'SansationRegular';
    src: url(./assets/Tipografia/Sansation-Regular.ttf) format('truetype');
}

.bandera{
    width: 20px;
    height: auto;
    margin: 0px 5px;
}

a {
    text-decoration: none !important;
}

body,
html {
    overflow-x: hidden !important;
}

.web {
    display: block !important;
}

.responsivo {
    display: none !important;
}

.dis {
    visibility: hidden !important;
}

.dis2 {
    visibility: visible !important;
}

.whatsapp-button {
    position: fixed;
    width: auto;
    height: auto;
    text-decoration: none;
    z-index: 1000;
    right: 10px;
    bottom: 10px;
}

.whatsapp-button img {
    object-fit: cover;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

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

.a-navbar-i {
    color: #FEFCE5;
    font-family: 'SansationBold' !important;
}

.a-navbar {
    color: #FEFCE5;
    font-family: 'SansationRegular' !important;
}

.a-navbar-i:hover {
    color: #FEFCE5;
    font-family: 'SansationBold' !important;
}

.a-navbar:hover {
    color: #FEFCE5;
    font-family: 'SansationRegular' !important;
    background-color: #1E1E1E;
}

.custom-dropdown-container {
    position: relative;
}

.custom-dropdown {
    position: absolute !important;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: none;
    background-color: #1E1E1E;
    border: 1px solid #333;
    min-width: 180px;
    padding: 10px 0;
}

.custom-dropdown .dropdown-item {
    text-align: center;
    color: #FEFCE5;
}

.custom-dropdown-container:hover .custom-dropdown {
    display: block !important;
}

.container-fluid.web {
    overflow: visible;
}

.navbar-toggler {
    border-color: white;
}

.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='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*----- INDEX -----*/
.fondo-index {
    background-image: url('./assets/Fotos/Inicio/Inicio1.png');
    background-position: center;
    background-size: cover;
    padding: 8% 0px;
}

.t-index {
    font-family: 'SansationBold' !important;
    font-size: 32px;
    color: #FEFCE5;
    margin: 0px;
}

.p-index {
    font-family: 'SansationRegular' !important;
    font-size: 17px;
    color: #FEFCE5;
}

.boton-amarillo {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    background-color: #EDE851;
    font-size: 12px;
    border-radius: 25px;
    padding: 5px 10px;
}

.boton-amarillo:hover {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    background-color: #EDE851;
    font-size: 12px;
    border-radius: 25px;
    padding: 5px 10px;
}

.p-index2 {
    font-family: 'SansationBold' !important;
    color: #FEFCE5;
    text-align: justify;
}

.p-index3 {
    font-family: 'SansationRegular' !important;
    color: #FEFCE5;
    text-align: justify;
    font-size: 14px;
}

.p-index4 {
    font-family: 'SansationRegular' !important;
    color: #FEFCE5;
    text-align: justify;
    font-size: 14px;
    padding: 2% 7%;
}

.p-index5 {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    margin-top: 2%;
}

.p-index6 {
    font-family: 'SansationItalic' !important;
    color: #1E1E1E;
}

.p-index7 {
    font-family: 'SansationBold' !important;
    color: #FEFCE5;
    margin-top: 2%;
}

.p-index8 {
    margin-top: 4%;
    font-family: 'SansationItalic' !important;
    color: #FEFCE5;
}

.t-index2 {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    margin: 0px;
    font-size: 26px;
}

.fondo-index2 {
    background-image: url('./assets/Fotos/Inicio/Inicio3.png');
    background-position: center;
    background-size: cover;
}

.p-index9 {
    font-family: 'SansationItalic' !important;
    color: #FEFCE5;
    font-size: 24px;
    margin: 0px;
}

li {
    font-family: 'SansationBold' !important;
}

.fondo-index3 {
    background-image: url('./assets/Fotos/Inicio/Inicio4.png');
    background-position: center;
    background-size: cover;
}

.fondo-index4 {
    background-image: url('./assets/Fotos/Inicio/Inicio5.png');
    background-position: center;
    background-size: cover;
}

.servicio-row {
    min-height: 230px;
}

.col-descripcion {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.boton-amarillo2 {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    background-color: #EDE851;
    font-size: 12px;
    border-radius: 25px;
    padding: 5px 10px;
    width: fit-content;
}

.boton-amarillo2:hover {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    background-color: #EDE851;
    font-size: 12px;
    border-radius: 25px;
    padding: 5px 10px;
    width: fit-content;
}

.p-index10 {
    font-family: 'SansationBold' !important;
    color: #FEFCE5;
    margin: 0px;
    font-size: 22px;
}

/*----- NOSOTROS -----*/

.p-nosotros {
    font-family: 'SansationBold' !important;
    color: #FEFCE5;
    margin: 0px;
    font-size: 22px;
}

.p-nosotros2 {
    font-family: 'SansationBold' !important;
    color: #FEFCE5;
    font-size: 18px;
}

.p-nosotros3 {
    font-family: 'SansationRegular' !important;
    color: #FEFCE5;
    margin: 0px;
}

.p-mision {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    font-size: 22px;
}

.p-mision2 {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    font-size: 20px;
    text-align: justify;
}

.p-mision3 {
    font-family: 'SansationRegular' !important;
    color: #1E1E1E;
    text-align: justify;
}

.fondo-nosotros {
    background-image: url('./assets/Fotos/Nosotros/Nosotros1.png');
    background-position: center;
    background-size: cover;
}

.fondo-nosotros2 {
    background-image: url('./assets/Fotos/Nosotros/Nosotros2.png');
    background-position: center;
    background-size: cover;
}

.p-mision4 {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    text-align: justify;
}

.p-nosotros4 {
    font-family: 'SansationItalic' !important;
    color: #1E1E1E;
    margin: 0px;
    font-weight: bolder;
    font-size: 14px;
}

.p-nosotros5 {
    font-family: 'SansationRegular' !important;
    color: #1E1E1E;
    text-align: justify;
    font-size: 14px;
}


.fondo-nosotros3 {
    background-image: url('./assets/Fotos/Nosotros/Nosotros3.png');
    background-position: center;
    background-size: cover;
}

.boton-amarillo3 {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    background-color: #EDE851;
    border-radius: 25px;
    padding: 5px 10px;
}

.boton-amarillo3:hover {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    background-color: #EDE851;
    border-radius: 25px;
    padding: 5px 10px;
}

.p-nosotros6 {
    font-family: 'SansationBold' !important;
    color: #FEFCE5;
    font-size: 35px;
}

.p-nosotros7 {
    font-family: 'SansationRegular' !important;
    color: #FEFCE5;
    font-size: 19px;
}

/*----- LEGAL -----*/
.p-legal {
    font-family: 'SansationBold' !important;
    color: #FEFCE5;
    font-size: 40px;
}

.p-legal2 {
    font-family: 'SansationItalic' !important;
    color: #1E1E1E;
    font-size: 22px;
}

.fondo-legal {
    background-image: url('./assets/Fotos/Servicio/Legal1.png');
    background-position: center;
    background-size: cover;
}

.fondo-legal2 {
    background-image: url('./assets/Fotos/Servicio/Legal2.png');
    background-position: center;
    background-size: cover;
}

.p-legal3 {
    margin-top: 3%;
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    font-size: 25px;
    line-height: normal;
}

.p-legal4 {
    font-family: 'SansationRegular' !important;
    color: #1E1E1E;
    text-align: justify;
    margin: 0px;
}

.caja-igual-altura {
    border: 2px solid #1E1E1E;
    padding: 5% 7%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

/*----- CONTABILIDAD -----*/
.p-contabilidad {
    font-family: 'SansationBold' !important;
    color: #FEFCE5;
    font-size: 40px;
}

.fondo-contabilidad {
    background-image: url('./assets/Fotos/Servicio/Contabilidad1.png');
    background-position: center;
    background-size: cover;
}

.fondo-contabilidad2 {
    background-image: url('./assets/Fotos/Servicio/Contabilidad2.png');
    background-position: center;
    background-size: cover;
}

.caja-igual-altura2 {
    padding: 0px 7% 5% 7%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    background-color: #FEFCE5;
}

/*----- AUDITORIA -----*/
.fondo-auditoria {
    background-image: url('./assets/Fotos/Servicio/Auditoria1.png');
    background-position: center;
    background-size: cover;
}

.fondo-auditoria2 {
    background-image: url('./assets/Fotos/Servicio/Auditoria6.png');
    background-position: center;
    background-size: cover;
}

.caja-igual-altura3 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

/*----- CONTACTO -----*/
.p-contacto {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    margin: 0px;
    font-size: 22px;
}


.p-contacto2 {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    font-size: 18px;
}

.form-container {
    width: 100%;
    max-width: 400px;
}

.form-control {
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'SansationRegular';
    color: #1E1E1E;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}


.form-group {
    margin-bottom: 20px;
}

.p-contacto3 {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    margin: 0px;
    text-align: justify;
    margin-bottom: 2%;
}

.invalid-feedback {
    font-size: 12px;
    color: red;
}

.boton-contacto {
    font-family: 'SansationRegular' !important;
    background-color: #1E1E1E;
    color: #FEFCE5;
    border-radius: 25px;
    padding: 2px 20px;
}

.boton-contacto:hover {
    font-family: 'SansationRegular' !important;
    background-color: #1E1E1E;
    color: #FEFCE5;
    border-radius: 25px;
    padding: 2px 20px;
}

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

.p-footer {
    font-family: 'SansationRegular' !important;
    color: #1E1E1E;
    margin: 0px;
    font-size: 14px;
}

.footer-icono {
    width: 15px;
    height: auto;
}

.p-footer2 {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    margin: 0px;
}


.a-footer {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    margin: 0px;
    text-decoration: none;
}

.a-footer:hover {
    font-family: 'SansationBold' !important;
    color: black;
    margin: 0px;
    text-decoration: none;
}

.a-footer2 {
    font-family: 'SansationRegular' !important;
    color: #1E1E1E;
    margin: 0px;
    text-decoration: none;
}

.a-footer2:hover {
    font-family: 'SansationBold' !important;
    color: #1E1E1E;
    margin: 0px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) and (min-width: 0px) {

    /*----- GENERAL -----*/
    .web {
        display: none !important;
    }

    .responsivo {
        display: block !important;
    }

    /*----- INDEX -----*/

    .t-index {
        font-size: 28px;
    }

    .p-index {
        font-size: 13px;
    }

    .boton-amarillo {
        font-size: 10px;
    }

    .fondo-index2 {
        height: 150px;
    }

    .fondo-index3 {
        height: 150px;
    }

    .fondo-index4 {
        height: 150px;
    }

    .p-index10 {
        font-size: 16px;
    }

    .fondo-nosotros {
        height: 250px;

    }

    .fondo-nosotros2 {
        height: 250px;

    }

    /*----- NOSOTROS -----*/

    .p-nosotros {
        font-size: 18px;
        padding: 0px 7%;
    }

    .p-nosotros2 {
        font-size: 16px;
        padding: 0px 7%;
    }

    .p-nosotros3 {
        font-size: 16px;
        padding: 0px 7%;
    }

    .p-nosotros6 {
        font-family: 'SansationBold' !important;
        color: #FEFCE5;
        font-size: 22px;
    }

    .p-nosotros7 {
        font-family: 'SansationRegular' !important;
        color: #FEFCE5;
    }

    /*----- CONTABILIDAD -----*/
    .p-contabilidad {
        font-size: 22px;
    }

    /*----- LEGAL -----*/

    .margen-responsivo {
        margin: 7% 0px;
    }

    .p-legal {
        font-size: 22px;
    }

    .p-legal2 {
        font-size: 16px;
    }

}