@import url(./fonts/Coco-Sharp-Regular-trial.ttf);
@import url(./fonts/Harabara-Mais-Demo.otf);

@font-face {
    font-family: 'harabara_maisharabaramaisdemo';
    src: url('./fonts/Harabara/harabara-mais-demo-webfont.woff2') format('woff2'),
        url('./fonts/Harabara/harabara-mais-demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cocosharp_trialbold';
    src: url('./fonts/Coco/cocosharp-bold-webfont.woff2') format('woff2'),
        url('./fonts/Coco/cocosharp-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cocosharp_trialextralight';
    src: url('./fonts/Coco/cocosharp-extralight-webfont.woff2') format('woff2'),
        url('../fonts/Coco/cocosharp-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cocosharp_trialheavy';
    src: url('./fonts/Coco/cocosharp-heavy-webfont.woff2') format('woff2'),
        url('./fonts/Coco/cocosharp-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cocosharp_triallight';
    src: url('./fonts/Coco/cocosharp-light-webfont.woff2') format('woff2'),
        url('./fonts/Coco/cocosharp-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --drk-green: #007a51;
    --lght-green: #0db14b;
    --lemon-green: #d0dd28;
    --pink: #f7b2c2;
    --pink-banner: #F4A297;
    --blue: #97daf8;
    --coco-light: 'cocosharp_triallight', 'sans-serif';
    --coco-bold: 'cocosharp_trialbold', 'sans-serif';
    --coco-heavy: 'cocosharp_trialheavy', 'sans-serif';
    --coco-extralight: 'cocosharp_trialextralight', 'sans-serif';
    --harabara-normal: 'harabara_maisharabaramaisdemo', 'sens-serif';
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

.body::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

.body {
    display: flex;
    flex-direction: column;
}

.header {
    height: auto;
}

.top-line {
    height: 35px;
    background: url(./Web/franja.jpg);
    background-position: -55px -33px;
    background-repeat: no-repeat;
    background-size: 108%;
}

.nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    height: 130px;
    align-items: center;
}

.menu-logo img {
    width: 250px;
}

.nav-l {
    text-align: center;
    justify-content: right;
    width: 33%;
}

.nav-r {
    text-align: center;
    justify-content: left;
    width: 33%;
}

.nav a {
    text-align: center;
    font-family: var(--coco-light);
    text-decoration: none;
    color: var(--drk-green);
    font-size: 19px;
    transition: all 0.1s ease-in-out;
}



.nav-l a {
    padding-left: 15%;
}

.nav-r a {
    padding-right: 13%;
}

.nav-links:hover {
    color: var(--lemon-green);
    text-shadow: rgb(255, 251, 0) 1px 0 10px;
}

.portada {
    background: url(./Web/portada.png);
    align-items: center;
    justify-content: center;
    height: 760px;
    background-position: center;
    background-repeat-x: no-repeat;
}

.animated-banner {
    height: 69px;
    background-color: var(--pink-banner);
    color: white;
    font-family: var(--harabara-normal);
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 19px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 540%;
    overflow: hidden;
    position: relative;
}

.animated-span {
    display: flex;
    flex-direction: row;
    animation: scroll 30s linear infinite;
}

.animated-banner-container {
    overflow: hidden;
}

@keyframes scroll {
    0% {
        transform: translateX(-2500%);
    }

    100% {
        transform: translateX(-1000%);
    }
}


.menu-container {
    flex-direction: row;
    justify-content: space-evenly;
    background: var(--lght-green);
    height: 536px;
    align-items: center;
    display: flex;
}

.menu-title {
    display: flex;
    width: 25%;
    justify-content: center;
    align-items: center;
}

.menu-title h1 {
    font-family: var(--coco-bold);
    color: white;
    width: 182px;
    height: 392px;
    background: var(--blue);
    border-radius: 26px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(-180deg);
    font-size: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.carousel {
    background: var(--lght-green);
    width: 60%;
    margin-right: 7%;
}

.images-container {
    display: flex;
    gap: 35px;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.images-container img {
    width: 262px;
    height: 393px;
    border-radius: 39px;
    border: 11px solid var(--blue);
}


.hero-img {
    height: 414px;
    background: url(./assets/dannyyo_il_c.jpg);
    background-size: 171%;
    background-position: 50% 44%;
}

.hero-text {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 75%;
}

.hero-title {
    display: flex;
    height: 28%;
    background: #007A50;
    border: 3px solid #97DAF8;
    border-radius: 14px;
    color: white;
    font-family: var(--harabara-normal);
    font-size: 48px;
    line-height: 150%;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 4px var(--blue);
    position: absolute;
    left: 20%;
    top: -50%;
    padding: 5px 10px 5px 10px;
}


.hero-paragraph {
    display: flex;
    flex-direction: row;
    height: 400px;
    padding-top: 7%;
}

.h-paragraph {
    color: black;
    width: 100%;
    font-family: var(--coco-light);
    font-size: 1.5em;
    margin-left: 27%;
    text-align: justify;
    line-height: 1.3em;
}

.h-paragraph-container {
    width: 75%;
}

.i-paragraph-container {
    position: relative;
    width: 25%;
    display: flex;

}

.i-paragraph {
    position: absolute;
    height: 142%;
    display: flex;
    left: 0%;
    top: -60%;
}

.dk {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F4A297;
}

.dk-hero {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 0px 20px 0px;
    overflow-x: hidden;
}

@keyframes scroll2 {
    0% {
        transform: translateX(calc(901px * 3));
    }

    100% {
        transform: translateX(calc(-1108px * 3))
    }
}


.slider {
    width: 1108px;
    height: 438px;
    overflow: hidden;
}

.slides {
    width: 500%;
    height: 438px;
    display: flex;
}

.slides input {
    display: none;
}

.slide {
    width: 20%;
    transition: 2s;
}

.slide img {
    width: 1108px;
    height: 438px;
}

.navigation-manual {
    position: absolute;
    width: 75%;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    margin-top: 480px;
}

.manual-btn {
    border: 1px solid var(--blue);
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child) {
    margin-right: 40px;
}

.manual-btn:hover {
    background: white;
}

#radio1:checked~.first {
    margin-left: 0;
}

#radio2:checked~.first {
    margin-left: -20%;
}

#radio3:checked~.first {
    margin-left: -40%;
}

#radio4:checked~.first {
    margin-left: -60%;
}

#radio5:checked~.first {
    margin-left: -80%;
}

#radio6:checked~.first {
    margin-left: -100%;
}

/*css for automatic navigation*/

.navigation-auto {
    position: absolute;
    display: flex;
    width: 75%;
    justify-content: center;
    margin-top: 480px;
}

.navigation-auto div {
    border: 1px solid var(--blue);
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.navigation-auto div:not(:last-child) {
    margin-right: 40px;
}

#radio1:checked+.navigation-auto .auto-btn1 {
    background: white;
}

#radio2:checked+.navigation-auto .auto-btn2 {
    background: white;
}

