/*
Theme Name: PlastimetTheme Theme
Theme URI: 
Author: Plastimet S.A.
Description: Theme Wordpress para Plastimet S.A.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: HTML5, CSS3, Javascript, Wordpress
*/
/*RESET CSS*/
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

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

a,
a:hover,
a:focus {
    text-decoration: none;
    color: initial;
    transition: all .3s ease;
}

p {
    font-size: .9em;
}

input:focus,
select:focus {
    outline: none;
}

figure {
    margin-bottom: 0px;
}

ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-weight: 400;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
    /*background-color: transparent !important;*/
}

.btn-main-blue {
    padding: 0.9em 2em;
    background-color: #1A62EE;
    color: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 800;
}

.btn-main-blue:hover {
    color: #ffffff;
}

.btn-main-white-outline {
    /*padding: 0.9em 2em;*/
    /*background-color: #1A62EE;*/
    color: #ffffff;
    padding: 10px 0px;
    /*border-radius: 5px;*/
    text-transform: uppercase;
    font-size: .8em;
    /*text-decoration: underline;*/
    font-weight: 800;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.btn-main-white-outline:hover {
    color: #1A62EE;
}

.heading-section * {
    font-weight: 300;
}

.heading-section * strong {
    font-weight: 800;
}

.hero-section {
    background-color: #1A62EE;
    padding: 10em 0 8em;
    position: relative;
    overflow: hidden;
    /*min-height: 450px;*/
    text-align: center;
}

.hero-section:before {
    content: '';
    position: absolute;
    background: url('https://plas.misiva.com.ec/wp-content/uploads/2022/10/onda-breadcumbs.png') no-repeat bottom center;
    background-size: contain;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    z-index: 2;
}

.hero-section:after {
    content: '';
    position: absolute;
    background: rgb(26, 98, 238, .75);
    background-size: contain;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

.hero-section * {
    color: #ffffff;
}

.hero-section h1 {
    font-weight: 800;
}

.hero-section.hero-destacado {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.hero-section.hero-destacado h1 {
    margin-top: 0px;
    font-size: 2.2em;
}

.hero-section.hero-destacado * {
    letter-spacing: -1px;
}

.hero-section h2 {
    font-weight: 300;
    font-size: 1.8em;
}

.hero-section p {
    font-weight: 300;
}

.breadcrumb-section {
    margin-top: -5px;
}

.breadcrumb-section span {
    font-size: .95em;
    font-weight: 500;
}

.breadcrumb-section span a {
    color: #F81800;
}

.page-heading-elementor {
    position: relative;
    pointer-events: none;
}

.page-heading-elementor:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70%;
    background: url('https://plas.misiva.com.ec/wp-content/uploads/2022/10/onda-breadcumbs.png') no-repeat top center;
    background-size: cover;
    z-index: 5;
}

/*******************/
/*ESTILOS GENERALES*/
/*******************/
.hamburger .line {
    width: 20px;
    height: 2px;
    background-color: #222222;
    display: block;
    margin: 3px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-9 {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-9:before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid transparent;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before {
    border: 2px solid #222222;
}

#hamburger-9.is-active .line {
    width: 20px;
}

#hamburger-9.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1) {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

#hamburger-9.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(90deg);
    -ms-transform: translateY(-5px) rotate(90deg);
    -o-transform: translateY(-5px) rotate(90deg);
    transform: translateY(-5px) rotate(90deg);
}

.hero-portada {
    position: relative;
}

.hero-portada:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 35%;
    background: url('https://plas.misiva.com.ec/wp-content/uploads/2022/10/ondas-portada-actualizado.webp') no-repeat bottom center;
    background-size: cover;
    pointer-events: none;
    z-index: 5;
}

.header {
    background-color: #ffffff;
    position: relative;
	z-index: 999;
}

/*.header:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: yellow;
    z-index: 99;
}*/
nav.mobile-menu-principal {
    position: absolute;
    top: 120%;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #1A62EE;
    padding: 1.5em;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 999;
}

nav.mobile-menu-principal ul li {
    margin-bottom: 25px;
}

nav.mobile-menu-principal ul li:last-child {
    margin-bottom: 0px;
}

nav.mobile-menu-principal ul li a {
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 800;
    text-transform: uppercase;
}

nav.mobile-menu-principal ul li a:hover,
nav.mobile-menu-principal ul li a:focus {
    background-color: transparent;
}

nav.mobile-menu-principal ul li a:hover,
nav.mobile-menu-principal ul li a:focus {
    color: #ffffff;
}

nav.mobile-menu-principal ul ul {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 1em;
    /*display: none;*/
    position: relative;
    width: 100%;
    border: 0px;
}

nav.mobile-menu-principal ul ul li a {
    text-transform: initial;
    font-weight: 300;
    font-size: 1.2em;
    padding: 0px;
}

nav.mega-menu-principal ul li a {
    font-family: 'Roboto Condensed', sans-serif;
}

.dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 10px;
}

