﻿:root {
  --color-white: #fff;
  --color-black: #252525;

  --menu-size: 15px;
  --submenu-size: 16px;
  /*--title-size: 70px;*/
  --title-size: 60px;
  --h2-size: 50px;
  --h3-size: 48px;
  --h5-size: 18px;
  --h6-size: 14px;
  --second-title-size: 18px;
  --subtitle-size: 30px;
  --btn-size: 20px;
  --text-size: 17px;
  --title-footer: 20px;
  --family-title: 'Poppins', sans-serif;
  --family-body: 'Rubik', sans-serif;

  --color-blue: #07519A;
  --color-blue-dark: #223145;
  --color-blue-strong: #0A0634;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: var(--family-body);
  font-size: var(--text-size);
  color: var(--color-black);
  /* padding-bottom: 100px; */
}

@media (max-width: 767px) {
	body #page .mainHeader::after{
    height: 100%;
    top: 0px;
        width: 100%;
		left: 0px;
	}
	#page .mainHeader{
    overflow: hidden !important;
		/*display: none;*/
	}
	.cdp-copy-alert-success{
		display: none !important;
	}
}
body.main_menu_open {
  overflow: hidden;
}

h1,
.h1 {
  font-size: var(--title-size);
  font-family: var(--family-title);
  font-weight: bold;
  color: #223145;
}

h2,
.h2 {
  font-size: var(--h2-size);
  font-family: var(--family-title);
  font-weight: bold;
  color: #223145;
}

h3,
.h3 {
  font-size: var(--h3-size);
  font-family: var(--family-title);
  font-weight: bold;
  color: #223145;
}

h4,
.h4 {
  font-size: var(--second-title-size);
  font-family: var(--family-title);
  font-weight: bold;
  color: #223145;
}

h5,
.h5 {
  font-size: var(--h5-size);
  font-family: var(--family-title);
  font-weight: bold;
  color: #223145;
}

h6,
.h6 {
  font-size: var(--h6-size);
  font-family: var(--family-title);
  color: #223145;
}

a {
  color: inherit;
  font-family: var(--family-body);
  text-decoration: none;
}

p {
  font-family: var(--family-body);
  font-size: 20px;
  line-height: 1.7;
  font-weight: lighter;
  color: #6C6C6C;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p {
  margin: 0;
}

/* BOOSTRAP MIM */
.d-none {
  display: none
}

.d-block {
  display: block
}

.d-flex {
  display: flex
}

.align-items-center {
  align-items: center
}

.justify-content-center {
  align-items: center
}

.inline-block {
  display: inline-block
}

.pt-250 {
  padding-top: 250px !important
}

.pb-250 {
  padding-bottom: 150px !important
}

.pt-100 {
  padding-top: 100px !important
}

.pb-100 {
  padding-bottom: 100px !important
}

.pt-50 {
  padding-top: 50px !important
}

.pb-50 {
  padding-bottom: 50px !important
}

.fs-80 {
  font-size: 80px
}

.fs-100 {
  font-size: 100px
}

/* FIN BOOSTRAP MIM */

/* BOX */
.display-flex {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}

.boxed-container.display-flex.vc_row {
  padding-left: 20px;
  padding-right: 20px;
}

.display-flex>.wpb_column {
  margin-left: 30px;
  margin-right: 30px;
}

/* CONTAINERS */
.boxed-container,
.boxed-container.vc_row {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0px 80px;
  box-sizing: border-box;
  float: none !important;
}

.boxed-medium-container,
.boxed-min-container.vc_row {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto !important;
  padding: 0px 80px;
  box-sizing: border-box;
  float: none !important;
}

.boxed-min-container,
.boxed-min-container.vc_row {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 80px;
  box-sizing: border-box;
  float: none !important;
}

.main-section,
.boxed-container.main-section,
.boxed-container.main-section.vc_row {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-collumn {
  display: flex;
}

.row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.col_20 {
  width: 20%;
  padding: 0px 15px;
}

.col_25 {
  width: 25%;
  padding: 0px 15px;
}

.col_40 {
  width: 40%;
  padding: 0px 15px;
}

.col_50 {
  width: 50%;
  padding: 0px 15px;
}

.col_60 {
  width: 60%;
  padding: 0px 15px;
}

/* TEXT */
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.display-inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

/* BTN */
.btn {
  font-size: var(--btn-size);
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

/* HEADER */
#page .mainHeader {
  position: fixed;
  width: 90px;
  height: 100%;
  z-index: 9999;
  top: 0;
  overflow: hidden;
  transition: width .6s ease-in-out;
}

#page .mainHeader::after {
  content: '';
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  /*backdrop-filter: blur(15px);*/
  z-index: -1;
}

@-moz-document url-prefix() {
  #page .mainHeader::after {
    background: rgba(255, 255, 255, 0.8);
  }
}

#masthead {
  padding: 60px 30px;
  position: absolute;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #22314533;
  border-left: 1px solid #22314533;
}

.flex-collumn #site-navigation {
  flex: 1;
}

.site-branding {
  position: relative;
  z-index: 21;
  text-align: center;
}

.site-branding img {
  width: 30px;
}

.site-branding-mobile {
  display: none
}

#site-navigation {
  text-align: right;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 89px;
  width: calc(100vw - 89px);
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#site-navigation .menu {
  margin: 0;
  display: flex;
  flex-direction: column;
}

#site-navigation .menu>li {
  display: inline-block;
  position: relative;
}

#site-navigation .menu>li>a {
  display: inline-block;
  padding: 0px 10px 15px 10px;
  color: var(--color-blue-strong);
  font-size: 30px;
  font-weight: bold;
  font-family: var(--family-title);
  text-transform: uppercase;
  list-style: none;
}

#site-navigation .menu>li>a span {
  font-weight: normal;
  position: relative;
}

#site-navigation .menu>li>a span::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: var(--color-blue-strong);
  transition: width .3s ease-in-out;
}

#site-navigation .menu>li>a:hover span::after {
  width: 100%;
}

.main_menu_container {
  padding-top: 50px;
  padding-right: 80px;
}

.main_menu_footer {
  display: flex;
  padding: 0px 90px 40px 90px;
  justify-content: space-between;
}

.menu_footer--col {
  width: fit-content;
  max-width: 200px;
  padding-left: 15px;
}

.menu_footer--title {
  font-family: var(--family-title);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

.menu-footer--body {
  font-family: var(--family-title);
  font-size: 16px;
  letter-spacing: 1px;
}

#menuMobileBtn {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  width: 100%;
  height: auto;
  border-radius: 0px;
  background: none;
  padding: 0px;
  text-align: center;
  border: 0px;
  z-index: 21;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding-left: 10px !important;
}

.text-menu {
  position: absolute;
  bottom: 0;
  top: -18px;
  transform: rotate(-90deg);
  left: 20px;
  text-transform: uppercase;
  font-family: var(--family-title);
  font-weight: 100;
  letter-spacing: 17px;
  transition: all .3s ease-in-out;
}

#menuMobileBtn:hover .text-menu {
  letter-spacing: 10px;
  top: -10px;
  left: 25px;
}

#menuMobileBtn span {
  display: inline-block;
  height: 90px;
  width: 2px;
  background-color: #223145;
  transition: all .2s ease-in-out;
}

#menuMobileBtn span:nth-child(3) {
  margin: 0 5px
}

#menuMobileBtn:hover span:nth-child(3) {
  margin: 0 10px
}

#site-lang-container {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
  text-transform: uppercase;
  z-index: 1;
  font-family: var(--family-title);
  font-size: 20px;
  font-weight: bold;
  display: flex;
}

#site-lang-container .mim-lang-current {
  padding-right: 10px;
}

#site-lang-container li.lang-item {
  list-style: none;
  font-weight: lighter;
}

.site-corporative {
  position: absolute;
  top: 0;
  margin: auto;
  width: 50%;
  display: flex;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.site-corporative::after {
  content: '';
  display: block;
  width: 85%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background-image: url(https://www.cortinasdecristal-insoex.com/wp-content/themes/insoex-theme/img/line-insoex.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.site-corporative__text {
  flex: 1;
  text-align: center;
  font-family: var(--family-title);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 100px;
  position: relative;
  color: var(--color-blue-strong);
}

/*MENU OPEN*/

.main_menu_open #page .mainHeader {
  width: 100%
}

.main_menu_open #menuMobileBtn {
  padding-left: 0 !important
}

.main_menu_open .text-menu {
  left: -105vw
}

.main_menu_open #menuMobileBtn:hover .text-menu {
  left: -105vw
}

.main_menu_open #menuMobileBtn span {
  height: 60px
}

.main_menu_open #menuMobileBtn span:nth-child(2) {
  transform: rotate(15deg) translateX(7px)
}

.main_menu_open #menuMobileBtn span:nth-child(3) {
  opacity: 0
}

.main_menu_open #menuMobileBtn span:nth-child(4) {
  transform: rotate(-15deg) translateX(-7px)
}

.main_menu_open #menuMobileBtn:hover span:nth-child(2) {
  transform: rotate(30deg) translateX(13px)
}

.main_menu_open #menuMobileBtn:hover span:nth-child(4) {
  transform: rotate(-30deg) translateX(-13px)
}

/*FIN MENU OPEN*/

/* SWIPE */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
}

.swiper-container.home-swiper {
  height: 80vh;
}

.swiper-slide {
  transition: width .3s ease-in-out;
}

/* FOOTER */
#mainFooter {
  position: fixed;
  width: calc(100% - 90px);
  bottom: 0px;
  border-top: 1px solid #22314533;
  z-index: 12;
  transform: translateY(120%);
  transition: all .6s ease-in-out;
}

#mainFooter.footerOpen {
  transform: translateY(0%);
}

.main_menu_open #mainFooter.footerOpen {
  transform: translateY(120%);
}

#mainFooter::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  z-index: -1;
}

.footer-options {
  display: flex;
  padding: 50px 90px;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

.col-footer {
  width: 20%;
}

.col-footer.footer-corporative,
.col-footer.footer-info {
  max-width: 200px;
}

.col-footer .title {
  font-family: var(--family-title);
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
}

.col-footer.footer-corporative,
.col-footer.footer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-info {
  text-align: right
}

.footer-corporative .content {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}

.footer-info .content {
  display: flex;
  flex-direction: column;
}

.footer-info .content a {
  margin-bottom: 10px;
  font-family: var(--family-title);
  font-size: 14px;
}

.col-footer .content ul {
  padding-left: 0;
  list-style: none;
}

.col-footer .content ul li {
  position: relative;
  padding: 5px 10px;
  padding-left: 15px;
  opacity: 0.7;
  transition: all .3s ease-in-out;
}

.col-footer .content ul li a {
  font-size: 16px
}

.col-footer .content ul li:hover {
  transform: translateX(10px);
  opacity: 1;
}

.col-footer .content ul li::after,
.col-footer .content ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  background-color: var(--color-blue-dark);
}

.col-footer .content ul li::after {
  transform: rotate(-30deg);
  top: 4px;
}

.col-footer .content ul li::before {
  transform: rotate(30deg);
  top: -4px;
}


/********** SHOW ANIMATIONS ***********/
.triggerOnScreen {
  opacity: 0;
}

.ani_showInTop.isOnScreen {
  animation: fadeInTop .5s ease-in-out forwards;
}

.ani_showInDown.isOnScreen {
  animation: fadeInBottom .5s ease-in-out forwards;
}

.ani_showInLeft.isOnScreen {
  animation: fadeInLeft .5s ease-in-out forwards;
}

.ani_showInRight.isOnScreen {
  animation: fadeInRight .5s ease-in-out forwards;
}

.ani_showInFront.isOnScreen {
  animation: fadeInFront .5s ease-in-out forwards;
}

.ani_blurInFront.isOnScreen {
  animation: blurInFront .5s ease-in-out forwards;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes fadeInFront {
  0% {
    opacity: 0;
    transform: scale(.7);
  }

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

@keyframes blurInFront {
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(20px);
    -webkit-filter: blur(20px);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}

/*/////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////*/

/* SCROLLBAR */

*::-webkit-scrollbar {
  width: 10px !important;
}

*::-webkit-scrollbar-track {
  background: #e9e9e9 !important;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-blue-dark) !important;
  border-radius: 0 !important;
  border: none !important;
}

/* FIN SCROLLBAR */

.z-index-10 {
  z-index: 10 !important;
}

#page {
  overflow: hidden;
}

.vc_row.wpb_row {
  margin: auto;
}

.vc_row>.vc_column_container>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

main {
  padding-left: 90px
}

footer {
  margin-left: 90px
}

.mim-title {
  font-family: var(--family-title);
  font-size: 4vw;
  line-height: 4vw;
  font-weight: bold;
  color: var(--color-blue-dark);
  text-transform: uppercase;
}

.mim-title strong {
  font-weight: lighter;
}

.mim-title.title-normal {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}

.mim-tagline {
  font-family: var(--family-title);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.block-tagline {
  display: flex;
  align-items: center;
}

.icon-tagline {
  position: relative;
  margin-right: 10px;
}

.icon-tagline span {
  width: 16px;
  height: 2px;
  background-color: var(--color-blue-dark);
  display: block;
}

.icon-tagline span:nth-child(2) {
  margin: 4px 0;
}

.icon-tagline.vertical {
  height: 16px;
}

.icon-tagline.vertical span {
  height: 16px;
  width: 2px;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

.icon-tagline.vertical span:nth-child(2) {
  margin: 0 4px;
}

.icon-tagline.diagonal {
  transform: rotate(45deg);
}

.icon-tagline.pergola {
  display: flex;
}

.icon-tagline.pergola span {
  width: 2px;
  height: 16px;
  display: inline-block;
}

.icon-tagline.pergola span:nth-child(2) {
  margin: 0;
  width: 16px;
  height: 2px;
}

.mim-link {
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--family-title);
  font-size: 20px;
}

.mim-link strong {
  font-weight: normal;
  position: relative;
  display: inline-block;
}

.mim-link strong::after {
  content: '';
  display: block;
  width: 0%;
  position: absolute;
  bottom: 0;
  letter-spacing: 0;
  height: 1px;
  background-color: var(--color-blue-dark);
  transition: width .3s ease-in-out;
}

.mim-link:hover strong::after {
  width: 100%;
}


/* CURSOR
* {
  cursor: none;
}

.hover-this {
  transition: all 0.3s ease;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.5rem;
  background-color: #0A0634;
  border: 1px solid transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out, border-radius 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, padding 0.3s ease-in-out;
  z-index: 99999999;


  border: 2px solid #0A0634;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.4);
}

.cursor::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #0A0634;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.cursor.hover-in {
  border: 0px;
  transform: translate(-50%, -50%) scale(5);
  background: #FFFFFF1A;
  box-shadow: 0px 0px 30px #FFFFFF33;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 12px;
}

.cursor.hover-in::after {
  width: auto;
  height: auto;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  content: attr(data-open);
  font-family: var(--family-title);
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 14px;
  display: block;
  color: #fff;
  z-index: 999;
  transform: translate(-50%, -50%) scale(0.3);
  transition: all 0s ease-in-out;
}

.cursor.hover-a {
  /* border: 1px solid #0612345e;
    background-color: rgba(255,255,255,0.15);
    backdrop-filter: blur(1px);
    border-radius: 0;
    transform: scale(1.2);
    transform-origin: center center; */
  /*padding: 0px;
}

.cursor.hover-a::after {
  width: 12px;
  height: 12px;
}

.cursor.prev {
  border: 0px;
  transform: translate(-50%, -50%) scale(5);
  background: #FFFFFF1A;
  box-shadow: 0px 0px 30px #FFFFFF33;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 12px;
}

.cursor.prev::after {
  width: auto;
  height: auto;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  content: attr(data-prev);
  font-family: var(--family-title);
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 14px;
  display: block;
  color: #fff;
  z-index: 999;
  transform: translate(-50%, -50%) scale(0.3);
  transition: all 0s ease-in-out;
}

.cursor.next {
  border: 0px;
  transform: translate(-50%, -50%) scale(5);
  background: #FFFFFF1A;
  box-shadow: 0px 0px 30px #FFFFFF33;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 12px;
}

.cursor.next::after {
  width: auto;
  height: auto;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  content: attr(data-next);
  font-family: var(--family-title);
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 14px;
  display: block;
  color: #fff;
  z-index: 999;
  transform: translate(-50%, -50%) scale(0.3);
  transition: all 0s ease-in-out;
}
 */
/*//////////////////////VIDEO HEADER/////////////////*/

#page {
  position: relative;
}

.vc_row.mim-header-video {
  height: calc(100vh - 200px);
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: -90px;
  overflow: hidden;
  box-sizing: border-box;
}

.vc_row.mim-header-video .wpb_column,
.vc_row.mim-header-video .wpb_column .vc_column-inner,
.vc_row.mim-header-video .wpb_column .vc_column-inner .wpb_wrapper {
  height: 100%;
}

.vc_row.mim-header-video .vc_column-inner {
  padding: 0;
}

.mim-video-header {}

.video-container {
  position: absolute;
  top: 0;
  z-index: -1;
}


.mim-video__onda {
  position: absolute;
  top: 0;
  right: -70px;
  z-index: 1;
}


.play-video::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 50px solid var(--color-blue-dark);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  transition: all .3s ease-in-out;
}

