@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@font-face {
    font-family: Futura-Light;
    src: url(../assets/fonts/Futura-Light.woff);
}

@font-face {
    font-family: Kollektif-Regular;
    src: url(../assets/fonts/Kollektif-Regular.woff);
}

@font-face {
    font-family: Kollektif-Bold;
    src: url(../assets/fonts/Kollektif-Bold.woff);
}

html,
body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f2f2f2;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0;
}

video {
    filter: brightness(50%);
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/banners/comedores industriales.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.eventos {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/banners/eventos.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.kitchen {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/banners/ghost kitchen.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.servicios {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/banners/limpieza.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.soporte {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/banners/soporte.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cafeterias {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/banners/cafeteria.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ventajas {
    list-style-image: url("../assets/images/dot.png");
    padding-right: 10px;
}

.ventajas li {
    font-family: Kollektif-Bold;
    font-size: 22px;
    font-weight: bold;
    color: #606060;
}

.ventajas-1 {
    list-style-image: url("../assets/images/dot.png");
    padding-right: 10px;
}

.ventajas-1 li {
    font-family: Futura-Light;
    font-size: 20px;
    font-weight: l;
    color: #606060;
}

section {
    position: relative;
}

svg {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

h1 {
    font-family: Kollektif-Bold;
    text-transform: uppercase;
    text-align: center;
}

.titulo {
    color: #606060;
}

.title-valores {
    font-style: normal;
    font-weight: bold;
    width: 80%;
    border-bottom: 5px solid #ff803a;
}

main {
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
}

select option:checked {
    background-color: #ffcc6b !important;
    color: #000000;
}

select option:hover,
select option:focus,
select option:active {
    background: #ffcc6b !important;
    color: #000000;
}

.form-control {
    /* background-color: #f9f9f9; */
    background-color: #d3d3d3;
    font-family: Futura-Light;
    font-size: 1.15rem;
    color: #000000;
}

.viewport-header {
    position: relative;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-fluid {
    margin: 0;
}

.page-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.title {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 1.5rem;
}

.sub-title {
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
}

#mainNav {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(255, 128, 58, 0.9);
    animation: 1s fadeInNav ease;
}

@keyframes fadeInNav {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
        top: -25px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

#mainNav .navbar-toggler {
    padding: 6px 0px 10px 0px;
    margin: 20px 0px;
    font-size: 1.25rem;
    color: #fff;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0.25rem;
}

#mainNav .navbar-brand {
    color: #a81715;
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

#mainNav .navbar-brand img {
    height: 3.5rem;
    position: absolute;
    top: 0;
    margin: 0.6rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-family: Futura-Light;
    color: #ffffff !important;
    /* font-weight: 700; */
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.65);
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

@media (min-width: 768px) {
    #mainNav .container-fluid {
        margin: 0 2rem;
    }
    #mainNav {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        border: none;
        background-color: transparent;
        transition: 0.25s ease-in-out;
    }
    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }
    #mainNav .navbar-brand img {
        height: 5rem;
        top: 2rem;
        transition: height 0.3s ease-in-out;
    }
    #mainNav.navbar-shrink {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        background-color: rgba(255, 128, 58, 0.9);
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }
    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 4rem;
        position: absolute;
        top: 0;
        margin: 1.1rem 0px;
    }
    #mainNav .navbar-nav .nav-item:hover {
        background-color: #ffcc6b;
        /* background-color: rgba(255, 134, 107, 0.85); */
    }
    #mainNav .navbar-nav a.active {
        background-color: #000000;
    }
}

@media screen and (-webkit-device-pixel-ratio) {
    .line1,
    .line2,
    .line3 {
        opacity: 0;
        display: block;
        animation: slidein 2s 0s forwards;
        animation-timing-function: ease-out;
        animation-delay: 0.7s;
    }
    .line2 {
        animation-delay: 1.1s;
    }
    .line3 {
        animation-delay: 1.5s;
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        transform: translateY(-25px);
    }
    40%,
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* Small collapse */

.navbar-collapse {
    background-color: rgba(255, 128, 58, 0.9);
    position: absolute;
    top: 8.5em;
    left: 50%;
    display: block;
    right: 4.5rem;
    width: 20rem;
}

.navbar-collapse.collapsing {
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    -ms-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
}

@media (max-width: 61.99em) {
    .title {
        font-size: 2.5rem;
    }
    .sub-title {
        font-size: 1.25rem;
    }
    #mainNav .navbar .navbar-nav {
        /* width: 70%;
    margin: 0 auto; */
        position: relative;
        width: 100%;
        text-align: center;
    }
    /* .navbar-collapse {
    margin-left: auto;
    margin-right: auto;
    top: 6.5em;
    left: 0;
    right: 0;
    text-align: center;    
  } */
}


/* Hamburger Icon */

#burger-icon {
    width: 52px;
    height: 35px;
    position: relative;
    margin: 50px auto;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

#burger-icon span {
    display: block;
    position: absolute;
    height: 3.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#burger-icon span:nth-child(1) {
    top: 0px;
}