#radio3:checked+.navigation-auto .auto-btn3 {
    background: white;
}

#radio4:checked+.navigation-auto .auto-btn4 {
    background: white;
}

#radio5:checked~.navigation-auto .auto-btn5 {
    background: white;
}

#radio6:checked~.navigation-auto .auto-btn6 {
    background: white;
}


.dk-logo1 {
    display: flex;
}

.dk-logo1 img {
    position: absolute;
    width: 156px;
    transform: rotate(17.59deg);
    left: 17%;
    top: -10%;
    z-index: 1;
}

.dk-logo2 {
    display: flex;
}

.dk-logo2 img {
    position: absolute;
    width: 156px;
    transform: rotate(-27.08deg);
    top: 80%;
    left: 75%;
}

.locations {
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    height: 715px;
    background: #97DAF8;
    justify-content: space-between;
}

.loc-map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;


}

.loc-map iframe {
    border-radius: 39px;
    border: 11px solid var(--pink-banner);
}

.mision-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.mision {
    padding-top: 3%;
    padding-left: 6%;
    padding-bottom: 3%;
    display: flex;
    flex-direction: column;
    background: var(--pink-banner);
    width: 80%;

}

.vision {
    padding-top: 3%;
    padding-left: 6%;
    padding-bottom: 3%;
    display: flex;
    flex-direction: column;
    background: var(--pink-banner);
    width: 80%;
}

.valores {
    padding-top: 4%;
    padding-left: 6%;
    padding-bottom: 4%;
    display: flex;
    flex-direction: column;
    background: var(--pink-banner);
    width: 80%;
}


