:root {
  --light-purple: #8682ec;
  --dark-purple: #31296B;
  --dark-purple-bg: #211b3d;
  --electric-pink: #C408C4;
  --electric-pink-text: #D536D5;
  --electric-yellow: #ffc40b;
}

body,html{
    overflow-x:hidden;
}

.landscape-warning {
    display: none;
}

.content {
    display: block;
}

.p5-mob{
    padding: 0 5vw;
}

#pp-nav.left {
    left: 0px !important;
}

#pp-nav {
    top: 92% !important;
    color: var(--light-purple) !important;
    z-index: 70 !important;
}

#pp-nav li .active span, .pp-slidesNav .active span {
    background: var(--light-purple) !important;
    border-color: var(--light-purple) !important;
}

#pp-nav span, .pp-slidesNav span {
    border: 1px solid var(--light-purple) !important;
}

#Grupo_587{
    transform: scale(0.6);
}

#menu-2 .container{
    padding:0;
}

p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark-purple);
    font-size: clamp(0.6rem, 1vw + 0.6rem, 1.25rem);
}

h1,h2,h3,h4 {
    font-family: "DM Serif Display", serif;
    font-style: normal;
}

h1 {
    font-size: clamp(4rem, 5vw + 1rem, 6rem);
    line-height: 1;
}

h2 {
    font-size: clamp(2rem, 4vw + 1rem, 5rem);
    color: var(--dark-purple);
}

h2 span{
    color: var(--electric-pink);
}

.home-section-5 h2 span{
    color: var(--electric-pink-text);
}

h3 {
    font-size: clamp(1.25rem, 3vw + 1rem, 2.8125rem);
}

h4 {
    font-size: clamp(0.8rem, 2vw + 0.8rem, 2.1875rem);
}

h5 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1rem, 1.5vw + 1rem, 1.875rem);
}

h6 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.8rem, 1.5vw + 0.6rem, 1.5625rem);
}

.home-section-1, .home-section-2, .home-section-3, .home-section-4, .home-section-5, .wwa-section-1, .mb-section-3, .mb-section-4, .nw-section-1, .nw-section-2, .nw-section-6 {
    position: relative;
}

.svg {
    position: absolute;
    width: 100%;
    height: auto;
    max-width:100%
}

.container-fluid{
        justify-content:end !important;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--light-purple) !important;
    opacity: 0.4;
}

footer {
    padding: 30px 0 0 0;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-footer {
    max-width: 260px;
    margin: 0 0 50px 0;
}

.footer-map {
margin: 0 0 2vh 0;
}

.footer-text-1 {
font-size: clamp(0.8rem, 1.5vw + 0.8rem, 1.5625rem);
}

.footer-map p {
text-align: center;
margin: 0;
}

.footer-link {
line-height: 3;
letter-spacing: 4;
font-weight: 300;
text-decoration: none;
color: var(--dark-purple);
}

.footer-link:hover {
color: var(--electric-yellow);
}


footer .icons-box {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    margin: 30px 0 5vh 0;
    justify-content: center;
}

footer .icons-box span {
margin: 0 4vw;
}

footer .fa {
    width: 20px;
    height: 20px;
    color: var(--electric-yellow);
    font-size: clamp(1rem, 2.5vw + 1rem, 2.1875rem);
}

.footer-info p {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: var(--light-purple);
    font-size: clamp(0.8rem, 1vw + 0.8rem, 1.25rem);
    text-align: center;
}

.footer-info .footer-p a {
    text-decoration: none;
    color: var(--light-purple);
}

.footer-p2 {
margin: 0;
}

.footer-info .footer-p2 a {
color: var(--dark-purple);
letter-spacing: 0;
}
    
.footer-2 {
    background: var(--dark-purple-bg);
    height:10vh;
}

.footer-info .copyright {
font-size: clamp(0.6rem, 1vw + 0.6rem, 1rem);
color: var(--electric-yellow);
text-align: center;
}
    
.swiper-container{
    max-width: 100vw;
}    
    

/* START NAVBAR MOBILE*/  


.div-1{
height: 35px;
position: fixed; 
top:0;
left:0;
right:0;
padding: 10px 0;
background: var(--dark-purple-bg);
z-index:20;
}
        
.div-1 p{
font-family: "DM Serif Display", serif;
font-style: normal;
margin:0; 
text-wrap: nowrap;
}
            
.event-1{
color:var(--electric-pink);
}
            
.event-2{
color: var(--light-purple);
}
            
.event-3{
color: var(--electric-yellow);
}

.funnel-info.funnel-two {
  overflow: hidden;
  width: 100%;
}

.funnel-info.funnel-two .container {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  white-space: nowrap;
  animation: sidescroll 200s linear infinite;
  overflow: visible;
}

.funnel-info.funnel-two .funnel-info-item {
  color: #fff;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "DM Serif Display", serif;
  font-style: normal;
}

.funnel-info.funnel-two .funnel-info-item p{
  margin:0;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-size: 1.2rem;
}

.funnel-info-item a{
    color: inherit;
    text-decoration: none;
    font-size:1rem;
}

@keyframes sidescroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-800%);
  }
}

