@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

.navbar {
    padding: 0px;
}

#nav-panel {
    padding: 0px;
    z-index: 3;
}

#contenedorPrincipal {
    padding: 0px;
    background: #000;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba(255, 0, 0, 1)" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}

#navbarNav {
    padding: 0px;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

#homeIcon {
    left: -5%;
    position: relative;
}

.nav-item>a,
#homeIcon {
    font-family: "Roboto", sans-serif;
    color: white;
}

.nav-link.active,
.show>.nav-link {
    color: #fff;
    border-bottom-color: currentcolor;

}

.nav-item>a:hover,
#homeIcon:hover {
    cursor: pointer;
    color: rgb(192, 0, 0);
}

.cambiaLenguaje {
    top: 18px;
    height: auto;
    display: flex;
    background: black;
    position: absolute;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
}

.cambiaLenguaje-mobile {
    display: none;
}

/************************************Sección home****************************************/
.home-banner-principal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('imagenes/home/header-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: white;
    height: 25.5pc;
    font-family: "Roboto", sans-serif;

}

.TitlePrincipal {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 4.5rem;
}

.TitlePrincipal2 {
    font-family: "Roboto", sans-serif;

    font-weight: 300;
    font-size: 2.5rem;
}

/************************************Sección certificación****************************************/
#logoCertificado {
    width: 300px;
}

#certificacion {
    z-index: 2;
}

.titleSection {
    font-size: 2.3rem;
    font-weight: 600;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.certificado {
    background: #ffffff;
    display: grid;
    position: relative;
    align-content: center;
    padding: 28px 0px;
    justify-content: center;
    justify-items: center;
    font-family: "Roboto", sans-serif;
}



#logoCertificado {
    width: 21%;
    padding: 21px;
}

.textCertificacion {
    color: #777777;
    width: 73%;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    font-family: "Roboto", sans-serif;
}

#certifica {
    width: 74%;
    padding: 30px;
}

#profepa {
    padding: 0px 414px 0px 0px
}

/************************************Sección nosotros****************************************/
.nosotros {
    background: rgb(255, 255, 255);
    display: grid;
    position: relative;
    align-content: center;
    padding: 28px 0px;
    justify-content: center;
    justify-items: center;
    font-family: "Roboto", sans-serif;
}

#genericaNosotros {
    border-radius: 84px;
    width: 20%;
    border-radius: 196px;
}

#textNosotros {
    color: #777777;
    width: 73%;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    font-family: "Roboto", sans-serif;
}

#textNosotros1 {
    width: 73%;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    line-height: 1.75;
    font-family: "Roboto", sans-serif;
}

#imagenesFundicion {

    display: flex;
    align-content: space-between;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.nosotros img {
    width: 33%;
    left: 0px;
    position: relative;
    margin: 25px;
}

/************************************Productos*************************************/
.products-section {

    padding: 34px;
    background: #eeeeeeee;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.text-product {

    width: 74%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: "Roboto", sans-serif;

    color: #777777;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
}

.text-product img {
    width: 33%;
    left: 0px;
    position: relative;
    margin: 25px;

    border-radius: 196px;
    padding: 28px;
}

.list-product {
    width: 88%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    font-family: "Roboto", sans-serif;
}

.list-product-sub {
    font-weight: 700;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
}

.list-product-item {
    font-family: "Roboto", sans-serif;

    color: #777777;
}

/************************************Servicios****************************************/

.services-section {
    font-family: "Roboto", sans-serif;
    padding: 34px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.images-service {
    width: 74%;
}

.subtitleSectionService {
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    line-height: 1.75;
}


/************************************Clientes****************************************/

.clients-section {
    font-family: "Roboto", sans-serif;
    padding: 34px;
    background: #eeeeeeee;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.text-clients {

    width: 74%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: "Roboto", sans-serif;
    color: #777777;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
}

.text-clients img {
    width: 33%;
    left: 0px;
    position: relative;
    margin: 25px;

    border-radius: 196px;
    padding: 28px;
}


/************************************Contacto****************************************/
.section-contacto {
    display: flex;
    font-family: "Roboto", sans-serif;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.tituloContacto {
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
}

#contacto2 {
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
}

#contacto1 {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
}

#form {
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
}

.form-control {

    text-align: center;
}

.formulario {
    width: 100%;
}

#formularioDeContacto {
    padding: 20px;
}

