/*
Theme Name: spgg-restaurantweek
Author: Innovación (elias.sanchez@sanpedro.gob.mx)
Author URI: restaurantweek.sanpedro.gob.mx
Description: template de restaurant week
Version: 1.0
Text Domain: restaurantweek.sanpedro.gob.mx
*/

/* 2. Helpers
================================================== */
:root
{   
    /*Branding*/
    --bg-color-black: #000000;
    --bg-color-gray: #F1F1F2;
    --bg-color-blue: #FF595A;
    --bg-color-purple: #B14FC5;
    --bg-color-green: #00B451;
    --bg-color-blue: #2A7DE1;
    --bg-color-orange: #FFAD5F;
    --bg-color-yellow: #FEE032;
    --bg-color-transparent: transparent !important;
    
    /*Typography*/
    --font-default: "Poppins", sans-serif;
    --font-title: "Bebas Neue", sans-serif;
}

::placeholder {
    font-family: var(--font-default) !important;
    font-weight: 400;
    font-size: 13px;
}
h1, h2, h3, h4, h5, h5{
    font-family: var(--font-title);
}

/* Button
================================================== */
.btn-blue{
    border-radius: 15px;
    padding: 7px 15px;
    background-color: #3f63e8;
    border: none;
    color: #fff;
    font-family: var(--font-default);
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
.btn-blue:hover{
    background-color: #13d7e5;
}
.btn-dark{
    background-color: #333333;
    border: none;
    color: #fff;
    font-weight: normal;
    min-width: 222px;
    max-width: 222px;
    height: 71px;
    font-size: 12px;
    text-decoration: none;
}
.btn-dark span,
.btn-blue span{
    color: #fff;
}
.btn-dark:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.btn-dark:hover span{
    background-color: ;
    color: #fff;
}

.btn-black{
    text-decoration: none;
    display: inline-block;
    background-color: #000;
}

.btn-black span,
.btn-black{
    color: #fff;
}

.btn-black:hover{
    box-shadow: inset 0px 0px 0px 1px #000;
    background-color: #fff;
    color: #000;
}
.btn-black:hover span{
    color: #000;
}

.bdr-radius{
    border-radius: 30px;
}

/* Header
================================================== */
#header{
    border-bottom: 1px solid #ececec;
}
.logo img{
	max-width: 100%;
	width: 185px;
}
.logo-text h1{
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 2px;
}
.logo-text h2{
	font-size: 14px;
	font-weight: 700;
}
/*.nav-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-menu li{
	margin: 0 20px;
}
.nav-menu li a{
	font-family: Arial;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}*/

/*---Menu---*/
.nav-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-menu{
    text-align: center;
    margin: 0;
    padding: 0;
}
.nav-menu li{
	margin: 0 20px;
}
.nav-menu li a{
    font-family: var(--font-default);
    display: block;
    padding: 0px 0px 10px;
    font-size: 19px;
    text-decoration: none;
    font-weight: 400;
}
.nav-menu li a:hover{
    color: #5e5d5d;
}
.sub-menu {
    text-align: left;
    background: #ffffffe3;
    z-index: 100;
    min-width: 200px;
    border: 0;
    padding: 0px 0px 20px;
    border-radius: 0;
    border-bottom: 5px solid #000;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 20%);
    margin-top: 0;
}
.nav-menu ul.sub-menu {
    list-style: none;
    z-index: 101;
    position: absolute;
    display: none;
    margin-top: 0px;
    margin-left: 0px;
}
.nav-menu ul.sub-menu li a{
	font-size: 16px;
	text-align: left;
    display: block;
    padding: 9px 20px;
}
.nav-menu li:hover > ul.sub-menu {
    display: block;
}