.play-video:hover::after {
  border-left: 50px solid var(--color-green);
}

.home-full-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999;
}

.home-full-video .close-video {
  position: absolute;
  top: 50px;
  right: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.home-full-video .close-video::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  transform: rotate(-45deg)
}

.home-full-video .close-video::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: -2px;
  background-color: white;
  transform: rotate(45deg);
}

.home-full-video .full-video-inner {
  width: 100%;
  height: 100%;
  background-color: black;
}

.home-full-video .full-video-inner video {
  width: 100%;
  height: 100%;
}


.mim-video-header {
  display: flex;
  height: 100%;
  align-items: end;
}

.mim-video__title {
  font-size: 3vw;
  line-height: 1.2;
  margin-left: 90px;
  text-transform: uppercase;
  color: var(--color-blue-dark);
  position: relative;
}

.mim-video__title strong {
  font-weight: 100;
  position: relative;
}

.mim-video__menu {
  position: absolute;
  padding: 30px;
  background-color: #fff;
}

.mim-video__menu .mim-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.mim-video__menu .block-tagline {
  transition: all .3s ease-in-out;
}

.mim-video__menu .block-tagline:hover {
  transform: translateX(10px);
}

.mim-video__menu .mim-tagline {
  font-size: 18px;
}

.horizontal .mim-video__menu .mim-title strong {
  display: block;
}

/* solo home */
.vc_row.mim-header-video.home {
  margin-top: 0;
  margin-right: 60px;
  margin-left: 0;
  padding-top: 60px;
  margin-bottom: 115px;
  height: calc(100vh - 115px);
}

.mim-header-video.home .mim-video__title,
.block-clients-home .mim-video__title {
  margin: 30px 3vw;
  font-size: 3vw;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  max-width: 24vw;
}

.mim-header-video.home .mim-video__title strong::after,
.block-clients-home .mim-video__title strong::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2vw;
  background-color: #fff;
  bottom: 5px;
  right: 0px;
}

.home-bar-mid-one {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  left: 30%;
  right: 0;
  margin: auto;
  background-color: #fff;
}

.home-bar-mid-one::after {
  content: '';
  display: block;
  position: absolute;
  width: 50vw;
  height: 50px;
  background-color: #fff;
  top: 0;
  left: 0;
}

.home-bar-mid-one::before {
  content: '';
  display: block;
  position: absolute;
  width: 27.5vw;
  height: 50px;
  background-color: #fff;
  bottom: 0;
  right: 0;
}

.home-bar-mid-two {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  left: 0;
  right: 30%;
  margin: auto;
  background-color: #fff;
}

.home-bar-mid-two::after {
  content: '';
  display: block;
  position: absolute;
  width: 50vw;
  height: 50px;
  background-color: #fff;
  top: 0;
  right: 0;
}

/* fin solo home */

/* solo horizontal */
.mim-video-header.horizontal {
  align-items: center;
}

.horizontal .mim-video__title {
  text-align: right;
  padding: 60px;
  padding-left: 120px;
  margin-left: 0;
  font-size: 90px;
  line-height: 90px;
  background-color: #fff;
}

.horizontal .mim-video__title::after {
  content: '';
  display: block;
  width: 100vw;
  height: 60px;
  top: 0;
  right: -100vw;
  position: absolute;
  background-color: #fff;
}

.horizontal .mim-video__title::before {
  content: '';
  display: block;
  width: 100vw;
  height: 60px;
  bottom: 0;
  right: -100vw;
  position: absolute;
  background-color: #fff;
}

.horizontal .mim-video__menu {
  padding: 25px 30px;
}

.horizontal .block-tagline {
  margin-bottom: 5px;
}

.horizontal .block-tagline .mim-tagline {
  color: var(--color-blue-dark);
}

.horizontal .block-tagline:last-child {
  margin-bottom: 0;
}

.horizontal .mim-video__menu .mim-title strong {
  display: block;
}

.horizontal .mim-video__menu {
  right: 0;
  bottom: 0;
}

/* solo pergola */
.mim-video-header.pergola {
  align-items: baseline;
  position: relative;
}

.mim-video-header.pergola::after {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 11vw;
  z-index: 999;
}

.mim-video-header.pergola::before {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 177px;
  z-index: 1;
}

.mim-video-header.pergola .left-text .mim-title {
  font-size: 90px;
  line-height: 90px;
  margin-left: 90px;
  padding-left: 120px;
  position: relative;
  z-index: 1;
  top: 18px;
}

.mim-video-header.pergola .section-pergola .left-img {
  height: inherit;
  position: absolute;
}

.mim-video-header.pergola .mim-video__menu {
  position: absolute;
  padding-left: 40px;
  padding-bottom: 0;
  left: 177px;
  right: 11vw;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}

.mim-video-header.pergola .mim-video__menu .mim-title {
  margin-bottom: 0;
  margin-right: 30px;
}

.mim-video-header.pergola .mim-video__menu .block-tagline {
  margin-right: 20px;
}

.mim-video-header .section-pergola::after {
  content: '';
  display: block;
  position: absolute;
  height: 106px;
  background-color: #fff;
  top: 0;
  left: 177px;
  right: 11vw;
  margin: auto;
}

@media(max-width:1290px) {
  .mim-video-header.pergola .left-text .mim-title {
    font-size: 88px
  }
}

.home .section-pergola {
  position: relative;
}

.home .section-pergola::after {
  display: none;
}

.pergola-right {
  position: absolute;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pergola-right::before {
  content: '';
  display: block;
  width: 30px;
  height: 100vh;
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.pergola-right::after {
  content: '';
  display: block;
  width: 30px;
  height: 100vh;
  position: absolute;
  background-color: #fff;
  right: 0;
  bottom: 0;
}

/* HOME INTRODUCTION */
.bg-insoex-logo {
  position: relative;
}

.bg-insoex-logo::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-image: url(https://www.cortinasdecristal-insoex.com/wp-content/themes/insoex-theme/img/line-insoex.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  /* animation: logo 10s infinite ease-in-out; */
}

/* @keyframes logo {
  0%, 100% {
    top: 2%;
    left: 5%;
    transform: scale(0.9);
  }
  50% {
    top: -2%;
    left: -5%;
    transform: scale(0.8);
  }
} */
.home-introduction {
  padding: 300px 90px 300px 0px !important;
  display: inline-block;
}

.home-introduction-title {
  font-size: 5vw;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 60px;
  border-right: 10px solid #07519A;
}

.home-introduction .wpb_row {
  display: flex;
  align-items: center;
}

.home-introduction-text .wpb_text_column {
  margin-bottom: 0;
  padding-left: 30px;
}

/* FIN HOME INTRODUCTION */

/* BANNER VIDEO */
.vc_row.block-banner-video {
  margin-left: -90px;
  margin-right: 0;
  margin-bottom: 250px;
  width: calc(100% + 90px);
  overflow: hidden;
  height: 350px;
  position: relative;
}

.block-banner-video::after {
  content: '';
  display: block;
  position: absolute;
  height: 170px;
  width: 15vw;
  background: #fff;
  right: 0;
  bottom: 0;
}

.block-banner-video .vc_column-inner {
  padding: 0 !important;
}

.banner-video-title {
  position: relative;
  font-family: var(--family-title);
  padding-left: 160px;
  padding-bottom: 50px;
  padding-right: 30px;
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-blue-dark);
  background-color: #fff;
  display: inline-block;
}

.banner-video-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  bottom: 0;
  left: 0;
  height: 40px;
  background: #fff;
}

.banner-video-title strong {
  font-weight: 100;
}

.banner-video-container {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}

/* FIN BANNER VIDEO */

/* BLOCK HORIZONTAL */
/* solo home */
.vc_row.block-horizontal-home {
  margin-bottom: 250px;
}

.vc_row.block-horizontal-home .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

/* fin solo home */
.section-horizontal {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.col-50 {
  width: 50%;
}

.horizontal-text {
  margin-right: 30px;
  padding-left: 40px;
  text-align: right;
  box-sizing: border-box;
}

.horizontal-img {
  margin-left: 30px;
  background-size: cover;
  background-position: center;
}

.section-horizontal .block-tagline {
  justify-content: flex-end;
  padding: 20px 0;
}

.section-horizontal .mim-text {
  margin-left: auto;
  max-width: 650px;
  padding: 10px 30px 10px 0;
  margin-bottom: 45px;
  border-right: 10px solid var(--color-blue);
}

.border-text {
  margin-top: 30px;
  padding-left: 30px;
  border-left: 10px solid var(--color-blue);
}

.border-text-right {
  margin-top: 30px;
  padding-right: 30px;
  border-right: 10px solid var(--color-blue);
}

.border-text-top {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 10px solid var(--color-blue);
}

.horizontal-middle {
  width: calc(100vw - 105px);
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.section-horizontal .less-right {
  margin-right: -260px;
  padding-top: 75px;
  padding-right: 60px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.section-horizontal .less-right.mobile {
  display: none;
}

/* FIN BLOCK HORIZONTAL */

/* BLOCK VERTICAL */
/* solo home */
.vc_row.block-vertical-home {
  max-width: 1500px;
  margin: auto;
  margin-bottom: 250px;
  position: relative;
  z-index: 1;
}

/* fin solo home */
.col-70 {
  width: 70%;
}

.col-30 {
  width: 30%;
}

.section-vertical {
  display: flex;
  align-items: flex-end;
}

.section-vertical .left-img {
  height: 550px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}

.section-vertical .left-img::after {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 30%;
}

.section-vertical .left-img::before {
  content: '';
  display: block;
  width: 70%;
  height: 60px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.vertical-left .left-text {
  margin-bottom: -3.7vw;
}

.left-text .mim-title {
  line-height: 4.5vw;
  margin-left: -5px;
}

.left-text .mim-title em {
  font-style: normal;
  color: #fff;
}

.vertical-left {
  padding-right: 50px;
  padding-left: 30px;
}

.vertical-right .mim-text {
  margin-left: auto;
  max-width: 650px;
  padding: 10px 0px 10px 30px;
  margin-bottom: 45px;
  border-left: 10px solid var(--color-blue);
}

.mim-video-header .section-vertical::after {
  content: '';
  display: block;
  width: 105vw;
  height: 90px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* FIN BLOCK VERTICAL */

/* BLOCK PERGOLA */
.col-100 {
  width: 100%;
}

.col-50 {
  width: 50%;
}

.section-pergola {
  display: flex;
  align-items: flex-end;
}

.section-pergola .left-img {
  height: 550px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}

.pergola-left .left-text {
  z-index: 1;
  position: relative;
}

.pergola-left {
  padding-right: 50px;
  padding-left: 30px;
}

.pergola-right .mim-text {
  margin-left: auto;
  padding: 10px 0px 10px 30px;
  margin-bottom: 45px;
  border-left: 10px solid var(--color-blue);
}

/* FIN BLOCK PERGOLA */

/* BLOCK DIAGONAL */
/* solo home */
.vc_row.block-diagonal-home {
  margin-bottom: 250px;
  margin-left: -105px;
  width: calc(100% + 105px);
  overflow: hidden;
}

/* fin solo home */
.text-diagonal.mobile {
  display: none;
}

.section-diagonal {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.col-60 {
  width: 60%;
}

.col-40 {
  width: 40%;
}

.diagonal-text {
  margin-left: 30px;
  padding-right: 40px;
  padding-top: 260px;
  text-align: left;
  box-sizing: border-box;
}

.diagonal-img {
  margin-right: 30px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.diagonal-img::after {
  content: '';
  display: block;
  position: absolute;
  width: 120%;
  height: 300px;
  right: -10px;
  bottom: -120px;
  transform: rotate(15deg);
  background-color: #fff;
}

.diagonal-img::before {
  content: '';
  display: block;
  position: absolute;
  width: 120%;
  height: 500px;
  left: 0px;
  top: -290px;
  transform: rotate(15deg);
  background-color: #fff;
}

.section-diagonal .block-tagline {
  padding: 20px 0;
}

.section-diagonal .mim-text {
  margin-right: auto;
  max-width: 650px;
  padding: 10px 0px 10px 30px;
  margin-top: 120px;
  margin-bottom: 45px;
  border-left: 10px solid var(--color-blue);
  position: relative;
  z-index: 2;
}

.diagonal-middle {
  width: 115%;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: -7%;
  top: -3px;
  bottom: 0;
  margin: auto;
  transform: rotate(15deg);
}

.section-diagonal .less-left {
  margin-left: -260px;
  margin-top: -30px;
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 40px solid transparent;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
}

/* FIN BLOCK DIAGONAL */

/* SLIDER HOME */
.vc_row.block-slider-home {
  margin-bottom: 250px;
}

.block-slider-home .swiper-slide {
  position: relative;
}

.block-slider-home .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #223145;
  opacity: 20%;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
}

.block-slider-home .swiper-slide.swipe-type-image.swiper-slide-active {
  width: 80% !important;
}

.block-slider-home .swiper-slide.swipe-type-image.swiper-slide-active:last-child {
  width: 100% !important;
}

.block-slider-home .swiper-slide.swipe-type-image.swiper-slide-active::after {
  background-color: transparent;
}

.block-slider-home .swiper-button-disabled {
  display: none;
}

.home-swiper-container {
  position: relative;
}

.block-slider-home .swiper-buttons-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.block-slider-home .swiper-button-next {
  height: 100%;
  width: 20%;
  z-index: 1;
  position: absolute;
  right: 0;
}

.block-slider-home .swiper-button-prev {
  width: 20%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
}

.swipper-text-block {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 10vw;
  text-transform: uppercase;
  font-family: var(--family-title);
  font-weight: bold;
}

.swipper-text-block .swiper-text {
  transition: all .3s ease-in-out;
  position: absolute;
}

.swipper-text-block .swiper-text:nth-child(1) {
  animation: swipperTextOne 20s infinite ease-in-out;
}

.swipper-text-block .swiper-text:nth-child(2) {
  animation: swipperTextTwo 20s infinite ease-in-out;
}

.swipper-text-block .swiper-text:nth-child(3) {
  animation: swipperTextThree 20s infinite ease-in-out;
}

.swipper-text-block .swiper-text:nth-child(4) {
  animation: swipperTextFour 20s infinite ease-in-out;
}

@keyframes swipperTextOne {
  0% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 0;
  }

  5% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  12.5% {
    color: transparent;
    text-shadow: 0 0 0px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  20% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  25% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes swipperTextTwo {
  0% {
    opacity: 0;
  }

  25% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 0;
  }

  30% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  37.5% {
    color: transparent;
    text-shadow: 0 0 0px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  45% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  50% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes swipperTextThree {
  0% {
    opacity: 0;
  }

  50% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 0;
  }

  55% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  62.5% {
    color: transparent;
    text-shadow: 0 0 0px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  70% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  75% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes swipperTextFour {
  0% {
    opacity: 0;
  }

  75% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 0;
  }

  80% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  87.5% {
    color: transparent;
    text-shadow: 0 0 0px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  95% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 1;
  }

  100% {
    color: transparent;
    text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    opacity: 0;
  }
}

.swiper-pagination.swiper-pagination-custom {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  text-align: center;
  font-family: var(--family-title);
  font-size: 60px;
  color: #fff;
  right: 20px;
  display: flex;
  flex-direction: column;
}

.swiper-pagination.swiper-pagination-custom::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}

.custom-current {
  font-weight: bold;
  margin-bottom: -20px;
}

.custom-final {
  font-weight: lighter;
}

/* FIN SLIDER HOME */

/* BLOCK VIDEO */
.vc_row.block-clients-home {
  margin-bottom: 250px;
  display: flex;
  align-items: center;
}

.block-clients-home .mim-block-video {
  height: 26vw;
}

.block-clients-home .mim-block-video video {
  width: 100%;
}

.block-clients-home .vc_column-inner.swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
  max-width: 450px;
  margin-right: 60px;
  position: initial;
}

#slideQuotes {
  margin-right: 60px;
  box-sizing: border-box;
  border-right: 10px solid var(--color-blue);
  position: relative;
}

#slideQuotes .swiper-slide::after {
  background-color: transparent;
}

#slideQuotes .swiper-buttons-container {
  height: 100%;
  position: absolute;
  top: 0;
}

#slideQuotes .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 2px solid var(--color-blue-dark);
  position: absolute;
  z-index: 1;
  left: -100px;
  top: -65px;
  bottom: 0;
  margin: auto;
  transform: skew(5deg, 5deg);
}

#slideQuotes .swiper-button-prev::after,
#slideQuotes .swiper-button-prev::before,
#slideQuotes .swiper-button-next::after,
#slideQuotes .swiper-button-next::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: var(--color-blue-dark);
}

#slideQuotes .swiper-button-prev::after {
  transform: rotate(30deg);
  top: 9px;
}