.svg-nav {
width: 23px;
}
    
.svg-nav line{
    stroke: var(--dark-purple);
}

.svg-nav:hover line{
    stroke: var(--electric-yellow);
}

#menu .container-fluid{
    justify-content: space-between !important;
}

.div-2 {
background: transparent;
margin-top: 50px;
position:relative;
}

.div-2{
            background: transparent;
            margin-top: 50px;
            position: fixed;
            top: 35px !important;
            z-index: 80;
            left: 0;
            right: 0;
            margin: 0;}
            
.div-logo {
position: absolute;
top:0;
right:0;
left:0;
bottom:0;
}
            
.div-logo img {
margin-top: 30px;
}
            
.div-logo a {
z-index: 19;
}
            
.logo {
width: 300px;
margin: -15vh 0 15vh 0;
}

.btn-1 {
color: var(--electric-pink);
font-weight: bold;
text-decoration: underline;
letter-spacing: 1;
}
            
.btn-1:hover {
color: var(--electric-yellow);
}
            
.navbar-brand {
margin:0 !important;
}
            
.navbar-toggler {
border:none !important;
padding:0;
}
            
.navbar-toggler:focus {
box-shadow: none !important;
}

.nav-link{
    padding-top: 15px;
}
            
.fa-bars {
color: var(--dark-purple);
}
            
.fa-2 {
font-size: clamp(0.8rem, 1.5vw + 0.6rem, 1.5625rem);
}


/* END NAVBAR MOBILE*/ 






/*START MENU MOBILE */


.btn-2 {
    background: var(--electric-yellow);
    color: var(--dark-purple-bg);
    border-radius: 50px;
    padding: 15px 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 3px solid var(--dark-purple-bg);
    font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
    letter-spacing: 2px;
}

.menu{
    position: fixed;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: var(--dark-purple-bg);
    padding: 5vh 5vw;
    overflow-y: scroll;
}

.menu .container-1{
    padding:0;
}