.home .footer,
.page-id-924 .footer {
    margin-top: -10em;
}

.page-id-1521 .footer {
    margin-top: -15em;
}

.footer {
    /*margin-top: -8em;*/
    position: relative;
    z-index: 4;
}

.footer-box-widget img {
    width: 80px;
}

.footer-box-widget h3 {
    font-weight: 800;
}

.footer-box-widget ul li {
    margin-bottom: 15px;
}

.bottom-container-footer p,
.footer-box-widget ul li a {
    color: rgba(255, 255, 255, .7);
    font-size: .9em;
    font-weight: 200;
}

.top-container-footer,
.bottom-container-footer {
    background-color: #222222;
}

.top-container-footer{
	padding-top: 10rem;
}

.bottom-container-footer {
    border-top: 1px solid rgba(255, 255, 255, .25);
}

.bottom-container-footer p {
    font-size: .8rem;
}

.fadeShowNav {
    top: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.qlwapp-text {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0px;
    height: auto !important;
    padding: .8em;
    font-size: .9em;
    font-weight: 300 !important;
    display: inline-block !important;
}

.qlwapp-text:after {
    content: "";
    width: 0;
    height: 0;
    border-top: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-left: solid 10px #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}

.qlwapp-text strong {
    font-weight: 700 !important;
}

.box-industria a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em 0px;
    border-radius: 10px;
    width: 180px;
    margin: auto;
    position: relative;
}

.box-industria a:hover {
    background-color: red;
}

.contenedor-productos-hayward .box-industria a:hover {
    background-color: transparent;
}

.box-industria i.fa-solid {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.box-industria a:hover i.fa-solid {
    width: 15px;
    height: 15px;
    padding: 8px 10px;
    /*display: inline-block;*/
    line-height: 15px;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    right: 25px;
    background-color: #333333;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
}

.icono-industria {
    /*width: 65px;*/
    height: 45px;
    /*margin-right: 10px;*/
    margin-bottom: 15px;
    filter: saturate(0);
}

.contenedor-productos-hayward .icono-industria {
    /*width: 65px;*/
    height: 60px;
    /*margin-right: 10px;*/
    margin-bottom: 15px;
    filter: saturate(0);
}

.icono-industria img {
    height: 100% !important;
}

.box-industria a:hover .icono-industria img {
    filter: invert(1);
}

.contenedor-productos-hayward .box-industria a:hover .icono-industria img {
    filter: invert(0);
}

.box-industria:nth-child(1) .titulo-industria {
    color: #666666;
}

.contenedor-productos-hayward .box-industria:nth-child(1) .titulo-industria {
    color: initial;
}

.titulo-industria {
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 300;
    /*color: #999999;*/
    /*text-transform: uppercase;*/
}

.contenedor-productos-hayward .box-industria a:hover .icono-industria {
    filter: none;
}

.box-industria a:hover .icono-industria {
    filter: brightness(5);
}

.box-industria a:hover .titulo-industria {
    color: #ffffff;
}

.mapa {
    width: 100%;
    height: 380px;
    position: relative;
    /*filter: grayscale(1);*/
}

.mapa:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 4;
    pointer-events: none;
}

/*.mapa iframe{
    width: 1800px !important;
    height: 100%;
    max-width: inherit !important;
    float: right;
    display: block;
    pointer-events: none;
    opacity: .9;
}*/
.mapa #map {
    width: 100%;
    height: 100%;
}