.mision-container h1 {
    color: #FFDCD6;
    font-family: var(--coco-bold);
    font-size: 48px;
    line-height: 150%;
}

.mision-container p {
    color: white;
    font-family: var(--coco-bold);
    font-size: 15px;
    width: 80%;
    text-align: justify;
}

.mision-container{
    gap: 1em;
}

.mision{
    padding: 2em;
    text-align: center;
    border-radius: 8px;
}

.vision{
    padding: 2em;
    text-align: center;
    border-radius: 8px;
}

.valores{
    padding: 2em;
    text-align: center;
    border-radius: 8px;
}

.mision-container p{
    text-align: center;
    width: 100%;
}

.franquicias {
    display: flex;
    flex-direction: row;
    height: auto;
    background: #00392A;
}

.i-franquicias {
    width: 50%;
    background: url(./assets/franq.jpg);
    background-position: 40% 24%;
    background-size: cover;
}

.f-franquicias {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 3em;
    background-color: #00392A;
    align-items: center;
    color: white;
    justify-content: center;
    align-items: center;
}

.f-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.f-title {
    font-family: var(--coco-bold);
    color: var(--pink-banner);
    width: 70%;
    font-size: 48px;
}

.f-text p {
    font-family: var(--coco-extralight);
    font-size: 1em;
    width: 70%;
    margin-bottom: 4%;
}

.f-form {
    display: flex;
    flex-direction: column;
    font-family: var(--coco-bold);
    font-size: 1em;
    width: 70%;
}

.n-p {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3%;
}

.e-d {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3%;
}

.e-d label:first-child {
    margin-right: 4.5%;
}

.label-nombres {
    margin-right: 3%;
}

.msg {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.msg input[type="text"] {
    margin-top: 2%;
    width: 100%;
    height: 80%;
}

.f-cuestionario {
    margin-top: 2%;
    width: 70%;
    font-family: var(--coco-bold);
    font-size: 1em;
}

.p-1,
.p-2,
.p-3,
.p-4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0px 5px 0px;
}

.f-cuestionario input[type="radio"] {
    display: none;
}

.r-button {
    padding: 0.5% 1.5%;
    background-color: white;
    color: var(--drk-green);
    border-radius: 10px;
    margin: 5px;
    display: inline-block;
    font-size: 1em;
}

.fix:checked+label {
    background-color: var(--pink-banner);
    cursor: pointer;
    color: #E6E6E6;
}

.p-2 input[type="radio"]:checked+label {
    background-color: var(--pink-banner);
    cursor: pointer;
    color: #E6E6E6;
}

.p-3 input[type="radio"]:checked+label {
    background-color: var(--pink-banner);
    cursor: pointer;
    color: #E6E6E6;
}

.p-4 input[type="radio"]:checked+label {
    background-color: var(--pink-banner);
    cursor: pointer;
    color: #E6E6E6;
}

.p-2 span {
    margin-right: 1.5%;
}

.p-3 span {
    margin-right: 6.5%;
}

.p-4 span {
    margin-right: 4.5%;
}

.send-button {
    background: #F8BEB4;
    border-radius: 42px;
    width: 20%;
    padding: 8px 10px;
    margin-bottom: 2%;
    margin-top: 2%;
    font-family: var(--coco-bold);
    font-size: 17px;
    color: #00392A;
    border: none;
}

.send-button:active {
    background: #00392A;
    color: #F8BEB4;
    border: 1px solid #F8BEB4;
}

.send-button:hover {
    cursor: pointer;
}

.contacto {
    display: flex;
    flex-direction: row;
    height: 60vh;
    background: var(--blue);
    color: white;
}

.c-imagen {
    width: 30%;
    position: relative;

}

.c-img-container {
    transform: scale(1);
    position: absolute;
    width: 344.98px;
    height: 464px;
    overflow: hidden;
    top: -2%;
}

.c-img-container img {
    position: fixed;
    width: 100%;
    transform: rotate(16.35deg);
    top: 0%;
}

.c-texto {
    width: 70%;
    display: flex;
    flex-direction: column;
    padding-top: 3%;
}

.c-title h1 {
    font-family: var(--coco-bold);
    font-size: 4em;
    text-shadow: 3px 6px 0px var(--pink-banner);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--pink-banner);
}

.c-title p {
    font-family: var(--coco-bold);
    font-size: 1.2em;
}

