@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');

:root {

    --green: #e9e337;
    --otheryellow: #763083;
    --black: #763083;
    --realblack:#000000; 
    --gold: #c29436; 
    --gold2: #f5af00; 
    --white: #FFFFFF; 
   /* --gold: #cca148; 
    --gold: #e4c972; */
    --blackfooter: #FFFFFF;
    --light-color: #FFFFFF;
    --box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
}


* {
    font-family: sans-serif;
    /*'Nunito',*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    /*text-transform: capitalize;*/
    text-transform: none;
    transition: all .2s linear;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 5.5rem;
    scroll-behavior: smooth;
}

section {
    padding: 2rem 9%;
}

section:nth-child(even) {
    background:  var(--gold2);
   /* background:  #c29436;*/
}

.heading {
    text-align: center;
    color: var(--white);
    font-size: 3rem;
    padding-bottom: 2rem;
    text-transform: uppercase;
}

.sub-heading {
    text-align: center;
    color: var(--white);
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sub-heading2 {
    text-align: center;
    color: var(--white);
    font-size: 2rem;
    padding-top: 1rem;
}

.heading-about {
    text-align: center;
    color: var(--gold);
    font-size: 3rem;
    padding-bottom: 2rem;
    text-transform: uppercase;
}

.sub-heading-about {
    text-align: center;
    color: var(--gold);
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}






.registrar form {
    max-width: 90rem;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    border: .1rem solid rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1.5rem;
    margin: 0 auto;
}

.registrar form .inputBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.registrar form .inputBox .input {
    width: 49%;
}

.registrar form .inputBox span {
    display: block;
    padding: .5rem 0;
    font-size: 1.5rem;
    color: var(--gold);
}

.registrar form .inputBox input {
    background: #eee;
    border-radius: .5rem;
    padding: 1rem;
    font-size: 1.6rem;
    color: var(--gold);
    text-transform: none;
    margin-bottom: 1rem;
    width: 95%;
}

.registrar form .inputBox input:focus {
    border: .1rem solid var(--gold2);
}

.registrar  p {
    color: var(--gold);
    font-size: 2.2rem;
    padding: .5rem 0;
    line-height: 1.5;
}
.registrar  li {
    color: var(--gold);
    font-size: 2.2rem;
    padding: .5rem 0;
    line-height: 1.5;
}


.btn {
    margin-top: 1rem;
    display: inline-block;
    font-size: 1.7rem;
    color: #fff;
    background: var(--gold);
    border-radius: .5rem;
    cursor: pointer;
    padding: .8rem 3rem;
}

.btn:hover {
    background: var(--white);
    letter-spacing: .1rem;
    color: var(--gold);
}



header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*background: #fff;*/
    /*background: #763083;*/
    background: #060200;
    padding: 1rem 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: var(--box-shadow);
}

header .logo {
    color: var(--black);
    font-size: 2.5rem;
    font-weight: bolder;
}

header .logo i {
    color: var(--green);
}

header .navbar a {
    font-size: 1.7rem;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
    color: var(--light-color);
}

header .navbar a.active,
header .navbar a:hover {
    color: #fff;
    background: var(--gold);
}

header .icons i,
header .icons a {
    cursor: pointer;
    margin-left: .5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    width: 4.5rem;
    text-align: center;
    font-size: 1.7rem;
    color: var(--black);
    border-radius: 50%;
    background: #eee;
}

header .icons i:hover,
header .icons a:hover {
    color: #fff;
    background: var(--green);
    transform: rotate(360deg);
}

header .icons #menu-bars {
    display: none;
}

#foto1-form,
#foto2-form,
#foto3-form,
#foto4-form,
#foto5-form,
#foto6-form,
#foto7-form,
#foto8-form,
#foto9-form, 
#foto10-form{
    position: fixed;
    top: -110%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1004;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}


#foto1-form.active,
#foto2-form.active,
#foto3-form.active,
#foto4-form.active,
#foto5-form.active,
#foto6-form.active,
#foto7-form.active,
#foto8-form.active,
#foto9-form.active,
#foto10-form.active{
    top: 0;
}


#foto1-form label,
#foto2-form label,
#foto3-form label,
#foto4-form label,
#foto5-form label,
#foto6-form label,
#foto7-form label,
#foto8-form label,
#foto9-form label,
#foto10-form label {
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
}

#foto1-form label:hover,
#foto2-form label:hover,
#foto3-form label:hover,
#foto4-form label:hover,
#foto5-form label:hover,
#foto6-form label:hover,
#foto7-form label:hover,
#foto8-form label:hover,
#foto9-form label:hover,
#foto10-form label:hover{
    color: var(--green);
}

#foto1-form #close1,
#foto2-form #close2,
#foto3-form #close3,
#foto4-form #close4,
#foto5-form #close5,
#foto6-form #close6,
#foto7-form #close7,
#foto8-form #close8, 
#foto9-form #close9,
#foto10-form #close10{
    position: absolute;
    color: #fff;
    cursor: pointer;
    top: 2rem;
    right: 3rem;
    font-size: 5rem;
}