.formulario-call-to-action {
    padding: 25px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    /*box-shadow: 0px 10px 25px rgba(0,0,0,.2);*/
    box-shadow: -60px 0px 50px -90px #000000, 60px 0px 50px -90px #000000;
    width: 90%;
    margin: -5em auto 0;
    /*height: 550px;*/
    position: relative;
    z-index: 5;
    text-align: center;
}

.formulario-call-to-action form input.form-control,
.formulario-call-to-action form select.form-control {
    height: 50px;
    line-height: 30px;
}

.formulario-call-to-action form textarea {
    height: 150px;
}

.formulario-call-to-action form input[type=submit] {
    width: 100%;
}

.formulario-call-to-action form input.form-control::-webkit-input-placeholder,
.formulario-call-to-action form select,
.formulario-call-to-action form textarea.form-control::-webkit-input-placeholder {
    color: #999999;
    font-size: .8em;
}

.formulario-call-to-action form input.form-control:-ms-input-placeholder,
.formulario-call-to-action form select,
.formulario-call-to-action form textarea.form-control:-ms-input-placeholder {
    color: #999999;
    font-size: .8em;
}

.formulario-call-to-action form input.form-control::placeholder,
.formulario-call-to-action form select,
.formulario-call-to-action form textarea.form-control::placeholder {
    color: #999999;
    font-size: .8em;
}

.hayward:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    background: url('https://plas.misiva.com.ec/wp-content/uploads/2022/10/onda-hayward-actualizado.webp') no-repeat bottom center;
    background-size: cover;
    z-index: 5;
}

.hayward.sinImagen:after {
    content: none !important;
}

/*.productos-destacados{
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.box-producto-destacado {
    position: relative;
}

.box-producto-destacado.centrado {
    width: 100%;
    position: relative;
    z-index: 99;
}

.centrado .imagen-destacado {
    overflow: hidden;
}

.imagen-destacado {
    /*width: 65%;*/
    height: 300px;
    overflow: hidden;
}

.box-producto-destacado {
    width: 150px;
}

.imagen-destacado img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.centrado .contenido-destacado {
    /*display: block;*/
    background-color: #333333;
    padding: 25px;
    border-radius: 10px;
    box-shadow: -12px 0px 15px 1px rgba(0, 0, 0, .2);
    margin-top: -10px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

.centrado .contenido-destacado h1 {
    font-size: 1.5em;
    font-weight: 800;
    margin-bottom: 35px;
    background-color: transparent;
    transform: inherit;
    color: #ffffff;
}

/*.contenido-destacado h1{
    background-color: blue;
    color: #ffffff;
    transform: rotate(-90deg);
    font-size: .9em;
    position: absolute;
    top: 0px;
    left: 0px;
}*/
.centrado .contenido-destacado p {
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    /*display: none;*/
}

.centrado .contenido-destacado a {
    display: block;
}

.contenido-destacado {
    display: none;
}

/*.contenido-destacado p,
.contenido-destacado a{
    display: none;
}*/
.info-contacto-mega-menu p {
    line-height: 1.1em;
    color: #ffffff;
}

.info-contacto-mega-menu h2 strong {
    font-weight: 800;
    letter-spacing: -1px;
    color: #ffffff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px;
}

.box-producto {
    border: 1px solid #dddddd;
    padding: 1.5em;
    text-align: center;
    border-radius: 10px;
}

.box-producto h1 {
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
}

.page-template-page-productos .box-producto .icono-familia,
.tax-industrias .box-producto .icono-familia {
    opacity: 1;
}

.box-producto .icono-familia {
    height: 70px;
    width: 70px;
    opacity: .4;
    margin: 0px auto 30px;
    overflow: hidden;
}

.box-producto .icono-familia img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 3px;
    margin: 0 auto;
    padding-top: 50px;
    background: #dddddd;
}

.timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 3em;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    /*padding: 15px;*/
    /*padding: 0px 1em;*/
    /*background: #f45b69;*/
    font-size: .9em;
    margin-top: -10px;
    color: #666666;
}

.timeline ul li div h2 {
    font-size: 1em;
    margin: 10px 0px;
    font-weight: 700;
    text-transform: uppercase;
}

/*.timeline ul li div::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
}*/
.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f45b69 transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #f45b69;
}