.menu .container-2{
    position: relative;
    margin-top:5vh;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu a{
    text-decoration:none;
}

.menu .btn-2{
    width: 65%;
    font-size: clamp(0.8rem, 1.5vw + 0.6rem, 1.5625rem);
    padding: 12px 40px;
}

.menu button:hover line{
    stroke: var(--electric-yellow);
}

.menu-close{
    background:none;
    border:none;
    color: white;
    padding: 0; 
    margin: 0 0 2vh 0; 
}

.menu-close:hover{
    color: var(--electric-yellow);
}

.menu-text-1 {
    font-size: 0.8rem;
    margin: 4vh 0 0 0;
}

.menu-text-1-variation{
    margin:0;
}

.menu-link{
margin:0;    
}

.menu-link a{
    font-family: "DM Serif Display", serif;
    font-style: normal;
    color: white;
    font-size: 2rem; 
}

.menu-link a:hover{
    color: var(--electric-yellow);
}

.menu-info {
    display: flex;
    align-items: flex-end;
}

.menu-info p{
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: normal;
text-decoration: none;
color: var(--light-purple);
font-size: clamp(0.8rem, 1.5vw + 0.6rem, 1.5625rem);
text-align:center;
margin: 0 0 2vh 0;
}

.menu-info p a{
    text-decoration: none;
    color: var(--light-purple);
}

.menu-info p a:hover{
    color: var(--electric-yellow);
}

.menu .icons-box{
    margin: 0 0 2vh 0;
}

.menu .menu-info .fa{
width: 20px;
height: 20px;
color: var(--light-purple);
font-size: 1.5em;
margin: 0 0.8vw;
}

.menu .fa:hover {
    color: var(--electric-yellow);
}

.fa-instagram {
    font-weight: 600;
}

.open{
  opacity: 0;
  animation: fadeIn 1s forwards;
}

/* END MENU MOBILE*/




.home-section-1 .svg {
    top: 21%;
    left: 0%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: -10;
}

.home-section-1 .svg2 {
    top: 70%;
    left: 96%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: -10;
}

.home-section-2 .svg {
    top: 80%;
    left: 70%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: -10;
}

.home-section-4 .svg {
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3.2);
    z-index: -10;
}

.mb-section-3 .svg {
    top: 55%;
    left: 45%;
    transform: translate(-50%, -50%) scale(1.4);
    z-index: -10;
}

.nw-section-2 .svg {
    top: 90%;
    left: 75%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -10;
}


.home-section-1 {
margin: 0 0 35vh 0;
color: var(--dark-purple);
font-style: normal;
}

.home-section-1 h4 {
font-family: "Poppins", sans-serif;
font-weight: 300;
color: var(--light-purple);
}


.home-section-2 {
margin: 0 0 8vh 0;
}

.home-section-2 .col-mobile {
margin-bottom: 5vh;
}

.home-section-2 .title-1 {
color: var(--electric-pink);
font-size: clamp(2rem, 4vw + 1.3rem, 5rem);
}

.home-section-2 .title-2 {
color: var(--dark-purple);
text-align: center;
font-size: clamp(2rem, 4vw + 1.3rem, 5rem);
}

.table-1 {
    background-color: #fff;
    border: 3px solid var(--dark-purple);
    border-radius: 10px;
    margin: 0;
}

.table-1, .table-2 {
    width: 100%;
}

.home-section-2 .table-1 {
    background-color: #fff;
    border: 3px solid var(--dark-purple);
    border-radius: 10px;
    margin: 0 0 5vh 0;
    width: 85%;
}

.table-text-1, .table-text-2 {
    font-variant: all-small-caps;
}

.table-text-1 {
    font-weight: 400;
    color: var(--light-purple);
}

.table-text-2 {
    font-weight: 700;
    color: var(--light-purple);
}

.table-cell-1 {
border-bottom: 3px solid var(--dark-purple);
}

.table-cell-1, .table-cell-2 {
padding: 10px 18px;
display: flex;
align-items: center;
justify-content: space-between;
}

    
.table-cell-1 h5, .table-cell-2 h5 {
    margin: 0;
    color: var(--dark-purple);
}

.btn-3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-decoration: none;
    background: var(--electric-yellow);
    color: var(--dark-purple-bg);
    text-align: center;
    border: 3px solid var(--dark-purple-bg);
    font-weight: 500;
    font-size: clamp(0.8rem, 1.5vw + 0.6rem, 1.5625rem);
    letter-spacing: 1px;
    padding: 15px;
    border-radius: 150px;
    width: 100%;
}

.btn-3:hover {
    background: var(--dark-purple-bg);
    color: var(--electric-yellow);
    border: 3px solid var(--electric-yellow);
}

.home-section-4{
    overflow: hidden !important;
}

.home-section-4 h4 {
    font-family: "Poppins", sans-serif;
    color: var(--light-purple);
    margin: 10px 0;
    font-weight: 300;
    text-align: left;
}

.home-section-4 .testimonial {
    padding: 0px 10vw;
}