#burger-icon span:nth-child(2),
#burger-icon span:nth-child(3) {
    top: 15px;
}

#burger-icon span:nth-child(4) {
    top: 30px;
}

#burger-icon.show span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#burger-icon.show span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#burger-icon.show span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#burger-icon.show span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

@media (max-width: 768px) {
    .navbar-collapse {
        margin-left: auto;
        margin-right: auto;
        top: 6.5em;
        left: 0;
        right: 0;
        text-align: center;
    }
    #burger-icon {
        width: 45px;
        height: 35px;
    }
    #burger-icon span {
        height: 3.5px;
        width: 100%;
    }
    #burger-icon span:nth-child(1) {
        top: 4px;
    }
    #burger-icon span:nth-child(2),
    #burger-icon span:nth-child(3) {
        top: 16px;
    }
    #burger-icon span:nth-child(4) {
        top: 28px;
    }
    #burger-icon.show span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
}


/* Hero section */

header.masthead {
    margin-top: 5rem;
    padding-top: 10.5rem;
    padding-bottom: 10rem;
    text-align: center;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.45) url("../assets/images/hero-gcd.jpg");
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 100vh; */
}

header.masthead .masthead-heading {
    font-size: 5rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
}

header.masthead .masthead-subheading {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header.masthead {
        margin-top: 0rem;
        padding-top: 21em;
        padding-bottom: 4.5rem;
        width: 100%;
    }
    header.masthead .masthead-heading {
        font-size: 5rem;
        font-weight: 700;
        line-height: 4.5rem;
    }
    header.masthead .masthead-subheading {
        font-size: 2rem;
        font-style: italic;
        line-height: 2.25rem;
        margin-bottom: 2rem;
    }
}

.hero-footer-social {
    margin: 0;
    padding: 0;
}

.hero-footer-social li {
    display: inline-block;
}

.hero-footer-social>li+li {
    margin-left: 2rem;
}

.hero-footer-social a {
    color: #ffffff;
    font-size: 1.5rem;
}

.fa-facebook,
.fa-facebook-f,
.fa-instagram,
.fa-whatsapp {
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 0.5rem;
}

.fa-facebook:hover,
.fa-facebook-f:hover,
.fa-instagram:hover,
.fa-whatsapp:hover {
    transform: scale(1.3);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.fa-facebook:hover,
.fa-facebook:focus,
.fa-facebook-f:hover,
.fa-facebook-f:focus {
    color: #4267b2;
}

.fa-instagram:hover,
.fa-instagram:focus {
    background: radial-gradient( circle at 25% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-whatsapp:hover,
.fa-whatsapp:focus {
    color: #25d366;
}


/* quienes somos */

.overlay-wrapper {
    position: relative;
}

.overlay-image {
    background-image: url("../assets/images/img-quienesSomos2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30%;
    width: 100%;
}

.overlay-header span {
    display: block;
}

.overlay-header .header-1 {
    font-size: calc(150% + 2.25vw);
    font-family: Kollektif-Bold;
    text-transform: uppercase;
}

.overlay-header .header-2 {
    font-size: calc(100% + 0.65vw);
    font-family: Futura-Light;
}

@media (min-width: 1200px) {
    .overlay-image {
        background-image: url("../assets/images/img-quienesSomos.png");
        background-size: cover;
        background-position: unset;
        height: 400px;
        width: 100%;
    }
    .overlay-box {
        position: absolute;
        left: 30%;
        top: 60%;
        max-width: 100%;
        transform: translateY(-50%);
    }
}


/*  QUIENES SOMOS*/

.icono {
    width: 200px;
    height: 200px;
    background-color: rgba(255, 128, 58, 0.9);
}

.cocina-integral {
    height: 160px;
    width: 160px;
    display: block;
    margin-top: 15px;
}

.centro-distribucion {
    height: 125px;
    width: 125px;
    display: block;
    margin-top: 25px;
}

.respuesta {
    height: 140px;
    width: 140px;
    display: block;
    margin-top: 20px;
}

.distintivo {
    height: 160px;
    width: 160px;
    display: block;
    margin-top: 15px;
}

.entrega {
    height: 150px;
    width: 150px;
    display: block;
    margin-top: 30px;
}

.profesionales {
    height: 150px;
    width: 150px;
    display: block;
    margin-top: 15px;
}

.titulo-icono {
    font-weight: bold;
    color: #606060;
    text-align: center;
}

.texto-icono {
    color: #606060;
    font-size: 16px;
    text-align: justify;
}


/* servicios */

#servicios {
    max-width: 1400px;
    margin: 0 auto;
}

#servicios h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

#servicios img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    transition: transform 350ms ease-in-out;
    transform: scale(1.4);
}

#servicios img:hover {
    /* cursor: pointer; */
    transform: scale(1);
}

#servicios .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

#servicios .cards_item {
    display: flex;
    padding: 0rem 3rem 2rem 3rem;
}

#servicios .card {
    background-color: transparent;
    border: none;
    overflow: hidden;
    text-align: center;
}

#servicios .holder {
    margin: 0 10px;
    overflow: hidden;
}

#servicios .holder {
    width: 100%;
}