time {
    display: block;
    font-size: 2.5em;
    font-weight: 800;
    /*font-weight: bold;*/
    line-height: 1.2em;
    color: #1A62EE;
    margin-top: .5em;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li::after {
    transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #F81800;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }

    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .search-icon {
        color: #222222 !important;
    }

    .page-heading-elementor {
        background-size: cover !important;
        background-position: center center !important;
    }

    .page-heading-elementor>.elementor-background-overlay {
        background-color: rgba(26, 98, 238, .76) !important;
        background-image: none !important;
    }

    .elementor-swiper-button-prev {
        margin-left: -30px;
    }

    .elementor-swiper-button-next {
        margin-left: 30px;
    }

    .elementor-swiper-button {
        top: inherit !important;
        left: 50% !important;
        right: inherit !important;
        bottom: 2em;
        transform: translateX(-50%) !important;
    }

    .elementor-10 .elementor-element.elementor-element-73d8564 .swiper-slide-inner {
        text-align: center !important;
    }

    .timeline ul li {
        margin-left: 20px;
    }

    .timeline ul li div {
        width: calc(100vw - 91px);
    }

    .timeline ul li:nth-child(even) div {
        left: 45px;
    }

    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #f45b69 transparent transparent;
    }
}

.main-details-product {
    position: relative;
    background-color: #f9f9f9;
    border-top: 1px solid #dddddd;
}

.top-hero-product {
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 0px;*/
    /*height: 250px;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    filter: grayscale(1);
    /*z-index: 0;*/
}

.top-hero-product img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}

.top-hero-product:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 101%;
    height: 100px;
    background: url('https://plas.misiva.com.ec/wp-content/uploads/2022/10/ondas-unidas-hero-producto-actualizada.webp') no-repeat bottom center;
    background-size: 150%;
    z-index: 5;
}

.presentacion-producto {
    width: 100%;
    position: relative;
    z-index: 2;
}

.heading-product h1 {
    font-weight: 800;
    font-size: 3em;
}

.heading-product h5 {
    margin: 10px 0px 30px;
    font-weight: 300;
}

/*.top-hero-product:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    transform: rotateY(-180deg);
    width: 50%;
    height: 100%;
    background: url('https://plas.misiva.com.ec/wp-content/uploads/2022/10/onda-hero-destacado-productos.png') no-repeat bottom center;
    background-size: contain;
}*/
.medidas-producto {
    max-width: 200px;
    margin: auto;
    border: 5px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 1.2em 1em 1em;
    position: relative;
    z-index: 2;
}

.medidas-producto h6 {
    font-size: 1em;
    font-weight: 800;
    margin: .8em 0;
}

.medidas-producto ul li {
    font-size: .8em;
}

.tab {
    /*padding-top: 50px;*/
    /*margin-bottom: 20px;*/
    position: relative;
    overflow: hidden;
    /*background: #fff;*/
    /*width: 70%;*/
    /*margin: 0 auto;*/
    /*font-family: "Roboto", sans-serif;*/
    /*line-height: 1.5;*/
    /*font-weight: 300;*/
    color: #888;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.tabs li {
    /*float: left;*/
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.tabs a {
    background-color: #ffffff;
    /*border-bottom: 1px solid #fff;*/
    color: #888;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: .8em 1.5em;
    border-radius: 5px 5px 0px 0px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*border-bottom: 2px solid blue;*/
    border-width: 1px 1px 0px 1px;
    border-color: #F81800;
    border-style: solid;
    /*margin-top: -1px;*/
}

.tab_content {
    background-color: #f3f3f3;
    /*padding: 2em 4em;*/
    box-sizing: content-box;
    color: #666666;
}

.tabs_item {
    display: none;
    padding: 30px 0;
}

.tabs_item ul li {
    list-style: initial;	
	font-size: 1.2em !important;
}

.tabs_item h4 {
    font-weight: bold;
    color: blue;
    font-size: 20px;
}

.tabs_item img {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.tabs_item:first-child {
    display: block;
}
.tabs_item p{
	font-size: 1.2em !important;
	
}
.current a {
    color: #fff;
    background: #F81800;
    border-color: transparent;
}

/* .grid-galeria-productos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1em;
} */
.grid-galeria-productos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.grid-galeria-productos .item-pic {
    width: 45%;
}
@media (min-width: 1024px){
	.grid-galeria-productos .item-pic {
		width: 22%;
	}	
}

.item-pic {
    overflow: hidden;
}

.item-pic a img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    /*filter: blur(0px);*/
    /*transition: filter 0.3s ease-in;*/
}

/*.item-pic:hover a img {
  filter: blur(2px);
}*/
.formulario form input.form-control {
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
}

.formulario ::-webkit-input-placeholder {
    /* Edge */
    color: #999999;
    font-size: .9em;
}

.formulario :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
    font-size: .9em;
}

