@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;800;1000&display=swap');
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    font-family: 'Mulish', sans-serif;
}

:root {
    --color-carts: #cd8600;
    --color-carts-hover: #d6a000;
    --color-header: #414141;
}
html,
body {
    margin: 0px;
    padding: 0px;
    height: 1000px;
}

#cajacookies {
    display: none;
    box-shadow: 0px 0px 5px #808080;
    background-color: white;
    color: black;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 0px;
    margin: 1% 5%;
    position: fixed;
    bottom: 0;
}

#cajacookies button {
    color: black;
    background-color: var(--color-carts);
    border: none;
    padding: 10px 20px;
    margin: 0px 10px;
    border-radius: 5px;
    cursor: pointer;
}

#cajacookies button:hover{
    background-color: var(--color-carts-hover);
    color: white;
}

#cajacookies a{
    color: var(--color-carts) !important;
    font-weight: 400;
}

.mind{
	font-size:18px;
}

.ir-arriba {
    display: none;
    padding: 13px;
    background: var(--color-carts);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
}

.ir-arriba i {
    font-size: 40px;
}

a {
    text-decoration: none;
    color: white;
    font-weight: 200;
}


.logo img {
    width: 150px;
    margin-left: 15px;
}

.titulos {
    font-weight: bold;
    color: white;
    font-style: normal;
}

header.abajo {
    background: var(--color-header);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    transition: 0.7%;
    z-index: 10;
}

.all-top {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/landingfondo.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    background-attachment: fixed;

}

header {
    color: white;
    background-color: var(--color-header);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: 0.7%;
    top: 0;
    left: 0;
}

header ul {
    display: flex;
    gap: 30px;
    list-style: none;
    float: right;
    margin: auto;
    margin-right: 30px;
    font-size: 23px;
}

body {
    margin: 0;
    font-family: 'Mulish', sans-serif !important;
}

.topnav {
    overflow: hidden;
}

.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}


.topnav a.active {
    background-color: #ffa500;
    color: white;
}

.topnav a.active:hover {
    color: white;
}

.topnav .icon {
    display: none;
}


.nav {
    float: right;
    width: 100%;
}

.nav a {
    text-decoration: none;
    color: white;
    font-family: 'Mulish', sans-serif;
}

.nav a:hover {
    color: orange;
}

.foryou {
    font-size: 50px;
    text-align: center;
}

.manolo {
    width: 100%;
}

