:root {
    --red: hsl(0, 78%, 62%);
    --cyan: #45d3d3;
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.enfasis {
    animation: myEnfasis 2s ease 0s infinite normal forwards;
}

.enfasis a {
    text-decoration: none;
}



.conseguir_una_web {
    min-height: 70vh;
    padding: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 3rem;
}

.conseguir_una_web p {
    font-size: clamp(1rem, -0.875rem + 8.333vw, 2.3rem);
    color: #444444;
    margin: 1rem;
    text-align: center;
}

.conseguir_una_web h3 {
    font-size: 3rem;
    color: #0c56b8;
    margin: 3rem;
    text-align: center;
}

.conseguir_una_web a {
    text-decoration: none !important;
}

.conseguir_una_web p:first-of-type {
    margin-bottom: 2.5rem;
}

.conseguir_una_web strong {
    color: #FFFFFF;
    padding: 2rem;
    font-size: clamp(1rem, -0.875rem + 8.333vw, 2.3rem);
    background: linear-gradient(to right, red, orange);
}


.setVisible {
    opacity: 0;
    transform: scale(0.9);
    transition: .7s ease-in-out all;
}

.offVisible {
    opacity: 1;
    transform: scale(1)
}


.border {
    border: 2px solid #ff4500;
}

html {
    font-size: 100%;
}

.footerRedes {
    display: flex;
    gap: 1rem;
}

header {
    min-height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/img/FondoAzul.png");
    display: grid;
    grid-template-rows: 10% 90%;
    overflow: hidden;
}

.bg-whatsapp_icon {
    width: 32px;
    height: 32px;
    background: url('/img/css_sprites_redes.png') -10px -62px;
}

.bg-phone_icon {
    width: 32px;
    height: 32px;
    background: url('/img/css_sprites_redes.png') -62px -10px;
}

.bg-email_icon {
    width: 32px;
    height: 32px;
    background: url('/img/css_sprites_redes.png') -10px -10px;
}

.darkIcon_icon {
    background-color: #0c56b6e6;
    border-radius: 50%;
}

a.scroll-top {
    position: fixed;
    z-index: 500;
    bottom: 1em;
    right: 1em;
    padding: .3em;
    background: #242424;
    box-shadow: rgba(0, 0, 0, .5)0 1px 2px, rgba(0, 0, 0, .25) 0 1px 7px;
    border-radius: 5px;
    transition: all 0.1s ease-out 0.1s;
}

a.scroll-top svg {
    display: block;
    fill: #fff;
    transition: all 0.1s ease-out 0.1s;

}

main {
    min-height: 100vh;
    display: grid;
}

.nav1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 20;
}

.menuRedes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 2%;
}

.menuRedes a {
    margin-left: 5%;
    opacity: 95%;
    color: #ffffff;
}

a:hover {
    color: #FA9B0E;
}

.headerContenedorDerecho {
    display: grid;
    grid-template-rows: 3fr 1fr;
}

.contenedorImagen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.WebDesign {
    content: url("./img/web-designBig.png");
    width: clamp(200px, 35vw, 45vw);
    height: clamp(200px, 65vh, 690px);
    box-shadow: 0px 4.11183px 4.11183px #00000040;
    border-radius: 53.4538px;
}

.presenciaDigital {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0px 4px 4px #00000040;
    font-weight: 700;
}

.presenciaDigital h3 {
    font-size: clamp(1.7rem, 3vw, 4.5rem);
    font-family: 'Kodchasan', sans-serif;
}

.presenciaDigital p {
    font-size: clamp(1.4rem, 3vw, 2rem);
    ;
    font-family: 'Kodchasan', sans-serif;
}

.presenciaDigital h4 {
    font-size: 30px;
    font-family: 'Kodchasan', sans-serif;
}

.presenciaDigital strong {
    color: #FA9B0E;
    font-family: 'Kodchasan', sans-serif;
}

.contenedorCircle1 {
    position: absolute;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;

}