#slideQuotes .swiper-button-prev::before {
  transform: rotate(-30deg);
  top: -10px;
}

#slideQuotes .swiper-button-next::after {
  transform: rotate(-30deg);
  top: 9px;
}

#slideQuotes .swiper-button-next::before {
  transform: rotate(30deg);
  top: -10px;
}

.swiper-button-disabled {
  opacity: 0.3;
}

#slideQuotes .swiper-button-next {
  width: 50px;
  height: 50px;
  border: 2px solid var(--color-blue-dark);
  position: absolute;
  z-index: 1;
  left: -80px;
  top: 65px;
  bottom: 0;
  margin: auto;
  transform: skew(5deg, 5deg);
}

.quote-block {
  text-align: right;
  padding: 10px 0;
  padding-left: 90px;
}

.quote-text {
  font-style: italic;
  margin-bottom: 30px;
  padding-right: 5px;
}

.mim-header-video.home .mim-video__title,
.block-clients-home .mim-video__title {
  position: absolute;
  bottom: 0;
  right: 0px;
  text-align: right;
}

/* FIN BLOCK VIDEO */

/* BLOCK FORM HOME */
.block-form-home {
  margin-left: -90px !important;
  position: relative;
  display: flex;
}

.block-form-home::after {
  content: '';
  display: block !important;
  width: 50%;
  height: 115px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.block-form-home::before {
  content: '';
  display: block !important;
  width: 50%;
  height: 115px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-block {
  max-width: 960px;
  padding-top: 200px;
  padding-bottom: 300px;
  margin: -35px auto auto auto !important;
  background-color: #fff;
  position: relative;
}

.form-block .wpcf7 {
  max-width: 650px;
  margin: auto;
  border: 2px solid var(--color-blue-dark);
  padding: 30px 60px 60px 60px;
  box-sizing: border-box;
  margin-top: 50px;
  overflow: hidden;
}

.title-form {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}

.form-step {
  opacity: 0;
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: -300%;
  right: 0;
  margin: auto;
  transition: all .3s ease-in-out;
}

.form-step label {
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--family-title);
  font-weight: normal;
  transform: translateY(10px);
  color: var(--color-blue-dark);
  pointer-events: none;
}

.form-step input,
.form-step select,
.form-step textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--color-blue-dark);
}

.form-step select {
  color: #fff;
}

.form-group {
  position: relative;
}

.form-group+.form-group {
  margin-top: 15px;
}

.form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
  transform: translateY(-40%);
  font-size: .75em;
}

.form-group input,
.form-group select,
.form-group textarea {
  position: relative;
  padding: 12px 0px 5px 0;
  font-size: 16px;
  width: 100%;
  outline: 0;
  border: 0;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  box-shadow: 0 2px 0 0 var(--color-blue-dark);
  color: var(--color-blue-dark);
}

.form-group input.filled,
.form-group select.filled,
.form-group textarea.filled {
  box-shadow: 0 2px 0 0 var(--color-blue);
  color: var(--color-blue-dark);
}

.form-navigation {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.form-prev,
.form-next {
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-blue-dark);
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.form-prev::after,
.form-prev::before,
.form-next::after,
.form-next::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: var(--color-blue-dark);
}

.form-prev::after {
  transform: rotate(30deg);
  top: 10px;
}

.form-prev::before {
  transform: rotate(-30deg);
  top: -10px;
}

.form-next::after {
  transform: rotate(-30deg);
  top: 10px;
}

.form-next::before {
  transform: rotate(30deg);
  top: -10px;
}

.disable {
  opacity: 0.5;
}

#formSteps .form-step.active {
  opacity: 1;
  height: auto;
  left: 0;
  position: inherit;
}

.form-nav {
  display: flex;
  align-items: center;
  width: 250px;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.form-nav::after {
  content: '';
  display: block;
  width: 200px;
  height: 2px;
  background: var(--color-blue-dark);
  position: absolute;
  z-index: -1;
}

.form-nav::before {
  content: '';
  display: block;
  width: 200px;
  height: 2px;
  background: var(--color-blue);
  right: 0;
  position: absolute;
  z-index: -1;
}

.form-nav div {
  width: 40px;
  height: 40px;
  background-color: var(--color-blue-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  z-index: 0;
  border-radius: 40px;
  position: relative;
  transition: all .3s ease-in-out;
}

.form-nav div span {
  opacity: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #636E7C;
  transition: all .3s ease-in-out;
}

.form-nav div.actual:first-child span {
  bottom: -40px;
}

.form-nav div.actual span {
  opacity: 1;
  bottom: -30px;
}

.form-nav div.process {
  width: 38px;
  height: 38px;
  border: 2px solid #636E7C;
  background-color: #fff;
  color: #636E7C;
  font-weight: bold;
}

.form-nav div.actual {
  position: relative;
}

.form-nav div.actual::after {
  content: '';
  display: block;
  width: 10px;
  height: 3px;
  background-color: #636E7C;
  position: absolute;
  right: -5px;
  left: 0;
  top: -12px;
  margin: auto;
  transform: rotate(-45deg);
}

.form-nav div.actual::before {
  content: '';
  display: block;
  width: 10px;
  height: 3px;
  background-color: #636E7C;
  position: absolute;
  right: 5px;
  left: 0;
  top: -12px;
  margin: auto;
  transform: rotate(45deg);
}

.form-nav div.check {
  background-color: var(--color-blue);
  color: var(--color-blue);
  position: relative;
}

.form-nav div.check::after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: -5px;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.form-nav div.check::before {
  content: '';
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 8px;
  left: 0;
  top: 0;
  bottom: -3px;
  margin: auto;
  transform: rotate(45deg);
}

.form-group textarea {
  height: 0;
  transition: all .1s ease-out;
}

#formSteps {
  position: relative;
}

#formSteps .form-step.active .form-group textarea {
  height: 100px;
}

#formSteps .form-step {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#formSteps .form-step textarea {
  resize: none;
  min-height: 50px;
  max-height: 50px;
}

#formSteps .wpcf7-form-control-wrap {
  /* position: static; */
}

#formSteps .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  margin-top: 5px;
}

#formSteps .wpcf7-form-control-wrap .wpcf7-not-valid-tip:nth-of-type(2) {
  display: none;
}

.form-step input[type="submit"] {
  padding: 10px;
  margin-top: 20px;
  font-family: var(--family-title);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: var(--color-blue-dark);
  border-bottom: none;
  transition: all .3s ease-in-out;
}

.form-step input[type="submit"]:hover {
  color: #fff;
  background-color: var(--color-blue);
}

.form-step .wpcf7-spinner {
  display: none
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
  font-family: var(--family-title);
}

/* FIN BLOCK FORM HOME  */

/* INTRODUCTION BLOCK */
.introduction-block {
  max-width: 1300px !important;
  padding: 150px 60px !important;
  display: flex;
  margin: auto !important;
}

.introduction-title {
  font-size: 4.7vw;
  line-height: 5vw;
  font-weight: bold;
  color: var(--color-blue-dark);
  text-transform: uppercase;
  font-family: var(--family-title);
}

.border-introduction {
  margin-top: 15px;
  width: calc(100% - 60px) !important;
}

.border-introduction .vc_sep_line {
  border-top-width: 20px !important;
}

.introduction-block .wpb_wrapper .introduction-item:nth-child(2) .border-introduction {
  transform: translateX(60px);
}

.introduction-block .wpb_wrapper .introduction-item:nth-child(3) .border-introduction {
  transform: translateX(120px);
}

/*PAGE INSTALATIONS*/
#swiperInstalation {
  display: flex;
  align-items: center;
}

#swiperInstalation .swiper-wrapper {
  height: auto;
}

#swiperInstalation .swiper-slide {
  width: 100% !important;
  height: auto !important;
}

#swiperInstalation .swiper-buttons-container {
  width: 150px;
  height: 100px;
  background-color: #ffffff6b;
  position: absolute;
  top: inherit;
  bottom: 20px;
  z-index: 1;
  color: #fff;
  right: 20px;
}

#swiperInstalation .swiper-button-next {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

#swiperInstalation .swiper-button-prev {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

#swiperInstalation .swiper-button-prev::after,
#swiperInstalation .swiper-button-prev::before,
#swiperInstalation .swiper-button-next::after,
#swiperInstalation .swiper-button-next::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

#swiperInstalation .swiper-button-prev::after {
  transform: rotate(30deg);
  top: 8px;
}

#swiperInstalation .swiper-button-prev::before {
  transform: rotate(-30deg);
  top: -8px;
}

#swiperInstalation .swiper-button-next::after {
  transform: rotate(-30deg);
  top: 8px;
}

#swiperInstalation .swiper-button-next::before {
  transform: rotate(30deg);
  top: -8px;
}

#swiperInstalation .swiper-pagination.swiper-pagination-custom {
  position: absolute;
  z-index: 1;
  text-align: center;
  font-family: var(--family-title);
  font-size: 35px;
  color: #fff;
  max-width: 50px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
}

#swiperInstalation .custom-current {
  margin-bottom: -8px;
}

/* BLOCK DESCRIPTION */
.block-description {
  max-width: 900px;
  margin: auto !important;
  padding-top: 250px;
}

.block-description .block-tagline {
  justify-content: center;
  margin-bottom: 15px;
}

/* BLOCK ICON */
.ventajas-titles {
  padding-top: 250px !important;
}

.block-icons {
  padding-top: 30px;
  padding-bottom: 170px;
  display: flex;
  justify-content: space-between;
}

.wpb_wrapper .block-icons:nth-child(2) {
  padding-bottom: 0;
}

.block-icons .mim-title {
  font-size: 2.3vw;
  line-height: 2.5vw;
}

.icon-item {
  position: relative;
}

.icon-item .icon-image {
  position: absolute;
  top: -25%;
  right: 0;
  opacity: 0.4;
}

.icon-item .icon-image img {
  max-height: 180px;
  width: auto;
}

.icon-item.vc_col-sm-4 {
  width: calc(33.333333% - 80px);
}

.block-icons .icon-item:nth-child(1) {
  margin-right: 80px;
}

.block-icons .icon-item:nth-child(2) {
  margin-right: 40px;
  margin-left: 40px;
}

.block-icons .icon-item:nth-child(3) {
  margin-left: 80px;
}

/*BLOCK SLIDER*/
.tagline-slider {
  padding-top: 250px;
  margin-bottom: 60px;
}

#sliderBlock .swiper-container {
  max-width: 1400px;
}

#sliderBlock .swiper-buttons-container {
  width: calc(100% + 120px);
  height: calc(100% - 120px);
  position: absolute;
  top: 0;
  left: -60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sliderBlock .swiper-button-next,
#sliderBlock .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}

#sliderBlock .swiper-button-next {
  order: 1;
}

#sliderBlock .swiper-button-prev::after,
#sliderBlock .swiper-button-prev::before,
#sliderBlock .swiper-button-next::after,
#sliderBlock .swiper-button-next::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: var(--color-blue-dark);
}

#sliderBlock .swiper-button-prev::after {
  transform: rotate(30deg);
  top: 10px;
}

#sliderBlock .swiper-button-prev::before {
  transform: rotate(-30deg);
  top: -10px;
}

#sliderBlock .swiper-button-next::after {
  transform: rotate(-30deg);
  top: 10px;
}

#sliderBlock .swiper-button-next::before {
  transform: rotate(30deg);
  top: -10px;
}

#sliderBlock .swiper-block-pagination.swiper-pagination-custom {
  width: 100%;
  padding-top: 60px;
  display: flex;
  align-items: center;
}

#sliderBlock .swiper-block-pagination.swiper-pagination-custom ul {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  padding-right: 30px;
}

#sliderBlock .swiper-block-pagination.swiper-pagination-custom li {
  font-family: 'Poppins';
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: lighter;
  transition: all .3s ease-in-out;
}

#sliderBlock .swiper-block-pagination.swiper-pagination-custom li.active {
  font-weight: bold;
}

#sliderBlock .swiper-block-pagination.swiper-pagination-custom li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  height: 60%;
  width: 1px;
  background-color: var(--color-blue-dark);
  transition: all .3s ease-in-out;
}

#sliderBlock .swiper-block-pagination.swiper-pagination-custom li:first-child::after {
  display: none;
}

#sliderBlock .swiper-block-pagination.swiper-pagination-custom li.active::after {
  width: 2px;
}

.swiper-number-pagination {
  display: flex;
}

.swiper-slide.section-horizontal {
  align-items: normal;
}

.swiper-slide.section-horizontal .mim-text {
  font-size: 18px;
}

/*Type 1*/
.section-horizontal.uno .horizontal-img {
  width: 100%;
}

.uno .horizontal-text {
  width: min-content;
}

.uno .mim-title {
  width: max-content;
}

.section-horizontal.uno .less-right {
  padding-top: 30px;
  padding-right: 30px;
  margin-right: -200px;
}

.section-horizontal.uno .mim-text {
  padding: 0px 30px 0px 0;
  margin-bottom: 30px;
  margin-top: 10px;
}

/*Type 2*/
.swiper-slide.section-horizontal.dos .col-50 {
  width: 100%;
  margin: 0;
}

.dos .horizontal-text {
  z-index: 1;
  padding: 0;
}

.dos .horizontal-img {
  position: absolute;
  height: 100%;
}

.section-horizontal.dos .mim-title {
  width: fit-content;
  padding: 20px 30px;
  background-color: #fff;
}

.section-horizontal.dos .less-right {
  margin-right: inherit;
  margin-left: 0;
  width: 100%;
  padding-top: 30px;
  padding-right: 0;
  background-color: transparent;
}

.section-horizontal.dos .mim-text {
  text-align: left;
  position: relative;
  margin-left: auto;
  max-width: 450px;
  padding: 0px 0px 0px 30px;
  margin-bottom: 30px;
  margin-top: 10px;
  border-right: 0;
  border-left: 10px solid var(--color-blue);
}

.section-horizontal.dos .less-right .mim-text::after {
  position: absolute;
  content: '';
  width: calc(100% + 35px);
  height: 170%;
  top: -10px;
  left: -35px;
  z-index: -1;
  background-color: #fff;
}

/*Type 3*/
.swiper-slide.section-horizontal.tres .col-50 {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tres .horizontal-text {
  z-index: 1;
  padding: 0;
}

.tres .horizontal-img {
  position: absolute;
  height: 100%;
}

.section-horizontal.tres .mim-title {
  width: fit-content;
  padding: 20px 30px;
  background-color: #fff;
}

.section-horizontal.tres .less-right {
  position: relative;
  margin-right: inherit;
  margin-left: 0;
  width: 100%;
  padding-top: 30px;
  padding-right: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-horizontal.tres .less-right::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background-color: #fff;
  top: 0;
  z-index: 1;
}

.section-horizontal.tres .mim-text {
  text-align: left;
  position: relative;
  margin-left: inherit;
  text-align: right;
  max-width: 450px;
  padding: 0px 30px 0px 0px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.section-horizontal.tres .less-right .mim-text::after {
  position: absolute;
  content: '';
  width: calc(100% + 35px);
  height: 180%;
  top: -10px;
  left: 0;
  z-index: -1;
  background-color: #fff;
}

.section-horizontal.tres .less-right.mobile {
  display: none;
}

.tres .horizontal-middle {
  display: none;
}

/*WARRANTY PAGE*/
.header-simple .mim-title {
  color: #fff;
  z-index: 4;
  position: relative;
}

.header-simple .mim-title strong {
  position: relative;
}

.header-simple .mim-title strong::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: var(--color-blue);
  position: absolute;
  right: 0;
}

.header-simple .wpb_column {
  position: relative;
}

.header-simple .wpb_column:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue-dark);
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 0;
}

.warranty-block {
  display: flex;
  padding-top: 0px !important;
}

.warranty-image {
  min-height: 400px;
}

.warranty-image>div {
  height: 100%;
}