.home-section-4 .testimonial .text-1 {
    font-family: "DM Serif Display", serif;
    line-height: 1.3;
    color: var(--dark-purple);
    padding-right: 0px;
    margin-bottom: 40px;
    text-align: left;
}

.home-section-4 .testimonial .text-2 {
    padding-top: 0;
    color: var(--electric-yellow);
    font-weight: 300;
}

.testimonial img{
    border: 2px solid var(--dark-purple);
    border-radius: 10px;
}

.home-section-5 {
    margin: 0 0 21vh 0;
    background: var(--dark-purple-bg);
    padding: 30vh 0;
}

.home-section-5 .svg {
bottom: -12vh;
left: 50%;
transform: translate(-50%, -50%) scale(1.2);
z-index: -10;
}

.home-section-5 h2 {
    line-height: 1.3;
    color: var(--electric-pink-text);
}

.home-section-5 .title-1 span {
    text-decoration: underline;
}

.home-section-5 .btn-3 {
    width: 50%;
    display: block;
    margin: auto;
}

.wwa-section-1 h2 {
    line-height: 1.1;
    margin: 2vh 0;
    text-align: left;
}

.wwa-section-1 p {
    color: var(--dark-purple);
    text-align: left;
}

.wwa-section-2 h2 {
    margin: -10vh 0 5vh 0;
}

.team .name {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: var(--dark-purple);
    font-weight: 400;
    text-align: center;
}

.team .position {
    color: var(--electric-pink);
    font-weight: 600;
    text-align: center;
}

.team-info-1 {
        text-align:center;
        margin-bottom: 3vh;
}

.team-info-2 {
    padding: 4vh 4vw;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--dark-purple-bg);
    border: 3px solid var(--electric-pink);
    transform: scale(1.02);
    text-align: center;
}

.team-info-2 .description {
    color: var(--light-purple);
    font-size: 0.8rem;
    text-align: center;
}

.team .photo {
    
    background-repeat: no-repeat;
    background-size: cover;
    /*aspect-ratio: 3 / 4;*/
    border: 3px solid var(--dark-purple);
    border-radius: 10px;
    width: 55%;
    height: 250px;
    margin: 0 auto;
}

.photo-david{
    background-position: center;
    background-image: url("https://statimage.com/prelanders/images/maverick/david-web-final-2024.jpg");
}

.photo-berk{
    background-position: top;
    background-image: url("https://statimage.com/prelanders/images/maverick/berk-web-final.jpg");
}

.photo-claudio{
    background-position: center;
    background-image: url("https://statimage.com/prelanders/images/maverick/team-claudio.jpg");
}

.photo-batug{
    background-position: top;
    background-image: url("https://statimage.com/prelanders/images/maverick/team-batug.jpg");
}

.photo-toby{
    background-position: top;
    background-image: url("https://statimage.com/prelanders/images/maverick/toby-web-final.jpg");
}

.photo-mariale{
    background-position: top;
    background-image: url("https://statimage.com/prelanders/images/maverick/mariale-web-final.jpg");
}

.photo-peppe{
    background-position: top;
    background-image: url("https://statimage.com/prelanders/images/maverick/peppe-web-final.jpg");
}

.photo-angie{
    background-position: top;
    background-image: url("https://statimage.com/prelanders/images/maverick/team-angie.jpg");
}

.photo-octavi{
    background-position: top;
    background-image: url("https://statimage.com/prelanders/images/maverick/team-octavi.jpg");
}

.contact-me a {
    font-weight: 600;
    color: var(--electric-pink);
    text-decoration: underline;
    display: block;
    margin-top: 2vh;
}

.contact-me a:hover {
    color: var(--electric-yellow);
}

.wwa-section-3{
    margin: 0 0 30vh 0;
}

.wwa-section-3 .div{
    position: relative; 
    z-index: 15;
}

.wwa-section-3 .div-2{
    position: absolute;
    left: 0;
    right: 0; 
    background: none; 
    text-align:center;
    top:47vh;
}

.wwa-section-3 h3{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--electric-yellow);
    font-size: 1.4rem;
    text-shadow: 2px 2px 5px black;
}

