/*
 Theme Name:     Ananke Child Theme
 Theme URI:      http://demo.oceanthemes.net/ananke
 Description:    Ananke Child Theme
 Author:         OceanThemes
 Author URI:     http://oceanthemes.net
 Template:       ananke
 Version:        3.2.8
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ananke-child
*/

@import url("../ananke/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
html{
     scroll-padding-top: 4.3rem;
     scroll-behavior:auto;
}
body {
    position: relative;
    z-index: 1;
}
p{
    font-size:20px;
}
h1{
    font-size:38px!important;
}

#cursor {
    position: absolute;
    width: 50px;
    height: 60px;
    background: url("https://www.chemsas.co/wp-content/uploads/2022/08/gota.png") no-repeat;
    border-radius: 50%;
    display: none;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    z-index: 4;
}

div:hover~#cursor {
    transform: scale(0.3) !important;
    background: orange !important;
}

a:hover~#cursor {
    transform: scale(0.7) !important;
    background: orange !important;
}

.logo,
.cbp-af-header.cbp-af-header-shrink .logo {
    background-size: contain !important;
    position: absolute !important
}

section {
    z-index: -1;
}

.video-sections {
    width: 100%;
    background: inherit;
}

.video-sections,
.services-offer,
.team-wrap {
    background: inherit !important;
}

a {
    position: relative !important;
    z-index: 9999 !important;
}

.wpb_row.vc_row-flex .rows {
    /*flex-wrap: inherit;*/
}

.six {
    width: 50% !important;
}

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

.vc_parallax .vc_parallax-inner {
    background-size: 104% !important;
}

.slideshow ol.slides {
    background: inherit !important;
}

.facts-wrap-num {
    box-shadow: inherit !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    color: #fff !important;
}

.facts-wrap h5 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto';
}

#portfolio-filter {
    display: none;
}

.portfolio-box:hover h4 {
    position: absolute;
    right: 50%;
    bottom: 51%;
    transform: translate(50%, 50%);
}

a.expander {
    pointer-events: none;
}

.portfolio-box h4 {
    background: #fff !important;
}

.portfolio-box:hover h4 {
    color: #1e73be;
}

.portfolio-box .mask {
    background-color: rgb(2 138 169 / 70%) !important;
}

#footer,
#footer .back-top,
.plans-offer,
.plans-offer-gold,
input,
textarea {
    background: #1B3F7D !important;
}
.form-empresas input{
    background: transparent !important;
    border: solid 1px #fff;
    padding: 5px;
    color: #fff;
    margin-bottom: 10px!important;
}
.form-empresas textarea{
    background: transparent !important;
    border: solid 1px #fff;
    padding: 5px;
    color: #fff;
    margin-bottom: 10px!important;
    min-height: 100px;
}
.form-empresas input::placeholder{
      color: #fff;
      font-size: 14px;
      font-family: 'Roboto';
}
.form-empresas textarea::placeholder{
      color: #fff;
      font-size: 14px;
      font-family: 'Roboto';
}

form #button-con input {
    color: #fff !important;
}

.custom .tp-bullet {
    width: 50px!important;
    background: rgb(255 255 255 / 50%)!important;
}

element.style {
    left: 55px;
    top: 0px;
}
.custom .tp-bullet.rs-touchhover, .custom .tp-bullet.selected {
    background: rgb(255 255 255)!important;
}
.wpb_map_wraper iframe{
    min-height: 400px;
}
.facts-wrap-num:before{
    content: "Más de";
    display: block;
    position: absolute;
    top: 0px;
    left: 37%;
    transform: translate(0%, -50%);
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .wpb_row.vc_row-flex .row {
        flex-wrap: wrap;
    }

    .six {
        width: 100% !important;
    }

    .header-shadow-text {
        font-size: 31px !important;
    }
}