.warranty-block .vc_col-sm-6:first-child {
  margin: 0;
  padding-right: 40px;
}

.warranty-block .vc_col-sm-6:first-child::after {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: var(--color-blue);
  position: absolute;
  right: -5px;
  top: 0;
  z-index: -1;
}

.warranty-block .vc_col-sm-6:last-child {
  margin: 0px;
  padding-left: 40px;
}

.warranty-block .vc_col-sm-6:last-child::after {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: var(--color-blue);
  position: absolute;
  left: -5px;
  top: 0;
  z-index: -1;
}

.warranty-block .vc_col-sm-6:first-child .mim-title,
.warranty-block .vc_col-sm-6:first-child .mim-text {
  padding-right: 40px;
}

.warranty-block .vc_col-sm-6:last-child .mim-title,
.warranty-block .vc_col-sm-6:last-child .mim-text {
  padding-left: 40px;
}

.warranty-text .mim-title {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  position: relative;
}

.wpb_wrapper .warranty-block:nth-of-type(odd) .warranty-text.vc_col-sm-6 {
  z-index: 9;
}

.wpb_wrapper .warranty-block:first-child .warranty-text .mim-title,
.wpb_wrapper .warranty-block:last-child .warranty-text .mim-title {
  margin-top: 0;
}

.wpb_wrapper .warranty-block:first-child .warranty-text.vc_col-sm-6:first-child .mim-title em {
  bottom: inherit;
}

.wpb_wrapper .warranty-block:last-child .vc_col-sm-6::after {
  display: none;
}

.warranty-block .warranty-text.vc_col-sm-6:first-child .mim-title em {
  font-style: normal;
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--color-blue-dark);
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  height: 20px;
  padding: 15px;
}

.warranty-block .warranty-text.vc_col-sm-6:last-child .mim-title em {
  font-style: normal;
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--color-blue-dark);
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  height: 20px;
  padding: 15px;
}

.warranty-text {
  margin-top: 30px;
}

.boxed-container.vc_row.warranty-background {
  padding-top: 150px;
}

.warranty-background>.wpb_column {
  position: relative;
}

.warranty-background>.wpb_column::after {
  content: '';
  display: block;
  width: 100vw;
  height: 117%;
  position: absolute;
  top: 0;
  left: -90px;
  margin: auto;
  background-image: url(https://www.cortinasdecristal-insoex.com/wp-content/themes/insoex-theme/img/logo-big.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.07;
  z-index: -5;
}

/* POST */
#postPage {
  padding-bottom: 200px;
}

#postPage .mim_post_body p {
  margin-bottom: 30px;
}

#postPage .mim_post_body figure {
  margin-bottom: 50px;
}

#postPage .mim_post_body blockquote {
  border-left: solid 4px var(--color-blue);
  margin-top: 50px;
  margin-bottom: 50px;
}

#postPage .mim_post_body blockquote p {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 10px;
}

#postPage .mim_post_body ul li {
  font-family: var(--family-body);
  font-size: 20px;
  line-height: 1.7;
  font-weight: lighter;
  color: #6C6C6C;
}

#postPage .mim_post_body h1,
#postPage .mim_post_body h2,
#postPage .mim_post_body h3,
#postPage .mim_post_body h4,
#postPage .mim_post_body h5,
#postPage .mim_post_body h6 {
  font-weight: 300;
  color: var(--color-blue-strong);
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#postPage .mim_post_body h2 {
  font-size: 55px;
}

#postPage .mim_post_body h3 {
  font-size: 40px;
}

#postPage .mim_post_body h4 {
  font-size: 30px;
}

#postPage .mim_post_body h5 {
  font-size: 25px;
}

#postPage .mim_post_body h6 {
  font-size: 20px;
}

@media (max-width:767px) {
  #postPage .mim_post_body h2 {
    font-size: 45px;
  }

  #postPage .mim_post_body h3 {
    font-size: 30px;
  }

  #postPage .mim_post_body h4 {
    font-size: 20px;
  }

  #postPage .mim_post_body h5 {
    font-size: 18px;
  }

  #postPage .mim_post_body h6 {
    font-size: 16px;
  }
}

#postPage .blog_content .img_thumb {
  position: relative;
  background-position: center center;
  background-size: cover;
  min-height: 300px;
}

#postPage .blog_content .img_thumb::after {
  content: '';
  display: block;
  padding-top: 35%;
}

#postPage .blog_content .img_thumb .boxed-container {
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

#postPage .blog_content .img_thumb .boxed-container::after {
  content: '';
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#postPage .blog_content .img_thumb .boxed-container .main-title {
  max-width: 1700px;
  margin: 0 auto;
  padding: 30px 0px;
  color: #fff;
  font-weight: 300;
  font-size: 60px;
  position: relative;
  z-index: 5;
}

#postPage .mim_post_header {
  border-left: 10px solid var(--color-blue);
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
}

#postPage .mim_post_header .cats_and_tags {
  position: relative;
  color: var(--color-blue);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

#postPage .mim_post_header .cats_and_tags p {
  display: inline-block;
  margin: 0px;
  font-size: 18px;
  color: var(--color-blue);
}

#postPage .mim_post_header .date {
  font-size: 14px;
  margin-top: 5px;
  color: var(--color-blue-dark);
  font-weight: 300;
  text-transform: uppercase;
}

#postPage .mim_post_header .a2a_kit a {
  padding: 0 4px;
}

#postPage .mim_post_header .a2a_kit .a2a_svg {
  height: 25px;
  line-height: 25px;
  padding: 0;
  width: 25px;
  opacity: .8;
  border-radius: 0px;
}

#postPage .nd_body .wpb_column {
  padding-top: 40px;
  padding-bottom: 100px;
}

#postPage .mim_post_body {
  padding-top: 50px;
}

#postPage .mim_post_body img {
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width:1300px) {
	
	.vc_row.wpb_row.vc_row-fluid.boxed-container.nuevos_toldos_container {
	display: flex;
    flex-direction: column;
	
	}
	.nuevos_toldos_container .wpb_single_image .wpb_wrapper .vc_single_image-wrapper .vc_single_image-img {
		margin-top: 10px !important;	
	}

  
	  /*  body{
        padding-bottom: 400px;
    } */
  .col-footer {
    max-width: none;
    width: 50%;
    margin-bottom: 20px;
  }

  .col-footer.footer-info {
    text-align: left;
  }

  .col-footer.footer-corporative {
    margin-bottom: 50px;
  }

  .col-footer.footer-corporative img {
    max-width: 150px;
  }

  .col-footer.footer-corporative .content {
    max-width: 150px;
    width: 100%;
  }
}

@media (max-width:1200px) {
  .mim-video-header.pergola.hover-this video {
    height: 100% !important;
    width: auto;
  }

  .mim-video-header.pergola .left-text .mim-title {
    font-size: 70px;
    line-height: 60px;
    padding-left: 65px;
  }

  .pergola-right {
    position: static;
  }

  .pergola-right::before {
    display: none;
  }

  .pergola-right::after {
    display: none;
  }

  .section-pergola .left-img {
    position: relative;
  }

  .section-pergola .left-img::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    left: 25%;
    bottom: 0px;
    background-color: #ffffff;
    height: 450px;
  }

  .section-pergola .left-img::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    right: 25%;
    bottom: 0px;
    background-color: #ffffff;
    height: 450px;
  }

  .section-pergola .left-img span {
    content: '';
    display: block;
    height: 110px;
    background-color: #fff;
    position: absolute;
    bottom: 450px;
    width: 50%;
    left: 25%;
  }

  .pergola-left .left-text {
    margin-bottom: 0px !important;
  }

  /*Uno*/
  .uno.section-horizontal {
    flex-direction: initial;
    flex-wrap: wrap;
  }

  .uno .horizontal-text {
    width: 100%;
    z-index: 1;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
  }

  .uno .horizontal-img {
    height: 100%;
    margin-left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
  }

  .uno .horizontal-img::after {
    bottom: -25px;
  }

  .uno .horizontal-img::before {
    display: none;
  }

  .uno .horizontal-text .mim-title {
    padding: 3vw;
    background-color: #fff;
  }

  .section-horizontal.uno .less-right.mobile {
    margin-right: 0;
    background-color: transparent;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
    background-color: #fff;
  }

  /*Dos*/
  .dos.section-horizontal {
    flex-direction: initial;
    flex-wrap: wrap;
  }

  .dos .horizontal-text {
    width: 100%;
    z-index: 1;
    padding: 0;
    margin: 0;
    margin-bottom: 13vw;
  }

  .dos .horizontal-img {
    height: 100%;
    margin-left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
  }

  .dos .horizontal-img::after {
    top: -50px;
  }

  .dos .horizontal-img::before {
    display: none;
  }

  .dos .horizontal-text .mim-title {
    padding: 3vw;
    background-color: #fff;
  }

  .section-horizontal.dos .less-right.mobile {
    margin-right: 0;
    padding-top: 15px;
    background-color: transparent;
    z-index: 0;
  }

  .section-horizontal.dos .less-right .mim-text::after {
    display: block;
    z-index: -1;
  }

  /*Tres*/
  .tres.section-horizontal {
    flex-direction: initial;
    flex-wrap: wrap;
  }

  .tres .horizontal-text {
    width: 100%;
    z-index: 1;
    padding: 0;
    margin: 0;
    margin-bottom: 13vw;
  }

  .tres .horizontal-img {
    height: 100%;
    margin-left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
  }

  .tres .horizontal-img::before,
  .tres .horizontal-img::after {
    display: none;
  }

  /* .tres .mim-title {
      text-align: left !important;
      font-size: 60px;
      line-height: 60px;
    } */
  .tres .horizontal-text .mim-title {
    padding: 3vw;
    background-color: #fff;
  }

  .section-horizontal.tres .less-right.mobile {
    margin-right: 0;
    background-color: transparent;
  }

  #postPage .blog_content .img_thumb .boxed-container .main-title {
    font-size: 47px;
  }
}

@media (max-width:990px) {
  .horizontal-text .mim-title {
    font-size: 35px;
    line-height: 35px;
    margin-top: 10px;
  }

  .section-horizontal .mim-text {
    margin-bottom: 15px !important;
  }

  #sliderBlock .swiper-block-pagination.swiper-pagination-custom {
    padding-top: 0px;
  }

  /*uno*/
  .uno .horizontal-text .mim-title {
    padding: 30px;
    margin-top: 0;
  }

  .uno .horizontal-img {
    height: 240px;
  }

  .uno .horizontal-text {
    margin-bottom: 60px;
  }

  /*dos*/
  .dos .horizontal-text .mim-title {
    padding: 30px;
    margin-top: 0;
  }

  .dos .horizontal-img {
    height: 80%;
  }

  .dos .horizontal-img::after {
    display: none;
  }

  .dos .horizontal-text {
    margin-bottom: 60px;
    position: relative;
  }

  .horizontal-text::after {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    margin: auto;
  }

  .section-horizontal.dos .less-right.mobile {
    padding-top: 0;
  }

  /*tres*/
  .tres .horizontal-text .mim-title {
    padding: 30px;
    margin-top: 0;
    position: relative;
  }

  .swiper-slide.section-horizontal.tres .horizontal-text {
    margin-bottom: 30px;
  }

  .swiper-slide.section-horizontal.tres .horizontal-img {
    height: 100%;
  }

  .swiper-slide.section-horizontal.tres .horizontal-img::after {
    display: none;
  }

  /*HEADER COMUN*/
  .instalation-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .instalation-list-title {
    width: 100%;
  }

  .instalation-list-item {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .col-footer.footer-corporative,
  .col-footer.footer-info {
    align-items: center;
  }

  body {
    padding-bottom: 0px;
  }

  .mim-video-header .section-pergola::after {
    height: 70px;
  }

  .mim-video-header-main .mim-video-header.pergola .left-text .mim-title {
    font-size: 45px;
    line-height: 50px;
    top: 20px;
  }

  #postPage .blog_content .img_thumb .boxed-container .main-title {
    font-size: 43px;
  }
}

@media (max-width:767px) {

  /*WARRANTY PAGE*/
  .wpb_wrapper .warranty-block:nth-of-type(odd) .vc_col-sm-6:last-child,
  .wpb_wrapper .warranty-block:nth-of-type(even) .vc_col-sm-6:first-child {
    display: none;
  }

  .warranty-text p,
  .warranty-text .mim-title {
    text-align: left !important;
  }

  .warranty-text {
    padding-left: 60px !important;
    padding-right: 15px !important;
  }

  .warranty-block .warranty-text::after {
    right: inherit !important;
    left: 15px !important;
  }

  .warranty-block .warranty-text .mim-title em {
    right: inherit !important;
    left: -60px !important;
  }

  .warranty-block .vc_col-sm-6:last-child .mim-title,
  .warranty-block .vc_col-sm-6:last-child .mim-text {
    padding-left: 0px;
  }

  .wpb_wrapper .warranty-block:first-child .warranty-text .mim-title,
  .wpb_wrapper .warranty-block:last-child .warranty-text .mim-title {
    margin-top: 10px;
  }

  .wpb_wrapper .warranty-block:first-child .warranty-text.vc_col-sm-6:first-child .mim-title em {
    bottom: 0px;
  }

  .col-footer.footer-corporative,
  .col-footer.footer-info {
    align-items: center;
  }

  body {
    padding-bottom: 100px;
  }

  .section-pergola .left-img::before {
    height: 300px;
  }

  .section-pergola .left-img::after {
    height: 300px;
  }

  .section-pergola .left-img span {
    bottom: 300px;
  }

  #sliderBlock .swiper-number-pagination {
    padding-right: 30px;
  }

  #sliderBlock .swiper-buttons-container {
    width: 120px;
    height: 20px;
    position: absolute;
    top: inherit;
    left: inherit;
    right: -5px;
    bottom: 14px;
  }

  #sliderBlock .swiper-button-prev::after,
  #sliderBlock .swiper-button-prev::before,
  #sliderBlock .swiper-button-next::after,
  #sliderBlock .swiper-button-next::before {
    width: 15px;
  }

  #sliderBlock .swiper-button-prev::after,
  #sliderBlock .swiper-button-next::after {
    top: 7px;
  }

  #sliderBlock .swiper-button-prev::before,
  #sliderBlock .swiper-button-next::before {
    top: -7px;
  }

  #sliderBlock .swiper-block-pagination.swiper-pagination-custom ul {
    padding-right: 60px;
  }

  #sliderBlock .swiper-block-pagination.swiper-pagination-custom li {
    font-size: 12px;
    line-height: 12px;
    padding-left: 20px;
  }

  /*uno*/
  .uno .horizontal-text {
    margin-bottom: 90px;
  }

  .section-horizontal.uno .less-right.mobile {
    padding-top: 15px;
  }

  .section-horizontal.uno .less-right.mobile {
    padding-bottom: 30px;
  }

  /*dos*/
  .section-horizontal.dos .less-right.mobile {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-horizontal.dos .mim-text {
    max-width: 100%;
    margin-top: 30px;
  }

  .section-horizontal.dos .less-right .mim-text::after {
    height: 170%;
    top: -20px;
  }

  /*tres*/
  .tres .horizontal-text .mim-title {
    padding: 30px;
    margin-top: 0;
    margin-bottom: 90px;
  }

  .tres .horizontal-text {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  .swiper-slide.section-horizontal.tres .horizontal-text {
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .swiper-slide.section-horizontal.tres .horizontal-img {
    height: 80%;
  }

  .tres .horizontal-text .mim-title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    background-color: #fff;
    width: 250vw;
    height: 30px;
    left: -150vw;
  }

  .section-horizontal.tres .less-right {
    padding-top: 0;
  }

  .section-horizontal.tres .less-right::after {
    display: none;
  }

  .section-horizontal.tres .less-right.mobile {
    padding-top: 60px;
  }

  .section-horizontal.tres .mim-text {
    max-width: 100%;
  }

  .section-horizontal.tres .less-right {
    padding-bottom: 30px;
    align-items: flex-end;
    padding-top: 15px;
  }

  .section-horizontal.tres .less-right .mim-text::after {
    top: -20px;
  }

  /*PAGE PERGOLA*/
  .mim-video-header-main .mim-video-header .section-pergola::after {
    left: 120px;
    right: 30px;
  }

  .mim-video-header-main .mim-video-header.pergola .left-text .mim-title {
    top: 10px;
  }

  body .block-clients-home .vc_column-inner.swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    position: static !important;
    width: 100%;
    max-width: none;
  }

  body #slideQuotes {
    position: relative;
    width: 100%;
    margin-right: 0px;
  }

  body #slideQuotes .swiper-buttons-container {
    left: 0px !important;
  }

  #slideQuotes .swiper-button-prev {
    left: 45px;
  }

  #slideQuotes .swiper-button-next {
    left: 53px;
  }

  #postPage .blog_content .img_thumb .boxed-container .main-title {
    font-size: 40px;
  }
}

