@import url('https://fonts.googleapis.com/css2?family=Hedvig+Letters+Sans&family=Roboto:wght@300;400;700&family=Vina+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&family=Kumbh+Sans:wght@400;700&family=League+Spartan:wght@100;200;300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Pacifico&family=Poppins:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'TT HOVES';
    src: url(./assets/font/tt_hoves_pro/TT\ Hoves\ Pro\ Trial\ Condensed\ Thin.ttf);
}

@font-face {
    font-family: 'Open Sauce';
    src: url(./assets/font//Open-Sauce-Sans/Open-Sauce-Sans/TTF/OpenSauceSans-Regular.ttf);
}

@font-face {
    font-family: 'Open Sauce B';
    src: url(./assets/font//Open-Sauce-Sans//Open-Sauce-Sans/TTF/OpenSauceSans-Bold.ttf);
}

@font-face {
    font-family: 'Open Sauce BB';
    src: url(./assets/font//Open-Sauce-Sans//Open-Sauce-Sans/TTF/OpenSauceSans-ExtraBold.ttf);
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

:root {
    --color-blue: rgb(31, 37, 135);
    --color-orange: rgb(239, 128, 47);
    --color-ligth-gray: rgb(166, 166, 166);
    --font-family-Roboto: 'Roboto', sans-serif;
    --font-family-Hedvig: 'Hedvig Letters Sans', sans-serif;
    --font-family-Vina: 'Vina Sans', sans-serif;
    --font-family-kumbh: 'Kumbh Sans', sans-serif;
    --font-family-League: 'League Spartan', sans-serif;
    --font-family-OS: 'Open Sans', sans-serif;
    --font-family-Pacifico: 'Pacifico', sans-serif;
    --font-family-Poppins: 'Poppins', sans-serif;
    --font-family-Quicksand: 'Quicksand', sans-serif;
    --font-family-IBM: 'IBM Plex Sans', sans-serif;
    --font-family-TTH: 'TT HOVES', sans-serif;
    --font-family-Opsa: 'Open Sauce', sans-serif;
    --font-family-OpsaB: 'Open Sauce B', sans-serif;
    --font-family-OpsaBB: 'Open Sauce BB', sans-serif;
}

body {
    font-size: 100%;
    list-style-type: none;
}

header {
    background-color: var(--color-blue);
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    z-index: 10000;
}
.idiomas{
   /*  width: 100%;
    height: 65px; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: var(--color-blue);
    font-size: 1rem; 
   /*  padding-top: 120px;
    padding-right: 240px; */
}
.idiomas a{
    font-family: var(--font-family-OS);
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 15px;
}
.idiomas a:hover{
    color: var(--color-orange);
    font-weight: bold;
    opacity: .8;
}
.idiomas a img{
    width: 50px;
    height: 30px;
    margin-bottom: 2px;
}
.modal-navbar__background {
    display: none;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
}

.logo-container img {
    height: 100px;
    width: 206px;
}

nav {
    width: 750px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
    font-size: 1.2rem;
    padding: 25px
}

nav ul li a {
    font-family: var(--font-family-OS);
    color: white;
}

nav ul li a:hover {
    color: var(--color-orange);
}

.btn-asesoria {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: var(--color-orange);
    width: 180px;
    height: 50px;
    color: white;
    font-family: var(--font-family-OS);
    font-size: 1.4em;
    font-weight: 500;
}

.hamburgermenu {
    display: none;
}

.nosotros-up {
    background-color: var(--color-blue);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nosotros-up h1 {
    width: 750px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    font-family: var(--font-family-OpsaBB);
    margin-top: 125px;
}

.ltr-orange {
    color: var(--color-orange);
}

.ltr-ligth-gray {
    color: var(--color-ligth-gray);
}

.nosotros-middle {
    background-color: var(--color-blue);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nosotros-middle-linkein {
    width: 560px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nosotros-middle-linkein img:nth-child(1) {
    width: 90px;
}

.nosotros-middle-linkein p:nth-child(2) {
    font-family: var(--font-family-OS);
    font-size: 1.3rem;
    color: white;
    padding: 40px;
    text-align: center;
    font-weight: 100;
    width: 90%;
}

.nosotros-middle-letters, .nosotros-middle-img {
    width: 560px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.nosotros-middle-letters p:nth-child(1) {
    width: 600px;
    font-family: var(--font-family-OS);
    font-weight: lighter;
    font-size: 2.1em;
    text-align: center;
    color: white;
}

.nosotros-middle-letters p:nth-child(2) {
    font-family: var(--font-family-Quicksand);
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-orange);
}

.nosotros-middle-letters a:nth-child(3) {
    font-family: var(--font-family-Opsa);
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    position: relative;
}

.nosotros-middle-letters a:nth-child(3) img {
    position: absolute;
    width: 45px;
    left: 400px;
    top: -10px;
}

.nosotros-middle-img img {
    width: 100%;
    height: 390px;
}

.nosotros-down, .que-hacemos-down {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.down-header {
    height: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.down-header img {
    width: 100%;
    height: 600px;
    opacity: .04;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}

.down-header h2 {
    width: 50%;
    font-family: var(--font-family-Opsa);
    font-size: 3rem;
    font-weight: bold;
    color: var(--color-blue);
    position: relative;
    left: 70px;
    text-align: center;
}

.down-header .cards-container {
    display: flex;
    gap: 30px;
}

.down-header .cards-container .card {
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
}

.down-header .cards-container .card .icons {
    width: 120px;
    height: 120px;
    position: relative;
    opacity: 1;
}

.down-header .cards-container .card p {
    color: var(--color-blue);
    font-family: var(--font-family-OS);
    font-size: 1.2rem;
    font-weight: bold;
}

.down-footer {
    height: 100px;
    background-color: var(--color-blue);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.down-footer a:nth-child(1) {
    font-family: var(--font-family-Opsa);
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    position: relative;
}

.down-footer a:nth-child(1) img {
    position: absolute;
    width: 40px;
    left: 420px;
    top: -10px;
}

.que-hacemos-down .down-footer a:nth-child(1) img {
    position: absolute;
    width: 40px;
    left: 315px;
    top: -10px;
}

.down-footer p:nth-child(2) {
    font-family: var(--font-family-Quicksand);
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-orange);
}

.break {
    width: 100%;
    height: 25px;
    background-color: var(--color-orange);
    margin-top: -5px;
}

.que-hacemos {
    width: 100%;
    background-color: var(--color-blue);
}

.que-hacemos .que-hacemos-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.que-hacemos .que-hacemos-up h2 {
    font-family: var(--font-family-Opsa);
    color: white;
    font-size: 2.5em;
    width: 490px;
    text-align: center;
    margin-top: 50px;
}

.que-hacemos .que-hacemos-up .cards-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 100px;
}

.que-hacemos .que-hacemos-up .cards-container .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 320px;
}

.que-hacemos .que-hacemos-up .cards-container .card img {
    width: 130px;
    height: 130px;
}

.que-hacemos .que-hacemos-up .cards-container .card h3 {
    color: white;
    font-size: 1.3em;
    font-family: var(--font-family-Opsa);
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 25px;
    font-weight: 100;
    margin-bottom: 25px;
}

.que-hacemos .que-hacemos-up .cards-container .card p {
    color: white;
    font-size: 1.3em;
    font-family: var(--font-family-OS);
    width: 400px;
    height: 150px;
    text-align: center;
    line-height: 25px;
    font-weight: 100;
}

.otros-servicios, .estrategia {
    height: 700px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
    padding: 150px;
}

.bg-white img {
    width: 100%;
    height: 100%;
    opacity: .04;
    position: absolute;
    z-index: -1;
}

.otros-servicios .otros-servicios-izq, .otros-servicios-der {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.otros-servicios .otros-servicios-izq h2 {
    font-family: var(--font-family-Opsa);
    font-size: 2.6em;
    color: var(--color-blue);
    width: 520px;
    height: 260px;
    line-height: 40px;
    font-weight: 100;
}

.otros-servicios .otros-servicios-izq a img {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 290px;
    top: -7px;
    opacity: 1;
}

.otros-servicios .otros-servicios-izq a {
    position: relative;
    color: var(--color-blue);
    font-family: var(--font-family-Opsa);
    font-weight: bold;
    font-size: 20px;
    top: 120px;
}

.otros-servicios .otros-servicios-der div {
    width: 537px;
    height: 133px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.otros-servicios .otros-servicios-der div img {
    width: 150px;
    opacity: 1;
}

.otros-servicios .otros-servicios-der div .letters {
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    left: 90px;
    top: -25px;
}

.otros-servicios .otros-servicios-der div .letters p:nth-child(1) {
    color: var(--color-blue);
    font-family: var(--font-family-OS);
    font-weight: bold;
    font-size: 3.5rem;
}

.otros-servicios .otros-servicios-der div .letters p:nth-child(2) {
    color: var(--color-blue);
    font-family: var(--font-family-OS);
    font-size: 2rem;
}

.ltr-thin-gray {
    color: var(--color-ligth-gray);
    font-size: 2rem;
    font-weight: lighter;
    position: absolute;
    left: 100px;
    top: 20px;
}

#otros-servicios2 .que-hacemos-up h2 {
    font-family: var(--font-family-Opsa);
    color: white;
    font-size: 3rem;
    width: 60%;
    text-align: center;
}

#otros-servicios2 .que-hacemos-up .cards-container .card ul {
    color: white;
    font-size: 1.5em;
    font-family: var(--font-family-Opsa);
}

#otros-servicios2 .down-footer a:nth-child(1) {
    font-family: var(--font-family-Opsa);
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    position: relative;
}

#otros-servicios2 .down-footer a:nth-child(1) img {
    position: absolute;
    width: 40px;
    left: 320px;
    top: -10px;
}

.estrategia .que-hacemos-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.estrategia .que-hacemos-up h2 {
    width: 588px;
    height: 112px;
    color: var(--color-blue);
    font-family: var(--font-family-OpsaB);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.estrategia .que-hacemos-up .cards-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 100px;
}

.estrategia .que-hacemos-up .cards-container .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    position: relative;
}

.estrategia .que-hacemos-up .cards-container .card p {
    width: 345px;
    font-size: 1.1em;
    font-family: var(--font-family-OS);
    font-style: italic;
    text-align: center;
    color: var(--color-blue);

}

.estrategia .que-hacemos-up .cards-container .card p:nth-child(1) {
    margin-bottom: 20px;
}

.estrategia .que-hacemos-up .cards-container .card p:nth-child(2), .estrategia .que-hacemos-up .cards-container .card p:nth-child(3) {
    font-weight: bold;
}

.estrategia .que-hacemos-up .cards-container .card img {
    width: 62px;
    height: 40px;
    opacity: 1;
    position: absolute;
    bottom: 50px;
}

.contanto {
    width: 100%;
    height: 1400px;
    display: flex;
}

.bg-blue {
    height: 700px;
    background-color: var(--color-blue);
    color: white;
    font-family: var(--font-family-Opsa);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.bg-blue div:nth-child(1) {
    display: flex;
    gap: 200px;
}

.bg-blue div:nth-child(1) h2 {
    width: 440px;
    height: 190px;
    font-size: 38px;
    text-align: center;
}

.bg-blue div:nth-child(1) ul {
    font-size: 22px;
    padding-top: 40px;
}

.bg-blue div:nth-child(2) a {
    width: 400px;
    background-color: var(--color-orange);
    color: white;
    border-radius: 0 0 10px 10px;
    padding: 35px;
    font-size: 22px;;
    font-weight: bold;
    font-family: var(--font-family-OpsaB);
}

.contacto-bg-white {
    height: 900px;
    color: var(--color-blue);
    font-family: var(--font-family-Opsa);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.contacto-bg-white div:nth-child(1) h2 {
    width: 700px;
    color: var(--color-orange);
    font-weight: lighter;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 80px;
}

.contacto-bg-white div:nth-child(1) a {
    position: relative;
    color: var(--color-blue);
    font-family: var(--font-family-OpsaB);
    font-weight: bold;
    font-size: 25px;
    left: 130px;
    top: -30px;
}

.contacto-bg-white a img {
    width: 32px;
    height: 32px;
}

.contacto-bg-white div:nth-child(1) a img {
    position: absolute;
    left: 430px;
    top: -3px;
}

.contacto-bg-white div:nth-child(2) {
    display: flex;
}

.contacto-bg-white div:nth-child(2) .correo, .contactame {
    width: 45vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contacto-bg-white div:nth-child(2) .correo p {
    width: 475px;
    height: 60px;
    font-size: 1.5em;
    margin-bottom: 25px;
}

.contacto-bg-white div:nth-child(2) .correo a {
    color: var(--color-blue);
    font-family: var(--font-family-Opsa);
    font-size: 20px;
    font-weight: 100;
    position: relative;
    left: 6px;
    top: 10px;
}

.contacto-bg-white div:nth-child(2) .correo a:hover {
    color: var(--color-orange);
}

.contacto-bg-white div:nth-child(2) .correo a img {
    position: absolute;
    left: -45px;
    top: -6px;
}

.contacto-bg-white div:nth-child(2) form {
    text-align: start;
    width: 100%;
}

.contacto-bg-white div:nth-child(2) form .inputBoxGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.contacto-bg-white div:nth-child(2) form .inputBoxGroup label {
    font-family: var(--font-family-OS);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 3px;
}

.contacto-bg-white div:nth-child(2) form .inputBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
}

.contacto-bg-white div:nth-child(2) form .inputBox input,
.contacto-bg-white div:nth-child(2) form .inputBox textarea {
    border: none;
    background-color: rgb(253 166 103 / 40%);
    padding: 10px;
    border-radius: 15px;
    color: var(--color-blue);
}

.contacto-bg-white div:nth-child(2) form .inputBox input::placeholder,
.contacto-bg-white div:nth-child(2) form .inputBox textarea::placeholder {
    font-size: 20px;
    letter-spacing: 3px;
}

.contacto-bg-white div:nth-child(2) form .inputBox input {
    width: 100%;
    height: 65px;
}

.contacto-bg-white div:nth-child(2) form .inputBox textarea {
    width: 100%;
}

.contacto-bg-white div:nth-child(2) form .inputBoxGroup button {
    width: 230px;
    height: 50px;
    background-color: var(--color-blue);
    color: white;
    font-family: var(--font-family-OS);
    font-size: 35px;
    font-weight: bold;
    border: none;
    border-radius: 15px;
}

.contacto-bg-white div:nth-child(2) form .inputBoxGroup button:hover {
    background-color: var(--color-orange);
}

footer {
    background-color: var(--color-blue);
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.politicas {
    display: flex;
    justify-content: flex-end;
}

.politicas a {
    color: var(--color-orange);
}

/* planes */
.planes .container {
    display: flex;
    flex-direction: column;
    background: var(--color-blue);
    align-items: center;
    justify-content: center;
}

.planes .container .plan-header {
    margin-top: 130px;
    font-size: 2.2rem;
    font-family: var(--font-family-OS);
    color: white;
}

.planes .container .plan-body {
    font-size: 1.6rem;
    text-align: center;
    font-family: var(--font-family-OS);
    max-width: 69%;
    color: white;
    margin-top: 30px;
}

.planes .container .plan-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
}

.planes .container .plan-footer .plan-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    width: 300px;
    height: 70px;
    background: white;
    border-radius: 60px;
    margin-bottom: 50px;
}

.active {
    border-radius: 60px;
    background: var(--color-orange);
}

.planes .container .plan-footer .plan-btn button {
    z-index: 3;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: none;
    font-family: var(--font-family-OS);
    font-size: 1rem;
    border-radius: 60px;
    cursor: pointer;
}

.cards-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.cards-container .card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.cards-container .card .card-header {
    font-family: var(--font-family-OS);
    font-weight: bold;
    font-size: 2rem;
    color: var(--color-orange);
}

.cards-container .card .card-body {
    font-family: var(--font-family-OS);
    background: white;
    border: 5px solid var(--color-orange);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50px;
    height: 600px;
    box-shadow: 5px 5px, 10px 10px, 15px 15px, 0px 0px, 0px 0px;
}

.cards-container .card .card-body .precios {
    font-family: var(--font-family-OS);
    font-size: 1.5rem;
    color: var(--color-blue);
    text-align: center;

    margin-top: 20px;
    margin-bottom: 20px;
}

.cards-container .card .card-body .precios h3 {
    font-family: var(--font-family-OS);
    font-size: 1.5rem;
    color: var(--color-blue);
    text-align: center;
    font-weight: 100;
}

.cards-container .card .card-body .descripcion {
    font-family: var(--font-family-OS);
    font-size: 1rem;
    color: var(--color-blue);
    font-weight: 100;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    border-top: 2px solid var(--color-blue);
    padding-top: 40px;
}

.cards-container .card .card-body .descripcion ul {
    margin-bottom: 20px;
}

.card-footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.card-footer a {
    font-size: 1.5rem;
    font-family: var(--font-family-OS);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-orange);
    text-decoration: none;
    border: none;
    border-radius: 60px;
    height: 70px;
    width: 250px;
    color: var(--color-blue);
}

.plan-porti {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.plan-porti p {
    color: white;
    font-family: var(--font-family-Quicksand);
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
}

.plan-porti p span {
    color: var(--color-orange);
}

.no-visible {
    display: none;
}
@media only screen and (max-width: 576px) {
    .idiomas {
        height: 100px;
        justify-content: flex-end;
        padding-right: 10px;
    }
    .hamburgermenu {
        display: block;
    }
    .hamburgermenu img {
        width: 35px;
    }
    .logo-container img {
        height: 80px;
        width: 135px;
    }
    #menu {
        display: none;
    }

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

    .btn-asesoria {
        display: none;
    }

    .modal-navbar {
        background-color: var(--color-orange);
        width: 250px;
        height: 100vh;
        padding: 16px 4px;
        display: block;
    }

    .modal-navbar__background {
        background-color: hsla(0, 0%, 0%, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        display: none;
        overflow: hidden;
    }

    .modal-navbar__items {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 200px;
        list-style: none;
        margin-top: 50px;
    }

    .modal-navbar__link {
        text-decoration: none;
        color: white;
        font-weight: 700;
        font-size: 1.1em;
    }

    .modal-navbar__link:hover {
        color: var(--color-blue);
    }

    .modal-navbar__close-icon:hover {
        cursor: pointer;
    }

    .nosotros-up {
        flex-direction: column;
        height: 240px;
    }

    .nosotros-up h1 {
        width: 320px;
        font-size: 1.5em;
        text-align: center;
        font-family: var(--font-family-Opsa);
        margin-top: 160px;
    }

    .nosotros-middle {
        flex-direction: column;
    }

    .nosotros-middle-linkein {
        width: 100%;
        height: 100%;
        flex-direction: column;
        padding-top: 65px;
    }

    .nosotros-middle-linkein img:nth-child(1) {
        width: 70px;
    }

    .nosotros-middle-linkein p:nth-child(2) {
        padding: 18px;
    }

    .nosotros-middle-letters, .nosotros-middle-img {
        width: 100%;
        height: 300px;
        align-items: center;
    }

    .nosotros-middle-letters p:nth-child(1) {
        width: 90%;
        font-size: 1.5rem;
    }

    .nosotros-middle-letters a:nth-child(3) {
        font-size: 1rem;
        left: -20px;
    }

    .nosotros-middle-letters a:nth-child(3) img {
        width: 30px;
        left: 260px;
        top: -6px;
    }

    .nosotros-middle-img img {
        height: 290px;
    }

    .down-header {
        width: 100%;
        height: auto;
    }

    .down-header img, .bg-white img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .down-header h2 {
        width: 90%;
        font-size: 1.8rem;
        left: 4px;
        margin-top: 30px;
    }

    .down-header .cards-container {
        flex-direction: column;
        gap: 0px;
    }

    .down-footer {
        flex-direction: column-reverse;
        justify-content: center;
        position: relative;
    }

    .down-footer a:nth-child(1) {
        position: absolute;
        top: 30px;
        margin-top: 5px;
        font-size: .9rem;

    }

    .down-footer a:nth-child(1) img {
        width: 35px;
        left: 130px;
        top: 22px;
    }

    .down-footer p:nth-child(2) {
        font-size: 1.2rem;
        top: 6px;
        position: absolute;
    }

    .que-hacemos .que-hacemos-up h2 {
        font-size: 1.5rem;
        width: 95%;
        margin-top: 15px;
        margin-bottom: 45px;
    }

    .que-hacemos .que-hacemos-up .cards-container {
        flex-direction: column;
        justify-content: center;
        gap: 80px;
    }

    .que-hacemos .que-hacemos-up .cards-container .card {
        height: 320px;
    }

    .que-hacemos .que-hacemos-up .cards-container .card p {
        font-size: 1.3em;
        width: 260px;
        height: 150px;
        margin-bottom: 60px;
    }

    .que-hacemos .que-hacemos-up .cards-container .card img {
        width: 80px;
        height: 80px;
    }

    .que-hacemos-down {
        margin-top: 20px;
    }

    .que-hacemos-down .down-footer a:nth-child(1) img {
        left: 95px;
        top: 20px;
    }

    .down-footer p:nth-child(1) {
        font-size: .9rem;
    }

    .otros-servicios, .estrategia {
        gap: 0px;
        padding: 0px;
        flex-direction: column;
    }

    .otros-servicios .otros-servicios-izq, .otros-servicios-der {
        gap: 0px;
        align-items: center;
        justify-content: center;
    }

    .otros-servicios .otros-servicios-izq h2 {
        font-size: 1.8rem;
        width: 100%;
        height: 260px;
        line-height: 26px;
        padding: 25px;
    }

    .otros-servicios .otros-servicios-izq a {
        top: 0px;
        font-size: 15px;
    }

    .otros-servicios .otros-servicios-izq a img {
        width: 20px;
        left: 215px;
        top: -2px;
    }

    .otros-servicios .otros-servicios-der div {
        width: 100%;
        flex-direction: column;
    }

    .otros-servicios .otros-servicios-der div img {
        right: 0;
        object-fit: contain;
    }

    .otros-servicios .otros-servicios-der div .letters p:nth-child(1) {
        font-size: 2rem;
    }

    .otros-servicios .otros-servicios-der div .letters p:nth-child(2) {
        font-size: 1rem;
    }

    .ltr-thin-gray {
        font-size: 1.6rem;
        left: -35px;
        top: 20px;
    }

    #otros-servicios2 .que-hacemos-up h2 {
        font-size: 1.5em;
        width: 90%;
        margin-top: 25px;
    }

    .que-hacemos .que-hacemos-up .cards-container .card {
        height: 200px;
    }

    #otros-servicios2 .down-footer a:nth-child(1) {
        font-size: 1rem;
        top: -10px;
    }

    #otros-servicios2 .down-footer a:nth-child(1) img {
        width: 35px;
        left: 100px;
        top: 25px;
    }

    .estrategia {
        height: 900px;
    }

    .estrategia .que-hacemos-up h2 {
        width: 260px;
        font-size: 24px;
        height: auto;
    }

    .estrategia .que-hacemos-up .cards-container {
        gap: 50px;
        flex-direction: column;
        margin-top: 50px;
    }

    .estrategia .que-hacemos-up .cards-container .card {
        height: 150px;
    }

    .estrategia .que-hacemos-up .cards-container .card p {
        font-size: .8em;
        width: 270px;
        height: 70px;
        margin-bottom: 10px;
    }

    .estrategia .que-hacemos-up .cards-container .card img {
        bottom: -35px;
    }

    .bg-blue {
        height: 580px;
        justify-content: center;
    }

    .bg-blue div:nth-child(1) {
        gap: 70px;
        flex-direction: column;
    }

    .bg-blue div:nth-child(1) h2 {
        width: 350px;
        height: 80px;
        font-size: 27px;
    }

    .bg-blue div:nth-child(1) ul {
        font-size: 18px;
        padding: 40px;
    }

    .bg-blue div:nth-child(2) a {
        padding: 10px;
        font-size: 21px;
    }

    .contacto-bg-white {
        height: 100%;
    }

    .contacto-bg-white div:nth-child(1) h2 {
        width: 340px;
        height: 250px;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 2rem;
    }

    .contacto-bg-white div:nth-child(1) a {
        font-size: 16px;
        left: 20px;
        top: -75px;
    }

    .contacto-bg-white div:nth-child(1) a img {
        left: 120px;
        top: 20px;
    }

    .contacto-bg-white div:nth-child(2) {
        flex-direction: column;
    }

    .contacto-bg-white div:nth-child(2) .correo, .contactame {
        width: 100%;
    }

    .contacto-bg-white div:nth-child(2) .correo p {
        width: 300px;
        height: 60px;
        font-size: 1.3rem;
    }

    .contacto-bg-white div:nth-child(2) .correo a {
        top: 15px;
    }

    .contacto-bg-white div:nth-child(2) form {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .contacto-bg-white div:nth-child(2) form .inputBoxGroup {
        flex-direction: column;
        gap: 4px;
        margin-top: 15px;
    }

    .contacto-bg-white div:nth-child(2) form .inputBoxGroup button {
        width: 250px;
        font-size: 30px;
    }

    .cards-container {
        flex-direction: column;
        padding: 25px;
    }

    .cards-container .card .card-body .descripcion {
        font-size: .95rem;
    }

    .planes .container .plan-body {
        font-size: 1rem;
        max-width: 90%;
    }
    .plan-porti {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    footer {
        flex-direction: column;
        height: auto;

    }

    footer nav {
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    footer nav ul {
        flex-direction: column;
    }
}

@media only screen and (min-width: 577px) and (max-width:992px) {
    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #menu {
        display: none;
    }

    .hamburgermenu {
        display: block;
    }

    .btn-asesoria {
        width: auto;
        padding: 15px;
    }

    .modal-navbar {
        background-color: var(--color-orange);
        width: 250px;
        height: 100vh;
        padding: 16px 4px;
        display: block;
    }

    .modal-navbar__background {
        background-color: hsla(0, 0%, 0%, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        display: none;
        overflow: hidden;
    }

    .modal-navbar__items {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 200px;
        list-style: none;
        margin-top: 50px;
    }

    .modal-navbar__link {
        text-decoration: none;
        color: white;
        font-weight: 700;
        font-size: 1.1em;
    }

    .modal-navbar__link:hover {
        color: var(--color-blue);
    }

    .modal-navbar__close-icon:hover {
        cursor: pointer;
    }

    .nosotros-up {
        flex-direction: column;
    }

    .nosotros-up h1 {
        width: 500px;
        font-size: 2em;
    }

    .nosotros-middle {
        flex-direction: column;
    }

    .nosotros-middle-linkein {
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-top: 30px;
    }

    .nosotros-middle-letters, .nosotros-middle-img {
        width: 100%;
        height: 350px;
        align-items: center;
    }

    .nosotros-middle-letters p:nth-child(1) {
        width: 600px;
        font-size: 2rem;
    }

    .nosotros-middle-letters p:nth-child(2) {
        font-size: 2rem;
    }

    .nosotros-middle-letters a:nth-child(3) {
        font-size: 2rem;
        left: -25px;
    }

    .nosotros-middle-letters a:nth-child(3) img {
        width: 50px;
        left: 530px;
        top: -6px;
    }

    .nosotros-middle-img img {
        height: 340px;
    }

    .down-header {
        width: 100%;
        height: auto;
    }

    .down-header img, .bg-white img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .down-header h2 {
        width: 90%;
        font-size: 2rem;
        left: 25px;
        margin-top: 30px;
    }

    .down-header .cards-container {
        flex-direction: column;
        gap: 100px;
        margin-bottom: 25px;
    }

    .down-header .cards-container .card {
        width: 400px;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        text-align: center;
    }

    .down-header .cards-container .card .icons {
        width: 250px;
        height: 250px;
    }

    .down-header .cards-container .card p {
        font-size: 2.2rem;
    }

    .down-footer {
        flex-direction: column-reverse;
        justify-content: center;
        position: relative;
        height: 160px;
    }

    .down-footer a:nth-child(1) {
        position: absolute;
        top: 60px;
        margin-top: 0px;
        font-size: 2rem;
    }

    .down-footer a:nth-child(1) img {
        width: 50px;
        left: 300px;
        top: 45px;
    }

    .down-footer p:nth-child(2) {
        font-size: 2.2rem;
        top: 6px;
        position: absolute;
    }

    .que-hacemos .que-hacemos-up h2 {
        font-size: 2.2em;
        width: 95%;
    }

    .que-hacemos .que-hacemos-up .cards-container {
        flex-direction: column;
        justify-content: center;
        gap: 0px;
        width: 100%;
    }

    .que-hacemos .que-hacemos-up .cards-container .card {
        height: 320px;
        justify-content: center;
        align-items: center;
    }

    .que-hacemos-down .down-footer a:nth-child(1) img {
        left: 220px;
        top: 45px;
    }

    .down-footer p:nth-child(1) {
        font-size: .9rem;
    }

    .otros-servicios, .estrategia {
        gap: 0px;
        padding: 0px;
        flex-direction: column;
    }

    .otros-servicios .otros-servicios-izq, .otros-servicios-der {
        gap: 0px;
    }

    .otros-servicios .otros-servicios-izq h2 {
        font-size: 2rem;
        line-height: 45px;
        width: 95%;
        text-align: center;
    }

    .otros-servicios .otros-servicios-izq a {
        top: -60px;
        font-size: 30px;
        left: 95px;
        width: 440px;
    }

    .otros-servicios .otros-servicios-izq a img {
        width: 40px;
        left: 430px;
        top: 0px;
    }

    .otros-servicios .otros-servicios-der div {
        width: 100%;
        flex-direction: column;
    }

    .otros-servicios .otros-servicios-der div img {
        right: 100px;
        width: 200px;
        object-fit: contain;
    }

    .otros-servicios .otros-servicios-der div .letters {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 35px;
        top: 0px;
    }

    .otros-servicios .otros-servicios-der div .letters p:nth-child(1) {
        font-size: 4rem;
    }

    .otros-servicios .otros-servicios-der div .letters p:nth-child(2) {
        font-size: 1.5rem;
    }

    .ltr-thin-gray {
        font-size: 1.8rem;
        left: 0px;
        top: 6px;
    }

    #otros-servicios2 .que-hacemos-up h2 {
        font-size: 2.5em;
        width: 90%;
        margin-top: 25px;
    }

    #otros-servicios2 .down-footer a:nth-child(1) {
        font-size: 2rem;
        top: -10px;
    }

    #otros-servicios2 .down-footer a:nth-child(1) img {
        width: 50px;
        left: 230px;
        top: 40px;
    }

    #otros-servicios2 .que-hacemos-up .cards-container {
        flex-direction: row;
    }

    .estrategia .que-hacemos-up h2 {
        width: 100%;
        font-size: 24px;
    }

    .estrategia .que-hacemos-up .cards-container {
        gap: 45px;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .estrategia .que-hacemos-up .cards-container .card {
        height: 150px;
    }

    .estrategia .que-hacemos-up .cards-container .card p {
        font-size: .8em;
        width: 270px;
        height: 70px;
        margin-bottom: 10px;
    }

    .estrategia .que-hacemos-up .cards-container .card img {
        bottom: -35px;
    }

    .bg-blue {
        height: 580px;
        justify-content: center;
    }

    .bg-blue div:nth-child(1) {
        gap: 12px;
        flex-direction: row;
    }

    .bg-blue div:nth-child(1) h2 {
        width: 350px;
        height: 80px;
        font-size: 27px;
    }

    .bg-blue div:nth-child(1) ul {
        font-size: 18px;
        padding: 40px;
    }

    .bg-blue div:nth-child(2) a {
        padding: 10px;
        font-size: 21px;
    }

    .contacto-bg-white {
        height: auto;
    }

    .contacto-bg-white div:nth-child(1) h2 {
        width: 100%;
        height: 230px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .contacto-bg-white div:nth-child(1) a {
        font-size: 25px;
        left: 150px;
        top: -45px;
    }

    .contacto-bg-white div:nth-child(1) a img {
        left: 415px;
        top: -2px;
    }

    .contacto-bg-white div:nth-child(2) {
        flex-direction: column;
    }

    .contacto-bg-white div:nth-child(2) .correo, .contactame {
        width: 100%;
    }

    .contacto-bg-white div:nth-child(2) .correo p {
        width: 700px;
        height: 60px;
        font-size: 2.3rem;
    }

    .contacto-bg-white div:nth-child(2) .correo a {
        top: 35px;
    }

    .contacto-bg-white div:nth-child(2) form {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .contacto-bg-white div:nth-child(2) form .inputBoxGroup {
        flex-direction: column;
    }

    .contacto-bg-white div:nth-child(2) form .inputBox textarea {
        width: 100%;
    }

    .contacto-bg-white div:nth-child(2) form .inputBoxGroup button {
        width: 250px;
        font-size: 30px;
    }

    footer {
        justify-content: center;
        align-items: center;
        height: auto;
    }

    footer nav {
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    footer nav ul {
        flex-direction: column;
    }

    .bg-blue {
        height: 1015px;
    }
   .hamburgermenu img {
        width: 60px;
    }

    nav ul li a {
        font-size: 32px;
    }
}

@media only screen and (min-width: 993px) and (max-width:1500px) {
    main {
        padding-top: 100px;
    }

    header {
        position: fixed;
        z-index: 1000;
    }

    .modal-navbar__close-icon {
        position: absolute;
        width: 30px;
        left: 30px;
    }

    #menu {
        display: flex;
    }

    .modal-navbar {
        background-color: var(--color-orange);
        width: 250px;
        height: 100vh;
        padding: 16px 4px;
        display: block;
    }

    .modal-navbar__background {
        background-color: hsla(0, 0%, 0%, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        display: none;
        overflow: hidden;
    }

    .modal-navbar__items {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 200px;
        list-style: none;
        margin-top: 50px;
    }

    .modal-navbar__link {
        text-decoration: none;
        color: white;
        font-weight: 700;
        font-size: 1.1em;
    }

    .modal-navbar__link:hover {
        color: var(--color-blue);
    }

    .modal-navbar__close-icon:hover {
        cursor: pointer;
    }

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

    .logo-container img {
        height: 100px;
        width: 206px;
    }

    nav {
        width: 100%;
        font-size: .9rem;
    }

    .btn-asesoria {
        height: 45px;
        font-size: 1rem;
    }

    .nosotros-up h1 {
        margin-top: 30px;
        font-size: 2rem;
        width: 70%;
    }

    .down-header h2 {
        font-size: 2rem;
        width: 60%;
    }

    .down-header .cards-container .card {
        width: 175px;
    }

    .down-header .cards-container .card p {
        font-size: 1rem;
    }

    .que-hacemos .que-hacemos-up .cards-container {
        width: 100%;
        justify-content: center;
        gap: 0;
    }

    .que-hacemos .que-hacemos-up .cards-container .card p {
        width: 288px;
    }

    .otros-servicios .otros-servicios-izq h2 {
        padding: 20px;
        font-size: 2rem;
        line-height: 35px;
    }

    .otros-servicios .otros-servicios-izq a {
        left: 20px;
        width: 280px;
    }

    .otros-servicios .otros-servicios-der div img {
        width: 100px;
    }

    .otros-servicios .otros-servicios-der div {
        width: 300px;
    }

    .otros-servicios .otros-servicios-der div .letters p:nth-child(2) {
        font-size: 1.5rem;
    }

    .ltr-thin-gray {
        font-size: 1.5rem;
        left: 25px;
        top: 45px;
    }

    .otros-servicios, .estrategia {
        gap: 0;
        justify-content: start;
        padding: 0;
    }

    .otros-servicios .otros-servicios-izq, .otros-servicios-der {
        width: 80%;
    }

    #otros-servicios2 .que-hacemos-up h2 {
        font-size: 2rem;
    }

    .estrategia .que-hacemos-up .cards-container {
        gap: 0;
    }
    nav ul li a {
        font-size: 20px;
    }
}