#servicios .card_content {
    padding: 0.5rem;
}

#servicios .card_title {
    font-family: Kollektif-Bold;
    color: #000000;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px;
}


/* #servicios .card_text {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400;
} */

@media (min-width: 40rem) {
    #servicios .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    #servicios .cards_item {
        width: 33.3333%;
    }
}


/* fases */

#fases .title-fases {
    margin-bottom: 3.5rem;
}

#fases .title-fases h1 {
    font-size: calc(150% + 2.25vw);
}

.col-lg-6 {
    padding-right: 0;
    padding-left: 0;
}

.fase-1 {
    background-color: #fd0000;
}

.fase-2 {
    background-color: #ff803a;
}

.fase-3 {
    background-color: #ffcc6b;
}

.content-text-fases {
    color: #ffffff;
    margin: 2.5rem;
}

.content-text-fases h1 {
    text-align: left;
    font-family: Kollektif-Bold;
}

.content-text-fases li {
    font-family: Kollektif-Regular;
    font-size: 1.3rem;
    list-style-type: none;
    position: relative;
    width: fit-content;
}

.content-text-fases li::before {
    position: absolute;
    left: -0.25em;
    top: -0.25em;
    content: ".";
    font-size: 5em;
    line-height: 0.3em;
}

@media (max-width: 767px) {
    .content-text-fases {
        margin: 2.5rem 1rem 2.5rem 1rem;
    }
    .content-text-fases h1 {
        font-size: 2rem;
    }
}


/* clientes */

.slickSlider {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.slickSlider.w300 {
    max-width: 300px;
}

.slick-slide {
    margin: 0 5px;
}

.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    display: flex;
    height: auto;
}

.slick-slide .card {
    align-items: center;
}

.slick-slide img {
    width: 75%;
    height: 12rem;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.thumb {
    margin: 20px 0 0;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: 0.7;
}

.slick-prev:before,
.slick-next:before {
    color: #8a8684 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ff803a !important;
}

.slick-dots li button:before {
    font-size: 20px !important;
    color: #ff803a !important;
}

.slick-list {
    padding-bottom: 30px !important;
}

.slick-slide .card {
    border: 0;
}


/* contactanos */

#contactanos hr {
    background-color: #ff803a;
    height: 5px;
    width: 65%;
}

#contactanos h1 {
    text-align: center;
}

#contactanos textarea {
    width: 100%;
}

#contactanos button {
    text-transform: uppercase;
    background-color: #ff803a;
    border-color: #e27134;
    border-radius: 7px;
    font-size: 1.25rem;
    font-family: Futura-Light;
    letter-spacing: 1.5px;
}

@media (max-width: 576px) {
    #colNombre,
    #colTelefono,
    #colAsunto {
        margin-bottom: 1rem;
    }
}


/*comedor industrial*/

.comedor {
    font-size: 22px;
    text-align: justify;
    color: #606060;
    font-weight: lighter;
}


/*MANTENIMIENTO*/

.tarjetas-rojas {
    border-radius: 0 !important;
    background-color: #de0000;
}

.text-cards {
    font-size: 18px;
    font-weight: bold;
}

.tarjetas-orange {
    border-radius: 0 !important;
    background-color: #ff803a;
}

.tarjetas-light {
    background-color: #ffad6b;
    border-radius: 0 !important;
}


/* footer */

.site-footer {
    background-color: rgba(255, 128, 58, 1);
    padding: 20px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}

.site-footer hr.hr {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    border-top: 2px solid #ffffff;
    width: 50%;
}

.site-footer div.separator {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    border-left: 2px solid #ffffff;
    width: 1px;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    font-family: Kollektif-Bold;
    color: #fff;
    font-size: 18px;
    margin-left: 3rem;
    margin-bottom: 0.25rem;
}

#certificaciones {
    margin-left: 0;
    font-size: 26px;
}

.site-footer a {
    color: #ffffff;
}

.site-footer a:hover {
    color: #000000;
    text-decoration: none;
}

#corporativo .icon-location p {
    font-family: Futura-Light;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #da3a32;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    /* text-align: right; */
    text-align: left;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}

.copyright-text {
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
    .icons-footer {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .icons-footer li {
        display: inline-block;
        margin: 0rem .8rem;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    /* display: inline-block; */
    margin: 0rem 2rem;
}

.icons-footer {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.icons-footer li {
    display: inline-block;
    margin: 0rem .8rem;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons img {
    color: #979797;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons p {
    margin-top: 1rem;
}

.icon-location {
    height: 36px;
    width: 36px;
}

.icon-phone {
    height: 30px;
    width: 30px;
}

.icon-email {
    height: 30px;
    width: 30px;
}

#corporativo img {
    vertical-align: middle;
    margin-right: 0.5rem;
}

#corporativo:first-child ul li p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1rem;
}

@media (max-width: 576px) {
    .site-footer h6 {
        margin-left: 0;
        margin-bottom: 1rem;
    }
    #corporativo {
        text-align: center;
    }
    #corporativo:first-child ul li p {
        display: block;
        margin-top: 1rem !important;
    }
}