.contactos {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.contactos a {
    margin-top: 3%;
    background-color: var(--pink-banner);
    color: white;
    text-decoration: underline;
    font-family: var(--coco-bold);
    font-size: 1.5em;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    padding: 0.5em;
}

.c-redes {
    display: flex;
    flex-direction: row;
    font-family: var(--coco-bold);
    margin-top: 4%;
    align-items: center;
    gap: 2em;
}

.c-redes h1 {
    margin-right: 2%;
    font-size: 2em;
    text-shadow: 2px 2px 0px var(--pink-banner);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--pink-banner);
}

.instagram a img {
    width: 3.5rem;
}

.facebook a img {
    width: 3.5rem;
}

.c-privacidad {
    font-family: var(--coco-bold);
    font-size: 12px;
    margin-top: 6%;
}

.c-privacidad a {
    text-decoration: none;
    color: white;
}

.c-privacidad a:hover {
    cursor: pointer;
}

.mobile-menu {
    display: none;
}

.contacto-2{
    display: flex;
    flex-direction: row;
    overflow: visible;
    padding: 2em;
    justify-content: center;
    height: 45vh;
    background-color: var(--blue);
}

.mono{
    display: flex;
    width: 30%;
    align-items: center;
    position: relative;
}

.mono img{
    width: 60%;
    position: absolute;
    top: -40%;
    left: 20%;
    transform: rotate(20deg);
}

.textos-contacto{
    width: 70%;
}

.textos-contacto h2{
    font-family: var(--coco-bold);
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px 0px var(--pink-banner);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--pink-banner);
}

.textos-contacto h3{
    font-family: var(--coco-bold);
    font-size: 2em;
    color: white;
    text-shadow: 2px 2px 0px var(--pink-banner);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--pink-banner);
}

.textos-contacto p{
    font-family: var(--coco-bold);
    font-size: 1.2em;
    color: white;
}

.priv{
    font-family: var(--coco-bold);
    font-size: 1em;
    margin-top: 6%;
    color: white;
    text-decoration: none;
}

.contacto{
    display: none;
}

.icons-container{
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.mobile-nav {
    display: none;
  }

  .navicon-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    padding: 14px;
    margin-bottom: 0.5em;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 99;
  }

  .navicon-container {
    display: none;
  }
  
  .navicon-container .bar {
    transition: transform cubic-bezier(.89, 0, .08, 1) 0.5s, width cubic-bezier(.89, 0, .08, 1) 0.5s, background .3s;
  }
  
  .navicon-container:hover .bar,
  .navicon-container.animate:hover .bar {
    background: var(--lght-green);
  }
  
  .navicon-container.animate .bar {
    background: var(--lght-green);
  }
  
  .navicon-container.animate .bar:nth-child(1) {
    transform: translate(0, 0.5em) rotate(135deg);
  }
  
  .navicon-container.animate .bar:nth-child(2) {
    transform: translate(1em, 0px) rotate(90deg);
    width: 0;
  }
  
  .navicon-container.animate .bar:nth-child(3) {
    transform: translate(0, -1.1em) rotate(225deg);
  }

  .bar {
    background: var(--drk-green);
    width: 2.5em;
    height: 0.4em;
    margin-top: 0.5em;
    border-radius: 8px;
  }

  .mobile-menu{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    min-height: 102vh;
    z-index: 98;
    background-color: white;
    color: var(--drk-green);
    transition: 0.4s;
  }
  
  .mobile-menu-on{
    left: 0;
  }

  .menu2-container{
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-direction: center;
    justify-content: center;
  }
  
  .menu2-container > li > a{
    text-decoration: none;
    text-transform: uppercase;
    color: var(--drk-green);
    font-family: var(--coco-bold);
    font-size: 2.3em;
    border-bottom: 5px solid var(--blue);
  }



/* Tablet Responsive */