.formulario ::placeholder {
    color: #999999;
    font-size: .9em;
}

.footer-box-widget .menu-menu-principal-container ul li i {
    display: none;
}

.elementor-swiper-button {
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 50%;
}

.slider-iconos-industrias button i {
    color: #999999;
    font-size: 30px;
}

.slider-iconos-industrias button:before {
    content: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 3em !important;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    background-color: rgba(255, 255, 255, 1) !important;
}

.formularoHayward {
    max-width: 800px;
    margin: auto;
}

.formularoHayward p {
    margin: 0px !important;
}

.formularoHayward input.form-control {
    border-radius: 5px;
    height: 50px;
}

.formularoHayward input[type=submit] {
    font-weight: 700;
    background-color: #ffffff !important;
    color: #1A62EE;
    padding: 10px 30px !important;
}

.contenedor-postventa {
    position: relative;
    overflow: hidden;
    height: 200px;
    background-color: rgb(25, 25, 25);
    text-align: center;
}

.contenedor-postventa:before {
    content: 'POSVENTA';
    position: absolute;
    color: rgba(255, 255, 255, .15);
    top: 50%;
    left: 50%;
    font-size: 10em;
    letter-spacing: -1px;
    font-weight: 900;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.contenedor-postventa img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    opacity: .6;
}

.contenedor-postventa h5 {
    position: absolute;
    width: 75%;
    color: #ffffff;
    font-size: 2em;
    font-weight: 300;
    top: 50%;
    left: 50%;
    padding: 1em 2em;
    border-radius: 10px;
    /*border:  1px solid rgba(255,255,255,.25);*/
    z-index: 2;
    transform: translate(-50%, -50%);
}

.search-icon {
    font-size: 23px;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    outline: none;
}

.h-interna .search-icon {
    color: #222222;
}

.search-toggle .search-icon.icon-close {
    display: none;
}

.search-toggle.opened .search-icon.icon-search {
    display: none;
}

.search-toggle.opened .search-icon.icon-close {
    display: block;
}

.search-container {
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    background-color: #ffffff;
}

.search-container.opened {
    max-height: 150px;
    padding: 10px;
}

.search-container input[type="text"] {
    outline: none;
    font-size: 1.6rem;
    margin: 18px;
    width: 400px;
    background-color: inherit;
    border: 0;
}

.search-container .search-icon {
    vertical-align: middle;
}

.search-container {
    position: absolute;
    right: 10px;
    width: 240px;
}

.wpdreams_asl_results {
    margin-top: 0px !important;
    margin-left: 10px !important;
}

.icono-buscador {
    position: relative;
}

.icono-buscador .search-container .promagnifier {
    pointer-events: none;
    opacity: .4;
    order: 3 !important;
}

.icono-buscador .search-container .proinput {
    order: 1;
    margin: 0px !important;
}

.icono-buscador .search-container .proclose {
    order: 2;
}

.contenedor-slide-buscador {
    background-color: #eeeeee;
}

.contenedor-slide-buscador input {
    width: 100%;
    height: 50px;
}

.contenedor-slide-buscador .promagnifier {
    display: none;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
    .hayward:after {
        content: '';
        background: url('https://plas.misiva.com.ec/wp-content/uploads/2022/10/productos-hayward-nuevo.webp') no-repeat top center;
        background-size: contain;
        position: absolute;
        bottom: 20px;
        right: -15em;
        width: 600px;
        height: 380px;
        z-index: 5
    }
}

