html, body {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    color: #fff;
}

.lineH { line-height: 1.1; }
.pWrapper { max-width: 1100px; }

.fp-watermark {
    display: none !important;
}

.textShadow {
    text-shadow: 2px 2px #333;
}

.websg-page-h {
    height: 100vh;
    overflow-x: hidden;
}

.websg-page-header {
    position: absolute;
    right: 0;
    left: 0;
}

.spacer {
    display: block;
    width: 50vh;
}

.webs-page, body {
    overflow-x: hidden;
}

.fixContentOverflow { background-color: #00263f; position: relative; z-index: 999; padding-bottom: 0px; }

.bg-gray { background-color: #00263f; }

.websg-page-footer {
    background-color: #00263f;
    max-width: 1200px !important;
    margin: auto;
    padding: 10px 0;
    border-top: solid 1px #fff;
}
.websg-page-footer a, .websg-page-footer a:hover, .websg-page-footer a:link, .websg-page-footer a:visited {
    color: #00263f;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    margin-right: 30px;
    padding: 10px 0;
}

.page-margin {
    padding-top: 150px;
}

.list-index {
    text-align: center;
}
.list-index li a, .list-index li a:hover, .list-index li a:visited {
    color: #fff;
    font-size: 22px;
}
.list-index li a:hover {
    color: #f38330;
    text-decoration: none;
}

.bg-blue { background-color: #00263f; }
/* .wrapper-navbar { background-color: #00263f; } */

/* mode white */
.bg-white { 
    background-color: #fff;
    color: #00263f; 
}
.bg-white .websg-navbar li a {
    color: #00263f;
}
.bg-white  .websg-navbar li a:hover, .bg-white  .websg-navbar li, .bg-white  .websg-navbar .option-active a,
.bg-white .websg-navbar .current-menu-item a {
    color: #f38330;
}
.bg-white .websg-navbar  {
    border-bottom: solid 2px #00263f;
}
.bg-white .websg-navbar .current-menu-item a {
    color: #00263f;
}

/* mode orange */
.bg-orange {
    background-color: #f38330;
    color: #fff; 
}
.bg-orange .websg-navbar li a {
    color: #fff;
}
.bg-orange  .websg-navbar li a:hover, .bg-orange  .websg-navbar li, .bg-orange  .websg-navbar .option-active a,
.bg-orange  .websg-navbar .current-menu-item a {
    color: #00263f;
}
.bg-orange  .websg-navbar li a:hover, .bg-orange  .websg-navbar li a:visited { color: #fff !important; }
.bg-orange .websg-navbar  {
    border-bottom: solid 2px #fff;
}

.fotorama__caption__wrap {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.webs-logo {
    padding: 15px 0 0 120px;
    padding: 15px 0 0 70px;
    display: inline-block;
    position: relative;
    z-index: 900;
}
.webs-logo #logo_white { display: none; }
.webs-logo #logo_orange { display: none; }
.webs-logo #logo_blue { display: none; }


.mode-white #logo_regular { display: none; }
.mode-white #logo_orange { display: none; }
.mode-white #logo_white { display: block; }
.mode-white #logo_blue { display: nonte; }

.mode-orange #logo_regular { display: none ; }
.mode-orange #logo_orange { display: block ; }
.mode-orange #logo_white { display: none ; }
.mode-orange #logo_blue { display: none ; }

.mode-leftwhite #logo_regular { display: none ; }
.mode-leftwhite #logo_orange { display: none ; }
.mode-leftwhite #logo_white { display: none ; }
.mode-leftwhite #logo_blue { display: block ; }

.websg-page {
    max-width: 1440px;
    margin: auto;
}

.websg-navbar {
    padding: 0px 0px 0 20px;
    margin: 60px 0 0 0 !important;
    text-align: left;
    border-bottom: solid 2px #fff;
    width: 90%;
    display: inline-block;
    position: relative;
    z-index: 900;
    left: 50px;
}
.websg-navbar li {
    display: inline-block;
    padding-right: 20px;
    line-height: 1;
}
.websg-navbar li:last-child { padding-right: 0px; }
.websg-navbar li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px; /* 22 */
    text-transform: uppercase;
    padding-bottom: 13px;
    display: inline-block;
    font-weight: 400;
}
.websg-navbar li a:hover, .websg-navbar li, .websg-navbar .option-active a,
.websg-navbar .current-menu-item a {
    color: #f38330;
}

.websg-navbar li:hover ul {
    display: block;
}

.websg-navbar li ul {
    display: block;
    position:absolute;
    background-color: #f38330;
    padding: 0px;
    margin: 0px;
    display: none;
}
.websg-navbar li ul li {
    display: block;
    border-bottom: solid 1px #00263f;
    padding: 0px;
    margin: 0px;
}
.websg-navbar li ul li a, .websg-navbar li ul li a:hover, .websg-navbar li ul li a:visited {
    color: #00263f;
    padding: 5px 10px;
    display: block;
    text-align: center !important;
}
.websg-navbar li ul li a:hover {
    color: #00263f;
    color: #fff;
    background-color: #00263f;
}

h1 {
    text-align: center;
    font-size: 44px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

/* contacto */
.wpcf7-response-output {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.websg-page-wrapper-contact {
    max-width: 1100px;
    margin: auto;
    border-radius: 20px;
}
.websg-form label {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 8px 0 0 30px;
    text-transform: uppercase;
}
.websg-form input[type=text],
.websg-form input[type=email],
.websg-form textarea {
    border-radius: 20px;
    padding: 7px 30px;
    line-height: 1;
}
.websg-form .comments {
    height: 40vh;
}
.websg-form p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.gform {
    border-radius: 30px;
    max-width: 990px;
    margin: auto;
}

.btn-submit {
    background-color: #f38330;
    color: #00263f;
    border: solid 2px #f38330;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.btn-submit:hover {
    color: #00263f;
    background-color: #fff;
}

.pageContact h2 {
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 20px;
}

/* recursos */
.websg-page-wrapper-recursos {
    max-width: 1200px;
    margin: auto;
    /* height: 80vh; */
}

.folder {
    background-image: url(../img/bg-folder.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 57vh;
    /* padding-top: 150px; */
    color: #00263f;
    display: inline-block;
    background-size: contain;
    display: inline-block;
    text-decoration: none;
}
.folder div {
    padding-top: 80px;
    width: 90%;
}
.folder:hover, .folder:visited {
    color: #00263f;
}
.folder p {
    color: #00263f !important;
}

.folder p {
    font-size: 22px;
    font-weight: 300;
}

.folder a, .folder a:hover, .folder a:visited {
    color: #00263f;
    text-decoration: none;
}
.folder a:hover {
    color: #ef802e;
}
.folder h2 a, .folder h2 a:visited, .folder h2 a:link .folder h2 a:hover {
    color: #ef802e !important;
}

.folder-m20 { margin-left: 20px;}

h2  {
    color: #ef802e;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
}

/* recursos articulos */
.blog-list {
    margin: 0px;
    padding: 70px 0 0 40px;
    list-style: none;
}
.blog-list li {
    padding-left: 20px;
    padding-bottom: 35px;
}
.blog-list li a, .blog-list li a:hover, .blog-list li a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 36px;
}
.blog-list li a:hover {
    text-decoration: underline;
    color: #ef802e;
}

.h2-orange {
    background-color: #ef802e;
    color: #00263f;
    font-size: 44px;
    font-weight: bold;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-radius: 80px;
}

/* recursos galeria */
.gallery-list {
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}
.gallery-list li {
    display: inline-block;
    width: 30vw;
}
.gallery-list li:first-child {
    margin-right: 20px;
}
.gallery-list li a, .gallery-list li a:hover, .gallery-list li a:visited, .gallery-list span {
    background-color: #fff;
    /* width: 500px; */
    /* height: 270px; */
    width: 100%;
    height: 220px;
    border-radius: 30px;
    color: #f08030;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    text-decoration: none;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.gallery-list .smallFolder {
    background-color: transparent;
    background-image: url(../img/bg-folder.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    font-size: 22px;
    line-height: 1.3;
}

.btnPreview {
    width: 100%;
    height: 250px;
}

.h2-consultoria {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/gallery-title-left.png);
    background-repeat: no-repeat;
    background-size:  cover;
    position: center center;
    width: 100%;
    height: 350px;
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
}

.h2-consultoria-right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/gallery-title-right.png);
    background-repeat: no-repeat;
    background-size:  cover;
    position: center center;
    width: 100%;
    height: 350px;
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
}

/* servicios */
.websg-page-wrapper-servicios {
    /* max-width: 1400px; */
    margin: auto;
    /* padding-top: 50px; */
}
.websg-page-wrapper-servicios h2 {
    font-weight: normal;
}
.websg-page-wrapper-servicios h2 .strong {
    font-weight: 600;
}
.websg-page-wrapper-servicios  p {
    font-size: 22px; /* 30 */
    line-height: 1.2;
}
.websg-servicios-btn {
    border-radius: 200px;
    border: solid 1px #fff;
    min-height: 75vh;
    text-align: center;
    padding: 30px 10px;
    
}
.landing-services p {
    max-width: 80vw;
    margin: auto;
}
.websg-servicios-btn p {
    font-size: 24px; /* 30 */
}
.websg-servicios-btn-orange {
    background-color: #eb5a24;
}
.websg-servicios-btn-orange2 {
    background-color: #f18d1e;
}
.websg-servicios-btn-gray {
    background-color: #adadad;
}

.websg-servicios-btn .more, .websg-servicios-btn .more:visited, .websg-servicios-btn .more:hover {
    font-size: 17px;
    width: 155px;
    height: 75px;
    display: inline-block;
    background-image: url(../img/bg-servicios-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #000;
    text-decoration: none;
    padding-top: 15px;
    line-height: 1.1;
}

.leftSideDefault {
    height: 100vh;
}

.websg-page-wrapper-servicios .leftSide {
    color: #00263f;
    background-color: #fff;
    background-image: url(../img/bg-right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-repeat: repeat-y;
    height: 100vh;
}
.leftSideWrapper {
    padding-top: 80px;
    padding-right: 100px;
}

.serviciosTitle h1 {
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    padding-bottom: 70px;
}
.serviciosTitle h1 strong {
    font-weight: normal;
    display: block;
    font-size: 36px;
}

/* capacitaciones */
.leftSideWhite {
    background-color: #fff;
    color: #00263f;
    padding-left: 50px;
    padding-right: 50px;
}

.leftSideWhite h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
}
.serviciosTitleOrange h1 strong {
    color: #ef5a24;
}
.serviciosTitleOrange {
    /* padding-left: 100px;
    padding-right: 100px; */
}
.serviciosTitleOrange p {
    padding-bottom: 30px;
}
.serviciosTitleOrange > :last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.serviciosTitle h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

.websg-page-wrapper-capacitaciones {
    margin: auto;
    width: 95vw;
}

.orange-buttons {
    margin: 30px 0 10px 0;
}
.orange-buttons .w100 {
    padding-bottom: 10px !important;
}
.orange-buttons .w90 {
    /* width: 95% !important; */
    width: 97% !important;
    display: block;
}
.orange-buttons a, .orange-buttons a:hover, .orange-buttons a:link, .orange-buttons a:visited {
    display: inline-block;
    background-color: #f48530;
    padding: 7px 15px;
    text-decoration: none;
    color: #00263f;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    background-image: url(../img/bg-plus.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 7px 10px 40px 15px;
    width: 45%;
    text-align: center;
    font-size: 15px;
    height: 90px;
}

.vbutton, .vbutton:hover, .vbutton:link, .vbutton:visited {
    /* writing-mode: vertical-rl;
    text-orientation: mixed; */
    background-image: none !important;
    background-color: #fff !important;
    color: #f48530 !important;
    text-align: right !important;
    font-weight: bold;
    transform: rotate(270deg);
    /* transform-origin: left top 0; */
    padding: 10px 150px;
    border-radius: 30px;
}
.buttonArrow {
    margin-right: 30px;
    width: 100%;
}

/* diagnostico */
.leftSideOrange {
    background-color: #f38330;
    color: #00263f;
}

.leftSideOrange h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
}

.sidebar-options {
    display: flex;
    height: 98vh;
    justify-content: center;
    align-items: center;
}
.sidebar-options ul {
    margin: 0px;
    padding: 0px;
}
.sidebar-options ul li {
    margin-bottom: 50px;
    list-style: none;
}
.sidebar-options ul li:last-child { margin-bottom: 0; }
.sidebar-options ul li a, .sidebar-options ul li a:visited, .sidebar-options ul li a:hover, .sidebar-options ul li a:link {
    text-decoration: none;
    text-transform: uppercase;
    color: #00263f;
    font-weight: 400;
    font-size: 20px; /*22*/
    display: inline-block;
    border-radius: 15px;
    border: solid 2px #00263f;
}
.sidebar-options ul li a:hover {
    background-color: #fff;
    border: solid 1px #fff;
}
.leftside-valign {
    justify-content: center;
    align-items: center;
    display: flex;
}

.leftside-vbottom, .bottom-text-left {
    border-top: solid 1px #f38330;
    height: 270px;
    padding: 15px 25px;
}
.leftside-vbottom, .bottom-text {
    border-top: solid 1px #f38330;
    height: 270px;
    padding: 15px 45px;
}

.bottom-box {
    height: 270px;
    padding: 15px 25px 15px 100px;
}

/* capacitaciones */
.p-orange p {
    color: #ef5a24;
}
.websg-page-wrapper-servicios .leftSide2 {
    color: #00263f;
    background-color: #fff;
}
.leftSideWrapper2 {
    padding: 80px 50px;
}
.p-center p {
    text-align: center;
}

/* consultorias */
.h2Button {
    display: inline-block;
    background-color: #fff;
    text-decoration: none;
    color: #f48530;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 40px 40px;
    width: 100%;
    text-align: center;
    font-size: 23px;
    height: 165px;
}

.blue-buttons {
    margin: 30px 0 10px 0;
}
.blue-buttons .w100 {
    padding-bottom: 10px !important;
}
.blue-buttons .w90 {
    width: 95% !important;
    display: block;
}
.blue-buttons a, .blue-buttons a:hover, .blue-buttons a:link, .blue-buttons a:visited {
    display: inline-block;
    background-color: #00263f;
    text-decoration: none;
    color: #f48530;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    background-image: url(../img/bg-plus-orange.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 40px 10px 70px 15px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    height: 165px;
}

/* social media */
.list-social-icons {
    margin: 5px 0;
    padding: 0px;
    display: block;
    text-align: center;
}
.list-social-icons li {
    display: inline-block;
    margin-right: 40px;
}
.list-social-icons li:last-child { margin-right: 0; }
.list-social-icons li a, .list-social-icons li a:hover, .list-social-icons li a:visited, .list-social-icons li a:link {
    color: #00263f !important;
    text-decoration: none;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-size: 20px;
    line-height: 1;
}

.social-icons-footer { 
    text-align: right;
}
.social-icons-footer li {
    margin-right: 20px !important;
}
.social-icons-footer li a, .social-icons-footer li a:hover, .social-icons-footer li a:visited, .social-icons-footer li a:link {
    color: #fff !important;
    background-color: #00263f;
}

/* nosotros */
.websg-page-wrapper-nosotros {
    /* max-width: 1400px; */
    margin: auto;
    /* padding-top: 50px; */
}
.websg-page-wrapper-nosotros h2 {
    font-weight: normal;
}
.websg-page-wrapper-nosotros h2 .strong {
    font-weight: 600;
}
.websg-page-wrapper-nosotros  p {
    font-size: 22px; /* 30 */
    line-height: 1.2;
    color: #fff;
}
.nosotrosOrange {
    padding-left: 50px;
    padding-right: 50px;
}
.nosotrosOrange p {
    padding-bottom: 30px;
}
.nosotrosOrange > :last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.nosotrosOrange p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.websg-page-wrapper-nosotros .list-social-icons li { margin-right: 15px;}

.box-pilares {
    padding-bottom: 100px;
}
.box-pilares h2 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.box-mision, .box-mision:hover, .box-mision:link, .box-mision:visited {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/bg-mision.png);
    background-position: center center;
    display: flex;
    width: 450px;
    height: 450px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    
}
.box-mision span {
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 900;
    color: #00263f;
}
/* .box-mision:hover,  */
.box-mision-active {
    background-image: url(../img/bg-mision-hover.png);
    width: 450px;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}
.box-mision-active .card-wrapper {
    width: 90%;
    padding: 0 30px;
}

.btn-up {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 20px;
}
.btn-up a, .btn-up a:hover, .btn-up a:visited, .btn-up a:link, .btn-up span, .btn-up span:hover {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color:#ef802e;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 25px;
    padding-top: 5px;
    opacity: 0.4;
    border: solid 2px #fff;
    cursor: pointer;
}
.btn-up a:hover, .btn-up span:hover {
    opacity: 1;
}

.btn-social {
    position: absolute;
    width: 45px;
    height: 190px;
    /* left: -1px; */
    top: 30vh;
    border: solid 1px #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #00263f;
    /* bottom: 0; */
    opacity: .3;
    right: -10px;
}
.btn-social li a:hover {
    color:#ef802e !important;
}
.btn-social:hover {
    opacity: 1;
}
.profile-box span, .profile-box {
    cursor:pointer;
}
.profile-box img {
    padding-bottom: 10px;
    height: 31vh;
}
.profile-box p {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
.profile-box strong {
    display: block;
    font-weight: 300;
}
.profile-detail {
    background-color: #7e838d;
    border: solid 40px #505968;
    border-radius: 70px;
    width: 85%;
    margin: auto;
    padding: 20px 30px;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-detail p, .profile-detail ul {
    font-weight: 300;
    font-size: 17px;
}
.profile-detail h3 {
    text-align: center;
    font-weight: 500;
}
.profile-detail h3 strong {
    display: block;
    font-weight: 300;
}

.fp-arrow {
    display: none !important;
}

/* flip effect */
.scene {
    display: inline-block;
    width: 225px;
    height: 450px;
    /* perspective: 600px; */
}
.card {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
    background-color: transparent;
    margin-top: 30px;
    border: none;
}
.card:hover {  transform: translateX(-100%) rotateY(-180deg); }
.card.is-flipped {  transform: translateX(-100%) rotateY(-180deg); }
.card-wrapper { padding: 0 20px; }
.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-weight: 300;
  font-size: 19px;
  backface-visibility: hidden;
}
.card__face img { width: 90%; }
.card__face--front { background: none; }
.card__face--back {
  transform: rotateY(180deg);
  background-color: #ef802e;
  border: #ef802e;
  border-radius: 110px;
}

.scene-mision {
    width: 450px;
    height: 450px;
    border: none !important;
}
.scene-mision .card__face--back {
    background-color: transparent !important;
}

/* profile card */
.flipper {
    transform: translateX(-100%) rotateY(-180deg);
}
/* .card2 {
    background-color: #00263f; position: absolute; transform:rotateY(180deg); backface-visibility: hidden;
} */

/* animate line */
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #f38330;
    left: -45px;
    top: -20px;
}
.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #f38330;
    transform-origin: bottom right;
    transition: transform 1.5s ease-out;
}
.tmp:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.line_1, .line_2, .line_3 {
    display: block;
}
.line_1 { width: 33%; }
.line_2 { width: 66%; }
.line_3 { width: 110%; }

/* products */
.btn-product {
    display: inline-block;
    width: 190px;
    height: 190px;
    border-radius: 95px;
    border: solid 1px #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.product-1 {background-image: url(../img/prod-1.jpg); }
.product-2 { background-image: url(../img/prod-2.jpg); }
.product-3 {    background-image: url(../img/prod-3.jpg); }

.product-1-w {background-image: url(../img/prod-1-w.jpg); }
.product-2-w { background-image: url(../img/prod-2-w.jpg); }
.product-3-w {    background-image: url(../img/prod-3-w.jpg); }

.serviciosTitle-productos strong {
    color:#00263f;
}
.serviciosTitle-productos h2 {
    font-weight: 900;
    color: #fff;
}
.serviciosTitle-productos h3 {
    font-weight: 600;
}
.product-list {
    padding-top: 0px;
    /* padding-bottom: 40px; */
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.product-list a {
    display: inline-block;
}
.product-list a img {
    height: 25vh;
}

.scene2 {
    display: inline-block;
    width: 190px;
    height: 190px;
    /* perspective: 600px; */
}
.scene2 a, .scene2 a:hover, .scene2 a:visited {
    text-decoration: none;
    color: #00263f;
}
.card2 {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
    background-color: transparent;
    margin-top: 20px;
    border: none;
}
.card2:hover {  transform: translateX(-100%) rotateY(-180deg); }
.card2-wrapper { padding: 0 20px; }
.card2__face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #00263f;
  text-align: center;
  font-weight: 900;
  font-size: 19px;
  backface-visibility: hidden;  
}
.card2__face img { width: 90%; }
.card2__face--front { background: none; }
.card2__face--back {
  transform: rotateY(180deg);
  line-height: 180px;
}

/* producto escorpion */
.bg-product {
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.bottom-box-product {
    font-size: 20px;
    padding: 20px;
    text-align: center;
    line-height: 1.1;
    font-weight: 500;
}
.box-product h2 {
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 20px;
}
.box-product h3 {
    font-size: 32px;
    font-weight: bold;
}

/* producto frontliner */
.bottom-box-product-2 {
    font-size: 20px;
    padding: 10px;
    
    line-height: 1.1;
    font-weight: 500;
}
.box-product-2 h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 3px 4px #333;
}
.box-product-2 h3 {
    font-size: 32px;
    font-weight: bold;
    text-shadow: 3px 4px #000;
    color: #fff;
}
.bottom-box-product-2 p {
    color: #fff;
    font-size: 20px;
}

.frontliner-text-2 {
    width: auto;
    padding-right: 20px;
    padding-left: 230px;
}
.frontliner-text-2, .frontliner-text-2 p,
.frontliner-text-3, .frontliner-text-3 p ,
.frontliner-text-4, .frontliner-text-4 p  {
    color: #00263f;
    font-size:18px;
}

.frontliner-text-3 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
}

.frontliner-text-4 {
    width: auto;
    padding-right: 20px;
    padding-left: 170px;
}

.frontliner-text-2 p, .frontliner-text-4 p  {
    width: 96%;
}

.bg-center {
    background-position: center center;
}

/* home */
.bg-home {
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* .header-home .webs-logo {
    display: none !important;
} */

.front-page .webs-logo { display: none !important;}

.websg-page-wrapper-home {}
.home-title h1{
    font-weight: 300;
    font-size: 35px;
}

.home-servicios-wrapper {
    width: 80%;
    margin: auto;
}

.page-titles h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}
.page-titles h3, .page-titles .h3 {
    color: #f08030;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
}
.list-services {
    display: block;
    text-align: center;
    margin: 20px 0;
}
.list-services li {
    display: inline-block;
    font-size: 20px;
    margin-right: 40px;
}
.list-services li:last-child {
    margin-right: 0;
}
.list-services strong {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.list-services li a span {
    display: inline-block;
    padding: 0 10px;
}
.list-services li a, .list-services li a:hover, .list-services li a:link, .list-services li a:visited {
    display: flex;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    background-color: #aeaeae;
    text-align: center;
    border: solid 10px #f08030;
    color: #00263f;
    text-decoration: none;

    justify-content: center;
    align-items: center;
    display: flex;
}

.bg-white { background-color: #fff; }
.bg-orange { background-color: #f08030;}

.bg-orange strong {
    color: #00263f;
    font-weight: 600;
}
.box-left-sidebar {
    margin: auto;
    width: 90%;
}

.box-right-sidebar {
    margin: auto;
    width: 95%;
}

.page-title-orange h2 { color: #fff; }
.page-title-orange h3, .page-title-orange .h3 {color: #fff; }

.page-title-blue h2 { color: #00263f; }
.page-title-blue h3, .page-title-blue .h3 {color: #00263f; }

.home-product-list {
    margin: 25px 0;
}

.rotate-effect, .home-product-list a {
display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.rotate-effect:hover, .home-product-list a:hover {
    -webkit-transform: scale(1.1) rotate(-4deg);
    transform: scale(1.1) rotate(-4deg);
}

.home-product-list a img {
    height: 25vh;
}
.bubble-front, .bubble-epp {
    position: relative;
    top: 70px;
    left: -20px;
}
.bubble-epp {
    left: 10px;
    top: 10px;
}

.home-client-list {
    margin: 40px 0;
}
.home-client-list span {
    display: inline-block;
    margin: 0 0px 25px 0;
}
.home-client-list span img {
    height: 15vh;
}

.titleBold {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.home-numbers {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.home-numbers li {
    text-align: center;
    text-transform: uppercase;
}
.home-numbers li h3 {
    font-size: 50px;
}
.home-numbers li p {
    font-size: 30px;
}
.home-numbers-orange li {
    max-width: 94%;
    padding-left: 10px;
}
.home-numbers-orange li h3 {
    font-size: 50px;
    color:#ef802e;
}
.home-numbers-orange li p {
    font-size: 20px;
    color:#ef802e;
}

/* animations */
.ani-right,
.ani-left,
.ani-top,
.ani-bottom {
  position: relative;
}
.fade_0 {
    display: none;
}
.ani-slide-down {
display: none;
}
.ani-opacity {
opacity: 0;
}
.ani-right {
left: 150px;
}
.ani-left {
left: -150px;
}
.ani-top {
top: -150px;
}
.ani-bottom {
top: 150px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wrapper_equipo {
    width: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: left 20px;
    background-size: contain;
    overflow-x: hidden !important;
    padding-bottom: 200px;
}
.wrapper_equipo h1 {
    width: 80%;
    margin: auto;
}
.wrapper_thumbs {
    margin-left: 15vw;
}
.equipo_thumb {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    display: none;
}
.equipo_thumb strong {
    text-transform: uppercase;
    font-size: 26px;
}
.equipo_thumb span { display: inline-block; padding-right: 40px; }
.equipo_thumb p { display: inline-block; margin: 0px; padding: 0px; }
.et2 { position: relative; left: 125px; top: 20px; }
.et3 { position: relative; left: 260px; }
.et4 { position: relative; left: 400px; top: 20px; }

/* product escorpion new */
.ani_button {
    position: absolute;
}
.ani_line {
    position: absolute;
}
.product-desc span {
    line-height: 1.1;
}

#tanque span {
    position: absolute;
    width: 200px;
    margin-top: -30px;
}
#sistema span {
    position: absolute;
    width: 250px;
    margin-left: 170px;
}
#sistema .ani-text {
    margin-top: 30px;
    margin-left: 170px;
}

#piton span {
    position: absolute;
    width: 250px;
    margin-top: 40px;
    margin-left: -30px;
}
#piton .ani-text {
    margin-top: 80px;
    margin-left: -30px;
}

#bomba span {
    position: absolute;
    width: 250px;
    margin-left: 120px;
    margin-top: 20px;
}
#bomba .ani-text {
    margin-top: 40px;
    margin-left: 120px;
}

#plataforma span {
    position: absolute;
    width: 350px;
    margin-left: 265px;
    margin-top: 0px;
}
#plataforma .ani-text {
    margin-top: 50px;
    margin-left: 265px;
}

#manguera span {
    position: absolute;
    width: 150px;
    margin-left: -150px;
    margin-top: -10px;
}
#manguera .ani-text {
    margin-top: 40px;
    margin-left: -150px;
}

.line_products {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px 0 20px 0;
}
.line_products li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
}
.line_products li img {
    width: 90px;
}
.line_products li:last-child {
    margin-right: 0px;
}

.productTitle h3 {
    line-height: 1;
    margin: 0px;
    padding: 0px;
    color: #00263f;
}

.goHome {
    font-size: 35px; position: absolute; margin-top: -40px; margin-left: -50px;
    color: #fff;
}
.goHome2 {
    margin-top: -100px;
} 
.goHome:hover {
    color: #fff;
}

.bg-3-frontliner {
    background-position: left bottom; 
    background-size: contain !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-regular a, .page-regular a:hover, .page-regular a:visited {
    color: #fff;
    text-decoration: none;
}
.page-regular a:hover {
    text-decoration: underline;
    color: #f38330;
}