/* primer seccion de los autos*/
.home .home-slider .slide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 9rem;
}

.home .home-slider .slide .content {
    flex: 1 1 45rem;
}

.home .home-slider .slide .image {
    flex: 1 1 45rem;
}

.home .home-slider .slide .image img {
    width: 100%;
}

/*.home .home-slider .slide .content span{*/
.home .home-slider .slide .content {
    color: var(--green);
    font-size: 2.5rem;
}

.home .home-slider .slide .content h3 {
    color: var(--gold);
    font-size: 7rem;
}
.home .home-slider .slide .content h4 {
    color: var(--gold);
    font-size: 5rem;
}

.home .home-slider .slide .content span {
    color: var(--gold);
    font-size: 2.2rem;
}


.home .home-slider .slide .content p {
    color: var(--light-color);
    font-size: 2.2rem;
    padding: .5rem 0;
    line-height: 1.5;
}
/* primer seccion de los autos*/
.swiper-pagination-bullet-active {
    background: var(--green);
}

.dishes .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 1.5rem;
}

.dishes .box-container .box {
    padding: 2.5rem;
    background: #fff;
    border-radius: .5rem;
    border: .1rem solid rgba(0, 0, 0, .2);
    box-shadow: var(--box-shadow);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.dishes .box-container .box .fa-heart,
.dishes .box-container .box .fa-eye {
    position: absolute;
    top: 1.5rem;
    background: #eee;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color: var(--black);
}

.dishes .box-container .box .fa-heart:hover,
.dishes .box-container .box .fa-eye:hover {
    background: var(--green);
    color: #fff;
}

.dishes .box-container .box .fa-heart {
    right: -15rem;
}

.dishes .box-container .box .fa-eye {
    left: -15rem;
}

.dishes .box-container .box:hover .fa-heart {
    right: 1.5rem;
}

.dishes .box-container .box:hover .fa-eye {
    left: 1.5rem;
}

.dishes .box-container .box img {
    height: 17rem;
    margin: 1rem 0;
}

.dishes .box-container .box h3 {
    color: var(--black);
    font-size: 2.5rem;
}

.dishes .box-container .box .stars {
    padding: 1rem 0;
}

.dishes .box-container .box .stars i {
    font-size: 1.7rem;
    color: var(--green);
}

.dishes .box-container .box span {
    color: var(--green);
    font-weight: bolder;
    margin-right: 1rem;
    font-size: 2.5rem;
}


/* About*/
.about .row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.about .row .image {
    flex: 1 1 45rem;
}

.about .row .image img {
    width: 100%;
}

.about .row .content {
    flex: 1 1 45rem;
}

.about .row .content h3 {
    color: var(--gold);
    font-size: 4rem;
    padding: .5rem 0;
}

.about .row .content p {
    color: var(--light-color);
    font-size: 1.5rem;
    padding: .5rem 0;
    line-height: 2;
}

.about .row .content .icons-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 0;
    margin-top: .5rem;
}

.about .row .content .icons-container .icons {
    background: #eee;
    border-radius: .5rem;
    border: .1rem solid rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex: 1 1 17rem;
    padding: 1.5rem 1rem;
}

.about .row .content .icons-container .icons i {
    font-size: 2.5rem;
    color: var(--gold);
}

.about .row .content .icons-container .icons span {
    font-size: 1.5rem;
    color: var(--gold);
}


/* About*/

.menu .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
}

.menu .box-container .box {
    background: #fff;
    border: .1rem solid rgba(0, 0, 0, .2);
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
}

.menu .box-container .box .image {
    height: 25rem;
    width: 100%;
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
}

.menu .box-container .box .image img {
    height: 100%;
    width: 100%;
    border-radius: .5rem;
    object-fit: cover;
}

.menu .box-container .box .image .fa-heart {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 2rem;
    background: #fff;
    border-radius: 50%;
    color: var(--black);
}

.menu .box-container .box .image .fa-heart:hover {
    background-color: var(--green);
    color: #fff;
}

.menu .box-container .box .content {
    padding: 2rem;
    padding-top: 0;
}

.menu .box-container .box .content .stars {
    padding-bottom: 1rem;
}

.menu .box-container .box .content .stars i {
    font-size: 1.7rem;
    color: var(--green);
}

.menu .box-container .box .content h3 {
    color: var(--black);
    font-size: 2.5rem;
}

.menu .box-container .box .content p {
    color: var(--light-color);
    font-size: 1.6rem;
    padding: .5rem 0;
    line-height: 1.5;
}

.menu .box-container .box .content .price {
    color: var(--green);
    margin-left: 1rem;
    font-size: 2.5rem;
}

.review .slide {
    padding: 2rem;
    box-shadow: var(--box-shadow);
    border: .1rem solid rgba(0, 0, 0, .2);
    border-radius: .5rem;
    position: relative;
}

.review .slide .fa-quote-right {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 6rem;
    color: #ccc;
}