@media (min-width: 1024px) {
    .hero-portada:before {
        height: 50%;
        background: url('https://plas.misiva.com.ec/wp-content/uploads/2022/10/ondas-portada-actualizado.webp') no-repeat top center;
        background-size: cover;
    }

    .hero-section:after {
        background: rgb(26, 98, 238);
        background: linear-gradient(90deg, rgba(26, 98, 238, 0) 0%, rgba(26, 98, 238, 1) 50%, rgba(26, 98, 238, 1) 100%);
    }

    .header {
        background-color: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
/*         z-index: 99; */
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .header.h-interna {
        background-color: #ffffff;
        position: fixed;
        top: inherit;
        left: inherit;
    }

    nav.mega-menu-principal {
        width: 78%;
    }

    nav.mega-menu-principal ul li a {
        color: #ffffff !important;
    }

    .h-interna nav.mega-menu-principal ul li a {
        color: #222222 !important;
    }

    nav.mega-menu-principal ul li a {
        /*color: #ffffff;*/
        cursor: pointer !important;
        /*font-size: .9em;*/
        font-size: 1.2em;
        font-weight: 800;
        padding: 2.25em 1em;
        display: block;
        text-transform: uppercase;
    }

    nav.mega-menu-principal ul li a i.fa-solid {
        border: 1px solid #ffffff;
        padding: 4px;
        font-size: .35em;
        border-radius: 50%;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    /*a:not([href]):not([class]), a:not([href]):not([class]):hover{
        color: #ffffff !important;
        cursor: pointer !important;
    }
    .h-interna a:not([href]):not([class]), .h-interna a:not([href]):not([class]):hover{
        color: #222222 !important;
        cursor: pointer !important;
    }*/
    nav.mega-menu-principal ul li:nth-child(4) {
        margin-left: auto;
    }

    nav.mega-menu-principal ul li:nth-child(4) a,
    nav.mega-menu-principal ul li:nth-child(5) a {
        text-transform: initial;
        font-weight: 400;
        color: rgba(255, 255, 255, .6) !important;
    }

    nav.mega-menu-principal ul li:nth-child(4) a:hover,
    nav.mega-menu-principal ul li:nth-child(5) a:hover {
        color: rgba(255, 255, 255, 1) !important;
    }

    nav.mega-menu-principal ul li:nth-child(1) a:hover,
    nav.mega-menu-principal ul li:nth-child(2) a:hover,
    nav.mega-menu-principal ul li:nth-child(3) a:hover {
        background-color: #1A62EE;
    }

    .h-interna nav.mega-menu-principal ul li:nth-child(1) a:hover,
    .h-interna nav.mega-menu-principal ul li:nth-child(2) a:hover,
    .h-interna nav.mega-menu-principal ul li:nth-child(3) a:hover {
        color: #ffffff !important;
    }

    .h-interna nav.mega-menu-principal ul li a:hover i.fa-solid {
        border: 1px solid #ffffff;
    }

    .h-interna nav.mega-menu-principal ul li a {
        color: #333333 !important;
    }

    .h-interna nav.mega-menu-principal ul li a:hover {
        color: #222222 !important;
    }

    .h-interna nav.mega-menu-principal ul li a i.fa-solid {
        border: 1px solid #222222;
    }

    .dropdown-mega-menu,
    .dropdown-mega-menu-industrias,
    .dropdown-mega-menu-distribucion {
        /*background-color: #1A62EE;*/
        background-color: rgba(10, 88, 202, .97);
        /*background-color: #999999;*/
        position: absolute;
        border-radius: 0px;
        top: 120%;
        width: 100%;
        /*height: 350px;*/
        left: 0px;
        z-index: 99;
        visibility: hidden;
        transition: all .3s ease;
        opacity: 0;
    }

    .dropdown-mega-menu ul,
    .dropdown-mega-menu-industrias ul,
    .dropdown-mega-menu-distribucion ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding-right: 5em;
    }

    .dropdown-mega-menu ul#menu-menu-principal-productos {
        flex-direction: column;
        max-height: 250px;
    }

    .dropdown-mega-menu ul li,
    .dropdown-mega-menu-industrias ul li,
    .dropdown-mega-menu-distribucion ul li {
        /*
        margin: 5px 0px;
        padding: 5px 0px;*/
        width: 33.3%;
    }

    .dropdown-mega-menu ul li a,
    .dropdown-mega-menu-industrias ul li a,
    .dropdown-mega-menu-distribucion ul li a {
        color: #ffffff;
        display: block;
        font-size: 1em;
        padding: 10px;
        font-weight: 400;
        background-color: rgba(0, 0, 0, 0);
        border-bottom: 1px solid transparent;
        text-transform: uppercase;
        position: relative;
    }

    .dropdown-mega-menu ul li a:after,
    .dropdown-mega-menu-industrias ul li a:after,
    .dropdown-mega-menu-distribucion ul li a:after {
        /*content: '>';*/
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        color: #ffffff;
        font-size: 20px;
        /*font-family: "Font Awesome 5 Free";*/
        /*content: "\f105";*/
    }

    .dropdown-mega-menu ul li a:hover,
    .dropdown-mega-menu-industrias ul li a:hover,
    .dropdown-mega-menu-distribucion ul li a:hover {
        font-weight: 800;
        transform: scale(1.1);
        /*background-color: rgba(0,0,0,.1);*/
        /*border-color: #ffffff;*/
        /*padding-left: 10px;*/
        /*border-left: 5px solid #222222;*/
    }

    .logo-brand {
        width: 300px;
        margin-right: 2em;
    }

    .elementor-slides .swiper-slide-inner {
        padding: 0px 8em !important;
    }

    .elementor-swiper-button:hover {
        background-color: #ffffff;
        color: #666666;
    }

    .elementor-swiper-button-prev {
        left: inherit !important;
        right: 4em !important;
        margin-top: 30px;
    }

    .elementor-swiper-button-next {
        right: 4em !important;
        margin-top: -30px;
    }

    .wFull-col3 ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .wFull-col3 ul li {
        width: 33.3%;
    }

    .mapa {
        width: 100%;
        height: 500px;
    }

    .mapa:before {
        height: 200px;
    }

    .formulario-call-to-action {
        position: absolute;
        top: 50%;
        left: inherit;
        right: 8em;
        transform: translateY(-50%);
        width: 350px;
        border: 0px;
        /*height: 550px;*/
        /*box-shadow: 0px 10px 25px rgba(0,0,0,.2);*/
        margin: 0px;
        padding: 40px;
    }

    .formulario-call-to-action form {
        text-align: left;
    }

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

    .box-producto-destacado.centrado {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        /*width: 900px;*/
        margin: 20px auto;
    }

    .centrado .imagen-destacado {
        width: 65%;
        height: 400px;
        overflow: hidden;
    }

    .centrado .contenido-destacado {
        width: 35%;
        height: 400px;
        padding: 30px;
        text-align: left;
        margin-top: 0px;
        margin-left: -20px;
        box-shadow: -15px 0px 15px -8px rgba(0, 0, 0, .4);
    }

    /*.formulario-call-to-action{
        box-shadow: 0px 10px 25px rgba(0,0,0,.2);
        width: 350px;
        height: 550px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 999;
    }*/
    .centrado .contenido-destacado p {
        display: block;
    }

    .hayward:after {
        bottom: 30px;
        right: -5em;
    }

    .main-details-product {
        padding: 10em 0px 3em;
    }

    .hero-section {
        text-align: left;
        padding: 10em 0 12em 0;
        min-height: 450px;
    }

    .hero-section.hero-destacado {
        background-position: -20em -3em;
    }

    .hero-section:before {
        background-size: cover;
    }

    .hero-section h1 {
        font-size: 4em;
    }

    .hero-section.hero-destacado h1 {
        font-size: 5.2em;
        margin-top: -20px;
    }

    .hero-section h2 {
        font-size: 4em;
    }

    .hero-section p {
        font-size: 1.5em;
    }

    .timeline ul li:nth-child(even) {
        text-align: right !important;
    }

    .timeline ul li div {
        padding: 0px 1em;
    }

    .top-hero-product {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 350px;
        width: 650px;
        overflow: hidden;
        filter: grayscale(1);
        z-index: 0;
    }

    /*.top-hero-product img{
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center;
    }*/
    .top-hero-product:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0px;
        width: 101%;
        height: 90%;
        background: url('https://plas.misiva.com.ec/wp-content/uploads/2022/10/ondas-unidas-hero-producto-actualizada.webp') no-repeat bottom center;
        background-size: cover;
    }

    .tabs {
        flex-direction: row;
    }

    .tabs a {
        margin-top: 0px;
        margin-left: -1px;
    }

    .tabs li:first-child a {
        margin-left: 0px;
    }

    .pt-5em {
        padding-top: 5em;
    }

    .centrado .contenido-destacado h1 {
        margin-bottom: 20px;
    }

    .heading-product h1 {
        font-size: 5em;
        line-height: 1em;
    }

    .medidas-producto {
        margin: 0px;
    }

    .elementor-element-16c7b23 .elementor-column-gap-default .elementor-column:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, .1);
    }

    .elementor-element-16c7b23 .elementor-column-gap-default .elementor-column:last-child:before {
        content: none;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5em !important;
    }
}