#enviar {
    width: 13.5pc;
    margin: 19px;
    background: #5be5ff;
    color: #000;
}

#enviar:hover {
    font-family: "Roboto", sans-serif;
    color: white;
    transform: scale(1.1);
    background: #0197ff;
    cursor: pointer;
    transition: 1s;
}

#enviar::not:hover {
    transition: 1s;
    font-family: "Roboto", sans-serif;
    width: 13.5pc;
    margin: 19px;
    background: #5be5ff;
    color: #000;
}

#msjConfirmacion {
    color: green;
    animation: msjEnviado 2500ms;
}

@keyframes msjEnviado {

    0% {
        opacity: 0;
        display: none;
    }

    100% {
        display: block;
        opacity: 1;
    }

}

/************************************Pie de página****************************************/
footer {
    background: #707070;
    padding: 28px;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    font-family: "Roboto", sans-serif;
}
footer span a{
    color: white;
    text-decoration: none;
}
footer h4 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    width: 40%;
    font-family: "Roboto", sans-serif;

}

.txtFooter {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
}

/*************************************Tamaño laptop********************************************************/
@media (max-width: 1199.98px) {
    #homeIcon {
        left: -10%;
        position: relative;
    }

    .nav {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;

    }

    .cambiaLenguaje {
        width: 165px;
        height: auto;
        display: flex;
        background: black;
        position: absolute;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}

/*************************************Tamaño tablet grande********************************************************/
@media (max-width: 991.98px) {
    .navbar {
        padding: 0px;
    }

    #botonMenuNav {
        height: 73px;
        top: 0px;
        position: absolute;
    }

    #nav-panel {
        padding: 0px;
        z-index: 3;
        height: 85px;
    }

    #contenedorPrincipal {
        padding: 0px;
        background: #000;
        height: 100%;
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba(255, 0, 0, 1)" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
        width: 79px;
        height: 73px;
    }

    #navbarNav {
        padding: 0px;
        justify-content: center;
        align-items: center;
        background-color: #000;
    }

    .nav-item>a,
    #homeIcon {
        color: white;
        left: 41%;
        top: 15px;
    }

    .nav {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #900101;
        background: #000;
        position: relative;
        top: 15px;
        background: #000;
        position: relative;
        height: 364px;
    }

    .nav-item>a,
    #homeIcon {
        color: white;
        left: 284px;
        top: 15px;
    }

    .nav-link.active,
    .show>.nav-link {
        color: #fff;
        border-bottom-color: currentcolor;

    }

    .nav-item>a:hover,
    #homeIcon:hover {
        cursor: pointer;
        color: rgb(192, 0, 0);
    }

    .cambiaLenguaje-mobile {
        left: 146px;
        width: 154px;
        height: auto;
        display: flex;
        background: black;
        position: absolute;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #selectorDeIdioma {
        display: none;
    }

    .btn {

        width: 73px;
        text-align: center;
        height: 28px;
        padding: 0px;
    }

    /************************************Sección home****************************************/
    /************************************Sección certificacion****************************************/
    #logoCertificado {
        width: 40%;
        padding: 21px;
    }

    .textCertificacion {
        color: #777777;
        width: 100%;
        font-size: 17px;
        text-align: center;
        line-height: 1.75;
    }

    #certifica {
        width: 100%;
        padding: 30px;
    }

    /************************************Sección nosotros****************************************/
    #genericaNosotros {
        width: 35%;
        border-radius: 196px;
    }

    #textNosotros1 {
        width: 73%;
        color: #000000;
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        line-height: 1.75;
    }

    #textNosotros {
        color: #777777;
        width: 99%;
        font-size: 17px;
        text-align: center;
        line-height: 1.75;
    }

    .nosotros img {
        width: 40%;
        left: 0px;
        position: relative;
        margin: 25px;
    }

    /************************************Sección Productos****************************************/

    .text-product img {
        width: 35%;
        left: 0px;
        position: relative;
        margin: 25px;
        border-radius: 196px;
        padding: 10px;
    }

    .text-product {
        width: 99%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        color: #777777;
        font-size: 17px;
        text-align: center;
        line-height: 1.75;
    }

    .list-product {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
    }

    /************************************Sección Clientes****************************************/
    .text-clients img {
        width: 35%;
        left: 0px;
        position: relative;
        margin: 25px;
        border-radius: 196px;
        padding: 0px;
    }

    .text-clients {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        color: #777777;
        font-size: 17px;
        text-align: center;
        line-height: 1.75;
    }
}