@media only screen and (max-width: 1240px) {

    .navicon-container {
        display: flex;
      }

    .nav-l,
    .nav-r {
        display: none;
    }

    /* .mobile-menu {
        display: flex;
        flex-direction: column;
        width: 10%;
    } */

    

    .mobile-menu-links {
        background-color: #007a51;
        display: flex;
        position: absolute;
        flex-direction: column;
        display: none;
        border-radius: 5px;
        width: 20%;
        left: 75%;
        top: 10%;
        text-align: center;
        box-shadow: 7px 8px 5px 0px rgba(72,66,66,0.75);
        transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55)
    }

    .block{
        opacity: 1 !important;
    }

    .none{
        opacity: 0 !important;
    }

    html{scroll-behavior: smooth;}

    .mobile-menu-links a {
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 11px;
        text-align: center;
        position: initial;
    }

    .ham img {
        width: 50px;
    }

    .nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px 20px 0px 20px;
    }

    .hero-title span {
        font-size: 30px;
    }

    .hero-title {
        left: 20%;
        top: -35%;
    }

    .h-paragraph {
        line-height: 25px;
        width: 100%;
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .i-paragraph {
        height: 100%;
        position: initial;
        padding-bottom: 15%;
    }

    .i-paragraph-container {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: top;
    }

    .n-p {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 3%;
    }

    .e-d {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 3%;
    }

    .f-title {
        font-size: 34px;
    }



    .p-1,
    .p-2,
    .p-3,
    .p-4 {
        display: flex;
        flex-direction: row;
        margin: 1em 0em 1em 0em;
        border-bottom: 2px solid white;

    }

    .franquicias {
        display: flex;
        flex-direction: row;
    }

    .s-button {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .send-button {
        width: 50%;
    }

    .f-text {
        text-align: justify;
    }

    #cuales1,
    #cuales2,
    #cuales3,
    #cuales4 {
        width: 50%;
        margin-left: 2%;
    }

    .locations {
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .loc-map {
        width: 90%;
    }

    .mision-container {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }

    .loc-map iframe {
        border-radius: 20px;
        border: 11px solid var(--pink-banner);
        height: 300px;
    }

    .c-img-container {
        transform: scale(1);
        position: absolute;
        width: 120%;
        overflow: hidden;
        top: 0%;
    }

    .c-title h1 {
        font-family: var(--coco-bold);
        font-size: 4em;
        text-shadow: 3px 6px 0px var(--pink-banner);
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: var(--pink-banner);
    }

    .c-texto {
        width: 50%;
    }

    .contacto {
        display: flex;
        justify-content: space-between;
    }

    .c-title p {
        font-family: var(--coco-bold);
        font-size: 0.8em;
        width: 80%;
    }

    .contactos a {
        font-size: 1.4em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contacto-2{
        height: 40vh;
    }


    .c-redes h1 {
        font-size: 1.2em;
    }

    .c-privacidad {
        font-family: var(--coco-bold);
        font-size: 12px;
        margin-top: 6%;
    }

    .c-texto {
        justify-content: center;
    }

    .animated-banner {
        font-size: 1.2em;
        width: 900%;
    }

    .top-line {
        background-position: center;
        height: 15px;
    }

    .slide img {
        width: 200px;
    }

    .slide {
        width: 100%;
    }

    .first {
        z-index: 1;
    }

    .dk-logo2 img,
    .dk-logo1 img {
        z-index: 2;
    }

    .slider {
        width: 100%;
        overflow: hidden;
    }

    .slides {
        width: 600%;
        display: flex;
    }

    .slide {
        width: 100%;
        transition: 2s;
    }

    .slide img {
        width: 1000px;
    }

    .dk-hero {
        width: 100%;
    }

    #radio1:checked~.first {
        margin-left: 0;
    }

    #radio2:checked~.first {
        margin-left: -20%;
    }

    #radio3:checked~.first {
        margin-left: -50%;
    }

    #radio4:checked~.first {
        margin-left: -100%;
    }

    #radio5:checked~.first {
        margin-left: -200%;
    }

    #radio6:checked~.first {
        margin-left: -500%;
    }

    .ham button {
        background-color: white;
        border: 0px solid;
    }

    .mision-container{
        gap: 1em;
    }

    .mision{
        padding: 2em;
        text-align: center;
        border-radius: 8px;
    }

    .vision{
        padding: 2em;
        text-align: center;
        border-radius: 8px;
    }

    .valores{
        padding: 2em;
        text-align: center;
        border-radius: 8px;
    }

    .mision-container p{
        text-align: center;
        width: 100%;
    }

    .mono img{
        width: 90%;
        left: 10%;
        top: -30%;
    }

    .icons-container{
        display: flex;
        flex-direction: row;
        gap: 1em;
    }
    
    

      .mobile-nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: white;
      }
}

/* Phone Responsive */