.review .slide .user {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding-bottom: 1.5rem;
}

.review .slide .user img {
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    object-fit: cover;
}

.review .slide .user h3 {
    color: var(--black);
    font-size: 2rem;
    padding-bottom: .5rem;
}

.review .slide .user i {
    font-size: 1.3rem;
    color: var(--green);
}

.review .slide p {
    font-size: 1.5rem;
    line-height: 1.8;
    color: var(--light-color);
}

/*order*/



/*
.order form{
    max-width:90rem;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    border:.1rem solid rgba(0,0,0,.2);
    background:#fff;
    padding:1.5rem;
    margin:0 auto;
}

.order form .inputBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order form .inputBox .input{
    width:49%;
}

.order form .inputBox  span{
    display:block;
    padding:.5rem 0;
    font-size: 1.5rem;
    color:var(--black);
}

.order form .inputBox  input{
    background:#eee;
    border-radius: .5rem;
    padding:1rem;
    font-size: 1.6rem;
    color:var(--black);
    text-transform: none;
    margin-bottom: 1rem;
    width:95%;
}
.order form .inputBox  input:focus
{
    border:.1rem solid var(--green);
}*/


/***************************registrar*************************************/



.order form {
    max-width: 120rem;
    border-radius: .6rem;
    box-shadow: var(--box-shadow);
    border: .1rem solid rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1.5rem;
    margin: 0 auto;
}

.order form .inputBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.order form .inputBox .nombre,
.paterno,
.materno,
.calle,
.colonia,
.codigo,
.alcaldia,
.estado,
.genero {
    flex: 30%;
}

.order form .inputBox .correo,
.correo2,
.telefono1,
.telefono2,
.contrasenia,
.contrasenia2 {
    flex: auto;
}

.order form .inputBox .actividad,
.nacimiento {
    width: 100%;

}


.order form .inputBox span,
.order form .inputBox select {
    display: block;
    padding: .5rem 0;
    font-size: 1.5rem;
    color: var(--gold);
}

.order form .inputBox input,
.order form .inputBox select {
    background: #eee;
    border-radius: .5rem;
    padding: 1rem;
    font-size: 1.6rem;
    color: var(--realblack);
    text-transform: none;
    margin-bottom: 1rem;
    width: 95%;
}

.order form .inputBox input:focus {
    border: .1rem solid var(--gold);
}
.order form a{
    color: var(--gold);
}

.order form .btn {
    margin-top: 0;
}


/***************************registrar*************************************/
.footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box h3 {
    padding: .5rem 0;
    font-size: 2.5rem;
    color: var(--blackfooter);

}

.footer .box-container .box a {
    display: block;
    padding: .5rem 0;
    font-size: 1.5rem;
    color: var(--light-color);
}

.footer .box-container .box a:hover {
    color: var(--green);

    text-decoration: underline;
}

.footer .credit {
    text-align: center;
    border-top: .1rem solid rgba(0, 0, 0, .1);
    font-size: 2rem;
    color: var(--black);
    padding: .5rem;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.footer .credit span {
    color: var(--white);
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loader-container img {
    width: 35rem;
}

.loader-container.fade-out {
    top: -110%;
    opacity: 0;
}

/* MODAL*/


.modallogin {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /*Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

/* Modal Content */
.modallogin-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    border: 5px solid #e9e337;
    width: 85%;
}

/* The Close Button */
.close1 {
    /*color: #aaaaaa;*/
    color: #763083;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*CIERRA MODAL*/



#preloader{
    background: #000 url(loader.gif) no-repeat center center;
    background-size: 40%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}






/* media queries  */

@media (max-width:991px) {

    html {
        font-size: 55%;
    }

    header {
        padding: 1rem 2rem;
    }

    section {
        padding: 2rem;
    }


}

@media (max-width:768px) {

    header .icons #menu-bars {
        display: inline-block;
    }

    header .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        /*background:#763083;*/
        border-top: .1rem solid rgba(0, 0, 0, .2);
        border-bottom: .1rem solid rgba(0, 0, 0, .2);
        padding: 1rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    header .navbar.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    header .navbar a {
        display: block;
        padding: 1.5rem;
        margin: 1rem;
        font-size: 2rem;
        background: #eee;
    }

    #foto1-form,
    #foto2-form,
    #foto3-form,
    #foto4-form,
    #foto5-form,
    #foto6-form,
    #foto7-form,
    #foto8-form,
    #foto9-form,
    #foto10-form      {
        width: 90%;
        margin: 0 1rem;
    }

    .home .home-slider .slide .content h3 {
        font-size: 5rem;
    }


    /* mandar el contenido hacia abajo  si no caben  en la fila y lo direcciona hacia las columnas*/
    .registrar form .inputBox {
        flex-direction: column;
    }

}

@media (max-width:450px) {

    html {
        font-size: 50%;
    }

    .dishes .box-container .box img {
        height: auto;
        width: 100%;
    }

    .order form .inputBox .input {
        width: 100%;
    }

   
}