/*************************************Tamaño tablet mediana********************************************************/
@media (max-width: 767.98px) {

    .navbar {
        padding: 0px;
    }

    #botonMenuNav {
        height: 73px;
        top: 0px;
        position: absolute;
    }

    #nav-panel {
        padding: 0px;
        z-index: 3;
        height: 85px;
    }

    #contenedorPrincipal {
        padding: 0px;
        background: #000;
        height: 100%;
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba(255, 0, 0, 1)" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
        width: 79px;
        height: 73px;
    }

    #navbarNav {
        padding: 0px;
        justify-content: center;
        align-items: center;
        background-color: #000;
    }

    #homeIcon {
        left: -5%;
        position: relative;
    }

    .nav {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #900101;
        background: #000;
        position: relative;
        top: 15px;
        background: #000;
        position: relative;
        height: 364px;
    }

    .nav-item>a,
    #homeIcon {
        color: white;
        left: 284px;
        top: 15px;
    }

    .nav-link.active,
    .show>.nav-link {
        color: #fff;
        border-bottom-color: currentcolor;

    }

    .nav-item>a:hover,
    #homeIcon:hover {
        cursor: pointer;
        color: rgb(192, 0, 0);
    }

    .cambiaLenguaje-mobile {
        left: 146px;
        width: 154px;
        height: auto;
        display: flex;
        background: black;
        position: absolute;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #selectorDeIdioma {
        display: none;
    }

    .btn {

        width: 73px;
        text-align: center;
        height: 28px;
        padding: 0px;
    }

    /************************************Sección home****************************************/
    .home-banner-principal {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url('imagenes/home/header-bg.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        text-align: center;
        color: white;
        height: 25.5pc;

    }

    .TitlePrincipal {
        font-weight: 600;
        font-size: 3rem;
    }

    .TitlePrincipal2 {
        font-size: 1.8rem;
    }

    /************************************Sección certificación****************************************/
    #logoCertificado {
        width: 300px;
    }

    #certificacion {
        z-index: 2;
    }

    .titleSection {
        font-size: 2.5rem;
        font-weight: 600;
        color: #000;
    }

    .certificado {
        background: #ffffff;
        display: grid;
        position: relative;
        align-content: center;
        padding: 28px 0px;
        justify-content: center;
        justify-items: center;
    }



    #logoCertificado {
        width: 70%;
        padding: 21px;
    }

    .textCertificacion {
        color: #777777;
        width: 100%;
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.75;
    }

    #certifica {
        width: 100%;
        padding: 0;
    }

    #profepa {
        padding: 0px 0px 0px 0px
    }

    /************************************Sección nosotros****************************************/
    .nosotros {
        background: rgb(255, 255, 255);
        display: grid;
        position: relative;
        align-content: center;
        padding: 28px 0px;
        justify-content: center;
        justify-items: center;
    }

    #genericaNosotros {
        border-radius: 84px;
        width: 50%;
        border-radius: 196px;
    }

    #textNosotros {
        color: #777777;
        width: 100%;
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.75;
    }

    #textNosotros1 {
        width: 100%;
        color: #000000;
        font-size: 1.1rem;
        font-weight: 600;
        text-align: center;
        line-height: 1.75;
    }

    #imagenesFundicion {

        display: flex;
        align-content: space-between;
        justify-content: center;
        justify-items: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .nosotros img {
        width: 72%;
        left: 0px;
        position: relative;
        margin: 25px;
    }

    /************************************Productos*************************************/
    .products-section {

        padding: 34px;
        background: #eeeeeeee;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .text-product {

        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        color: #777777;
        font-size: 16px;
        text-align: center;
        line-height: 1.75;
    }

    .text-product img {
        width: 70%;
        left: 0px;
        position: relative;
        margin: 25px;

        border-radius: 196px;
        padding: 28px;
    }

    .list-product {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .list-product-sub {
        font-weight: 700;
        font-size: 1.3rem;
    }

    .list-product-item {

        color: #777777;
    }

    ul {
        padding: 0px;
    }

    /************************************Servicios****************************************/

    .services-section {

        padding: 34px;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .images-service {
        width: 100%;
    }

    .subtitleSectionService {
        color: #000000;
        font-size: 19px;
        font-weight: 600;
        text-align: center;
        line-height: 1.75;
    }


    /************************************Clientes****************************************/

    .clients-section {

        padding: 34px;
        background: #eeeeeeee;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .text-clients {

        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        color: #777777;
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.75;
    }

    .text-clients img {
        width: 70%;
        left: 0px;
        position: relative;
        margin: 25px;

        border-radius: 196px;
        padding: 28px;
    }


    /************************************Contacto****************************************/
    .section-contacto {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        padding-bottom: 40px;
    }

    .tituloContacto {

        display: flex;
        flex-direction: column;
    }

    #contacto2 {
        font-size: 1.3rem;
    }

    #contacto1 {

        font-size: 1.2rem;
    }

    #form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .formulario {
        width: 100%;
    }

    #formularioDeContacto {
        padding: 20px;
    }

    #enviar {
        width: 13.5pc;
        margin: 19px;
        padding: 0px;
        background: #5be5ff;
        color: #000;
    }

    #enviar:hover {
        color: white;
        transform: scale(1.1);
        background: #0197ff;
        cursor: pointer;
        transition: 1s;
    }

    #enviar::not:hover {
        transition: 1s;
        width: 13.5pc;
        margin: 19px;
        background: #5be5ff;
        color: #000;
    }

    iframe {
        width: 510px;
        height: 250px;
    }

    /************************************Pie de página****************************************/
    footer {
        background: #707070;
        padding: 28px;
        display: grid;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }

    footer h4 {
        text-align: center;
        color: #ffffff;
        font-size: 1.2rem;


    }

    .txtFooter {
        color: #ffffff;
    }
}