ul.nav-menu>li>a {
    position: relative;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

ul.nav-menu>li:hover>a:before,
ul.nav-menu>li.active>a:before {
    border-color: #C91F31;
}
ul.nav-menu>li:hover>a:before, ul.nav-menu>li.active>a:before {
    border-color: #2d3559;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
ul.nav-menu>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid #0000;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
    -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
    -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
    -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}
.menu-item-has-children>a:after {
    padding-left: 6px;
    font-family: FontAwesome!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    content: "\f107";
    vertical-align: middle;
    font-size: 13px;
}

/*--Tercer nivel--*/
.menu-item-has-children .menu-item-has-children{
	position: relative;
}
.menu-item-has-children .menu-item-has-children > a:after{
	padding-left: 6px;
    font-family: FontAwesome!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    right: 0;
}  
.sub-menu ul.sub-menu {
    left: 180px;
    top: 0;
}

/*---End menu---*/
.nav-sprw li{
	display: inline-block;
}

/* Content
================================================== */
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#resultGrid th span{
    font-family: var(--font-default);
    font-size: 14px;
}
#resultGrid td span{
    font-family: var(--font-default);
    font-size: 14px;
}
.action-section{
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#RegisterForm .btn-blue{
    padding: 10px 15px;
    font-weight: 500;
    font-size: 19px;
}

.unsppg h3 {
    font-family: var(--font-title), sans-serif;
    font-size: 55px;
    color: #3f63e8;
    padding-bottom: 15px;
    letter-spacing: 4px;
}

.unsppg p {
    font-family: var(--font-default), sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #3f63e8;
    line-height: 31px;
    padding-bottom: 15px;
}

.btn-blue-2{
    border-radius: 32px;
    padding: 7px 29px;
    background-color: #2e48aa;
    border: none;
    color: #fff;
    font-family: var(--font-default);
    font-weight: 500;
    font-size: 26px;
    text-decoration: none;
}

.btn-blue-2:hover{
    background-color: #13d7e5;
}