.contenidoHeader {
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contenedorPrincipalOferta {
    display: grid;
    padding-left: 7rem;
    color: #ffffff;
    border-radius: 2rem;
}

.contenedorBotonOferta {
    display: none;
}

.contenedorBotonOferta p {
    color: #f8ed4f;
    font-weight: 800;
    text-shadow: 0px 4px 4px #00000040;
}

.contenedorBotonOferta2 {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #f8ed4f;
    text-shadow: 0px 4px 4px #00000040;
}

.contenedorPrincipalOferta h1 {
    font-size: clamp(1.9rem, 5.2vw, 4rem);
    word-spacing: 0.4rem;
    font-weight: bolder;
}

.mereces {
    font-size: clamp(1.5rem, -0.875rem + 5.533vw, 4.5rem);
    font-weight: bold;
    position: relative;
}

.mereces h1 {
    font-family: 'Kodchasan', sans-serif;
    text-shadow: 0px 4px 4px #04535e40;
    color: #FFFFFF;
    font-style: italic;
}

.mereces p {
    font-family: 'Kodchasan', sans-serif;
    font-style: italic;
    display: inline;
    text-shadow: 0 0 10px #FFFFFF;
}

.contenedorPrincipalOferta button {
    width: 145px;
    height: 53px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    background-color: #25D366;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: all 0.1s ease-out 0.1s;
}

.precioOferta {
    display: grid;
}

.precioOferta span {
    font-weight: 100;
    font-size: clamp(1rem, -0.875rem + 2.533vw, 3.5rem);
}

.montoOferta {
    display: flex;
}

.dolar {
    display: flex;
    align-items: center;
    font-size: clamp(0.8rem, 5vw, 2.2rem);
}

.decima {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: clamp(0.1rem, 5vw, 1.5rem);
}

.montoOferta h5 {
    font-size: clamp(2.9rem, 5vw, 3.5rem);
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.centinmosOferta {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.centinmosOferta span {
    font-size: clamp(0.1rem, 5vw, 1.5rem);
}

.circle1 {
    z-index: 0;
    background: #ffffff;
    height: 40rem;
    width: min(200%, 140rem);
    position: absolute;
    border-radius: 50%;
    top: 60%;
    left: -8%;
    transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, -2deg);
}

.contenedorMinegocio {
    background-image: url('/img/Minegocio.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: min(50%, 100rem);
}

.contenedorMinegocio img {
    width: min(69%, 200rem);
    position: relative;
    left: 99.5%;
    opacity: 95%;
}

.contenedorCard {
    border: 2px solid #ff4500;
}

.heoreFirst {
    color: #0c56b8;
    text-align: center;
    font-size: clamp(1.5rem, -0.875rem + 8.333vw, 2.5rem);
    padding: 2rem;
    font-weight: 800;
    margin: 6rem 0 6rem 0;
}

/* 1. STYLE */

@media (max-width: 576px) {

    .conseguir_una_web {
        padding: 1rem;
    }

    .conseguir_una_web h3 {
        font-size: 1.4rem;
        margin: 2rem;
    }

    header {
        background-image: url("/img/FondoAzulMobil.png");
        /*Ten en cuenta que la ruta es relativa y empezara desde el lugar donde tengas el css*/
    }

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

    .nav1 {
        grid-template-columns: 1fr;
        position: fixed;
    }

    .menuRedes {
        color: #ffffff;
    }

    .contenedorPrincipalOferta {
        padding: 0.2rem;
        text-align: center;
    }

    .contenedorBotonOferta {
        display: block;
        padding: 0.1rem;
        text-align: center;
    }

    .contenedorBotonOferta2 {
        display: none;
    }

    .precioOferta {
        font-size: 1rem;
    }

    .montoOferta {
        justify-content: center;
    }

    .WebDesign {
        content: url("/img/LogoSoyUnaWeb96X96.png");
        width: 8rem;
        height: 8rem;
        border-radius: 10%;
    }

    .headerContenedorDerecho {
        display: grid;
        grid-template-rows: 1fr 1fr;
    }

    .menuRedes {
        display: none;
    }

    .contenedorPrincipalOferta button {
        width: 125px;
        height: 43px;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 0.1rem;
        margin-top: 0.5rem;
    }

    .contenedorMinegocio img {
        display: none;
    }
}

.sombra-movil:hover {
    transform: translateY(-6px);
    transition-duration: 0.3s;
    animation: 1.5s mover-caja infinite;
}

.sombra-movil:before {
    content: '';
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    width: 90%;
    height: 20px;
    top: 100%;
    left: 5%;
    position: absolute;
    opacity: 0;
}

.sombra-movil:hover:before {
    opacity: 1;
    transform: translateY(6px);
    transition-duration: 0.3s;
    animation: 1.5s mover-sombra infinite;
}

@keyframes mover-caja {
    50% {
        transform: translateY(-10px);
    }
}

@keyframes mover-sombra {
    50% {
        opacity: 1;
        transform: translateY(10px) scale(0.9)
    }
}

.animation2:hover {
    animation: myAnim 1s ease 1ms 1 normal forwards;
}

@keyframes myAnim {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

/* (2) BANNER UNO */
.bannerUno {
    min-height: 70vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: 8rem 0 15rem 0;
}

.bannerIzquierdo {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 6px solid #ffa500;
    color: #474747;
    padding: 0.5rem;
}

.visible0 {
    background-image: url('./img/bannerIzquierdo.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.visible1 {
    background-image: url('./img/bannerDerecho.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bannerIzquierdo .arriba {
    padding: 2rem;
    flex: 1;
}

.bannerIzquierdo .abajo {
    background: #ffffff;
    background: linear-gradient(to right bottom, #ffffffcc, #ffffff80);
    border-radius: 1rem;
    backdrop-filter: blur(0.1rem);
    padding: 0.2rem;
}

.bannerIzquierdo .abajo p {
    font-family: 'Kodchasan', sans-serif;
}

.bannerIzquierdo h3 {
    font-size: 7vh;
    text-shadow: 0px 4px 4px #00000040;
}

.bannerIzquierdo p {
    font-size: 4vh;
}

.bannerIzquierdo button {
    background-color: #ffa500;
    padding: 1rem;
    border-radius: 0.5rem;
    font-weight: 800;
    margin: 1rem;
    color: #0c56b8;
    font-size: 1.6rem;

}

.bannerDerecho {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
}

.bannerDerecho .arriba {
    flex: 1;
}

.bannerDerecho .abajo {
    flex: 3;
}

.bannerDerecho h3 {
    color: #0c56b8;
    font-size: clamp(1rem, -0.875rem + 100.333vw, 3.5rem);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bannerDerecho p {
    font-family: 'Kodchasan', sans-serif;
    font-size: 6vh;
    color: #474747;
}

@media (max-width: 576px) {
    .bannerUno {
        min-height: 90vh;
        flex-direction: column;
        margin: 10rem 0 10rem 0;
    }

    .bannerIzquierdo {
        border-right: none;
        border-top: 6px solid #ffa500;
    }

    .bannerIzquierdo button {
        padding: 0.2rem;
        margin: 0.5rem;
        color: #0c56b8;
        font-size: 1.2rem;


    }

    .bannerIzquierdo .abajo {
        border-radius: 0.5rem;
    }

    .bannerIzquierdo h3 {
        font-size: 5vh;
        text-shadow: 0px 4px 4px #00000040;
    }

    .bannerIzquierdo p {
        font-size: 3vh;
    }

    .bannerDerecho p {
        font-size: 3.8vh;
    }

    .visible1 {
        background-image: url('./img/bannerDerechoPhone.jpg');
    }

    .arriba h3 {
        font-size: 5vh;
    }
}


/* (3) BANNER DOS */
.bannerDos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    padding: 4rem;
    background-color: #F2F6F8;
}

.bannerDosIzquierda {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
    padding: 4rem 0rem 4rem 11rem;
}

.bannerDosIzquierda h3 {
    color: #0088CC;
    font-size: min(3rem);
    margin-bottom: 1rem;
}

.bannerDosIzquierda h4 {
    color: #51B451;
    font-size: min(2rem);
}

.bannerDosIzquierda P {
    color: #9494a0;
    font-size: min(1.5rem);
}

.bannerDosIzquierda a {
    color: #0088CC;
    text-decoration: none;
    font-weight: 700;
}

.bannerDosIzquierda a:hover {

    transition: all 400ms ease-in-out;
    opacity: 50%;
    color: #09ff00;
}

.bannerDosIzquierda button {
    background-color: #0088CC;
    color: #ffffff;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: min(1.2rem);
    font-weight: 900;
}

.bannerDosIzquierda button:hover {
    color: #ddd904;
}

.bannerDosDerecho {
    display: flex;
    align-items: center;
    margin-left: 3rem;

}

.bannerDosDerecho img {
    margin-left: 3rem;
    height: 55vh;
    width: 25vw;
    border-radius: 0.5rem;
    -webkit-box-shadow: -17px 1px 24px -5px rgba(77, 77, 77, 0.45);
    box-shadow: -17px 1px 24px -5px rgba(77, 77, 77, 0.45);

}

@media (max-width: 576px) {
    .bannerDos {
        grid-template-columns: 1fr;
        padding: 3rem 0 3rem 0;
    }

    .bannerDosIzquierda {
        padding-bottom: 0.3rem;
        padding: 0rem 1rem 1rem 1rem;
        justify-content: center;
    }

    .bannerDosIzquierda button {
        margin-top: 1.5rem;
        font-size: min(1rem);
        padding: 0.8rem;
    }

    .bannerDosIzquierda h3 {
        font-size: min(1.8rem);
    }

    .bannerDosIzquierda h4 {
        margin-bottom: 1.5rem;
        font-size: min(1.5rem);
    }

    .bannerDosDerecho {
        justify-content: center;
        margin: 0;
    }

    .bannerDosDerecho img {
        margin-left: 0;
        height: 45vh;
        width: 75vw;


    }


}

/* (4) BANNER TRES */

.bannerTres {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    padding: 4rem;

}

.bannerTresDerecho {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 4rem 15rem 4rem 0rem;
}

.bannerTresDerecho h3 {
    color: #51B451;
    font-size: min(3rem);
    margin-bottom: 1rem;
}

.bannerTresDerecho h4 {
    color: #0088CC;
    font-size: min(2rem);
    margin-bottom: 1rem;
}

.bannerTresDerecho p {
    color: #9494a0;
    font-size: min(1.5rem);
}

.bannerTresDerecho a:hover {

    transition: all 400ms ease-in-out;
    opacity: 50%;
    color: #09ff00;

}

.bannerTresDerecho a {
    color: #0088CC;
    text-decoration: none;
    font-weight: 700;
}


.bannerTresDerecho button {
    background-color: #51B451;
    color: #ffffff;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: min(1.2rem);
    margin-top: 2rem;
    font-weight: 900;
}

.bannerTresDerecho button:hover {
    color: #f8e801;
}

.bannerTresIzquierdo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 2rem;
}

.bannerTresIzquierdo img {
    height: 60vh;
    width: 35vw;
    border-radius: 0.5rem;
    -webkit-box-shadow: -17px 1px 24px -5px rgba(77, 77, 77, 0.45);
    box-shadow: -17px 1px 24px -5px rgba(77, 77, 77, 0.45);
}

@media (max-width: 576px) {
    .bannerTres {
        grid-template-columns: 1fr;
        padding: 3rem 0 3rem 0;
    }

    .bannerTresDerecho {
        padding-bottom: 0.3rem;
        padding: 0rem 1rem 1rem 1rem;
        justify-content: center;
    }

    .bannerTresDerecho h3 {
        font-size: min(1.8rem);
    }

    .bannerTresDerecho h4 {
        margin-bottom: 1.5rem;
        font-size: min(1.5rem);
    }

    .bannerTresDerecho button {
        margin-top: 1.5rem;
        font-size: min(1rem);
        padding: 0.8rem;

    }

    .bannerTresIzquierdo {
        justify-content: center;
        margin: 0;
    }

    .bannerTresIzquierdo img {
        height: 45vh;
        width: 85vw;
        margin-bottom: 2rem;
    }


}

/* (5)  NAVBAR */
#menu {
    color: #FFF;
    height: 45px;
    padding-left: 18px;
    border-radius: 10px;
}

#menu ul,
#menu li {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

#menu ul {
    width: 100%;
}

#menu li {
    float: left;
    display: inline;
    position: relative;
}

#menu a {
    display: block;
    line-height: 45px;
    padding: 0 14px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
}

#menu a.dropdown-arrow:after {
    content: "\25BE";
    margin-left: 5px;
}

#menu li a:hover {
    color: #0099CC;
    background: #F2F2F2;
}