/************************************Tamaño celular**************************************************/
@media (max-width: 575.98px) {


    .navbar {
        padding: 0px;
    }

    #botonMenuNav {
        height: 73px;
        top: 0px;
        position: absolute;
    }

    #nav-panel {
        padding: 0px;
        z-index: 3;
        height: 85px;
    }

    #contenedorPrincipal {
        padding: 0px;
        background: #000;
        height: 100%;
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba(255, 0, 0, 1)" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
        width: 79px;
        height: 73px;
    }

    #navbarNav {
        padding: 0px;
        justify-content: center;
        align-items: center;
        background-color: #000;
    }

    #homeIcon {
        left: -5%;
        position: relative;
    }

    .nav {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #900101;
        background: #000;
        position: relative;
        top: 15px;
        background: #000;
        position: relative;
        height: 364px;
    }

    .nav-item>a,
    #homeIcon {
        color: white;
        left: 142px;
        top: 14px;
    }


    .nav-link.active,
    .show>.nav-link {
        color: #fff;
        border-bottom-color: currentcolor;

    }

    .nav-item>a:hover,
    #homeIcon:hover {
        cursor: pointer;
        color: rgb(192, 0, 0);
    }

    .cambiaLenguaje-mobile {
        left: 110px;
        width: 154px;
        height: auto;
        display: flex;
        background: black;
        position: absolute;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #selectorDeIdioma {
        display: none;
    }


    .btn {

        width: 73px;
        text-align: center;
        height: 28px;
        padding: 0px;
    }

    /************************************Sección home****************************************/
    .home-banner-principal {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url('imagenes/home/header-bg.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        text-align: center;
        color: white;
        height: 25.5pc;

    }

    .TitlePrincipal {
        font-weight: 600;
        font-size: 3rem;
    }

    .TitlePrincipal2 {
        font-size: 1.8rem;
    }

    /************************************Sección certificación****************************************/
    #logoCertificado {
        width: 300px;
    }

    #certificacion {
        z-index: 2;
    }

    .titleSection {
        font-size: 2.5rem;
        font-weight: 600;
        color: #000;
    }

    .certificado {
        background: #ffffff;
        display: grid;
        position: relative;
        align-content: center;
        padding: 28px 0px;
        justify-content: center;
        justify-items: center;
    }



    #logoCertificado {
        width: 70%;
        padding: 21px;
    }

    .textCertificacion {
        color: #777777;
        width: 100%;
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.75;
    }

    #certifica {
        width: 100%;
        padding: 0;
    }

    #profepa {
        padding: 0px 0px 0px 0px
    }

    /************************************Sección nosotros****************************************/
    .nosotros {
        background: rgb(255, 255, 255);
        display: grid;
        position: relative;
        align-content: center;
        padding: 28px 0px;
        justify-content: center;
        justify-items: center;
    }

    #genericaNosotros {
        border-radius: 84px;
        width: 50%;
        border-radius: 196px;
    }

    #textNosotros {
        color: #777777;
        width: 100%;
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.75;
    }

    #textNosotros1 {
        width: 100%;
        color: #000000;
        font-size: 1.1rem;
        font-weight: 600;
        text-align: center;
        line-height: 1.75;
    }

    #imagenesFundicion {

        display: flex;
        align-content: space-between;
        justify-content: center;
        justify-items: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .nosotros img {
        width: 72%;
        left: 0px;
        position: relative;
        margin: 25px;
    }

    /************************************Productos*************************************/
    .products-section {

        padding: 34px;
        background: #eeeeeeee;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .text-product {

        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        color: #777777;
        font-size: 16px;
        text-align: center;
        line-height: 1.75;
    }

    .text-product img {
        width: 70%;
        left: 0px;
        position: relative;
        margin: 25px;

        border-radius: 196px;
        padding: 28px;
    }

    .list-product {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .list-product-sub {
        font-weight: 700;
        font-size: 1.3rem;
    }

    .list-product-item {

        color: #777777;
    }

    ul {
        padding: 0px;
    }

    /**********************************Servicios****************************************/

    .services-section {

        padding: 34px;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .images-service {
        width: 100%;
    }

    .subtitleSectionService {
        color: #000000;
        font-size: 19px;
        font-weight: 600;
        text-align: center;
        line-height: 1.75;
    }


    /************************************Clientes****************************************/

    .clients-section {

        padding: 34px;
        background: #eeeeeeee;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .text-clients {

        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        color: #777777;
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.75;
    }

    .text-clients img {
        width: 70%;
        left: 0px;
        position: relative;
        margin: 25px;

        border-radius: 196px;
        padding: 28px;
    }


    /************************************Contacto****************************************/
    .section-contacto {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        padding-bottom: 40px;
    }

    .tituloContacto {

        display: flex;
        flex-direction: column;
    }

    #contacto2 {
        font-size: 1.3rem;
    }

    #contacto1 {

        font-size: 1.2rem;
    }

    #form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .formulario {
        width: 100%;
    }

    #formularioDeContacto {
        padding: 20px;
    }

    #enviar {
        width: 13.5pc;
        margin: 19px;
        padding: 0px;
        background: #5be5ff;
        color: #000;
    }

    #enviar:hover {
        color: white;
        transform: scale(1.1);
        background: #0197ff;
        cursor: pointer;
        transition: 1s;
    }

    #enviar::not:hover {
        transition: 1s;
        width: 13.5pc;
        margin: 19px;
        background: #5be5ff;
        color: #000;
    }

    iframe {
        width: 300px;
        height: 250px;
    }

    /************************************Pie de página****************************************/
    footer {
        background: #707070;
        padding: 28px;
        display: grid;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }

    footer h4 {
        text-align: center;
        color: #ffffff;
        font-size: 1.2rem;


    }

    .txtFooter {
        color: #ffffff;
    }
}