.wwa-section-3 h3 span{
    font-family: "DM Serif Display", serif;
    font-size: 3.6rem;
}

.wwa-section-3 .image {
    border: 4px solid var(--electric-yellow);
    border-radius: 100px;
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
}

.wwa-section-1 h4, .mb-section-1 h4, .nw-section-1 h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark-purple);
    text-align: left;
    margin:0vh 0 0 0;
}

.mb-section-1 p, .nw-section-1 p {
    text-align: left;
}

.mb-section-1 img {
margin: 2vh 0;
border: 3px solid var(--electric-pink);
border-radius: 10px;
width: 100%;
height: 200px;
aspect-ratio: 4 / 3 !important;
object-fit: cover !important;
object-position: top;
}

.mb-section-2 h3 {
    color: var(--electric-pink-text);
    margin: -10vh 0 0 0;
}

.mb-section-3 .text-1 {
    margin: 2vh 0 0 0;
}

.mb-section-3 h2 {
    margin: -5vh 0 0 0;
}


.mb-section-3 .text-1 a {
    color: var(--electric-pink);
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1;
}

.mb-section-3 .text-1 a:hover{
    color: var(--electric-yellow);
}

.mb-section-4{
    margin: 0 0 5vh 0;
}

.mb-section-4 h6{
    color: var(--dark-purple);
    font-weight: 400;
    margin: 0 0 4vh 0;
}

.mb-section-4 span{
    color: var(--electric-pink);
}

.mb-section-4 .container{
    z-index:20;
}

.mb-section-4 .carousel-indicators {
    display: none;
}

.mb-section-4 img{
    aspect-ratio: 2 / 1 !important;
    object-fit: cover !important;
    border: 3px solid var(--light-purple);
    border-radius: 10px;
    height: auto;
    width: 100%;
}

.mb-section-4 p {
    color: var(--light-purple);
    text-transform: uppercase;
}

.mb-section-4 .legend{
    margin: 3vh 0 0 0;
}

.nw-section-1 img {
    border: 3px solid var(--electric-pink);
    border-radius: 10px;
    height: 200px;
    width: 100%;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: center;
}

.nw-section-2 .btn-3 {
margin-top: 3vh;
}

.nw-section-2 h3 {
    color: var(--dark-purple);
   margin: -5vh 0 0 0;
}

.nw-section-2 h3 span {
font-family: "Poppins", sans-serif;
color: var(--light-purple);
font-weight:400;
line-height: 1.7;
}

.nw-section-5 h2 {
    color: var(--electric-pink);
    margin: -5vh 0 0 0;
}

.nw-section-5 h3 {
    font-family: "Poppins", sans-serif;
    color: var(--light-purple);
    font-weight: 200;
}


.nw-section-6 img {
    border: 3px solid var(--electric-pink);
    height: 220px;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    margin: 2vh 0;
}














/*BREAKPOINT - SMALL SCREENS (Mobiles in landscape orientation, 576px or more) */

@media (min-width: 576px) {

.p5-mob{
    padding: 0;
}

h2 {
font-size: 2.125rem;    
}

h3 {
font-size: 2rem;    
}

h4 {
    font-size: 1.3rem;
}

h5 {
    /*font-size: 1.125rem;*/
}

h6, .btn-3 {
    font-size: 1rem;
}

p {
   font-size: 1rem; 
}
.home-section-1 .svg{
    top: 37%;
    left: 4%;
}

.home-section-1 .svg2{
    top: 67%;
    left: 99%;
}


.home-section-2 .svg {
    top: 80%;
    left: 70%;
    transform: translate(-50%, -50%) scale(0.8);

}

.home-section-4 .svg {
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3);
}
    
.logo {
    width: 380px;
}

 .table-1, .table-2 {
    width: 60%;
}

.home-section-1 h4{
font-weight: 200;
}

.home-section-2 .container {
    padding: 0;
}
    
.home-section-2 h2 {
    font-size: 2.825rem;
    text-align:left;
}