#menu input {
    display: none;
    margin: 0;
    padding: 0;
    height: 45px;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

#menu label {
    display: none;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 35px
}

#menu label:before {
    font-size: 1.6em;
    content: "\2261";
    margin-left: 20px;
}

#menu ul.sub-menus {
    height: auto;
    overflow: hidden;
    width: 170px;
    background: #444444;
    position: absolute;
    z-index: 99;
    display: none;
}

#menu ul.sub-menus li {
    display: block;
    width: 100%;
}

#menu ul.sub-menus a {
    color: #FFFFFF;
    font-size: 16px;
}

#menu li:hover ul.sub-menus {
    display: block
}

#menu ul.sub-menus a:hover {
    background: #F2F2F2;
    color: #444444;
}

@media screen and (max-width: 800px) {
    #menu {
        display: 'flex';
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center
    }

    #menu ul {
        background: #033873;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 3;
        height: auto;
        display: none
    }

    #menu ul.sub-menus {
        width: 100%;
        position: static;
    }

    #menu ul.sub-menus a {
        padding-left: 30px;
    }

    #menu li {
        display: block;
        float: none;
        width: auto;
    }

    #menu input,
    #menu label {
        position: absolute;
        top: 0;
        left: 0;
        display: block
    }

    #menu input {
        z-index: 4
    }

    #menu input:checked+label {
        color: #ffffff
    }

    #menu input:checked+label:before {
        content: "\00d7"
    }

    #menu input:checked~ul {
        display: block
    }
}