@media (min-width: 1200px) {
    .hayward:after {
        right: 0;
    }
}

.elementor-tabs-wrapper .elementor-tab-title {
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border: 1px solid #F81800 !important;
    border-bottom: 0px !important;
    padding: 15px 30px !important;
}

.elementor-tab-title.elementor-tab-mobile-title {
    background-color: #ffffff !important;
    border: 1px solid #F81800 !important;
    margin-top: -1px;
    border-radius: 5px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* .elementor-tab-title.elementor-tab-mobile-title::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: green;
} */
.elementor-tab-title.elementor-tab-mobile-title span {
    position: absolute;
    right: 20px;
    font-size: 1.5rem;
    line-height: 15px;
}

.elementor-tabs-wrapper .elementor-tab-title.elementor-active,
.elementor-tab-mobile-title.elementor-active {
    background-color: #F81800 !important;
}

.elementor-tabs-content-wrapper {
    /* border-top: 1px solid #cccccc !important; */
    background-color: #f3f3f3;
}

.elementor-tabs-content-wrapper .mobile-imagen {
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}

.elementor-tabs-content-wrapper .mobile-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.elementor-tab-content {
    padding: 2rem !important;
}

@media(min-width:992px) {
    .elementor-tabs-content-wrapper .mobile-imagen {
        display: none;
    }

    .elementor-tabs-content-wrapper {
        border-top: 1px solid #cccccc !important;
        /* background-color: #f3f3f3; */
        padding: 1rem 1.5rem;
    }

    .elementor-tabs-content-wrapper #elementor-tab-content-6181 {
        height: 420px !important;
    }
}

