/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    .caracter-area.bdr:after {
        width: 72%;
    }

}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .mainmenu ul li a {
        margin-right: 20px;
    }
    
    .mainmenu ul li:last-child a {
        padding: 8px 30px;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .advantage-content-single h3 {
        font-size: 20px;
    }
    
    .event-content-left h2 {
        font-size: 24px;
    }
    
    .event-content-left.event-content-left-2 img {
        left: -30px;
    }
    
    .event-content-right img {
        right: -30px;
    }
    
    .modular-pontoons-content h2 {
        font-size: 24px;
    }
    
    .footer-menu ul li a {
        margin-left: 20px;
        font-size: 14px;
    }
    
    .footer-menu ul li a:after {
        right: -12px;
        height: 25px;
    }
    .caracter-area.bdr:after {
        width: 73%;
    }

}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-content {
        text-align: center;
    }
    
    .hp-text-content {
        text-align: center;
    }
    
    section.hp-textarea {
        padding: 100px 0;
    }
    
    .section-title {
        text-align: center;
    }
    
    section.technical-caracter-area {
        text-align: center;
        padding: 70px 0;
    }
    
    section.advantage-area {
        padding: 80px 0;
        text-align: center;
    }
    
    .advantage-content-single-icon img {
        position: unset;
        transform: translate(0);
    }
    
    .advantage-content-single-icon {
        position: unset;
    }
    
    .advantage-content-single-title {
        min-height: 50px;
    }
    
    .advantage-content-single {
        overflow: hidden;
    }
    .event-content-right img {
        top: 0;
        right: 0;
        margin: 50px 0;
    }
    
    .event-content-left.event-content-left-2 img {
        left: 0;
        top: 0;
    }
    
    .event-content-right.event-content-right-2 {
        padding-top: 50px;
    }
    
    section.event-area {
        text-align: center;
    }
    
    section.event-area {
        padding: 70px 0;
    }
    
    section.modular-pontoons-area {
        text-align: center;
    }
    
    .ahora-text {
        text-align: center;
        padding-bottom: 50px;
    }
    section.contact-area iframe {
        position: unset;
        width: 100%;
        height: 400px;
    }
    
    section.contact-area {
        padding-bottom: 0;
    }
    
    .contact-text a {
        display: block;
    }
    
    .contact-text a.mail {
        border: none;
    }
    
    .contact-text {
        text-align: center;
        padding-bottom: 60px;
    }
    
    .footer-logo {
        text-align: center;
    }
    
    .footer-menu.text-end {
        text-align: center !important;
        padding-top: 50px;
    }
    
    .footer-menu ul li a {
        margin-left: 30px;
    }
    
    .footer-menu ul li:last-child a:after {
        display: none;
    }
    
    .footer-menu ul li a:after {
        height: 30px;
    }
    
    .footer-copyright {
        text-align: center;
    }
    .mainmenu {
        position: fixed;
        width: 100%;
        height: 100%;
        background: var(--blue-clr);
        backdrop-filter: blur(30px);
        z-index: -1;
        top: 0;
        left: -100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding-top: 200px;
        overflow: auto;
        text-align: center !important;
    }
    .mainmenu.current{
        left: 0;
    }
    
    .mainmenu ul li {
        display: block;
    }
    
    .mainmenu ul li a {
        display: inline-block;
        margin-right: 0;
    }
    .header-top-area{
        padding: 30px 0;
        position: fixed;
    }
    .hamburger-menu {
        display: block;
    }
    .caracter-text-1 {
        text-align: center;
    }
    .ensam-img.pt-70 {
        padding-bottom: 60px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    .mainmenu {
        position: fixed;
        width: 100%;
        height: 100%;
        background: var(--blue-clr);
        backdrop-filter: blur(30px);
        z-index: -1;
        top: 0;
        left: -100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding-top: 200px;
        overflow: auto;
        text-align: center !important;
    }
    .mainmenu.current{
        left: 0;
    }
    
    .mainmenu ul li {
        display: block;
    }
    
    .mainmenu ul li a {
        display: inline-block;
        margin-right: 0;
    }
    .header-top-area{
        padding: 30px 0;
        position: fixed;
    }
    .hamburger-menu {
        display: block;
    }
    .hero-content h1 {
        font-size: 36px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .advantage-content-single h3 {
        font-size: 20px;
    }
    
    .event-content-left h2 {
        font-size: 24px;
    }
    .hero-content {
        text-align: center;
        padding: 0 30px;
    }
    
    .hp-text-content {
        text-align: center;
    }
    
    section.hp-textarea {
        padding: 100px 30px;
    }
    
    .section-title {
        text-align: center;
    }
    
    section.technical-caracter-area {
        text-align: center;
        padding: 70px 30px;
    }
    
    section.advantage-area {
        padding: 80px 30px;
        text-align: center;
    }
    
    .advantage-content-single-icon img {
        position: unset;
        transform: translate(0);
    }
    
    .advantage-content-single-icon {
        position: unset;
    }
    
    .advantage-content-single-title {
        min-height: 50px;
    }
    
    .advantage-content-single {
        overflow: hidden;
    }
    .event-content-right img {
        top: 0;
        right: 0;
        margin: 50px 0;
    }
    
    .event-content-left.event-content-left-2 img {
        left: 0;
        top: 0;
    }
    
    .event-content-right.event-content-right-2 {
        padding-top: 50px;
    }
    
    section.event-area {
        text-align: center;
        padding: 70px 30px;
    }
   
    
    section.modular-pontoons-area {
        text-align: center;
        padding: 100px 30px 0 30px;
    }
    
    .ahora-text {
        text-align: center;
        padding-bottom: 50px;
    }
    section.contact-area iframe {
        position: unset;
        width: 100%;
        height: 400px;
    }
    
    section.contact-area {
        padding-bottom: 0;
    }
    
    .contact-text a {
        display: block;
    }
    
    .contact-text a.mail {
        border: none;
    }
    
    .contact-text {
        text-align: center;
        padding: 0 30px 60px 30px;
    }
    
    .footer-logo {
        text-align: center;
    }
    
    .footer-menu.text-end {
        text-align: center !important;
        padding-top: 50px;
    }
    
    .footer-menu ul li a {
        margin-left: 30px;
    }
    
    .footer-menu ul li:last-child a:after {
        display: none;
    }
    
    .footer-menu ul li a:after {
        height: 30px;
    }
    
    .footer-copyright {
        text-align: center;
    }
    section.alquile-ahora{
        padding: 70px 30px;
    }
    .footer-area{
        padding: 70px 30px;
    }
    .banner-slide .owl-nav div img {
        height: 50px;
    }
    .caracter-text-1 {
        text-align: center;
    }
    section.caracter-area.pt-90.mt-212 {
        margin-top: 132px;
    }
    
    section.caracter-area {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    section.ensam-area {
        padding-left: 30px;
        padding-right: 30px;
    }
    /***********  COOKIE BANNER   ***********/
    #overbox3 {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 999999;
        display: block;
      }
    
      #overbox3.active {
          bottom: -217px;
      }
    
      #infobox3 {    
          height: 215px;   
      }
      #infobox3 p {
          line-height: 24px;
          text-align: left;
          padding: 17px 20px 10px 30px;
          font-size: 12px;
          margin-left: 0;
          width: 100%;
      }
      #infobox3 p a {
          margin-left: 27px;
          
      }
      /*********** END COOKIE BANNER   ***********/
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

 
}
