@font-face {
    font-family: principal;
    src: url(fuentes/GothamBold.ttf);
}

@font-face {
    font-family: secundario;
    src: url(fuentes/GothamMedium.ttf);
}

@font-face {
    font-family: terceario;
    src: url(fuentes/GothamBook.ttf);
}

header {
    background-color: #3C3C3B;
}

header p {
    margin: 0;
    padding: 5px;
    font-family: terceario;
    font-size: 0.9em;
    color: white;
}

.navbar-brand img {
    width: 180px;
}

.nav-item a {
    font-size: 1em;
    color: #3C3C3B;
}

.nav-item a:hover {
    color: #1D1D1B;
    scale: 1.02;
    border-bottom: 2px solid #FFB808;
    padding: 3px;
}


/*------------------------------------------------------------
| SLIDERS
+-------------------------------------------------------------*/

.Display_Movil {
    display: none;
}

#h1 {
    font-family: principal;
    font-size: 3.0em;
    color: #FFB808;
}

#texto {
    font-size: 18px;
}

.card {
    text-align: center;
    color: white;
    border: none;
    border-radius: 0%;
    font-family: secundario;
    font-size: 1em;
    margin-top: 40px;
}

/*------------------------------------------------------------
| MODAL
+-------------------------------------------------------------*/

.modal-title{
    color: #3C3C3B;
    text-transform: uppercase;
    font-family: principal;
}

.modal-body p {
    color: #3C3C3B;
    font-family: terceario;
    margin-top: 10px;
}

.btn-click-Catalogo{
    background-color: #CCCCCC;
    padding: 10px;
    border-radius: 5px;
    color: #3C3C3B;
    font-size: 16px;
    font-family: principal;
    width: 200px;
    height: 3em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.btn-click-Catalogo:hover{
    background-color: #1D1D1B;
    color: #FFB808;
}

.card-body {
    padding: 0;
}

.btn-click {
    --c: #FFB808;
    color: #3C3C3B;
    font-size: 16px;
    border: none;
    width: 100%;
    height: 3em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}

.btn-click:hover {
    color: #FFB808;
    background-color: #3C3C3B;
    border-color: #3C3C3B;
    scale: 1.02;
}

.btnAtencion {
    display: flex;
    justify-content: space-around;
    background-color: #dadada;
    padding: 10px;
    border-radius: 5px;
    margin-top: 40px;
    width: 300px;
    height: 80px;
    color: #3C3C3B;
    border: none;
}

.btnAtencion a {
    list-style: none;
    font-family: terceario;
    font-size: 0.8em;
    text-decoration: none;
    padding-top: 10px;
}


.btnAtencion a:hover {
    scale: 1.02;
    transition: 200ms;
    color: white;
}

.btnAtencion:hover {
    background-color: #1D1D1B;
}

.btnAtencion img {
    height: 100%;
}

.btnAtencion span {
    display: flex;
    text-align: center;
}

.btnAtencion a {
    text-align: center;
    color: #3C3C3B;
}

#catalogo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

#catalogo img {
    width: 100%;
    height: auto;
}

.textCatalogo {
    width: 100%;
    padding: 40px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.textCatalogo a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CCCCCC;
    border-radius: 10px;
    width: 280px;
    text-align: center;
    height: 40px;
    text-decoration: none;
    font-weight: 600;
    color: #1D1D1B;
}

.textCatalogo a:hover {
    background-color: #1D1D1B;
    color: #FFB808;
}

#iconMarcas {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
    margin-top: 40px;
}

#iconMarcas img{
    width: 150px;
    height: 100px;
}

.btnWhatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background-color: #0df053;
    border-radius: 50px;
    color: white;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.btnWhatsapp:hover {
    background-color: #04872e;
    scale: 1.1;
}

.btnWhatsapp img {
    height: 30px;
    width: 30px;
}

.btn-whatsapp-suc {
    width: 200px;
    background-color: #0df053;
    color: #3C3C3B;
    border-radius: 10px;
    border: none;
    text-align: center;
    align-items: center;
    padding: 10px
}

.btn-whatsapp-suc:hover {
    background-color: #04872e;
    font-weight: 600;
}

.tituloCatalogo {
    font-family: principal;
    font-size: 2.5em;
    color: #3C3C3B;
}

#textMarcas {
    font-family: principal;
    font-size: 2.5em;
    color: #3C3C3B;
}

form textarea {
    height: 100%;
    width: 100%;
    resize: none;
}

.infoSucursal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#containerCentral {
    border-bottom: 1px solid #3C3C3B;
    padding-bottom: 60px;
}

#central {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding-left: 80px;
}

#central h2 {
    font-family: secundario;
    font-size: 2.0em;
}

#central ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
}

#central li {
    font-family: terceario;
    padding-top: 10px;
}

#central a {
    text-decoration: none;
    color: black;
}

.btn-whatsapp {
    width: 200px;
    border: none;
}

#sucursal {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding-left: 80px;
}

#sucursal h2 {
    font-family: secundario;
    font-size: 2.0em;
}

#sucursal ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
}

#sucursal li {
    font-family: terceario;
    padding-top: 10px;
}

#sucursal a {
    text-decoration: none;
    color: black;
}

#contenedorForm {
    display: flex;
    justify-content: center;
}


/*------------------------------------------------------------
| FORMULARIO
+-------------------------------------------------------------*/