/* Menu
================================================== */
.w-custom{
    width: 75%;
}
.social-share {
    text-align: center;
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.social-share a {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    border-radius: 40px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
    gap: 5px;
}

.social-share .whatsapp { background: #25D366; }
.social-share .facebook { background: #1877F2; }
.social-share .instagram { 
  background: #f09433; 
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
}

.social-share i {
  font-size: 19px;
}


/* Modal
================================================== */
#register-modal .form-group, 
#loginForm .form-group{
    margin-bottom: 15px;
}


/* Footer
================================================== */
footer{
    margin-top: auto;
    background-color: #3f63e8;
}
.img-logo-footer{
    max-width: 100px;
}
footer .logo-text-footer h2{
    font-family: var(--font-title);
    font-size: 23px;
    color: #fff;
}
footer ul{
    padding: 0;
    margin: 0;
}
footer ul.social li{
    display: inline-block;
}
footer ul.social li a{
    font-size: 20px;
    padding: 10px;
    color: #fff;
}
footer p, footer a{
    font-family: var(--font-default);
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}
footer a:hover{
    color: #BDBDBD;
}
.copyright{
    border-top: 1px solid #313131;
}

/* 4. Media Query's
================================================== */

    /*---  >= 1999px ---*/
    @media screen and (min-width: 1199px){ /* >= @screen-lg */
        .sin-padding-lg{
            padding-left:0 !important;
            padding-right:0 !important;
        }
    }

    
    /*--- <= 1999px ---*/ 
    @media screen and (max-width: 1199px){ /*< = @screen-lg*/

    }

    /*--- >= 992px and <= 1999px ---*/ 
    @media (min-width: 992px) and (max-width: 1199px){
        .sin-padding-md{
            padding-left:0 !important;
            padding-right:0 !important;
        }
    }

    /*--- >= 992px ---*/ 
    @media screen and (min-width: 992px){ /* >= @screen-md*/

    }

    /*--- =< 991px ---*/ 
    @media screen and (min-width: 991px){ /* >= @screen-md*/
        .navbar-style button {
            display: none;
        }
        #nav-menu-tag li{
            display: block;
        }

    }

    /*--- <= 991px ---*/ 
    @media screen and (max-width: 991px){ /*< = device until 991px */
        .navbar-toggler:hover,
        .navbar-toggler:focus{
            background-color: transparent;
        }
        .navbar-toggler i {
            transition: transform 0.3s ease, opacity 0.3s ease;
            display: inline-block;
            font-size: 25px;
            color: #3f62e8;
        }

        .navbar-toggler[aria-expanded="true"] .fa-bars {
            transform: rotate(45deg);
            opacity: 0;
        }

        .navbar-toggler[aria-expanded="true"]::before {
            content: "\f00d"; 
            font-family: "Font Awesome 6 Free"; 
            font-weight: 900;
            position: absolute;
            opacity: 1;
            font-size: 25px;
            color: #3f62e8;
            transform: rotate(0);
            transition: transform 0.3s ease, opacity 0.3s ease;
        }

        .navbar-toggler[aria-expanded="false"]::before {
            opacity: 0;
            transform: rotate(-45deg);
        }

        .navbar-style{
            right: 28px;
            top: 22px;
            z-index: 10;
        }
        .sub-menu{
            position: initial !important;
            box-shadow: none;
            border-bottom: 0;
            padding-bottom: 5px;
        }
        .sub-menu li{
            border-bottom: 1px solid #ccc;
        }
        #nav-menu-tag li a{
            padding-bottom: 13px;
            font-size: 20px;
            text-align: left;
        }
        .nav-menu{
            text-align: center;
        }

        ul.nav-menu li.active>ul {
            display: block !important;
        }
        .sub-menu ul.sub-menu li{
            padding-left: 22px;
        }
        ul.nav-menu>li>a:before {
            border-bottom: 1px solid #ccc;
            transform: scale(0) translateZ(0);
            -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
            -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
            -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
            -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
            transition: transform 0.45s ease, opacity 0.55s ease;
        }

    }

    /*--- >= 767px ---*/ 
    @media (min-width: 767px){ /* >= @screen-xs*/
        .hide-more-xs{
            display: none;
        }
    }
    /*--->= 768px and <= 991px---*/
    @media (min-width: 768px) and (max-width: 991px){ /* <= device between 768px and 991px*/
        .sin-padding-sm{
            padding-left:0 !important;
            padding-right:0 !important;
        }
    }

    /*--- <= 767px ---*/ 
    @media screen and (max-width: 767px){ /* <= device until 767*/
        .sin-padding-xs{
            padding-left:0 !important;
            padding-right:0 !important;
        }
    }

    /*--->= 600px and <= 767px---*/
    @media (min-width: 600px) and (max-width: 767px) { /* <= device between 600px and 767px*/
        .hidden-more-600{
            display:none !important;
        }

    }

    /*--- <= 599px ---*/ 
    @media screen and (max-width: 599px){ /* <= device less 599px*/
        .hidden-less-600{
            display:none !important;
        }
        .nav-sprw .btn-blue i{
            font-size: 20px;
        }

        .nav-sprw li{
            margin: 0 5px;
        }

        .unsppg h3 {
            font-size: 35px;
            letter-spacing: 1px;
        }

        .unsppg p {
            font-size: 18px;
            line-height: 24px;
        }
        .btn-blue-2 {
            font-size: 20px;
        }
        .w-custom{
            width: 100%;
        }

    }

    /*--- <= 320px ---*/ 
    @media screen and (max-width: 320px){ /* <= device less 320px*/

    }

    /*utilities*/
    @media (min-width: 992px){ /* <= device more 992px*/
        .hidden-less-992{
            display:none !important;
        }
        .hidden-more-992{
            display:none !important;
        }
    }
    @media (min-width: 600px){ /* <= device more 600px*/

    }

    /*Iphone(landscape) and device with less 767*/
    @media (max-width:767px) and (orientation:landscape){

    }