.entrada {
    display: flex;
    color: white;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.entrada-left {
    width: 100%;
    float: left;
    margin: 10% 0%;
    text-align: center;
}

.entrada-left h2 {
    font-size: 30px;
    margin-top: 0%;
}

.entrada-left h1 {
    font-size: 80px;
    text-align: center;
    margin-top: 50px;
    font-family: 'Mulish', sans-serif;
    font-weight: 1000;
}

.entrada-left p {
    margin-left: 0%;
    font-size: 30px;
    margin-top: 2%;

}

footer {
    background-color: var(--color-header);
    margin-top: 100px;
    padding: 50px 10px;
    color: white;
    z-index: 10;
}

.foot {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    margin: 0px 20px;
}

.links {
    width: 30%;
    float: left;
    font-size: 20px;
    margin-bottom: 10px;
}

.links a:hover {
    color: orange;
}

.links ul {
    list-style: none;
    margin-left: 10%;
    font-size: 15px;
}


.footer_logo img {
    width: 70%;
    margin-left: 100px;
    float: right;
}

.foot {
    margin: 0px;
}

.end p {
    margin: 0px;
    margin-left: 4%;
    margin-top: 2px;
}

.end a:hover {
    color: var(--color-carts);
}

.first-zone {
    margin: 10% 5% 10% 5%;
}
.third-zone{
	margin: 10% 10% 10% 10%;
}
.first-zone .container {
    margin: 0% 0%;
    display: flex;
    margin-bottom: 10%;

}

.montcau-erp-retail, .montcau-erp-industrial {
    padding: 10px;
    margin: 0% 2%;
    margin-bottom: 0%;
    margin-top: 10%;
}

.montcau-erp-retail h1, .montcau-erp-industrial h1{
    font-size: 60px;
    text-align: center;
    margin-bottom: 0px;

}

.montcau-erp-retail-top, .montcau-erp-industrial-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.montcau-erp-retail-top img , .montcau-erp-industrial-top img {
    width: 100%;
    float: right;
    margin-top: 50px;
    padding: 0px;
}

.montcau-erp-retail-top-photo, .montcau-erp-industrial-top-photo {
    width: 50%;
}

.montcau-erp-retail-top-text, .montcau-erp-industrial-top-text {
    width: 50%;
}

.montcau-erp-retail-top-text li, .montcau-erp-industrial-top-text li {
    margin-top: 30px;
    font-size: 23px;
}

.montcau-erp-retail-foot, .montcau-erp-industrial-foot {
    font-size: 23px;
    margin-left: 0%;
}


.image {
    width: 50%;
    float: left;
}

.image img {
    width: 80%;
    float: right;
    margin-right: 2%;
    margin-top: 2%;
    border-radius: 10px;
}

.text {
    width: 50%;
    float: right;
    margin-left: 5px;
}

.text h1 {
    font-size: 40px;
}

.text p {
    font-size: calc (20px * 0.5vw);
}

.text-ul {
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
}

.x1 {
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 5px;
}

.x1 i {
    font-size: 42px;
    margin-right: 25px;
}

.x1 p {
    font-size: 22px;
}

.ventajas span{
    color: var(--color-carts);
}

.ventajas {
    display: block;
}

.ventajas-texto h1 {
    font-size: 60px;
    text-align: center;
    text-shadow: 
    -0.0075em 0.0075em 0 mix(#fff, black, 100%),
    0.005em 0.005em 0 mix(#fff, black, 60%),
    0.01em 0.01em 0 mix(#fff, black , 62%), 
    0.015em 0.015em mix(#fff, black, 64%), 
    0.02em 0.02em 0 mix(#fff, black, 66%), 
    0.025em 0.025em 0 mix(#fff, black, 68%),
    0.03em 0.03em 0 mix(#fff, black, 70%),
    0.035em 0.035em 0 mix(#fff, black, 72%);
}

.ventajas-texto p {
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;
}

.texto h3{
    font-size: 20px;
    text-align: center;
    color: black;
}

.flip-boxes-index {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% 0%;
    gap: 10px;
}

.flip-box-index {
    background-color: var(--color-carts);
    color: white;
    width: 300px;
    border-radius: 20px;
    text-align: center;
    height: 250px;
    padding: 10px;
    box-shadow: 1px 2px 3px #434343;
}

.flip-box-index-back{

     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50%;
}

.flip-box-index:hover {
    background-color: var(--color-carts-hover);
    color: white;

}

.flip-box-index img {
    width: 30%;
    margin-top: 20px;

}

.mcontainer {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 01% 2%;
    box-shadow: 7px 7px 30px #aaaaaa inset;
    border-radius: 20px;
    gap: 10px;
    padding: 2% 0%;
}

.circle {

    text-align: center;
    width: 33%;
    margin: 5% 2%;
}

.circle h2 {
    font-size: 50px;
    margin-bottom: 0px;
}

.circle p {
    font-size: 18px;
    color: rgb(214, 139, 0);
}

.bx-less {
    background-color: var(--color-header);
    background-image: linear-gradient(rgba(63, 63, 63, 0.7), rgba(44, 44, 44, 0.7)), url("../img/almacen.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0%;
    color: white;
    margin-top: 5%;
}

.superior {
    text-align: left;
    margin-left: 10%;
    margin-bottom: 50px;
}


.proceso {
    padding: 5% 0%;
    background-image: url(../img/terracom_icon.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.proceso .top {
    text-align: center;
}

.top {
    margin-bottom: 10%;
}

.top h2 {
    font-size: 20px;
    letter-spacing: 3px;
    color: var(--color-carts);
}

.nst {
    text-align: center;
    padding: 20px;
}

.nst h5 {
    background-color: rgb(255, 188, 149);
    margin: 0% 44%;
    text-align: center;
    padding: 10px 0%;
    border-radius: 50%;
    color: white;
    transition: 0.3s;
}

.nst h5:hover {
    background-color: rgb(255, 170, 120);
    margin: 0% 42%;
    padding: 10px 0%;
    transition: 0.3s;
}

.nst h1 {
    font-size: 30px;
}

.nst p {
    font-size: 20px;
}

.c-flex {
    display: flex;
    gap: 20px;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin: 5%;
}

.containerr {
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin: 20px;
    overflow: hidden;
}

.float-div {
    width: 400px;
    height: 300px;
    background-color: transparent;
    border: 1px solid var(--color-carts);
    margin: 0 10px;
    position: relative;
    padding: 10px;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.float-div p {
    color: #fff;
    text-align: center;
}

.float-div h1 {
    text-align: center;
}

.float-div button {
    padding: 10px;
    border: 1px solid var(--color-carts);
    color: white;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}

.float-div button:hover {
    background-color: var(--color-carts);
    transition-duration: 0.3s;
    border: 1px solid var(--color-carts);
    animation-duration: 1s;

}

.buto {
    display: flex;
    margin-top: 30%;
    justify-content: center;
}

.float-div:nth-child(2) {
    transform: translateX(100px) scale(0.8);
}

.float-div:nth-child(3) {
    transform: translateX(100px) scale(0.6);
    opacity: 0.6;
}

.float-div:hover {
    opacity: 1;
}


.kit-digital-home{
    margin-bottom: 10%;
}
.kit-digital-home p{
    margin: 0px;
    text-align: center;
    margin: 20px 8%;
    font-size: 25px;
    font-weight: 600;
    color: var(--color-carts);
}

.kit-digital-home img{
    width: 100%;
}

.note{
	font-size:small;
}

@media screen and (max-width: 1024px) {


    .header ul {
        margin: 0px;
    }

    header{
        gap: 5%;
    }
    .montcau-erp-retail, .montcau-erp-industrial {
        margin: 10% 0%;
    }
    .montcau-erp-retail h1 , .montcau-erp-industrial h1{
        font-size: 40px;
    }
    .montcau-erp-retail-top img, .montcau-erp-industrial-top img {
        float: none;
        padding: 0px;
    }

    .montcau-erp-retail-top-text li, .montcau-erp-industrial-top-text li {
        margin-top: 20px;
        font-size: 17px;
    }

    .montcau-erp-retail-foot, .montcau-erp-industrial-foot {
        font-size: 17px;
        margin-left: 2%;
    }

    .second-zone .s-container .box-content {
        padding: 20px;
        border: 4px solid var(--color-carts);
        border-radius: 5px;
        width: 230px;
        height: 200px;
        color: white;

    }

    .flip-box-index img {
        width: 50px;
        margin-top: 20px;
    }

    .nst h5 {
        background-color: #ffbc95;
        margin: 0% 42%;
        text-align: center;
        padding: 15px 0%;
        border-radius: 50%;
        color: white;
    }

    .nst h5:hover {
        margin: 0% 40%;
        padding: 15px 0%;
    }

    header ul {
        display: flex;
        gap: 30px;
        list-style: none;
        float: right;
        margin: auto;
        margin-right: 30px;
        font-size: 18px;
    }

    .flip-boxes-index {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0% 5%;
        gap: 5px;
    }

    .flip-box-index {
        background-color: var(--color-carts);
        color: white;
        border-radius: 20px;
        text-align: center;
        min-width: 170px;
        padding: 10px 10px;
        height: 220px;
    }

    .flip-box-index h2{
        font-size: 20px;
        margin-top: 10px;
    }
    .flip-box-index p{
        font-size: 12px;
    }

    .proceso {
        padding: 2% 0%;
        margin-top: 5%;
    }

    .text-ul {
        margin-top: 10px;
    }

    .x1 {
        margin-bottom: 0px;
    }

    .x1 i {
        font-size: 22px;
        margin-right: 20px;
    }

    .x1 p {
        font-size: 18px;
        margin: 10px;
    }

    .foryou {
        font-size: 35px;
        margin: 0px 5%;
    }

    .kit-digital-home p{
        font-size: 15px;
        margin: 50px 5%;


}


@media screen and (max-width: 768px) {

    .entrada-left {
        margin: 0% 8%;
    }

    .entrada-left h2 {
        font-size: 20px;
        margin-top: 5%;
    }

    .montcau-erp-retail, .montcau-erp-industrial {
        margin-top: 10%;
    }

    .montcau-erp-retail h1, .montcau-erp-industrial h1{
        font-size: 30px;
    }

    .ventajas {
        margin-top: 15%;
    }

    .entrada-left h1 {
        font-size: 50px;
    }

    .entrada-left p {
        font-size: 18px;
    }

    .flip-boxes-index {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0% 5%;
        gap: 10px;
    }

    .flip-box-index {
        background-color: var(--color-carts);
        color: white;
        border-radius: 20px;
        text-align: center;
        min-width: 200px;
        padding: 10px 10px;
    }

    .flip-box-index h2{
        font-size: 30px;
        margin-top: 10px;
    }
    .flip-box-index p{
        font-size: 18px;
    }

    .nst h5 {
        background-color: rgb(255, 188, 149);
        margin: 0% 41%;
        text-align: center;
        padding: 10px 0%;
        border-radius: 50%;
        color: white;
    }

    .nst h5:hover {
        margin: 0% 39%;
        padding: 10px 0%;
    }


    .first-zone .container {
        margin: 0% 0%;
        display: flex;
        margin-bottom: 10%;

    }

    .image {
        width: 50%;
        float: left;
    }

    .image img {
        width: 90%;
        float: right;
        margin-right: 2%;
        margin-top: 10%;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .text {
        width: 50%;
        float: right;
        margin-left: 2px;
    }

    .text h1 {
        font-size: 30px;
    }

    .text p {
        font-size: 15px;
    }

    .text-ul {
        width: 100%;
        margin-top: 10px;
        margin-left: 20px;
    }

    .x1 {
        display: flex;
        align-items: center;
        margin: auto;
        margin-bottom: 5px;
    }

    .x1 i {
        font-size: 20px;
        margin-right: 20px;
    }

    .x1 p {
        font-size: 15px;
        margin: 5px 0px;
    }

    .flip-boxes-index {
        display: block;
        align-items: center;
        justify-content: center;
        margin: auto;
        gap: 2px;
    }

    .flip-box-index {
        background-color: var(--color-carts);
        color: white;
        border-radius: 20px;
        text-align: center;
        display: flex;
        height: 250px;
        display: flex;
        margin: auto;
        margin-bottom: 20px;
        padding: none;

    }

    .flip-box-indexp {
        font-size: 10px;
        padding: 0px;
        margin: 0px;
    }

    .flip-box-indexh2 {
        font-size: 10px;
    }

    .flip-box-index img {
        width: 60px;
        margin-top: 20px;

    }


    .ventajas-texto h1 {
        font-size: 40px;

        letter-spacing: 5px;

    }

    .ventajas-texto p {

        font-size: 18px;
    }

    .mcontainer {
        padding: 0px;
    }

    .circle {
        height: auto;
        padding: 2% 0%;
    }

    .circle h2 {
        font-size: 40px;
    }

    .circle p {
        font-size: 13px;
    }

    .box-contentX h1 {
        font-size: 24px;
    }

    .links {
        font-size: 15px;
        width: 100%;
    }

    .links a:hover {
        color: orange;
    }

    .footer_logo img {
        width: 50%;
        margin-left: 0px;
        margin-right: 30px;
        float: right;
    }

    .foot {
        margin: 0px;
    }

}

@media screen and (max-width: 640px) {

    .float-div {
        width: 200px;
        height: 100px;
    }

    header {
        display: flex;
    }

    header.abajo {
        display: flex;
        font-size: 10px;
        padding: 0px;
        margin: 0px;
    }

    .nav {
        margin: 0px;
        padding: 0px;
    }


    .entrada {
        width: 100%;
    }

    .c-flex {
        display: block;
        width: 100%;
        margin-left: 0%;
    }

    .box-contentX {
        width: 80%;
        margin: auto;
        margin-bottom: 10px;
        justify-content: center;
    }

    .nst h5 {
        background-color: rgb(255, 188, 149);
        margin: 0% 42%;
        text-align: center;
        padding: 10px 0%;
        border-radius: 50%;
        color: white;
    }

    .nst h5:hover {
        margin: 0% 40%;
        padding: 10px 0%;
    }

    .nst {
        margin: 0% 10%;
    }

    .nst h1 {
        font-size: 20px;
    }

    .box-contentX button {
        float: none;
        margin: auto;
    }

    .first-zone .container {
        margin: 0% 0%;
        display: block;
        margin-bottom: 10%;
    }

    .text {
        float: none;
        width: 100%;
    }

    .image {
        float: none;
        width: 100%;
    }

    .proceso {
        background-size: cover;
    }

    .mcontainer {
        margin: auto;
        display: block;
        padding-bottom: 30px;
        width: 50%;
        text-align: center;
        margin: auto;
    }

    .circle {
        width: 100%;
        padding: 20px;
    }

    .circle h2 {
        font-size: 50px;

    }

    .circle p {
        font-size: 20px;
    }

    .ventajas {
        margin-top: 15%;
    }

    .foot {
        margin: 0px;
        font-size: 5px !important;
    }

    .links {
        font-size: 10px;
    }

    .footer_logo img {
        display: none;
    }

    @media screen and (max-width: 500px) {
        header {
            padding-bottom: 30px;
        }

        header.abajo {
            padding: 10px;
            width: 100%;
        }

        .topnav.responsive a {
            font-size: 15px !important;
        }

        .montcau-erp-retail h1, .montcau-erp-industrial h1{
            font-size: 20px;
            margin-top: 10%;
        }
        .foryou {
            font-size: 30px;
        }

        .logo img {
            width: 50%;
            margin-bottom: 10px;
        }

        header ul {
            font-size: 12px;
            letter-spacing: 0px;
            margin: 0px;
            padding: 0px;
            gap: 15px;
        }

        .ventajas-texto h1 {
        
            font-size: 25px;
            letter-spacing: 1px;

        }
        .entrada-left {
            width: 100%;
            padding: 0% 1%;
        }

        .montcau-erp-retail-top-text li, .montcau-erp-industrial-top-text li{
            font-size: 10px;
        }

        .montcau-erp-retail-top-text p, .montcau-erp-industrial-top-text p{
            font-size: 12px;
        }

        .entrada-left h2 {
            font-size: 12px;
        }

        .entrada-left h1 {
            font-size: 37px;
            margin-top: 10%;
        }

        .entrada-left p {
            font-size: 13px;
        }


        .end p {
            font-size: 10px;
        }

        .topnav {
            margin-right: 10px;
        }
    }
}

@media (max-width: 768px) {
    .container {
        height: 150px;
        /* Ajusta según el tamaño deseado para pantallas más pequeñas */
    }

    .float-div {
        width: 300px;
        height: 200px;
    }

    .montcau-erp-retail, .montcau-erp-industrial {
        margin: 2%;
    }

    

    .montcau-erp-retail-top, .montcau-erp-industrial-top {
        display: block;
    }

    .montcau-erp-retail-top-photo, .montcau-erp-industrial-top-photo {
        width: 100%;
        margin-top: 0px;
    }

    .montcau-erp-retail-top-text, .montcau-erp-industrial-top-text {
        width: 100%;
        margin-bottom: 50px;
    }


}



@media screen and (max-width: 862px) {


    .topnav a.active {
        display: none;
    }

    .topnav a {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
        font-size: 40px;
        padding: 0%;
        margin-top: 5px;
        color: white;
    }

    header {
        align-items: top;
        padding-bottom: 5px;
    }

    .topnav a.icon:hover {
        color: white;
    }

    .topnav.responsive {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        font-size: 17px;
        float: none;
        display: block;
        text-align: left;
    }

}

#cajacookies {
    display: none;
    box-shadow: 0px 0px 5px var(--color-header);
    background-color: white;
    color: black;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 0px;
    margin: 1% 5%;
    position: fixed;
    bottom: 0;
}


#cajacookies button {
    color: black;
    background-color: var(--color-carts);
    border: none;
    padding: 10px 20px;
    margin: 0px 10px;
    border-radius: 5px;
    cursor: pointer;

}

@media screen and(max-width: 700px) {


    .montcau-erp-retail,.montcau-erp-industrial {
        margin-top: 40%;
    }


    .montcau-erp-retail-top img, .montcau-erp-industrial-top img {
        float: none;
    }

    .montcau-erp-retail-top-text li, .montcau-erp-industrial-top-text li {
        margin-top: 15px;
        font-size: 15px;
    }

    .montcau-erp-retail-foot, .montcau-erp-industrial-foot {
        font-size: 15px;
        margin-left: 2%;
    }
}

@media screen and (max-width: 640px) {

    .proceso .top {
        margin-top: 25%;
    }
}

@media screen and (max-width: 400px) {

    .foryou {
        margin: 0px 20px;
    }

    .mcontainer {
        width: 75%;

    }

    .montcau-erp-retail-top img, .montcau-erp-industrial-top img {
        margin-top: 10%;
    }

.em_work_progress-number {
    position: relative;
    z-index: 1;
}

.em_work_progress-number span {
    background: #ffbc95;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    position: relative;
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    margin-bottom: 30px;
}

.em_work_progress-number span:before {
    position: absolute;
    left: -20px;
    top: -20px;
    height: 85px;
    width: 85px;
    content: "";
    background: #ffbc95;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: 0.3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.links ul{
    font-size: 10px;
}
}


@media screen and (min-width: 1500px) {
    .montcau-erp-retail-top-text li, .montcau-erp-industrial-top-text li {
        font-size: 30px;
    }

    .montcau-erp-retail-foot, .montcau-erp-industrial-foot {
        font-size: 30px;
    }

}

}