form {
    display: flex;
    justify-content: center;
    width: 600px;
}

form div {
    width: 100%;
    padding: 0;
}

#form-control{
    background-color: #dadada;
    padding: 30px;
    border-radius: 10px;
}

.text-obligatorio{
    font-family: terceario;
}

#contenedor-submit{
    display: flex;
    justify-content: center;
}

input[type=submit]{
    background-color: #CCCCCC;
    color: #1D1D1B;
    width: 300px;
    height: 40px;
    border: none;
    font-family: terceario;
}


input[type=submit]:hover{
    background-color: #1D1D1B;
    color: #FFB808;
    font-weight: 600;
}

form button {
    width: 100%;
}

form input{
    margin-top: 10px;
}

form textarea{
    margin-top: 10px;
}

form label {
    font-family: secundario;
    font-size: 1em;
}

.text-obligatorio{
    margin-top: 10px;

}


/*------------------------------------------------------------
| FOOTER
+-------------------------------------------------------------*/

.footer {
    margin-top: 5%;
    background-color: #dadada;
    height: 100%;
    padding: 2%;
}

footer .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container ul {
    display: grid;
    padding: 0;
}

footer .container ul li {
    text-decoration: none;
    list-style: none;
}


#footerDetalle {
    display: flex;
    justify-content: end;
}


.iconoWhatsapp::before {
    height: 100%;
    content: url(/img/IconoWhatsApp-07.png);
    margin-right: 10px;
}

.iconoEmail {
    color: #1D1D1B;
    text-decoration: none;
    list-style: none;
}

.iconoEmail::before {
    content: url(/img/IconoEmail-10.png);
    display: inline-block;
    margin-right: 10px;
}

.iconoUbicacion::before {
    content: url(/img/IconoUbicacion-08.png);
    display: inline-block;
    margin-right: 10px;
}

#footerRedes {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px;
}

#footerRedes img {
    margin-top: 10px;
}

#footerRedes img:hover{
    scale: 1.1;
}

#footerFirma {
    display: flex;
    justify-content: space-between;
    margin: 0;
    background-color: #3C3C3B;
    padding: 8px;
}

#footerFirma .container {
    display: flex;
    justify-content: space-between;
}

#footerFirma p {
    margin: 0;
    color: white;
}

#footerFirma a{
    text-decoration: none;
    list-style: none;
    color: white;
}


/*------------------------------------------------------------
| RESPONSIVE
+-------------------------------------------------------------*/

@media screen and (max-width: 1000px) {

    #iconMarcas {
        justify-content: center;
    }

    .Display_Movil {
        display: none;
    }

    .tituloCatalogo {
        font-size: 1.5em;
    }

    #contenedorbtn {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {

    .nav-item a {
        padding: 10px;
    }

    .nav-item a:hover {
        padding: 10px;
        background-color: #FFB808;
        color: #3C3C3B;
        font-weight: 600;
    }

    #h1 {
        font-size: 2.5em;
    }

    #texto {
        font-size: 1em;
        padding: 10px;
    }

    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
    }

    .Display_Desktop {
        display: none;
    }

    .Display_Movil {
        display: block;
    }


    .card {
        width: 300px;
        margin-top: 20px;
    }

    .textCatalogo {
        align-items: center;
    }

    #catalogo {
        background-size: 500px;
        height: 300px;
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    .tituloCatalogo{
        color: white;
        text-shadow: black 0.1em 0.1em 0.2em;
    }

    .linea {
        background: #f1c40f;
        ;
        height: 300px;
        width: 100%;
        animation: fade 5s infinite;
        animation-direction: alternate;
    }

    .row-1 {
    }

    .row-2 {
        animation-delay: 0.5s;
    }

    .row-3 {
        animation-delay: 1s;
    }

    .row-4 {
        animation-delay: 1.5s;
    }

    .row-5 {
        animation-delay: 2s;
    }

    .row-6 {
        animation-delay: 2.5s;
    }

    .row-7 {
        animation-delay: 3s;
    }

    .row-8 {
        animation-delay: 3.5s;
    }

    .row-9 {
        animation-delay: 4s;
    }

    .row-10 {
        animation-delay: 4.5s;
    }



    @keyframes fade {
        from {
            background: #FFB808;
        }

        to {
            background: #d35400;
        }
    }

    #catalogo img {
        display: none;
    }

    #iconMarcas {
        margin: 0;
    }

    .tituloCatalogo {
        font-size: 2em;
    }


    #central {
        padding: 20px;
    }

    #central li {
        font-size: 0.9em;
    }

    #central h2 {
        font-size: 1.5em;
    }

    #containerSucursal {
        margin-bottom: 40px;
    }

    #sucursal {
        padding: 20px;
    }

    #sucursal li {
        font-size: 0.9em;
    }

    #sucursal h2 {
        font-size: 1.5em;
    }

    section h1 {
        font-size: 1.5em;
    }

    .textMarcas {
        font-size: 1.5em;
    }

    #footerLogo {
        text-align: center;
        padding: 30px;
    }

    #footerLogo p{
        margin-top: 20px;
    }

    footer section {
        justify-content: center;
    }

    footer ul {
        height: 100%;
    }

    #footerDetalle {
        justify-content: start;
        height: 350px;
    }

    #footerFirma .container {
        display: block;
    }
}