/* (6) CARDSTRIANGULO */



.contenedorCardsTriangulo {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    background-color: var(--veryLightGray);
    border-top: 8px solid #1A7AF0;
    margin-top: 15rem;
    min-height: 200vh;
}

.contenedorCardsTriangulo .header {
    margin: 1rem;
}

.bg-smartphone {
    width: 64px;
    height: 74px;
    background: url('/img/cardTriangulo/css_sprites.png') -94px -94px;

}

.bg-server {
    width: 64px;
    height: 74px;
    background: url('/img/cardTriangulo/css_sprites.png') -94px -10px;
}

.bg-stopwatch {
    width: 64px;
    height: 74px;
    background: url('/img/cardTriangulo/css_sprites.png') -10px -94px;
}

.bg-seo {
    width: 64px;
    height: 74px;
    background: url('/img/cardTriangulo/css_sprites.png') -10px -10px;
}

.contenedorCardsTriangulo a {
    text-decoration: none;
    color: black;
    outline: none;
}

.contenedorCardsTriangulo hr {
    margin: 0.2rem 0 0.3rem 0;
}

.imagenMiniaturaCard {
    width: 15vw;
}


#velocimetro {
    margin-top: -9rem;
    border-radius: 50%;
    width: 13vw;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 300ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

#popup1 .content {
    border: 5px solid var(--cyan);
    border-radius: 2.5rem;
    padding: 1rem;

}