.home-section-2 .title-2 {
    text-align:left;
}

.home-section-5 h2 {
    padding: 0 5vw;
    margin: -10vh 0 3vh 0;
}

.home-section-5 .btn-3 {
    width: 30%;
}

.div-1 {
height: 37px;
}

.table-1, .table-cell-1, .btn-3 {
/*border: 2px solid var(--dark-purple);*/
}

.wwa-section-1 h4, .mb-section-1 h4, .nw-section-1 h4 {
    margin: 0;
}

.wwa-section-1 .svg {
    top: 43vh;
}

.nw-section-2 .svg {
top: 77%;
transform: translate(-50%, -50%) scale(0.6);
}

.wwa-section-1 p {
    color: var(--dark-purple);
    text-align: left;
}

.wwa-section-1 h2{
    margin: 4vh 0;
}

.team .description {
color: var(--dark-purple);
text-align: left;
font-size: 1rem;
}

.team .photo {
width: 50%;
height:300px;
}

.wwa-section-3 .div-2 {
    top: 0vh;
}

.table-1 {
/*margin: 0 10vw;*/
}

.mb-section-1 p, .nw-section-1 p {
    margin: 3vh 0 0 0;
}

.mb-section-1 img {
    height: 280px;
}

.mb-section-2 h3 {
    padding: 0 8vw;
    margin: 10vh 0 6vh 0;
}

.mb-section-2 .btn-3 {
width: 60%;
margin: 0 auto;
    }

.mb-section-3 .div-02 {
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10vh 0 0 0;
}

.nw-section-2 .table-cell-1, .nw-section-2 .table-cell-2, .nw-section-2 .table-cell-3 {
    padding: 7px 15px;
}

.nw-section-2 .btn-3 {
    width:70%;
}

.footer-info p {
text-align: center;
font-size: 1rem;
}

}















/*BREAKPOINT - TABLETS AND MEDIUM DEVICES (768px or more) */

@media (min-width: 768px) {

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}


h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.3rem;
}

h6 {
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
}

p {
    font-size: 0.9rem;
}

.menu-info p{
    font-size: 1rem;
    text-align: left;
}

.menu-text-1 {
    margin: 0;
}

.menu .btn-2 {
    font-size: 1rem;
    padding: 1vh 1vw;
}

.menu .container-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5vh 5vw;
}

.btn-1{
padding: 10px 20px;
letter-spacing: 2px;
}

.btn-3 {
    font-size: clamp(0.8rem, 1.5vw + 0.6rem, 1.125rem); 
    letter-spacing: 2px;
    padding: 15px 50px;
    width: auto;
}

.home-section-1 .svg{
top: 46%;
left: -6%;
transform: translate(-50%, -50%) scale(0.6);
    
}

.home-section-1 .svg2{
top: 60%;
left: 104%;
transform: translate(-50%, -50%) scale(0.6);
}

.home-section-2 .svg{
left: 80%;
transform: translate(-50%, -50%) scale(0.6);
}

.testimonial img{
    border: 3px solid var(--dark-purple);
}

.home-section-4 .svg{
    transform: translate(-50%, -50%) scale(2.2);
}

.wwa-section-1 .svg {
top: 85%;
left: 35%;
transform: translate(-50%, -50%) scale(1.1);
z-index: -10;
}

.mb-section-1 .svg {
top: 80%;
left: 71%;
transform: translate(-50%, -50%) scale(1.1);
z-index: -10;
}

.mb-section-3 .svg {
    top: 75%;
    left: 112%;
    transform: translate(-50%, -50%) scale(0.9);
}

.nw-section-1 .svg {
top: 80%;
left: 71%;
transform: translate(-50%, -50%) scale(2);
z-index: -10;
}

.nw-section-2 .svg {
top: 77%;
transform: translate(-50%, -50%) scale(1.2);
}

.home-section-2 .title-2 {
text-align: left;
}

.home-section-4 .testimonial .text-2 {
padding: 5vh 0 0 0;
}

.wwa-section-1 {
padding: 5vh 0 0 0;
}