@media only screen and (max-width: 700px) {

    .navicon-container {
        display: flex;
      }

    .mobile-menu-links {
        background-color: #007a51;
        display: flex;
        position: absolute;
        flex-direction: column;
        display: none;
        border-radius: 5px;
        width: 30%;
        left: 65%;
        top: 12%;
        text-align: center;
        box-shadow: 7px 8px 5px 0px rgba(72,66,66,0.75);
        transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55)
    }

    .menu-logo img {
        width: 150px;
        position: relative;
        z-index: 2000;
    }

    .animated-banner {
        font-size: 0.7em;
        width: 1150%;
    }

    .images-container img {
        width: 182px;
        height: 293px;
        border-radius: 39px;
        border: 11px solid var(--blue);
    }

    .images-container{
        gap: 25px;
    }

    .menu-title h1 {
        margin-top: 40px;
        margin-bottom: 40px;
        height: 292px;
    }

    .menu-container {
        height: auto;
    }

    .carousel{
        margin-right: 0%;
    }

    .hero-paragraph{
        flex-direction: column;
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .hero-img {
        height: 200px;
    }
    .h-paragraph{
        font-size: 1em;
        line-height: 1.3em;
        padding: 0.5em;
        margin: 0;
    }

    

    .h-paragraph-container{
        width: 100%;
    }

    .hero-title span{
        font-size: 0.5em;
    }

    .hero-title{
        left: 12%;
    }

    .i-paragraph-container{
        height: 30vh;
    }

    .i-paragraph{
        height: 100%;
    }

    .dk-logo1 img{
        position: absolute;
        width: 85px;
        transform: rotate(17.59deg);
        left: 5%;
        top: -10%;
        z-index: 2;
    }

    .dk-logo2 img {
        position: absolute;
        width: 85px;
        transform: rotate(-27.08deg);
        top: 70%;
        left: 75%;
    }

    .franquicias{
        flex-direction: column;
        padding: 0px 0px 40px 0px;
    }

    .i-franquicias{
        height: 400px;
        width: 100%;
    }

    .f-franquicias {
        padding: 40px 0px 0px 0px;
        width: 100%;
    }

    .c-title h1 {
        font-family: var(--coco-bold);
        font-size: 2em;
        text-shadow: 1.5px 3px 0px var(--pink-banner);
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: var(--pink-banner);
    }

    .c-title p {
        font-family: var(--coco-bold);
        font-size: 0.8em;
        width: 80%;
    }
    .contactos{
        flex-direction: column;
        overflow: hidden;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contacto-2{
        height: 50vh;
    }

    .contacto{
        height: auto;
        padding: 40px 0 40px 0;
    }

    .contactos a{
        width: 100%;
        font-size: 1.4em;
    }

    .textos-contacto h3{
        font-size: 1.7em;
    }

    .c-redes{
        width: 80%;
    }

    .c-redes h1 {
        margin-right: 12px;
    }

    .c-img-container img{
        top: 5%;
    }

    .c-img-container{
        width: 150%;
        height: 100%;
    }

    .dk-hero{
        padding: 20px 0px 0px 0px;
    }

    .mision-container{
        gap: 1em;
    }

    .mision{
        padding: 2em;
        text-align: center;
        border-radius: 8px;
    }

    .vision{
        padding: 2em;
        text-align: center;
        border-radius: 8px;
    }

    .valores{
        padding: 2em;
        text-align: center;
        border-radius: 8px;
    }

    .mision-container p{
        text-align: center;
        width: 100%;
    }

    .mono img{
        width: 200%;
        top: -15%;
        left: -90%;
    }
    
    .contacto-2{
        padding: 1em;
        height: auto;
        gap: 1em;
        justify-content: center;
        align-items: center;

    }

    .contacto-2 h2{
        font-size: 2.5em;
        text-align: center;
    }

    .contacto-2 p{
        font-size: 1.2em;
        margin-top: 1em;
        text-align: center;
    }

    .textos-contacto h3{
        font-size: 1.7em;
    }

    .c-redes{
        justify-content: center;
        align-items: center;
        gap: 1em;
        width: 100%;
    }

    .mono{
        display: none;
    }

    .instagram a img{
        width: 3rem
    }

    .facebook a img{
        width: 3rem
    }

    .priv{
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .icons-container{
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

    .mobile-nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: white;
      }


    

}