/*BLOCK CALIDAD*/
.calidad-titles {
  padding-top: 250px !important;
}

.block-calidad {
  display: flex;
}

.block-calidad .vc_col-sm-4 {
  padding: 200px 0;
  margin-left: 80px;
}

.block-calidad .vc_col-sm-8 {
  padding-left: 90px;
}

.block-calidad .vc_col-sm-8>div {
  padding-top: 0;
  background-position: right bottom !important;
  height: 100%;
}

.link-others {
  padding-right: 30px;
  position: relative;
  transition: all .3s ease-in-out;
}

.link-others::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 5px;
  background-color: var(--color-blue-dark);
}

.link-others strong {
  width: 65px;
  transition: all .3s ease-in-out;
}

.link-others strong::after {
  display: none;
}

.link-others:hover strong {
  width: 0;
  opacity: 0;
}

/*BLOCK FORM GENERIC*/
.block-form-generic {
  position: relative;
  margin-left: -90px !important;
}

.block-form-generic::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  z-index: 0;
}

.block-form-generic .vc_column-inner {
  padding-top: 0;
}

.block-form-generic .form-block {
  background-color: transparent;
}

.block-form-generic .form-block .wpcf7 {
  background-color: #fff;
  overflow: hidden;
}

/*PAGE VERTICAL*/
.mim-video-header.vertical {
  align-items: baseline;
  position: relative;
}

.mim-video-header.vertical::after {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 30%;
  z-index: -1;
}

.mim-video-header.vertical::before {
  content: '';
  display: block;
  width: 30%;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 999;
}

.mim-video-header.vertical .left-text .mim-title {
  font-size: 90px;
  line-height: 80px;
  margin-left: 90px;
  padding-left: 30px;
}

.mim-video-header.vertical .section-vertical .left-img {
  height: inherit;
  position: absolute;
  padding-top: 93px;
}

.mim-video-header.vertical .mim-video__menu {
  position: absolute;
  padding: 30px;
  padding-left: 150px;
  width: calc(65% - 120px);
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}

.mim-video-header.vertical .mim-video__menu .mim-title {
  margin-bottom: 0;
  margin-right: 30px;
}

.mim-video-header.vertical .mim-video__menu .block-tagline {
  margin-right: 20px;
}

.introduction-block.vertical {
  max-width: 60vw !important;
}

.introduction-block.vertical .introduction-item .wpb_column:nth-child(1) .wpb_wrapper {
  display: flex;
}

.introduction-block.vertical .border-introduction {
  margin-top: 30px;
  width: 20px !important;
  height: 18vw !important;
  border: none !important;
  background-color: var(--color-blue);
}

.mim-video-header.vertical .icon-tagline.vertical {
  display: flex;
}

.mim-video-header.vertical .icon-tagline.vertical span:nth-child(2) {
  margin: 0 4px !important;
}

/*PAGE PERGOLA*/
.introduction-block.vertical.pergola .border-introduction:nth-child(2) {
  width: 18vw !important;
  height: 5px !important;
}

/*SLIDER VERTICAL*/
#sliderBlock .section-vertical {
  position: relative;
  overflow: hidden;
}

.section-vertical .vertical-text {
  z-index: 1;
  width: 100%;
}

.section-vertical .vertical-text::after {
  content: '';
  display: block;
  height: 4.6vw;
  width: 62%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.section-vertical .vertical-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  z-index: 0;
}

.vertical-text .mim-title {
  width: max-content;
}

.vertical-text .mim-title strong {
  position: relative;
}

.vertical-text .mim-title strong::after {
  content: '';
  display: none;
  width: 48vw;
  height: 6.05vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
}

.vertical-text .mim-title em {
  color: #fff;
  font-style: normal;
  position: relative;
}

.vertical-text .mim-title em::after {
  content: '';
  display: block;
  height: 70vh;
  width: 30px;
  background-color: #fff;
  position: absolute;
  left: -24px;
  top: -50%;
  z-index: -1;
}

.vertical-text .less-right {
  max-width: 35%;
  background-color: #fff;
  text-align: left;
  padding: 30px;
  padding-bottom: 0;
  margin-left: auto;
  position: relative;
}

.vertical-text .less-right::after {
  content: '';
  display: block;
  width: 30px;
  height: 200%;
  background-color: #fff;
  position: absolute;
  top: -80%;
  left: 0;
}

.vertical-text .less-right::before {
  content: '';
  display: block;
  width: 100vw;
  height: 90px;
  background-color: #fff;
  position: absolute;
  top: -11.4vw;
  left: -100vw;
  z-index: -1;
}

.section-vertical .vertical-text .mim-text {
  padding: 0px 0px 0px 30px;
  margin-bottom: 30px;
  margin-top: 10px;
  border-right: 0;
  border-left: 10px solid var(--color-blue);
}

.dos.section-vertical .vertical-text .mim-text {
  padding: 0px 30px 0px 0px;
  border-left: 0;
  border-right: 10px solid var(--color-blue);
}

.dos .vertical-text .mim-title {
  margin-left: auto;
  position: relative;
  background-color: #fff;
  padding-top: 10px;
}

.dos .vertical-text .mim-title::after {
  content: '';
  display: block;
  height: 70vh;
  width: 30px;
  background-color: #fff;
  position: absolute;
  left: -27px;
  top: 0;
  z-index: -1;
}

.dos .vertical-text .less-right {
  text-align: right;
  margin-left: inherit;
}

.dos .vertical-text .less-right::before {
  display: none;
}

.dos .vertical-text .less-right::after {
  left: inherit;
  right: 0;
}

.dos .vertical-text .mim-title em::after {
  display: none;
}

.dos.section-vertical .vertical-text::after {
  display: none;
}

.tres .mim-link {
  z-index: 1;
  position: relative;
}

.tres.section-vertical {
  align-items: center;
}

.tres.section-vertical .mim-title {
  width: 30%;
  font-size: 3vw;
  line-height: 3vw;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}

.tres.section-vertical .vertical-img {
  width: 40%;
  height: 400px;
  position: relative;
}

.tres .block-text {
  width: 30%;
  text-align: left;
  padding-left: 30px;
  box-sizing: border-box;
}

.tres .vertical-img .bar-middle-one {
  position: absolute;
  width: 30px;
  height: 100%;
  background-color: #fff;
  left: 25%;
}

.tres .vertical-img .bar-middle-two {
  position: absolute;
  width: 30px;
  height: 100%;
  background-color: #fff;
  right: 25%;
}

.tres .vertical-img .bar-middle-one::after {
  content: '';
  display: block;
  width: 300px;
  height: 60px;
  background-color: #fff;
  top: 0;
  position: absolute;
  left: -300px;
}

.tres .vertical-img .bar-middle-one::before {
  content: '';
  display: block;
  width: 300px;
  height: 60px;
  background-color: #fff;
  bottom: 0;
  position: absolute;
  left: -300px;
}

.tres .vertical-img .bar-middle-two::after {
  content: '';
  display: block;
  width: 300px;
  height: 60px;
  background-color: #fff;
  top: 0;
  position: absolute;
  right: -300px;
}

.tres .vertical-img .bar-middle-two::before {
  content: '';
  display: block;
  width: 300px;
  height: 60px;
  background-color: #fff;
  bottom: 0;
  position: absolute;
  right: -300px;
}

.tres.section-vertical .block-text .mim-text {
  padding: 0px 0px 0px 30px;
  margin-bottom: 30px;
  margin-top: 10px;
  border-right: 0;
  border-left: 10px solid var(--color-blue);
  z-index: 1;
  position: relative;
}

/*PAGE TOLDOS*/
.vc_row.mim-header-video.vertical-header {
  margin-top: 30px;
  height: calc(100vh - 130px);
  margin-left: -120px;
}

.mim-video-header.diagonal .diagonal-img {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.mim-video-header.diagonal .diagonal-img::before {
  width: 135vw;
  height: 31vw;
  top: -19vw;
  transform: rotate(10deg);
}

.mim-video-header.diagonal .diagonal-img::after {
  width: 144vw;
  height: 20.5vw;
  right: auto;
  left: -50px;
  bottom: -15vw;
  transform: rotate(10deg);
}

.mim-video-header.diagonal .diagonal-middle {
  width: 150%;
  height: 60px;
  left: -7%;
  top: 0;
  bottom: -6vw;
  transform: rotate(10deg);
}

.mim-video-header.diagonal .mim-title.diagonal {
  position: absolute;
  font-size: 80px;
  line-height: 85px;
  top: 9vw;
  padding: 4vw 2vw 4vw 4vw;
  padding-right: 9vw;
  background-color: #fff;
  transform: none;
  margin: 0;
  text-align: left;
}

/* PAGE CONTACT */
.block-contact-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-contact-icons .vc_col-sm-6:last-child {
  padding-left: 60px;
}

.block-contact-icons .vc_col-sm6:last-child .vc_row.wpb_row {
  display: flex;
}

.contact-icon {
  width: auto !important;
}

.block-contact-icons .mim-title-advantage {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-left: 30px;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}

.form-contact {
  margin-left: -10px;
  margin-right: -10px;
}

.form-group.col-1 {
  margin: 0 15px;
}

.form-group.col-2 {
  width: calc(50% - 34px);
  margin: 0 15px;
  box-sizing: border-box;
  display: inline-block;
}

.mim-contact-form {
  max-width: 1200px !important;
  margin-top: 100px !important;
  margin-bottom: 200px !important;
  padding: 80px 60px !important;
  border: 1px solid var(--color-blue-dark);
}

.form-contact .form-step {
  height: auto;
  opacity: 1;
  position: inherit;
}

.form-contact .form-group+.form-group {
  margin-top: 0;
}

.form-contact .form-group textarea {
  min-height: 200px;
}

.form-contact .form-step input[type="submit"] {
  width: calc(100% - 30px);
  margin-left: 15px;
}

.form-group.form-accept {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 15px;
}

.form-group.form-accept input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  box-shadow: none !important;
}

#mimMainMap {
  height: 578px;
  width: 100%;
}

@media(max-width:1400px) {
  .mim-video-header.diagonal .mim-title.diagonal {
    top: 9vw;
    padding: 5vw 2vw;
  }
}

.mim-video-header.diagonal .mim-title.diagonal::after {
  content: '';
  display: block;
  width: 110%;
  height: 110%;
  position: absolute;
  background-color: #fff;
  bottom: -68px;
  transform: rotate(10deg);
  z-index: -1;
}

.mim-video-header.diagonal .mim-video__menu {
  position: absolute;
  padding: 30px;
  padding-left: 200px;
  width: 90vw;
  bottom: 3vw;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  transform: rotate(10deg);
}

.mim-video-header.diagonal .mim-video__menu::after {
  content: '';
  display: block;
  width: 280px;
  height: 280px;
  background-color: #fff;
  position: absolute;
  top: -125px;
  left: -90px;
  z-index: -1;
  transform: rotate(-10deg);
}

@media(max-width:1680px) {
  .mim-video-header.diagonal .mim-video__menu {
    bottom: 2vw;
  }
}

@media(max-width:1550px) {
  .mim-video-header.diagonal .mim-video__menu {
    bottom: 1vw;
  }

  .mim-video-header.diagonal .mim-video__menu::after {
    top: -150px;
  }
}

@media(max-width:1330px) {
  .mim-video-header.diagonal .mim-video__menu {
    padding-left: 120px;
  }

  .mim-video-header.diagonal .mim-video__menu::after {
    width: 200px;
  }

  .mim-video-header.diagonal .mim-video__menu .mim-title {
    font-size: 22px;
    margin-right: 10px;
  }

  .mim-video-header.diagonal .mim-video__menu .block-tagline {
    margin-right: 15px;
  }

  .mim-video-header.diagonal .mim-video__menu .mim-tagline {
    font-size: 14px;
  }

  .mim-video-header.diagonal .mim-video__menu::after {
    top: -160px;
  }
}

.mim-video-header.diagonal .mim-video__menu .mim-tagline {
  font-size: 16px;
}

.mim-video-header.diagonal .mim-video__menu .mim-title {
  margin-bottom: 0;
  margin-right: 30px;
  transform: none;
  background-color: transparent;
}

.mim-video-header.diagonal .mim-video__menu .block-tagline {
  margin-right: 20px;
}

.introduction-block.diagonal {
  transform: rotate(10deg);
}

.introduction-block.diagonal::after {
  transform: rotate(-10deg) !important;
}

.introduction-block.diagonal .introduction-title {
  font-size: 4.6vw;
}

.introduction-block .wpb_wrapper .introduction-item:nth-child(2) .home-introduction-text {
  padding-left: 60px;
}

.introduction-block .wpb_wrapper .introduction-item:nth-child(3) .home-introduction-text {
  padding-left: 120px;
}

.swiper-slide.section-diagonal {
  overflow: hidden;
}

.section-diagonal .diagonal-one {
  width: 100%;
  position: relative;
}

.swiper-slide.section-diagonal .mim-title {
  text-align: right;
  padding: 25px;
  margin-right: -20px;
  margin-bottom: -35px;
  width: auto;
  background-color: #fff;
  transform: rotate(10deg);
  position: relative;
  z-index: 2;
}

.diagonal-image {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.diagonal-image::after {
  content: '';
  display: block;
  width: 75%;
  height: 110px;
  background-color: #fff;
  position: absolute;
  bottom: -50px;
  right: 1px;
  transform: rotate(10deg);
}

.section-diagonal .diagonal-two {
  margin-left: 30px;
  text-align: left;
}

.section-diagonal .diagonal-two .mim-text {
  margin-top: 0;
  margin-bottom: 30px;
}

.section-diagonal .bar-middle-one {
  height: 100%;
  background-color: #fff;
  position: absolute;
  width: 100px;
  top: 0;
  left: 20%;
}

.section-diagonal .bar-middle-one::after {
  content: '';
  display: block;
  width: 215px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  bottom: -30px;
  left: -200px;
  transform: rotate(10deg);
}

.section-diagonal .bar-middle-one::before {
  content: '';
  display: block;
  width: 215px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  top: 35px;
  left: -200px;
  transform: rotate(10deg);
}

.swiper-slide.section-diagonal.dos .diagonal-two {
  order: -1;
  margin-left: 0;
  margin-right: 30px;
  text-align: right;
}

.swiper-slide.section-diagonal.dos {
  align-items: center;
}

.swiper-slide.section-diagonal.dos .diagonal-two .mim-text {
  padding: 10px 30px 10px 0px;
  border-right: 10px solid var(--color-blue);
  border-left: 0;
}

.section-diagonal.tres .bar-middle-one {
  height: 60px;
  background-color: #fff;
  position: absolute;
  width: 105%;
  top: 0;
  bottom: -70px;
  margin: auto;
  left: -15px;
  transform: rotate(10deg);
}

.section-diagonal.tres .bar-middle-one::after,
.section-diagonal.tres .bar-middle-one::before {
  display: none;
}

.section-diagonal.tres .mim-title {
  padding-top: 70px;
  margin-right: -30px;
  margin-bottom: -85px;
}

.tres .diagonal-image::after {
  width: 115%;
  height: 10vw;
  right: 0;
  bottom: -4.3vw;
}

/*PAGE TYPE*/
.product_header-swiper-container {
  margin-top: 60px;
  position: relative;
}

.product_header-swiper {
  height: 80vh;
}

.product_header-swiper-container .mim-title {
  position: absolute;
  top: 0;
  z-index: 9;
  background-color: #fff;
  padding-right: 30px;
  padding-bottom: 30px;
}

.product_header-swiper-container .mim-title::after {
  content: '';
  display: block;
  width: 100vw;
  height: 30px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}

.product_header-swiper-container .mim-title.product_title-vertical::after {
  width: 30px;
  height: 80vh;
  bottom: inherit;
  right: 0;
}

.product_header-swiper-container .mim-title.product_title-diagonal {
  transform: rotate(10deg) translateX(-20px);
  padding: 30px;
}

.product_header-swiper-container .mim-title.product_title-diagonal::before {
  content: '';
  display: block;
  width: 100vw;
  height: 13vw;
  position: absolute;
  top: -12vw;
  background-color: #fff;
}

.product_header-swiper-container .swiper-buttons-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.product_header-swiper-container .swiper-button-next {
  height: 100%;
  width: 20%;
  z-index: 1;
  position: absolute;
  right: 0;
}

.product_header-swiper-container .swiper-button-prev {
  width: 20%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
}

.product_header-swiper-container .swiper-button-disabled {
  display: none;
}

.boxed-container .advantage-item:first-child {
  padding-right: 60px;
}

.boxed-container .advantage-item:last-child {
  padding-left: 60px;
}

.advantage-item {
  padding-bottom: 30px;
}

.advantage-item .wpb_wrapper .vc_row-fluid:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.mim-title-advantage {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  margin-left: 30px;
}

.mim-title-advantage strong {
  font-weight: lighter;
}

.advantage-image {
  width: fit-content !important;
}

.advantage-image+div {
  width: 100%;
}

.advantage-image .wpb_single_image .vc_single_image-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blue-dark);
  border-radius: 50%;
}