.elementor-tabs-content-wrapper .btn.btn-primary {
    font-size: .85rem;
    padding: 0.5rem 1rem;
}

@media (max-width:992px) {
    .elementor-tabs-content-wrapper .btn.btn-primary {
        display: table;
        margin: auto;
    }
}

.elementor-tabs-content-wrapper .btn.btn-primary i {
    margin-left: 10px;
}

.elementor-tabs-content-wrapper p {
    margin-top: 1rem;
    margin-bottom: 2rem
}

.elementor-tabs-content-wrapper form textarea {
    height: 120px;
}

.elementor-tabs-content-wrapper form input.form-control {
    height: 40px !important;
}

.elementor-tabs-content-wrapper form input[type=submit] {
    display: inline-block;
    width: 150px !important;
    background-color: #1A62EE !important;
    color: #ffffff !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.boxs-destacados-hayward {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.boxs-destacados-hayward li {
    width: 45%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0px;
    text-align: center;
    border-radius: 5px;
    background-color: #eeeeee;
    padding: 1rem .5rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

@media (min-width:992px) {
    .sticky {
        position: fixed;
        top: 0;
        background-color: #ffffff;

    }

    .boxs-destacados-hayward li {
        width: 30%;
        min-height: 170px;
    }
}

/* .boxs-destacados-hayward li:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
} */
.boxs-destacados-hayward li img {
    width: 50px;
    display: block;
    margin: 0px auto 1rem;
}

.btn-dowload-catalogo {
    padding: 1rem 4rem 1rem 2rem !important;
    font-size: 16px !important;
    margin: auto;
    display: table;
    position: relative;
    line-height: 18px;
}

.btn-dowload-catalogo i {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}



.sticky nav.mega-menu-principal ul li a {
    padding: 1.25em 1em;
    color: #222222 !important;
}

.sticky nav.mega-menu-principal ul li:nth-child(4) a:hover,
.sticky nav.mega-menu-principal ul li:nth-child(5) a:hover {
    color: #222222 !important;

}

.sticky nav.mega-menu-principal ul li:nth-child(1) a:hover,
.sticky nav.mega-menu-principal ul li:nth-child(2) a:hover,
.sticky nav.mega-menu-principal ul li:nth-child(3) a:hover {
    color: #ffffff !important;
}