.wwa-section-1 h4, .mb-section-1 h4, .nw-section-1 h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark-purple);
    text-align: left;
}

.team .name {
text-align: left;
}

.team .position {
text-align: left;
}

.team .description {
    font-size:0.9rem;
}

.team .photo {
width: 85%;
}

.contact-me a {
    text-align: right;
}

.mb-section-3 .title-1, .mb-section-3 .text-1 {
    text-align: left;
}

.mb-section-2 .btn-3 {
width: 70%;
}

.mb-section-3 h2 {
    margin: 0;
}

.table-1, .table-2 {
width: 85%;
}

.table-1 {
margin: 0 0 5vh 0;
}

.nw-section-1 img {
    height: 300px;
}

.nw-section-2 .btn-3 {
    width: 70%;
    margin: 0 auto;
}

.nw-section-2 h3 {
    text-align: left;
}

.nw-section-2 h5 {
    font-size:1.5rem;
}

.nw-section-6 p {
    text-align: left;
}

.footer-info p {
text-align: left; 
font-size:1rem;
}

.footer-map p {
text-align: left;   
}

.footer-text-1 {
font-size:0.8rem;
}

}













/*BREAKPOINT - LAPTOPS AND BIG DEVICES (992px or more) */

@media (min-width: 992px) {

h1 {
    font-size: clamp(4rem, 5vw + 1rem, 6rem);
}

h2 {
    font-size: clamp(2.5rem, 4vw + 1rem, 5rem);
}

h3 {
    font-size: clamp(1.75rem, 3vw + 1rem, 2.8125rem);
}

h4 {
    font-size: clamp(1rem, 2vw + 1rem, 2rem);
}

h5 {
    font-size: clamp(1.25rem, 1.5vw + 1rem, 1.875rem);
}

h6 {
    font-size: clamp(0.8rem, 1.5vw + 0.6rem, 1.125rem);
}

p {
    font-size:1rem;
}

.home-section-1 .svg{
top: 42%;
left: 3%;
transform: translate(-50%, -50%) scale(0.5);
}

.home-section-1 .svg2{
top: 62%;
left: 97%;
transform: translate(-50%, -50%) scale(0.5);
}

.home-section-2 .svg{

transform: translate(-50%, -50%) scale(0.5);
}

.home-section-2 h2 {
font-size: 3.25rem;
}

.home-section-4 .svg {
bottom: -17%;
}

.home-section-4 .testimonial{
    padding: 0px 10vw;
}

.wwa-section-1 .svg {
top: 96%;
transform: translate(-50%, -50%) scale(0.9);
}

.mb-section-1 .svg {
transform: translate(-50%, -50%) scale(0.9);
}

.mb-section-3 .svg {
top: 90%;
}

.nw-section-1 .svg {
transform: translate(-50%, -50%) scale(1.7); 
}

.nw-section-2 .svg {
top: 94%;
}

.team .description {
    font-size:1rem;
}

.team .photo {
    height: 360px;
}


.mb-section-2 .btn-3 {
width: 50%;
}


}















/*BREAKPOINT - DESKTOP (1200px or more) */

@media (min-width: 1200px) {
    
.table-1, .table-2 {
    width: 70%;
}

.home-section-2 .svg {
top: 96%;
}

.mb-section-3 .svg {
top: 90%;
transform: translate(-50%, -50%) scale(0.7);
}

.home-section-4 .svg{
transform: translate(-50%, -50%) scale(2);
}
    
.home-section-4 .testimonial{
padding: 0px 15vw;
}

.wwa-section-1 .svg {
top: 88%;
left: 25%;
}

.mb-section-1 .svg {
top: 71%;
}

.nw-section-2 .svg {
transform: translate(-50%, -50%) scale(0.9);
}

.wwa-section-3 h3 {
    font-size:2rem;
}

.wwa-section-3 h3 span{
    font-size: 5.6rem;
}

.wwa-section-3 .div-2 {
top: -6vh;
}
    
.mb-section-1 img {
height: 380px;
}

.mb-section-4 h6 {
    font-size: 1.3rem; 
}

.nw-section-1 img {
height: 400px;
}

.nw-section-2 .btn-3 {
width: 60%;
}

.nw-section-2 h3 {
    margin: 0;
}

.nw-section-6 img {
    height: 280px;
    object-position: center;
}

.team .photo {
    aspect-ratio: 2 / 2;
     width: 60%;
}

.team .description {
        font-size: 1rem;
    }
.team .name, .team .position {
    font-size: 1.5rem;
}

.menu-text-1 {
    font-size: 1.2rem;
}

.menu-link a {
    font-size: 2.6rem;
}

.menu .btn-2 {
    font-size: 1.2rem;
}

.menu-info p {
    font-size: 1.4rem;
}

.menu .menu-info .fa {
    width: 60px;
    height: 30px;
    font-size: 1.8rem;
}


}