.advantage-image .wpb_single_image .vc_single_image-wrapper img {
  max-width: 30px;
  filter: brightness(0) invert(1);
}

.advantage-image .wpb_content_element {
    margin-bottom: 0 !important;
    margin-right: 10px;
}

/*SLIDER NORMAL*/
.block-slider-normal {
  display: flex;
  align-items: center;
}

.block-slider-normal .vc_col-sm-6:first-child {
  padding-top: 35px;
  padding-right: 30px;
}

.slider-normal .vc_column-inner,
.slider-normal .vc_column-inner .wpb_wrapper {
  height: 100%;
}

.normal-swiper-container {
  height: 400px;
  position: relative;
}

.normal-swiper-container .swiper-buttons-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.normal-swiper-container .swiper-button-next {
  height: 100%;
  width: 20%;
  z-index: 1;
  position: absolute;
  right: 0;
}

.normal-swiper-container .swiper-button-prev {
  width: 20%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
}

.normal-swiper-container .swiper-button-disabled {
  display: none;
}



/*HEADER COMÚN*/
.header-comun {
  background-size: cover;
  background-position: center;
  margin-left: -90px !important;
  height: 600px;
  display: flex;
  margin-top: 30px;
  align-items: center;
  position: relative;
}

.page-instalations .header-comun {
  margin-left: 0 !important;
}

.header-comun::before {
  content: '';
  display: block;
  width: 30%;
  height: 60px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  position: absolute;
}

.header-comun::after {
  content: '';
  display: block;
  width: 70%;
  height: 60px;
  top: 0;
  left: 0;
  background-color: #fff;
  position: absolute;
}

.header-comun-bar {
  position: absolute;
  top: 0;
  right: 30%;
  width: 30px;
  height: 100%;
  background-color: #fff;
}

.header-comun .mim-title {
  padding-left: 120px;
  margin-top: 60px;
  width: calc(70% - 30px);
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #fff;
  box-sizing: border-box;
}

.instalation-list-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins';
}

.instalation-list-title strong {
  font-weight: lighter;
}

.page-instalations {
  margin-left: -90px;
}

.instalation-list {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  padding-left: 120px;
  max-width: 900px;
}

.instalation-list-item {
  font-family: 'Poppins';
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

.instalation-list-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--color-blue-dark);
  left: 0;
  transition: all .3s ease-in-out;
}

.instalation-list-item.active {
  font-weight: bold;
}

.instalation-list-item:hover::after {
  width: 100%;
}

.instalation-list-item.active::after {
  width: 100%;
}

.instalation-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 120px;
  padding-right: 30px;
  padding-bottom: 250px;
}

.instalation-block-item {
  margin: 30px;
  display: flex;
  width: calc(50% - 60px);
  height: 400px;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}

.instalation-item-title {
  text-transform: uppercase;
  font-size: 20px;
  padding: 5px 15px;
  background-color: #fff;
  text-align: center;
}

#instalationPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #22314575;
  transition: all .3s ease-in-out;
  animation: blurPopUp 1s;
  z-index: 999999;
}

@keyframes blurPopUp {
  0% {
    opacity: 0;
    backdrop-filter: blur(1px);
  }

  100% {
    opacity: 1;
    backdrop-filter: blur(0);
  }
}

#instalationPopupInner {
  background-color: #fff;
  max-width: calc(800px - 90px);
  max-height: 80%;
  overflow: auto;
  height: fit-content;
  position: absolute;
  padding: 40px;
  left: 90px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  max-width: none;
  max-height: none;
  box-sizing: border-box;
}

#instalationPopupInner .instalation-popup-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#instalationPopupInner .instalation-popup-content .instalation-swiper-container {
  flex: 1;
}

.instalation-popup-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  text-transform: uppercase;
}

.instalation-popup-category {
  text-transform: uppercase;
}

#closeInstalationPopUp {
  position: absolute;
  top: 15px;
  right: 40px;
  font-size: 14px;
  z-index: 9999999999;
}

/*PAGE EMPLOYEE*/
.team-block {
  padding-bottom: 100px !important;
}

.employee-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}

.employee-name strong {
  font-weight: lighter;
}

.employee-position {
  font-family: 'Poppins';
  font-weight: 100;
  color: var(--color-blue);
  display: inline-block;
  margin-left: 5px;
}

.team-item img {
  width: 100%;
}

.team-item .vc_column-inner .wpb_wrapper {
  width: fit-content;
}

.team-item p {
  font-size: 16px;
}

.team-item>.vc_column-inner {
  width: 90% !important;
  margin: auto;
}

.post-list-block {
  display: flex;
  flex-wrap: wrap;
}

.post-list-block .post-item {
  width: calc(50% - 100px);
  margin: 50px;
}

.post-list-block .post-item .image {
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.post-list-block .post-item .image::after {
  content: '';
  display: block;
  padding-top: 70%;
}

.post-list-block .post-item .image .home-product-highlight {
  position: absolute;
  background-color: #fff;
  font-size: 25px;
  font-weight: 200;
  padding: 10px 20px;
  bottom: 20%;
  z-index: 3;
}

.post-list-block .post-item .image .home-product-highlight span {
  display: block;
  /*     max-height: 74px; */
  overflow: hidden;
}

.post-list-block .post-item .image .home-product-highlight::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 100%;
  height: 1000px;
  width: 40px;
  background-color: #fff;
}

.post-list-block .post-item .image .home-product-highlight::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 100%;
  height: 1000px;
  width: 40px;
  background-color: #fff;
}

.post-list-block .post-item .item-box {
  margin-top: 20px;
}

.post-list-block .post-item .item-box p {
  font-size: 16px;
  margin-bottom: 20px;
}

/*/////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//////////////////////////////////M E D I A////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////*/
@media (max-width:1200px) {

  .col-30,
  .col-40,
  .col-50,
  .col-60,
  .col-70,
  .block-clients-home .vc_col-sm-6 {
    width: 100%;
  }

  .mim-text {
    margin-bottom: 30px !important;
  }

  /*HEADER*/
  #site-navigation .menu>li>a {
    font-size: 30px
  }

  /*FIN HEADER*/
  .section-pergola::after {
    height: 65px;
  }

  .mim-video-header.pergola .mim-video__menu .mim-title {
    width: 100%;
  }

  .mim-video-header.pergola .left-text .mim-title {
    font-size: 70px;
    line-height: 70px;
    top: 40px
  }
}

@media (max-width:1200px) {

  /*HEADER*/
  .site-corporative {
    position: fixed;
    width: calc(100% - 90px);
  }

  .site-corporative__text {
    display: none
  }

  #site-navigation {
    overflow: auto;
    justify-content: flex-start;
  }

  #site-navigation .menu {
    padding: 0
  }

  .main_menu_container {
    padding-right: 0;
    text-align: center;
  }

  .main_menu_footer {
    padding: 0;
    justify-content: initial;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .menu_footer--col {
    max-width: 200px;
    padding-left: 0;
    padding-bottom: 20px;
  }

  /* FIN HOME INTRODUCTION */
  .home-introduction {
    display: flex;
    max-width: 600px !important;
    margin: auto !important;
    padding: 300px 30px !important;
  }

  .home-introduction .wpb_row {
    flex-direction: column;
  }

  .home-introduction .vc_col-sm-6 {
    width: 100%;
  }

  .home-introduction-title {
    font-size: 70px;
    text-align: left !important;
    padding-bottom: 30px;
    padding-right: 0;
    border-right: 0;
  }

  .home-introduction-text .wpb_text_column {
    border-left: 10px solid #07519A;
  }

  /*BANNER VIDEO*/
  .vc_row.block-banner-video {
    height: 270px;
  }

  .block-banner-video::after {
    height: 150px;
  }

  .banner-video-title {
    font-size: 40px;
    padding-left: 130px;
  }

  /*HORIZONTAL SECTION*/
  .section-horizontal {
    flex-direction: column;
  }

  .horizontal-text {
    margin-right: 30px;
    padding: 30px;
  }

  .mim-title {
    font-size: 60px;
    line-height: 60px;
  }

  .horizontal-middle {
    display: none;
  }

  .section-horizontal .less-right {
    display: none;
  }

  .section-horizontal .less-right.mobile {
    padding-right: 0;
    margin-right: 30px;
    padding-top: 60px;
    display: block;
    text-align: right;
  }

  .horizontal-img {
    height: 400px;
    position: relative;
    width: calc(100% + 90px);
    margin-left: -90px !important;
  }

  .horizontal-img::after {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .horizontal-img::before {
    content: '';
    display: block;
    width: 30%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  /*SECCION VERTICAL*/
  .section-vertical {
    flex-direction: column;
  }

  .vertical-left {
    padding-right: 0;
  }

  .left-text .mim-title {
    line-height: 60px;
    margin-left: 0;
  }

  .vertical-left .left-text {
    margin-bottom: -52px;
    padding-left: 30px;
  }

  .section-vertical .left-img {
    width: calc(100% + 90px);
    margin-left: -90px;
  }

  .vertical-right.col-30 {
    padding: 30px;
    box-sizing: border-box;
  }

  .vertical-right .mim-text {
    margin-left: inherit;
  }

  /*SECCION PERGOLA*/
  .section-pergola {
    flex-direction: column;
  }

  .pergola-left {
    padding-right: 0;
  }

  .left-text .mim-title {
    line-height: 60px;
    margin-left: 0;
  }

  .pergola-left .left-text {
    margin-bottom: -52px;
    padding-left: 30px;
  }

  .section-pergola .left-img {
    width: calc(100% + 90px);
    margin-left: -90px;
  }

  .pergola-right.col-30 {
    padding: 30px;
    box-sizing: border-box;
  }

  .pergola-right .mim-text {
    margin-left: inherit;
  }

  /*SECTION DIAGONAL*/
  .section-diagonal {
    flex-direction: column;
    height: 100% !important;
  }

  .diagonal-img {
    margin-left: -90px;
    width: calc(100% + 90px);
    height: 700px;
  }

  .diagonal-img::before {
    height: 450px;
  }

  .diagonal-text .mim-text,
  .diagonal-text .mim-link {
    display: none;
  }

  .text-diagonal.mobile {
    display: block;
    margin: 30px 0;
    margin-left: 135px;
    margin-top: -30px;
  }

  .section-diagonal .mim-text {
    margin-top: 0;
  }

  .diagonal-text {
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 60px;
    padding-top: 0;
    order: -1;
    text-align: right;
    margin-bottom: -120px;
  }

  .section-diagonal .less-left {
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    background-color: transparent;
    max-width: 850px;
    float: right;
  }

  .diagonal-middle {
    height: 30px;
  }

  .section-diagonal .block-tagline {
    justify-content: flex-end;
  }

  /*QUOTES HOME*/
  .vc_row.block-clients-home {
    flex-direction: column;
  }

  #slideQuotes {
    margin-bottom: 60px;
  }

  .block-clients-home .vc_column-inner.swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    max-width: 75%;
  }

  .block-clients-home .vc_col-sm-6:last-child {
    width: calc(100% + 90px);
    margin-left: -90px;
  }

  .block-clients-home .mim-block-video {
    height: 55vw;
  }

  .block-clients-home .mim-video__title {
    max-width: 50%;
    right: 0px;
    text-align: right;
    font-size: 5vw;
  }

  .mim-header-video.home .mim-video__title strong::after,
  .block-clients-home .mim-video__title strong::after {
    right: 0;
  }

  .form-block .wpcf7 {
    background-color: #fff;
  }

  .form-block {
    padding-top: 0;
    padding-bottom: 100px;
    background-color: transparent;
    margin-left: 90px !important;
  }

  .block-form-home {
    overflow: hidden;
    padding-bottom: 200px;
  }

  .block-form-home::after,
  .block-form-home::before {
    display: none !important;
  }

  .block-form-home .mim-title {
    padding-bottom: 30px;
    position: relative;
    z-index: 0;
  }

  .block-form-home .mim-title::after {
    content: '';
    display: block;
    width: 130%;
    left: -10%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: -1;
  }

  /*BLOCK CALIDAD*/
  .calidad-titles .block-tagline {
    justify-content: flex-end;
  }

  .calidad-titles .mim-title {
    text-align: right !important;
  }

  .block-calidad {
    flex-direction: column;
  }

  .block-calidad .vc_col-sm-4 {
    padding: 60px 80px;
    margin-left: 0;
    width: 100%;
  }

  .block-calidad .vc_col-sm-8 {
    width: 100%;
    padding-left: 90px;
    height: 400px;
  }

  .block-form-generic .form-block {
    padding-top: 100px;
  }

  /*PAGE VERTICAL*/
  .mim-video-header.vertical .vertical-left .left-text {
    padding-left: 0;
  }

  .mim-video-header.vertical .section-vertical .left-img {
    width: inherit;
    margin-left: auto;
  }

  .mim-video-header.vertical .mim-video__menu {
    width: calc(65% - 150px);
    padding-bottom: 0;
  }

  .mim-video-header.vertical .mim-video__menu .mim-title {
    width: 100%;
    margin-bottom: 10px;
  }

  /*PAGE DIAGONAL*/
  /* .mim-video-header.diagonal {
    align-items: flex-start;
  } */
  .mim-video-header.diagonal .mim-title.diagonal {
    padding-bottom: 0 !important;
    margin-left: 0;
    position: relative;
    order: -1;
    font-size: 70px;
    line-height: 75px;
    top: 0;
    padding: 30px;
    padding-right: 30px;
    text-align: right;
  }

  .mim-video-header.diagonal .diagonal-img {
    margin-top: -6%;
  }

  .mim-video-header.diagonal .mim-title.diagonal::after {
    display: none;
  }

  .mim-video-header.diagonal .mim-video__menu {
    bottom: 2vw;
  }

  .mim-video-header.diagonal .mim-video__menu::after {
    top: -170px;
  }

  .mim-video-header.diagonal .mim-video__menu .block-tagline {
    padding: 2px;
  }

  .mim-video-header.diagonal .mim-video__menu .block-tagline .mim-tagline {
    font-size: 16px;
  }

  .mim-video-header.diagonal .diagonal-img::after {
    height: 24.5vw;
  }

  .vertical-text .less-right {
    max-width: 100%;
    padding-left: 0 !important;
    margin-top: 200px !important;
  }

  .section-vertical .vertical-text::after {
    height: 70px;
    width: 100%;
  }

  .vertical-text .less-right::after {
    display: none;
  }

  .dos .vertical-text .less-right {
    padding-right: 0 !important;
  }

  .tres.section-vertical .mim-title,
  .tres.section-vertical .vertical-img,
  .tres.section-vertical .block-text {
    width: 100%;
  }

  .tres.section-vertical .mim-title {
    text-align: left !important;
    font-size: 60px;
    line-height: 60px;
  }

  .tres.section-vertical .block-text {
    padding-left: 0;
  }

  .tres.section-vertical .vertical-img {
    height: 250px;
  }

  .section-diagonal .diagonal-two .mim-text {
    max-width: 100%;
  }

  .section-diagonal .diagonal-two {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .swiper-slide.section-diagonal.dos .diagonal-two {
    margin-top: 15px;
    margin-right: 0;
    order: 0;
  }

  .section-diagonal.uno .mim-title,
  .section-diagonal.dos .mim-title {
    padding-top: 40px;
  }

  .section-diagonal.tres .bar-middle-one {
    height: 30px;
  }

  .section-diagonal.tres .mim-title {
    padding-top: 85px;
    margin-bottom: -85px;
    margin-right: -22px;
  }

  .tres .diagonal-image::after {
    height: 165px;
    bottom: -70px;
  }

  /*WARRANTY PAGE*/
  /* .warranty-block .vc_col-sm-6 {
    width:100%;
  }
  .warranty-block .warranty-image {
    display: none;
  } */
  .warranty-text .mim-title {
    font-size: 40px;
    line-height: 40px;
  }

  .warranty-text .mim-text p {
    font-size: 17px;
  }

  /*FOOTER*/
  #mainFooter {
    position: relative;
    border-top: 1px solid #22314566;
  }

  .footer-options {
    padding: 30px 60px;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .col-footer.footer-corporative {
    margin-bottom: 30px;
  }

  .col-footer .content ul li::after,
  .col-footer .content ul li::before {
    display: none;
  }

  .col-footer.footer-info {
    text-align: center;
  }

}

@media (max-width:990px) {
  .block-form-home {
    padding-bottom: 0px;
  }

  .mim-video-header-main .mim-video__onda {
    display: none;
  }

  #page {
    overflow: hidden;
  }

  .mim-text p {
    font-size: 18px;
  }

  .block-clients-home .vc_column-inner.swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    margin-right: 30px;
  }

  .form-block {
    padding-bottom: 100px;
  }

  /*BLOCK DESCRIPTON*/
  .horizontal .mim-video__title {
    font-size: 70px;
    line-height: 70px;
  }

  .horizontal .mim-video__menu {
    padding-top: 40px;
  }

  .block-description {
    padding-left: 30px;
    padding-right: 30px;
  }

  /*FOOTER*/
  #mainFooter {
    position: relative;
    border-top: 1px solid #22314566;
  }

  .footer-options {
    padding: 30px 60px;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .col-footer.footer-corporative {
    margin-bottom: 30px;
  }

  .col-footer .content ul li::after,
  .col-footer .content ul li::before {
    display: none;
  }

  .col-footer.footer-info {
    text-align: center;
  }

  /*PAGE HORIZONTAL*/
  .introduction-block {
    padding: 250px 60px !important;
    padding-bottom: 0 !important;
  }

  /*BLOCK ICON*/
  .block-icons {
    flex-direction: column;
    padding-bottom: 0;
  }

  .icon-item.vc_col-sm-4 {
    width: 100%;
  }

  .block-icons .icon-item:nth-child(1),
  .block-icons .icon-item:nth-child(2),
  .block-icons .icon-item:nth-child(3) {
    margin-right: 0px;
    margin-left: 0px;
  }

  .block-icons .icon-item {
    margin-bottom: 60px;
  }

  .icon-item .icon-image img {
    max-height: 130px;
    width: auto;
  }

  .block-icons .icon-item:nth-child(2) .mim-title {
    text-align: right !important;
  }

  .block-icons .mim-title {
    font-size: 4.5vw;
    line-height: 4.5vw;
    padding: 20px;
  }

  .icon-item .icon-image {
    top: -25%;
    right: 50%;
    text-align: left !important;
  }

  .icon-item:nth-child(2) .icon-image {
    right: inherit;
    left: 50%;
    text-align: right !important;
  }

  .wpb_wrapper .block-icons:nth-child(2) .icon-item:nth-child(1) .mim-title,
  .wpb_wrapper .block-icons:nth-child(2) .icon-item:nth-child(3) .mim-title {
    text-align: right !important;
  }

  .wpb_wrapper .block-icons:nth-child(2) .icon-item:nth-child(2) .mim-title {
    text-align: left !important;
  }

  .wpb_wrapper .block-icons:nth-child(2) .icon-item:nth-child(1) .icon-image,
  .wpb_wrapper .block-icons:nth-child(2) .icon-item:nth-child(3) .icon-image {
    right: inherit;
    left: 50%;
    text-align: right !important;
  }

  .wpb_wrapper .block-icons:nth-child(2) .icon-item:nth-child(2) .icon-image {
    right: 50%;
    left: inherit;
    text-align: right !important;
  }

  /*PAGE VERTICAL*/
  .mim-video-header.vertical .left-text .mim-title {
    font-size: 60px;
    line-height: 55px;
    margin-top: 32px;
  }

  .mim-video-header .section-vertical::after {
    height: 93px;
  }

  /*PAGE DIAGONAL*/
  .mim-video-header.diagonal .mim-video__menu {
    display: none;
  }

  .mim-video-header.diagonal .diagonal-img::before {
    height: 28vw;
  }

  .mim-video-header.diagonal .mim-title.diagonal {
    padding-top: 0;
  }

  .mim-video-header.diagonal .diagonal-img {
    margin-top: 0;
  }

  .block-slider-normal {
    flex-wrap: wrap;
  }

  .block-slider-normal .vc_col-sm-6 {
    padding-right: 0 !important;
    width: 100%;
  }

  .advantage-item {
    width: 100% !important;
  }

  .boxed-container .advantage-item:first-child {
    padding-right: 0px;
  }

  .boxed-container .advantage-item:last-child {
    padding-left: 0px;
  }

  /*WARRANTY PAGE*/


  /*HEADER COMUN*/
  .header-comun .mim-title {
    width: calc(85% - 30px);
  }

  .header-comun-bar {
    right: 15%;
  }

  .header-comun::before {
    width: 15%;
  }

  .header-comun::after {
    width: 85%;
  }

  /*PAGE CONTACT*/
  .block-contact-icons .vc_col-sm-6 {
    width: 100%;
  }

  .block-contact-icons .vc_col-sm-6:last-child {
    padding-left: 0;
    padding-top: 60px;
  }

  .diagonal-text .less-left .mim-title {
    width: 500px;
  }
}