#popup1 h2 {
    color: var(--cyan);
    text-align: center;


}

#popup1 img {
    color: var(--cyan);
    border: 3px solid var(--cyan);


}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 2.5rem;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;

}



.popup h2 {
    margin-top: 0;
    color: #1A7AF0;

    font-family: 'Kodchasan', sans-serif;
}

.popup strong {
    color: #ff4500;
    font-family: 'Kodchasan', sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 10px;
    transition: all 150ms;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup p {
    margin: 0.5rem 0 0.5rem 0;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.header h2:first-of-type {
    font-weight: var(--weight1);
    color: var(--varyDarkBlue);
    font-size: 3rem;
    font-family: 'Kodchasan', sans-serif;
    margin: 1rem 0 4rem 0;

}

.header h2:last-of-type {
    color: var(--varyDarkBlue);
}

.header {
    text-align: center;
    line-height: 0.8;
    margin-bottom: 50px;
    margin-top: 100px;
}

.header p {
    margin: 0 auto;
    line-height: 2;
    color: var(--grayishBlue);
}

.box {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px;
    margin: 20px;

}

.box p {
    color: var(--grayishBlue);
    font-size: 1.3rem;
    text-align: justify;
}

.box h4 {

    text-align: center;

}

.enfasis {
    border-radius: 2rem;
    padding: 0.5rem;
    position: relative;

}

.enfasis p {
    text-align: center;
    font-weight: 600;
    color: #011b17;
    background: #ffffff;
    margin: 0.8rem;
    padding: 0.8rem;
    border-radius: 1.2rem;
    /* -webkit-box-shadow: -1px 1px 12px 0px rgba(0, 0, 0, 0.55); */
    /* box-shadow: -1px 1px 12px 0px rgba(0, 0, 0, 0.55); */


}

.enfasis img {
    width: 4rem;
    position: absolute;
    top: -0.8rem;
    left: 85%;
    background-color: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 12px -13px 24px -17px rgba(0, 0, 0, 0.55);
    box-shadow: 12px -13px 24px -17px rgba(0, 0, 0, 0.55);


}

.cyan {
    border-top: 6px solid var(--cyan);
}

.cyan p {
    font-size: 1.2rem;
}

.cyan h2 {
    color: #068080;
    text-align: center;
    font-weight: bold;

}

.box p:first-of-type {
    margin: 0.2 rem;
    padding: 1rem 0 1rem 0;

}

.cyan hr {
    border-top: 1px solid var(--cyan);
}

.cyan .enfasis {
    background-color: #f7f7fc;
    background-size: 13px 13px;
    background-image: repeating-linear-gradient(45deg, #14b9b9 0, #14b9b9 1.3px, #f7f7fc 0, #f7f7fc 50%);
}

.cyan .enfasis img {
    border: 4px solid var(--cyan);
    width: 5rem;
    padding: 0.1rem 0 0.1rem 0;
}

.red {
    border-top: 6px solid var(--red);
}

.red h2 {
    color: var(--red);
    text-align: center;
    font-weight: bold;
}


.red hr {
    border-top: 1px solid var(--red);

}

.red .enfasis {
    background-color: #f7f7fc;
    background-size: 13px 13px;
    background-image: repeating-linear-gradient(45deg, #a71215 0, #a71215 1.3px, #f7f7fc 0, #f7f7fc 50%);

}

.red .enfasis img {
    border: 4px solid var(--red);
    width: 5rem;
    padding: 0.1rem 0 0.1rem 0;
}

.blue {
    border-top: 6px solid var(--blue);
}

.blue .enfasis {
    background-color: #f7f7fc;
    background-size: 13px 13px;
    background-image: repeating-linear-gradient(45deg, #1226a6 0, #1226a6 1.3px, #f7f7fc 0, #f7f7fc 50%);

}

.blue .enfasis img {
    border: 4px solid var(--blue);
    width: 5rem;
}

.blue h2 {
    color: var(--blue);
    text-align: center;
    font-weight: bold;
}

.blue hr {
    border-top: 1px solid var(--blue);
}

.orange {
    border-top: 6px solid var(--orange);
}

.orange .enfasis {
    background-color: #f7f7fc;
    background-size: 13px 13px;
    background-image: repeating-linear-gradient(45deg, #ff9e0d 0, #ff9e0d 1.3px, #f7f7fc 0, #f7f7fc 50%);

}

.orange .enfasis img {
    border: 4px solid var(--orange);
    width: 5rem;

}

.orange h2 {
    color: var(--orange);
    text-align: center;
    font-weight: bold;
}

.orange hr {
    border-top: 1px solid var(--orange);
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 90%;
    }
}


@media (max-width: 450px) {


    .box {
        height: 100vh;
        width: 90vw;
    }



    .contenedorCardsTriangulo img {
        width: 50vw;
        margin-left: 12%;

    }

    .enfasis img {
        width: 4rem;
        bottom: -1.2rem;
        left: 65%;

    }

    #velocimetro {
        margin-top: -5rem;
        margin-right: 2rem;
        width: 35vw;
        margin-bottom: 2rem;

    }

    .header h2:first-of-type {
        font-size: 1.3rem;
    }

    .header h2:last-of-type {
        font-size: 1.5rem;
    }
}

@media (max-width: 950px) and (min-width: 450px) {
    .box {
        text-align: center;
        height: 180px;
    }

    img {
        display: none;
    }
}

@media (min-width: 950px) {
    .row1-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .box-down {
        position: relative;
        top: 150px;
    }

    .box {
        width: 20%;
    }

    .header p {
        width: 30%;
    }
}

.animation1 :hover {
    animation: myAnim 1s ease 1ms 1 normal forwards;
}

@keyframes myAnim {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}



/* FOOTER */

footer {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
}

footer h3,
p,
h5 {
    font-family: 'Kodchasan', sans-serif;
}

.footer1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.footer1 img {
    width: 32px;
    height: 32px;
}

.footer1 h3 {
    margin: 1rem;
}

.footer1 li {
    display: inline;
}

.footer1 a {
    text-decoration: none;
    transition: color 0.2s ease-out 0.1s;
    margin: 1rem;
}

.footer1 a:hover {
    color: #ff4500;
}

.footer2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.footer2 p {
    font-size: 0.8rem;
}

.footer2 h5 {
    font-size: 1rem;
}

.footerRedes a {
    text-decoration: none;
    margin: 1rem;
    transition: color 0.2s ease-out 0.1s;
}

.footerRedes a:hover {
    color: #ff4500;
}

.footer2 p {
    color: #8080807a;
    font-size: 0.8rem;
}

@media (max-width: 576px) {
    .footer1 a {
        margin: 0rem;
    }
}



/* IPHONE */

.menuIphone {
    display: none;
}

:root {
    --dark: #333;
    --light: #fff;
    --neutral: #f6f6f6;
    --neutral-dark: #d1d1d1;
    --color: #0562CB;
    --color-light: #0B78F3;
    --color-dark: #024da1;
    --font-stack: 'Josefin Sans', 'Montserrat', 'sans-serif';
}

.menu__button {
    --x: -50%;
    --y: 0;
    --z: 0;
    width: min(50%, 150px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, var(--color-light), var(--color-dark));
    padding: 10px 20px;
    border-radius: 28px;
    box-shadow: 0 2px 40px -10px var(--color);
    color: var(--light);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    position: absolute;
    bottom: min(80%, 15vh);
    left: 50%;
    cursor: pointer;
    z-index: 105;
    transform: translate3d(var(--x), var(--y), var(--z));
    transition: 0.15s cubic-bezier(0.33, 1, 0.53, 1);
    text-align: center;
}

.menu__button[hidden] {
    --y: 200%;
}

.menu__button div {
    display: flex;
    align-items: center;
    width: 12px;
    height: 12px;
    margin-right: 20px;
}

.menu__button div div {
    display: table;
    height: 1px;
    background: var(--light);
    box-shadow: 0 4px 0 var(--light), 0 -4px 0 var(--light);
}

.menu__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 100;
}

.menu__body {
    --x: 0;
    --y: 0;
    --z: 0;
    display: block;
    width: 100%;
    background: var(--light);
    padding-bottom: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -9px 50px -30px #000000;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    bottom: 1.5rem;
    z-index: 105;
    transform: translate3d(var(--x), var(--y), var(--z));
    transition: 0.2s cubic-bezier(0.33, 1, 0.53, 1);
}

.menu__body[hidden] {
    --y: 150%;
}

.menu__body>*:not(:last-child) {
    border-bottom: 2px solid var(--neutral);
}

.menu__header {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
}

.menu__header label div {
    width: 15px;
    height: 15px;
    border: 2px solid var(--dark);
    border-radius: 50%;
    position: relative;
    transform: rotate(5.5rad);
}

.menu__header label div:after {
    content: '';
    width: 2px;
    height: 10px;
    background: var(--dark);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.menu__header p {
    font-size: 18px;
    font-weight: bold;
    vertical-align: center;
    white-space: nowrap;
}

.menu__header h3 {
    font-weight: normal;
}

.menu__header button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: var(--neutral-dark);
    border-radius: 50%;
    cursor: pointer;
}

.menu__header button div {
    width: 15px;
    height: 3px;
    background: var(--light);
    position: relative;
    transform: rotate(5.5rad);
}

.menu__header button div:before {
    content: '';
    width: 3px;
    height: 15px;
    background: var(--light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu__links {
    display: flex;
    padding: 10px 15px;
    font-weight: bold;
    overflow-x: auto;
}

.menu__links a {
    flex: 1 1 1px;
    padding: 10px 8px;
    color: var(--dark);
    text-decoration: none;
    white-space: nowrap;
}

.menu__contact {
    display: flex;
    padding: 8px;
}

.menu__contact svg {
    width: 100%;
    fill: var(--color);
}

.menu__contact a {
    flex: 1 1 30%;
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    background: var(--neutral);
    color: var(--color);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 575.98px) {
    .menuIphone {
        display: block;
        position: relative;
        overflow: hidden;
    }
}


/* BANNER HORIZONTAL */

.container *,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.container {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #252a32;
    background: #fff;
    font-size: 110%;
    font-size-adjust: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.container a,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

.container img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.container img {
    transition: all 0.3s ease-in-out;
}

.container img:hover {
    box-shadow: 0px 30px 40px -30px var(--cyan);
    filter: brightness(130%);

}

.container {
    max-width: 80rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
}

.text {
    /* font-family: inherit; */
    font-weight: 700;
    line-height: inherit;
    text-rendering: optimizeLegibility;
}

.text-title {
    font-size: 1.3rem;
    color: #0c56b8;
    text-align: center;
}

.paragraph {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: inherit;
    margin: 0.25rem 0;
    color: #252a32;
    text-transform: unset;
    text-rendering: optimizeLegibility;
}

.truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .scroll {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    margin: 2.5rem 0;
    cursor: default;
    overflow: scroll hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0px 1.25rem;
    scrollbar-width: none;
}

.main .scroll::-webkit-scrollbar {
    display: none;
}

.main .scroll.active {
    cursor: grab;
    cursor: -webkit-grab;
}

.main .scroll .card {
    width: 16rem;
    height: auto;
    flex: 0 0 auto;
    margin: 0 0.75rem;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    color: #252a32;
    background: #fff;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;

}

.main .scroll .card-image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 110%;
}

.main .scroll .card-image img.responsive {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .scroll .card-inner {
    width: 100%;
    height: auto;
    padding: 1rem;
}

@media (max-width: 950px) and (min-width: 450px) {
    .box2 {
        text-align: center;
        height: 180px;
    }
}

:root {
    --cyan: #45d4d4;
    --grayishBlue: #a3a5ad;
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
}

.cyan {
    border-top: 6px solid var(--cyan);
}

.box2 p {
    color: #0c56b8;
    ;
}

.box2 strong {
    color: #d32f2f;
}

.box2 {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -30px var(--cyan);
    padding: 30px;
    margin: 18px;
    height: 390px;
    background-color: #fff;
    box-shadow: 0 1px 2px #00000026;
    transition: all 0.3s ease-in-out;
    line-height: 1.5rem;
}

.box2 h2 {
    margin-bottom: 0.4rem;

}

.box2:hover {
    box-shadow: 0px 30px 40px -30px var(--cyan);
}

.box2 img {
    left: 11rem;
    bottom: 2rem;
    position: relative;
}

/* ADSPUBLICIDAD */

.addsPublicidad {
    padding: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.addsGoogle {
    background: linear-gradient(99.05deg, #E3D5B0 42.02%, rgba(196, 196, 196, 0) 77.93%);
    color: #8F866F;

}

.addsGoogle img {
    margin: 2rem 0 2rem 1rem;

}

.addsInstagram {
    background: linear-gradient(95.16deg, #c4c4c400 -4.17%, #0B79F3 65.07%);
    color: #ffffff;

}

.addsInstagram img {
    margin-right: 1rem;
    height: 10rem;
}


@media (max-width: 576px) {
    .addsPublicidad {
        padding: 2rem;
        font-size: 1rem;
        flex-direction: column;
        text-align: center;
    }

    .addsGoogle img {
        margin: 0.5rem 0 0 0;
        width: 45vw;
    }

    .addsInstagram img {
        margin: 0.5rem 0 0 0;
        width: 80vw;

    }

}

.aniEnfasis {
    animation: myEnfasisaniEnfasis 2s ease 0s infinite normal forwards;

}

@keyframes myEnfasisaniEnfasis {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(2px, -2px);
    }

    40% {
        transform: translate(2px, 2px);
    }

    60% {
        transform: translate(-2px, 2px);
    }

    80% {
        transform: translate(-2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes myEnfasis {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(2px, -2px);
    }

    40% {
        transform: translate(2px, 2px);
    }

    60% {
        transform: translate(-2px, 2px);
    }

    80% {
        transform: translate(-2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}



#personalizar {
    margin-left: 2rem;
    max-width: 35rem;
    transform: rotate(348deg);
}

.activarEjemplos {
    display: block;
}

.activarImagen {
    cursor: pointer;
}

.activarImagen:hover {
    animation: animaEjemplos 3s ease 0s 1 normal forwards;
}

.tituloCardsEjemplos {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0088CC;
    font-size: 2.5rem;
}

.tituloCardsEjemplos span {
    color: #000000;
    font-family: 'Kodchasan', sans-serif !important;

}

.tituloCardsEjemplos small {
    color: #5a5858;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: 'Kodchasan', sans-serif;
}


.tituloCardsEjemplos h2 {
    font-family: 'Kodchasan', sans-serif !important;
}


#ejemplos {
    display: none;
}



#ejemplos span {
    color: #1e1e1f;

}

#ejemplos img {
    max-width: 1000px;
}

#ejemplos strong:hover {
    color: #690224;

}

.containerSitiosWeb {
    display: flex;
    width: 100vw;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 3rem;
    margin-top: 3rem;



}

.cardSitiosWeb {
    margin: 10px;
    background: linear-gradient(220.55deg, #fcfdfd 80%, #d0d0d4 100%);
    border-radius: 7px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 25vw;
    height: 80vh;
    margin-bottom: 5rem;

    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255, 249, 34), rgba(255, 0, 128), rgba(56, 2, 155, 0));
    border-image-slice: 1;



}

#lineDecorada {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255, 249, 34), rgba(255, 0, 128), rgba(56, 2, 155, 0));
    border-image-slice: 1;

}

.card-header img {
    width: 120%;
    height: 220px;
    -moz-transform: skew(0deg, 6deg);
    -webkit-transform: skew(0deg, 6deg);
    -o-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);

}

.cardSitiosWeb .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.card-body li {
    list-style: none;
}

.card-body ul {
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #011b17;
}

.card-body p {
    text-align: center;
}

.card-body li::before {
    content: '✓';
    color: rgb(120, 199, 41);
    font-weight: bold;
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

.card-body h4 {
    font-size: 1.2rem;
    text-align: center !important;
    margin: 0.4rem 0.2rem;
    font-family: 'Kodchasan', sans-serif !important;
}

.card-body span {
    font-weight: bold;
}

.tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.tag-teal {
    background: #FFCB00;
    background: linear-gradient(86deg, #f70000 0%, #ffcb00 53%, #ffffff 100%);
}

.tag-purple {
    background: #5e76bf;
    background: linear-gradient(86deg, #5e76bf 0%, #7e91c8 53%, #ffffff 100%);
}

.tag-pink {
    background: #cd5b9f;
    background: linear-gradient(86deg, #cd5b9f 0%, #cb7cab 53%, #ffffff 100%);
}

.card-body p {
    font-size: 13px;
    margin: 0 0 40px;
}

.user {
    display: flex;
    margin-top: auto;
}



.user img:first-of-type {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 1rem;

}

.user-info h5 {
    margin: 1rem 0 0.5rem 0;
}

.user-info small {
    color: #545d7a;
    padding-top: 2rem;
}

@media (max-width: 576px) {
    .tituloCardsEjemplos {
        font-size: 1.2rem;
    }

    .cardSitiosWeb {
        margin: 1px;
        width: 40vh;
        margin-bottom: 2.5rem;
    }

    .containerSitiosWeb {
        padding: 0.4rem;
    }

    #personalizar {
        display: none;
    }



    .card-header img {
        width: 100%;
        height: 200px;
    }

    .cardSitiosWeb .card-body {
        padding: 12px;
        min-height: 200px;
    }

    .card-body li::before {
        margin-right: 0.2rem;
        font-size: 1.2rem;
    }

    .card-body h4 {
        font-size: 1rem;
    }

    .tag {

        font-size: 10px;
        padding: 1px 5px;
    }

    .card-body p {
        font-size: 10px;
        margin: 0 0 0px;
    }

    .user img:first-of-type {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-top: 3px;
    }


    #personalizar {
        margin-left: 1rem;
        max-width: 35rem;
        transform: rotate(0deg);
    }

    #ejemplos {
        display: none;
    }


}


@keyframes animaEjemplos {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}