@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans:wght@300;400&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');
:root{
    --bebas: 'Bebas Neue', sans-serif;
    --noto: 'Noto Sans', sans-serif;
    --r: 'Roboto', sans-serif;;
    --pink: #E31A94; 
    --green: #18C0D1; 
    --green-dark: #119299; 
    --brown: #CDA97B; 
}
.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-color: #ced4da !important; /* Color de borde normal */
}

body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button:active, button:focus {
outline: none;
}
.grecaptcha-badge { 
    visibility: hidden;
}
a{
    text-decoration: none;
}
.back-pink {
    background-color: var(--pink);
}
.back-brown {
    background-color: var(--brown);
}
.back-green {
    background-color: var(--green);
}
.back-green-dark {
    background-color: var(--green-dark);
}
.triangle-back {
    background-image: url(../assets/layout/triangle.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 50px auto;
    padding-bottom: 2.5%;
}
.back-fish {
    background-image: url(../assets/layout/fish.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
.shadow-box{
    position: relative
}
.shadow-box::after{
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0px;
    left: 0px;
    content: '';
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0.17%, rgba(0,0,0,0.19)),to(rgba(0,0,0,0.00)));
    background-image: linear-gradient(180deg,rgba(0,0,0,0.19) 0.17%,rgba(0,0,0,0.00) 100%);
}
.header-logos {
    background-color: #0098A7;
    border-bottom: 15px solid #007E84;
    
}
.logo-shadow {
    -webkit-filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.3));
            filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.3));
}
.logo-iz {
    max-width: 300px;
}
.logo-canirac {
    max-width: 200px;
}
.logos-box {
    position: relative;
    
}
.logos-box:after{
    border-right: 0.09375em solid #FFFFFF;
    position: absolute;
    height: 100%;
    content: '';
    right: 0px;
    top: 0px;
}
.mar-sabores-logo {
    max-width: 300px;
    width: 80%;
}
.tittle-lg {
    color: #ffffff;
    font-family: var(--bebas);
    font-size: clamp(60px, 9vw, 68px);
    line-height: clamp(60px, 9vw, 68px);
}
.tittle-md {
    color: #ffffff;
    font-family: var(--bebas);
    font-size: clamp(30px, 9vw, 48px);
    line-height: clamp(30px, 9vw, 48px);
}
.tittle-xl {
    color: #ffffff;
    font-family: var(--bebas);
    font-size: clamp(60px, 9vw, 90px);
    line-height: clamp(60px, 9vw, 90px);
}
.tittle-xxl {
    color: #ffffff;
    font-family: var(--bebas);
    font-size: 96px;
    line-height: 96px;
}
.icon-rest {
    width: 110px;
    height: auto;
    margin-left: -30px;
}
.txt-general {
    font-family: var(--noto);
    color: #ffffff;
    
}
.txt-general-sm {
    font-family: var(--noto);
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    
}
.txt-black{
    color: #333333;
}
.resp-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.text-box {
    max-width: 480px;
}
.frame-chef {
    border: solid 20px #ffffff;
    margin-top: -20%;
    z-index: 999;
    position: relative;
}
.fork-img {
    display: inline-block;
    height: 5rem;
    padding-left: 5px;
    padding-right: 5px;
}
.form-field {
    border: 1px solid #FFFFFF;
    background-color: rgba(255,255,255,0.40);
}
.label-field {
    color: #124B80;
    font-weight: 600;
}
.submit-restaurant {
    background-color: #E31A94;
    border-style: none;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.submit-restaurant:hover {
    background-color: #990F63;
}
.tittle-section{
    font-family: var(--roboto);
    font-size: 25px;
    font-weight: 600;
}
.txt-gray{
    color: #333333;
}
.txt-white{
    color: #ffffff;
}
.bycom-link {
    color: #FFFFFF;
    font-weight: 800;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.bycom-link:hover {
    color: #E31A94;
}
.facetag{
    border: none; 
    background-color: #E31A94;
    color: #ffffff; 
    font-weight: 800;
}
@media screen and (max-width:992px){
.frame-chef {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.text-box {
    max-width: 90%;
}    
.logos-box{
    padding-top: 5%;
}
.logos-box:after{
    border-right: none;
    border-top: 0.09375em solid #FFFFFF;
    position: absolute;
    height: 0px;
    width: 60%;
    content: '';
    right: 50%;
    top: -10px;
    -webkit-transform: translate(50%, 0px);
            transform: translate(50%, 0px);
}
.mar-sabores-logo {
    max-width: 350px;
    width: 90%;
}    
 
}
@media screen and (max-width:768px){
.text-box {
    max-width: 100%;
} 
.logo-iz {
    max-width: 40%;
}    
.logo-canirac {
    max-width: 35%;
}
.icon-rest {
    margin-left: 0px;
}    
}