@media (max-width:767px) {
  .home-bar-mid-two::before {
    right: auto;
    left: calc(100vw - 30px);
  }

  main {
    padding-left: 0;
  }

  .boxed-container,
  .boxed-container.vc_row {
    padding: 0px 30px;
  }

  .pt-250 {
    padding-top: 150px !important
  }

  .pb-250 {
    padding-bottom: 150px !important
  }
 /*IFRAME TOLDOS*/
	.button_iframe-iframe {
	    width: 100% !important;
		left: 0% !important;
	}
  /*HEADER*/
	
  .site-branding-mobile {
    display: block
  }

  .site-branding-desktop {
    display: none
  }

  body.main_menu_open {
    overflow: hidden
  }

  #page .mainHeader {
    width: 100%;
    height: 100%;
    top: auto;
    bottom: calc(-100% + 60px);
    transition: bottom .6s ease-in-out;
  }

  .main_menu_open #page .mainHeader {
    bottom: 0;
  }

  .main_menu_open #page .mainHeader .site-corporative::after {
    bottom: 0;
  }

  #masthead {
    padding: 0;
    position: fixed;
    height: 60px;
    width: 100%;
    border-top: 1px solid #22314533;
    border-bottom: 1px solid #22314533;
    border-right: none;
    border-left: none;
  }

  #menuMobileBtn {
    top: 0;
    bottom: 0;
    width: 60px;
    align-items: center;
    flex-direction: column;
    padding-left: 0 !important;
  }

  #menuMobileBtn span {
    height: 2px;
    width: 60px;
  }

  #menuMobileBtn span:nth-child(3) {
    margin: 5px 0
  }

  #menuMobileBtn:hover span:nth-child(3) {
    margin: 10px 0
  }

  .main_menu_open #menuMobileBtn span {
    height: 2px
  }

  .main_menu_open #menuMobileBtn span:nth-child(2) {
    transform: rotate(15deg) translateY(7px)
  }

  .main_menu_open #menuMobileBtn span:nth-child(4) {
    transform: rotate(-15deg) translateY(-7px)
  }

  .main_menu_open #menuMobileBtn:hover span:nth-child(2) {
    transform: rotate(15deg) translateY(12px)
  }

  .main_menu_open #menuMobileBtn:hover span:nth-child(4) {
    transform: rotate(-15deg) translateY(-12px)
  }

  .site-branding {
    right: 15px;
    top: 40%;
    height: auto;
    width: auto;
    transform: none;
  }

  .site-branding img {
    width: auto;
    height: 15px;
    margin-left: auto;
  }

  .text-menu {
    display: none;
  }

  #site-lang-container {
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
    margin: auto;
    height: fit-content;
    transform: none;
  }

  #site-lang-container .mim-lang-current {
    height: fit-content
  }

  #site-navigation {
    top: 60px;
    right: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: scroll;
  }

  .main_menu_footer {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }

  .site-corporative {
    top: 100%;
    position: fixed;
    width: 100%;
    padding-right: 0;
  }

  .main_menu_open .site-corporative {
    top: 0;
  }

  #site-navigation .menu>li>a {
    font-size: 20px;
    padding: 5px;
  }

  .menu_footer--title {
    display: none;
  }

  .menu-footer--body {
    font-size: 14px;
  }

  /*HOME VIDEO*/
  .vc_row.mim-header-video.home {
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 0;
    height: calc(100vh - 95px);
  }

  .mim-video__onda {
    bottom: 20px;
    top: inherit;
  }

  .video-container {
    height: calc(100vh - 160px);
  }

  .mim-header-video.home .mim-video__title {
    max-width: inherit;
    text-align: right;
    position: absolute;
    font-size: 8vw;
    line-height: 1;
    top: calc(50% - 30px);
    margin: auto;
    margin-right: 80px;
  }

  .mim-video__title {
    font-size: 50px;
    line-height: 1.2;
  }

  .home-bar-mid-one {
    height: 37%;
    width: 15px;
    top: inherit;
    bottom: 0;
    left: 0;
    right: inherit;
  }

  .home-bar-mid-one::after {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 15px;
    background-color: #fff;
    top: 0;
    left: 0;
  }

  .home-bar-mid-one::before {
    display: none;
  }

  .home-bar-mid-two {
    height: 43%;
    width: 30px;
    top: 0;
    left: 0;
    right: inherit;
  }

  .home-bar-mid-two::after {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 15px;
    background-color: #fff;
    bottom: 0;
    top: initial;
    right: inherit;
    left: 0;
  }

  .home-bar-mid-two::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 50%;
    background-color: #fff;
    bottom: -50%;
    top: initial;
    right: -94vw;
  }

  /*HOME INTRODUCTION*/
  .home-introduction {
    padding: 150px 30px !important;
  }

  .home-introduction-title {
    font-size: 45px;
  }

  /*BANNER VIDEO*/
  .vc_row.block-banner-video {
    margin-left: 0;
    height: 200px;
    margin-bottom: 150px;
    width: 100%;
  }

  .block-banner-video::after {
    height: 100px;
  }

  .banner-video-title {
    font-size: 30px;
    padding-left: 30px;
    padding-bottom: 40px;
  }

  /*TITLE + TEXT*/
  .mim-title {
    font-size: 35px;
    line-height: 35px;
    margin-top: 10px;
  }

  .mim-text {
    margin-bottom: 30px !important;
    font-size: 18px;
  }

  /*SECTION HORIZONTAL*/
  .vc_row.block-horizontal-home {
    margin-bottom: 150px;
  }

  .horizontal-text {
    padding-top: 0;
  }

  .section-horizontal .less-right.mobile {
    padding-top: 30px;
  }

  .section-horizontal .mim-text {
    padding: 10px 30px 10px 30px;
  }

  .section-horizontal .block-tagline {
    padding: 0;
  }

  /*SECTION VERTICAL*/
  .mim-video-header .section-vertical::after {
    left: 80px;
  }

  .vc_row.block-vertical-home {
    margin-bottom: 150px;
  }

  .vertical-left .left-text {
    margin-bottom: -30px;
  }

  .left-text .mim-title {
    line-height: 35px;
  }

  .tres.section-vertical .mim-title {
    font-size: 35px;
    line-height: 35px;
  }

  /*SECTION PERGOLA*/
  .vc_row.block-pergola-home {
    margin-bottom: 150px;
  }

  .pergola-left .left-text {
    margin-bottom: -30px;
  }

  /*SECTION DIAGONAL*/
  .vc_row.block-diagonal-home {
    margin-bottom: 150px;
  }

  .section-diagonal .block-tagline {
    padding: 0;
  }

  .section-diagonal .mim-text {
    padding: 10px 30px 10px 30px;
  }

  .text-diagonal.mobile {
    margin-top: -60px;
  }

  /*SECTION PERGOLA*/
  .mim-video-header.pergola .left-text .mim-title {
    padding-left: 58px;
  }

  .section-pergola::after {
    content: '';
    display: block;
    position: absolute;
    height: 75px;
  }

  .mim-video-header.pergola::after {
    width: 30px;
    right: 30px;
  }

  .mim-video-header.pergola::before {
    width: 30px;
    left: 120px;
  }

  .mim-video-header.pergola .mim-video__menu {
    left: 120px;
    right: 30px
  }

  /*SLIDE HOME*/
  .vc_row.block-slider-home {
    margin-bottom: 150px;
  }

  .block-slider-home .mim-title {
    padding: 15px 30px;
  }

  .swipper-text-block {
    left: 30px;
  }

  .block-slider-home .swiper-slide.swipe-type-image.swiper-slide-active {
    width: 100% !important;
  }

  .custom-current {
    margin-bottom: -15px;
  }

  .swiper-pagination.swiper-pagination-custom {
    font-size: 35px;
    right: 75px;
    bottom: 25px;
  }

  .block-slider-home .swiper-buttons-container {
    width: 150px;
    height: 100px;
    background-color: #ffffff6b;
    position: absolute;
    top: inherit;
    bottom: 20px;
    z-index: 1;
    color: #fff;
    right: 20px;
  }

  .block-slider-home .swiper-button-prev,
  .block-slider-home .swiper-button-next {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .block-slider-home .swiper-button-next {
    right: 15px;
  }

  .block-slider-home .swiper-button-prev {
    left: 15px;
  }

  .swiper-button-prev::after,
  .swiper-button-prev::before,
  .swiper-button-next::after,
  .swiper-button-next::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #fff;
  }

  .swiper-button-prev::after {
    transform: rotate(30deg);
    top: 8px;
  }

  .swiper-button-prev::before {
    transform: rotate(-30deg);
    top: -8px;
  }

  .swiper-button-next::after {
    transform: rotate(-30deg);
    top: 8px;
  }

  .swiper-button-next::before {
    transform: rotate(30deg);
    top: -8px;
  }

  .block-slider-home .swiper-button-disabled {
    display: block;
  }

  /*HOME QUOTES*/
  .block-clients-home .vc_column-inner.swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    max-width: initial;
  }

  .vc_row.block-clients-home {
    margin-bottom: 150px;
  }

  #slideQuotes {
    margin-right: 30px;
  }

  #slideQuotes .swiper-slide {
    box-sizing: border-box;
  }

  .quote-text {
    font-size: 16px;
    margin-bottom: 15px;
    padding-right: 15px;
  }

  .quote-name {
    padding-right: 15px;
  }

  #slideQuotes .swiper-buttons-container {
    top: 0;
    left: 100px;
    transform: scale(0.6);
    z-index: 1;
  }

  .block-clients-home .vc_col-sm-6:last-child {
    width: 100%;
    margin-left: 0;
  }

  .block-clients-home .mim-block-video video {
    height: 100%;
  }

  /*FORM HOME*/
  .block-form-home .mim-title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
  }

  .form-block .wpcf7 {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    padding-bottom: 60px;
  }

  /*PAGE HORIZONTAL*/
  .horizontal .mim-video__title {
    font-size: 50px;
    line-height: 1.2;
  }

  .border-introduction {
    margin: 0 !important;
  }

  .border-introduction .vc_sep_line {
    border-top-width: 15px !important;
    top: -8px !important;
  }

  .introduction-block .wpb_wrapper .introduction-item:nth-child(2) .border-introduction {
    transform: translateX(30px);
  }

  .introduction-block .wpb_wrapper .introduction-item:nth-child(3) .border-introduction {
    transform: translateX(60px);
  }

  .introduction-title {
    font-size: 40px;
    line-height: 45px;
  }

  .introduction-block {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .block-description {
    padding-top: 150px;
  }

  .tagline-slider {
    padding-top: 150px;
  }

  .calidad-titles {
    padding-top: 150px !important;
  }

  .ventajas-titles {
    padding-top: 150px !important;
  }

  /*PAGE VERTICAL*/
  .introduction-block.vertical {
    max-width: inherit !important;
    justify-content: center;
  }

  .introduction-block.vertical .vc_column_container {
    width: fit-content;
  }

  .introduction-block.vertical .border-introduction {
    margin: 15px !important;
  }

  .introduction-block.vertical .introduction-title {
    padding-left: 30px;
  }

  /*PAGE PERGOLA*/
  .introduction-block.vertical.pergola .border-introduction {
    margin: 0 !important;
    display: block;
  }

  /*FOOTER*/
  #mainFooter {
    width: 100%;
    margin-left: 0;
    position: relative;
    border-top: 1px solid #22314570;
  }

  .footer-options {
    padding-bottom: 100px;
  }

  /*BLOCK CALIDAD*/
  .block-calidad .vc_col-sm-4 {
    padding: 60px 30px;
  }

  .block-calidad .vc_col-sm-8 {
    padding-left: 30px;
  }

  /*PAGE VERTICAL*/
  .mim-video-header.vertical .left-text .mim-title {
    font-size: 50px;
    line-height: 45px;
    margin-top: 43px;
  }

  .mim-video-header.vertical::before {
    width: 20%;
  }

  .mim-video-header.vertical::after {
    right: 20%;
  }

  .mim-video-header.vertical .mim-video__menu {
    width: calc(75% - 150px);
  }

  /*PAGE DIAGONAL*/
  .mim-video-header.diagonal .mim-title.diagonal {
    font-size: 60px;
    line-height: 65px;
  }

  .mim-video-header.diagonal .diagonal-img::before {
    height: 30vw;
  }

  .mim-video-header.diagonal .mim-title.diagonal {
    margin-left: 0;
  }

  .vc_row.mim-header-video.diagonal-header {
    margin-left: 0;
    position: relative;
  }

  .vc_row.mim-header-video.diagonal-header::after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 36vh;
    background-color: #fff;
    top: 0;
    left: 0;
  }

  .vc_row.mim-header-video.diagonal-header::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 27vh;
    background-color: #fff;
    bottom: 0;
    right: 0;
  }

  .dos .vertical-text .mim-title {
    padding: 10px;
    margin-top: 0;
  }

  .section-vertical .vertical-text::after {
    height: 50px;
  }

  .product_header-swiper-container .mim-title {
    font-size: 50px;
    line-height: 50px;
    padding-top: 15px;
    margin-top: 0;
  }

  .mim-title-advantage {
    font-size: 30px;
    line-height: 30px;
  }


  .normal-swiper-container .swiper-buttons-container {
    width: 150px;
    height: 100px;
    background-color: #ffffff6b;
    position: absolute;
    top: inherit;
    bottom: 20px;
    z-index: 1;
    color: #fff;
    right: 20px;
  }

  .normal-swiper-container .swiper-button-prev,
  .normal-swiper-container .swiper-button-next {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .normal-swiper-container .swiper-button-next {
    right: 15px;
  }

  .normal-swiper-container .swiper-button-prev {
    left: 15px;
  }

  /*WARRANTY PAGE*/
  .warranty-text .mim-title {
    font-size: 30px;
    line-height: 30px;
  }

  /*HEADER COMUN*/
  #instalationPopupInner {
    padding: 30px;
    width: calc(100% - 120px);
    left: 0;
  }

  .block-contact-icons .vc_col-sm-6:last-child .vc_row.wpb_row {
    display: flex;
  }
}