/*BREAKPOINT - BIG SCREENS (1400px or more) */

@media (min-width: 1400px) {

h3 {
font-size: 3.3rem;
}

h5 {
font-size: 2rem;
}

p {
font-size: 1.25rem;
}

.menu .btn-2 {
width: 35%;
}

    .home-section-1 .svg {
        transform: translate(-50%, -50%) scale(0.3);
    }
    
    .home-section-1 .svg2 {
        transform: translate(-50%, -50%) scale(0.3);
    }
    
    .home-section-2 .svg {
        transform: translate(-50%, -50%) scale(0.3);
        left: 96%;
        top: 68%;
    }
    
    .home-section-4 .svg {
        transform: translate(-50%, -50%) scale(1.5);
    }
    
    .wwa-section-1 .svg {
        transform: translate(-50%, -50%) scale(0.6);
    }

    .mb-section-1 .svg {
        left: 85%;
        top:75%;
        transform: translate(-50%, -50%) scale(0.6);
    }
    
    .mb-section-3 .svg {
        left: 95%;
        transform: translate(-50%, -50%) scale(0.5);
    }
    
    .nw-section-1 .svg {
        left:52%;
        transform: translate(-50%, -50%) scale(1.1);
    }
    
    .nw-section-2 .svg {
        transform: translate(-50%, -50%) scale(0.7);
    }

.home-section-5 .btn-3 {
width: 20%;
}

.team .description {
        font-size: 1.2rem;
    }

.team .photo {
aspect-ratio: 9 / 10;
margin: 5vh auto;
}

.mb-section-4 h6 {
    font-size: 1.75rem; 
}

.nw-section-5 h3{
    margin: 5vh 0 0 0;
}

.wwa-section-1 {
/*margin: 19vh 0 0 0;*/
}

.nw-section-2 h5 {
font-size: 2rem;
}
    
.nw-section-2 .btn-3 {
width: 40%;
}
    
.nw-section-6 img {
    height: 380px;
}

.footer-info p {
font-size: 1.2rem;
}

}










/*BREAKPOINT - BIG BIG SCREENS (2000px or more) */

@media (min-width: 2000px) {

    .home-section-1 .svg {
        transform: translate(-50%, -50%) scale(0.3);
    }
    
    .home-section-1 .svg2 {
        transform: translate(-50%, -50%) scale(0.3);
    }
    
}











/*EXEPCIONES*/

@media (min-width: 460px) and (max-width: 575px) {
.team .photo{
    height: 60vh;
    margin: 0 10vw;
}

}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .landscape-warning {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--dark-purple-bg);
    z-index: 9999;
  }
  
  .landscape-warning img{
    max-width: 250px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
  }
  
    .landscape-warning p {
    font-size: 1rem;
    color:var(--light-purple);
    font-family:'Poppins';
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    
  }

  .content {
    display: none;
  }
}


/* Asegurarse de que en portrait o en pantallas ms grandes, el contenido est visible */
@media only screen and (orientation: portrait), only screen and (min-width: 769px) {
    .landscape-warning {
        display: none; /* Ocultar advertencia en portrait o pantallas grandes */
    }

    .content {
        display: block; /* Mostrar el contenido de la pgina */
    }
}