@media (max-width: 383.98px) {

    .navbar {
        padding: 0px;
    }

    #botonMenuNav {
        height: 73px;
        top: 0px;
        position: absolute;
    }

    #nav-panel {
        padding: 0px;
        z-index: 3;
        height: 85px;
    }

    #contenedorPrincipal {
        padding: 0px;
        background: #000;
        height: 100%;
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba(255, 0, 0, 1)" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
        width: 79px;
        height: 73px;
    }

    #navbarNav {
        padding: 0px;
        justify-content: center;
        align-items: center;
        background-color: #000;
    }

    #homeIcon {
        left: -5%;
        position: relative;
        opacity: 0;
    }

    .nav {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #900101;
        background: #000;
        position: relative;
        top: 15px;
        background: #000;
        position: relative;
        height: 364px;
    }

    .nav-item>a,
    #homeIcon {
        color: white;
        left: 284px;
        top: 15px;
    }

    .nav-link.active,
    .show>.nav-link {
        color: #fff;
        border-bottom-color: currentcolor;

    }

    .nav-item>a:hover,
    #homeIcon:hover {
        cursor: pointer;
        color: rgb(192, 0, 0);
    }

    .cambiaLenguaje-mobile {
        left: 146px;
        width: 154px;
        height: auto;
        display: flex;
        background: black;
        position: absolute;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #selectorDeIdioma {
        display: none;
    }

    .btn {

        width: 73px;
        text-align: center;
        height: 28px;
        padding: 0px;
    }
}