@media (max-width:580px) {

  .boxed-container,
  .boxed-container.vc_row {
    padding: 0px 15px;
  }

  .team-block {
    padding-bottom: 0px !important;
  }

  .team-block .team-item {
    margin-bottom: 40px;
  }

  .vc_row.mim-header-video {
    margin-top: 60px;
  }

  /*HOME VIDEO*/
  .mim-header-video.home .mim-video__title,
  .block-clients-home .mim-video__title {
    font-size: 40px;
    margin-right: 40px;
    line-height: 1.1;
  }

  /*SECTION VERTICAL*/
  .section-vertical .left-img {
    height: 450px;
  }

  .section-vertical .left-img::after {
    height: calc(100% + 1px);
    right: 16%;
    top: -1px;
  }

  .section-vertical .left-img::before {
    width: 80%;
  }

  /*BLOCK DESCRIPTON*/
  .block-description {
    padding-left: 30px;
    padding-right: 30px;
  }

  /*FORM HOME*/
  .form-block .wpcf7 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
    padding-bottom: 60px;
  }

  .title-form {
    font-size: 30px;
  }

  .form-nav {
    width: 160px;
  }

  .form-nav::before,
  .form-nav::after {
    width: 160px;
  }

  .form-nav div {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .form-nav div.process {
    width: 28px;
    height: 28px;
  }

  /*PAGE HORIZONTAL*/
  .vc_row.mim-header-video.horizontal-header {
    margin-top: 50px;
    height: calc(100vh - 100px);
  }

  .horizontal .mim-video__menu {
    width: calc(100% - 150px);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    display: none;
  }

  .mim-video__menu .mim-title {
    font-size: 20px;
    line-height: 20px;
    width: 100%;
  }

  .horizontal .mim-video__menu .mim-title strong {
    display: initial;
  }

  .horizontal .block-tagline {
    margin-right: 30px;
  }

  .mim-video__menu .mim-tagline {
    font-size: 16px;
  }

  .horizontal .mim-video__title {
    font-size: 40px;
    line-height: 1.2;
    padding: 30px;
    padding-left: 120px;
  }

  .horizontal .mim-video__title::before,
  .horizontal .mim-video__title::after {
    height: 30px;
    right: -99vw;
  }

  .icon-item .icon-image {
    top: -25%;
    right: 40%;
    text-align: left !important;
  }

  .icon-item:nth-child(2) .icon-image {
    right: inherit;
    left: 40%;
    text-align: right !important;
  }

  .wpb_wrapper .block-icons:nth-child(3) .icon-item:nth-child(1) .mim-title,
  .wpb_wrapper .block-icons:nth-child(3) .icon-item:nth-child(3) .mim-title {
    text-align: right !important;
  }

  .wpb_wrapper .block-icons:nth-child(3) .icon-item:nth-child(2) .mim-title {
    text-align: left !important;
  }

  .wpb_wrapper .block-icons:nth-child(3) .icon-item:nth-child(1) .icon-image,
  .wpb_wrapper .block-icons:nth-child(3) .icon-item:nth-child(3) .icon-image {
    right: inherit;
    left: 40%;
    text-align: right !important;
  }

  .wpb_wrapper .block-icons:nth-child(3) .icon-item:nth-child(2) .icon-image {
    right: 40%;
    left: inherit;
    text-align: right !important;
  }

  .border-introduction {
    width: calc(100% - 40px) !important;
  }

  .border-introduction .vc_sep_line {
    border-top-width: 10px !important;
    top: -6px !important;
  }

  .introduction-title {
    font-size: 25px;
    line-height: 30px;
  }

  #sliderBlock .swiper-block-pagination.swiper-pagination-custom ul {
    display: none;
  }

  #sliderBlock .swiper-block-pagination.swiper-pagination-custom li {
    font-size: 11px;
    line-height: 11px;
  }

  #sliderBlock .swiper-wrapper {
    padding-bottom: 30px;
  }

  #sliderBlock .swiper-buttons-container {
    bottom: 0;
  }

  #sliderBlock .swiper-number-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
  }

  /*BLOCK CALIDAD*/
  .block-calidad .vc_col-sm-4 {
    padding: 60px 15px;
  }

  .block-calidad .vc_col-sm-8 {
    padding-left: 15px;
    height: 300px;
  }

  /*PAGE VERTICAL*/
  .vc_row.mim-header-video.vertical-header {
    margin-top: 0;
    height: calc(100vh - 100px);
    margin-left: -90px;
  }

  .mim-video-header.vertical .left-text .mim-title {
    font-size: 40px;
    line-height: 35px;
    margin-top: 55px;
    padding: 0;
  }

  .mim-video-header.vertical::before {
    width: 10%;
  }

  .mim-video-header.vertical::after {
    right: 10%;
  }

  .mim-video-header.vertical .mim-video__menu {
    width: calc(80% - 150px);
  }

  .mim-video-header.vertical .mim-video__menu .mim-title,
  .mim-video-header.vertical .mim-video__menu .block-tagline {
    display: none;
  }

  .introduction-block.vertical .border-introduction {
    margin: 12px !important;
    margin-top: 30px;
    width: 15px !important;
  }

  /*PAGE DIAGONAL*/
  .mim-video-header.diagonal .mim-title.diagonal {
    font-size: 40px;
    line-height: 45px;
    padding: 15px;
  }

  .vc_row.mim-header-video.diagonal-header::after {
    height: 36vh;
  }

  .vc_row.mim-header-video.diagonal-header::after,
  .vc_row.mim-header-video.diagonal-header::before {
    width: 15px;
  }

  .introduction-block .wpb_wrapper .introduction-item:nth-child(2) .home-introduction-text {
    padding-left: 30px;
  }

  .introduction-block .wpb_wrapper .introduction-item:nth-child(3) .home-introduction-text {
    padding-left: 60px;
  }

  /*PAGE PERGOLA*/
  .mim-video-header-main .mim-video-header.pergola .left-text .mim-title {
    font-size: 45px;
    top: 90px;
  }

  .mim-video-header-main .mim-video-header .section-pergola::after {
    content: '';
    display: block;
    position: absolute;
    height: 150px;
  }

  .mim-video-header-main .mim-video-header.pergola .mim-video__menu {
    display: none;
  }


  .mim-title-advantage {
    font-size: 20px;
    line-height: 20px;
    margin-left: 15px;
  }

  .product_header-swiper-container .mim-title {
    font-size: 35px;
    line-height: 35px;
  }

  /*HEADER COMUN*/
  .header-comun {
    height: 80vh;
  }

  .header-comun .mim-title {
    font-size: 30px;
    line-height: 30px;
  }

  .instalation-block-item {
    width: 100%;
  }

  .header-comun::after,
  .header-comun::before {
    height: 30px;
  }


  /*EMPLOYEE PAGE*/
  .team-item .vc_column-inner .wpb_wrapper {
    display: flex;
  }

  .team-item .vc_column-inner .wpb_wrapper .wpb_single_image {
    margin-bottom: 0;
    width: 170%;
  }

  .team-item .border-text-top {
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    margin-left: 15px !important;
    border-top: 0;
    border-left: 10px solid var(--color-blue);
  }

  .team-item .border-text-top .vc_column-inner .wpb_wrapper {
    flex-wrap: wrap;
  }

  /* PAGE CONTACT */
  .mim-contact-form {
    max-width: 1200px !important;
    margin-top: 100px !important;
    margin-bottom: 60px !important;
    padding: 60px 30px !important;
  }

  .form-group.col-2 {
    width: 93%;
  }

  .diagonal-text .less-left .mim-title {
    width: 300px;
  }

  .post-list-block .post-item .image .home-product-highlight {
    font-size: 20px;
  }

  #postPage .blog_content .img_thumb .boxed-container .main-title {
    font-size: 35px;
  }

  .mim-video-header-main {
    display: block;
  }

  body .mim-video-header-main .video-container {
    width: 100%;
    top: 0;
    left: 0;
    transform: none !important;
    object-fit: cover;
  }
}

@media (max-width:450px) {
  .form-nav div:first-child span {
    bottom: -33px;
  }

  .form-nav div span {
    font-size: 11px;
  }

  .mim-video-header-main .mim-video-header.pergola .left-text .mim-title {
    font-size: 35px;
    top: 66px;
  }

  .mim-video-header-main .mim-video-header .section-pergola::after {
    height: 130px;
  }

  .post-list-block .post-item .image .home-product-highlight {
    font-size: 18px;
    padding: 10px;
  }

  #postPage .blog_content .img_thumb .boxed-container .main-title {
    font-size: 30px;
  }
}

.mim-video-header-main {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
}

.mim-video-header-main .mim-video__onda {
  right: 0px;
  z-index: 5;
  width: 34%;
  height: 50px;
  overflow: hidden;
}

.mim-video-header-main .mim-video__onda .mim-video__onda-inner {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: onda_anim 10s infinite linear;
}

@keyframes onda_anim {
  0% {
    left: 0%
  }

  100% {
    left: -100%
  }
}

.mim-video-header-main .mim-video-header {
  width: 100%;
}

.mim-video-header-main .video-container {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  /*     min-width: 100%;
    min-height: 100%; */
}

.mim-video__onda-inner div {
  width: 3px;
  background-color: #333;
  display: block;
  margin-right: 6px;
}

/* BLOG */

.menu-color>.wpb_column {
  padding-right: 66px;
}

.list-blog-content {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 200px;
}

.list-blog-content>.wpb_column {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pagination-list {
  position: relative;
  text-transform: uppercase;
  padding: 30px;
  font-weight: bold;
  font-size: 20px;
}

.pagination-list::after {
  content: '';
  display: block;
  clear: both;
}

.pagination-list .pag-prev {
  float: left;
}

.pagination-list .pag-next {
  float: right;
}

.pagination-list .nd_current_page {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-blue);
  color: #ffffff;
  padding: 5px 10px;
}

@media (max-width:1300px) {
  .post-list-block .post-item {
    width: 100%;
    margin: 0px;
    padding-bottom: 80px;
  }
}

/*////////////////////////////////////////////////////////////////////////*/

@media (max-height:800px) {
  #site-navigation {
    overflow: auto
  }
}

@media (max-height:520px) {
  .site-branding img {
    width: 20px
  }
	#page .mainHeader::after {
  content: '';
  height: 100%;
}



/*////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////SAFARI//////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////*/

@media not all and (min-resolution:.001dpcm) {
  .block-form-generic::before {
    display: block !important;
  }

  #page .mainHeader::after {
    background: rgba(255, 255, 255, 0.8) !important;
  }
}

/*////////////////////////////////////////////////////////////////////////*/

.paragraph-style {
  font-family: var(--family-body);
  font-size: 20px;
  line-height: 1.7;
  font-weight: lighter;
  color: #6C6C6C;
}

.paragraph-header {
  font-size: 20px;
  display: inline;
}

/* 22-11-29 */
.mim-descubre-mas {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;

}

.mim-descubre-mas img {
  margin: 10px;
}

.mim-proceso-in {
  margin: 50px;
  width: 33vw;
}

.mim-proyectos-t {
  margin: 50px;
  width: 50vw;
}

.mim-main-video {
  position: relative;
  overflow: hidden;
}

.mim-main-video::after {
  content: '';
  display: block;
  padding-top: 55%;
}

.mim-main-video video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mim-main-video img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mim-main-video:hover img {
  display: none;
}

.mim-descubre-mas .wpb_image_grid_ul {
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mim-descubre-mas .wpb_image_grid_ul .isotope-item {
  width: 25%;
  margin: 0px;
  padding: 10px;
  box-sizing: border-box;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

.mim-descubre-mas .wpb_image_grid_ul .isotope-item::after {
  content: '';
  display: block !important;
  padding-top: 55%;
}

.mim-descubre-mas .wpb_image_grid_ul .isotope-item img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
}

.vc_column_container.mim-col-instalaciones-page {
  padding: 10px;
}

@media (max-width:767px) {
  .mim-descubre-mas .wpb_image_grid_ul .isotope-item {
    width: 33.33%;
  }
}

@media (max-width:500px) {
  .mim-descubre-mas .wpb_image_grid_ul .isotope-item {
    width: 50%;
  }
}

@media (max-width:400px) {
  .mim-descubre-mas .wpb_image_grid_ul .isotope-item {
    width: 100%;
  }
}

body .grecaptcha-badge {
  display: none !important;
}

/*TOLDOS NUEVA SECCION*/
.btn_iframe_block{
	display: none;
}
.open .btn_iframe_block{
	display:block;
}
.button_iframe-iframe {
	/*position: relative;
	width:1000px; 
	height:450px;
	z-index:4;*/
	border:none;
	box-shadow: 0px 0px 10px 0px #ccc;
	
	position: fixed;
    top:0px;
    left:90px;
    width: calc(100% - 90px);
    height: 100%;
    z-index: 9;

}

.btn_iframe_close {
	position: fixed;
    top:40px;
    right:20px;
    display: block;
    width:20px;
    height:20px;
    background-color: transparent;
    z-index: 10;
    cursor: pointer;
}

.btn_iframe_close::before {
	content: '';
	position: fixed;
    top:40px;
    right:20px;
    display: block;
    width: 20px;
    height: 4px; 
    background-color: black;
    transform: rotate(-45deg);
    z-index: 10;
    cursor: pointer;
}

.btn_iframe_close::after {
	content: '';
	position: fixed;
    top:40px;
    right:20px;
    display: block;
    width: 20px;
    height: 4px; 
    background-color: black;
    transform: rotate(45deg);
    z-index: 10;
    cursor: pointer;
}


.mim-link.boton_toldos strong {
  padding: 5px;
  border-left: solid 10px var(--color-blue);
  font-size: 15px;
	

}

.swiper-slide.section-diagonal.container_boton_toldos {
  height: 50px;
  display: block;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;

}

.toldos_nuevos_text .wpb_wrapper p {
  font-size: 15px;
}

.vc_row.wpb_row.vc_row-fluid.boxed-container.nuevos_toldos_container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.wpb_column.vc_column_container.vc_col-sm-6.box_boton_toldos {
  width: 160px;
  height: 33px;
}

.text_description_toldos {
  margin-top: 50px;
}
	