﻿/*--

    Theme Name: Cold Climatic
    Theme URI: www.coldclimatic.pe
    Author: Studioh
    Author URI: http://www.studioh.pe
    Description: Design by Studioh.pe
    Version: 5.0
    Tags:  
    License: 
    License URI: 

--*/

/*/TIPOGRAFIA/*/

@import url('https://fonts.googleapis.com/css?family=Dosis:500,700|Open+Sans:300,400|Raleway:600,700,800&display=swap');

/*-----------------------------------------------------------------------------------*/
/*  GENERAL
/*-----------------------------------------------------------------------------------*/


body::-webkit-scrollbar {
    width: 12px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #696969;
  outline: 1px solid white;
}

a {
    color: white;
    font-family: 'Raleway', sans-serif;

}

::selection {

  background: #b3fe00;
  color: #111111;  
  text-shadow: none;

}



::-moz-selection {
  background: #b3fe00;
  color: #111111;
  text-shadow: none;

}




button:focus, button {
    outline: none;
}

a {

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;

}



a:hover{

  color: black;

}



input::-moz-focus-inner {

  border: 0;

}

.middle{
      display: flex;
    -ms-display: flex;
    display: flex;
    align-items: center;
}

a:hover, a:active, a:focus {

  text-decoration: none;

  outline: none;

}

.h50 {
    height: 250px;
    height: 50vh;
}
.h100 {
    height: 630px;
    height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
font-family:  'Dosis', sans-serif;
color: white;
position: relative;
font-weight: 400;

}


button{
    padding: 0;
    border: 0;
    background: inherit;
}


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


th {
  border-width: 0 1px 1px 0;
}


td {
  border-width: 0 1px 1px 0;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
}
.bread h6:last-child {
    margin-right: 0;
}

.no-over{overflow: hidden;}

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

.margin-t100{margin-top: 100px;}

.margin-t50{margin-top:50px;}

.margin-b50{margin-bottom: 50px}

.margin-b100{margin-bottom: 100px}

.margin-b25{margin-bottom: 25px;}

.display-none{display: none;}

.no-padding {padding: 0;}

.no-margin {margin: 0;}

.white-text{color:white;}







/* loader */
.before-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  background: #101010;
  overflow: hidden;
}

.after-loading {
  display:none;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
}
 
#loader-wrapper .loader-section.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
    right: 0;
}
#loader {
    z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
}

#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}
.loaded #loader {
    opacity: 0;
}
.loaded #loader-wrapper {
    visibility: hidden;
}


/*/preloader/*/

.table-1 {
    display: table;
    width:  100%;
    height: 100vh;
}

.middle-2 {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.no-over{
    overflow: hidden; 
}


.imgr{
    -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 190px;
    display: block;
    margin: 0 auto;
}
.loader {
  position: relative;
  margin: 20px;
  display: inline-block;
}
.loader__dot {
  display: block;
  width: 6px;
  height: 6px;
  margin: 4px;
  border-radius: 5px;
  background-color: #cbfe33;
  float: left;
}
.pulse {
  will-change: transform, opacity;
  -webkit-animation: pulse 1.25s infinite ease;
          animation: pulse 1.25s infinite ease;
}
.pulse__one {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.pulse__two {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.pulse__three {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}
.spin {
  will-change: transform;
  -webkit-animation: spin 1s infinite ease;
          animation: spin 1s infinite ease;
}
.slide {
  will-change: transform, opacity;
  -webkit-animation: slide 800ms infinite linear;
          animation: slide 800ms infinite linear;
}
.slide__one {
  -webkit-animation: fadeIn 800ms infinite ease;
          animation: fadeIn 800ms infinite ease;
}
.slide__two {
  -webkit-animation: fadeOut 800ms infinite ease;
          animation: fadeOut 800ms infinite ease;
}
.pulse__wave {
  will-change: box-shadow;
  -webkit-animation: pulseWave 1.25s infinite ease;
          animation: pulseWave 1.25s infinite ease;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
}
@keyframes slide {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes pulseWave {
  25% {
    box-shadow: 0 0 0 0 rgba(26,26,26,0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(26,26,26,0);
  }
}
@keyframes pulseWave {
  25% {
    box-shadow: 0 0 0 0 rgba(26,26,26,0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(26,26,26,0);
  }
}


/*-----------------------------------------------------------------------------------*/
/*  CLIENTE - EQIVAL
/*-----------------------------------------------------------------------------------*/

.text-middle {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
}

.text-slide {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px 0 60px;
}

.titulo-slide {
    font-size: 35px;
}

.bread {
    text-align: right;
    width: 100%;
    padding-bottom: 30px;
}


.bread h6 {
    display: inline-block;
    margin: 10px 15px;
    position: relative;
}


.bread h6:nth-child(1):after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: -20px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #dc3545;
    color: #dc3545;
}
.bread h6 a {
    color: #b3fe00;
    font-family: 'Dosis', sans-serif;
}

.bread i {
    color: white;
    position: absolute;
    bottom: 10px;
    right: 100px;
}

.hamburger {
  width: 64px;
  height: 64px;
  display: inline-block;
  cursor: pointer;
  z-index: 999999;
  border-radius: 50%;
  background: linear-gradient(45deg, #b3fe00, #78962f);
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hamburger::after {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  pointer-events: none;
  border: 4px solid #a0dd0e;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.naccs .menu div:nth-child(1) {
    border-top: 2px solid #b3fe00;
}

.hamburger i {
    font-size: 40px;
    color: white;
    padding: 12px;
    display: block;
    text-align: center;
}

@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}


.btn-cta {
background: #b3fe00;
    color: #111111;
    padding: 6px 15px;
    font-size: 15px;
    margin-left: 20px;
    font-weight: 600;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9;
}


/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/

.menu-eqival {
    background: #0b0b0bb5;
    padding: 15px 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.logo img {
    width: 180px;
}

.main-menu li a {
    color: white;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    padding: 24px 0;
    text-transform: uppercase;
}

.main-menu li a:hover {
    color: #b3fe00;
}

.main-menu .current-menu-item a {
    color: #b3fe00!important;
}

.main-menu .current-menu-item a:after {
    color: #b3fe00;
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    border: 2px solid;
    width: 7px;
    height: 7px;
}

.main-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.main-menu li {
    display: inline-block;
    margin-left: 55px;
    position: relative;
    padding-left: 20px;
}



/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
.copyright {
    font-size: 13px;
    color: white;
    margin: 0;
}

.footer-copy {
    background: #0b0b0b;
    color: white;
    padding: 10px 0;
}

.logo-footer {
    width: 65px;
}

.footer-eqival {
    background: #111111;
    color: white;  
    padding-bottom: 50px; 
        padding-top: 50px;
}

.footer-eqival img {
    width: 260px;
}


.footer-eqival i {
    color: #b3fe00;
    font-size: 19px;
    margin: 0px 13px;
}


.footer-eqival p {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    border-bottom: 0.5px solid #ffffff75;
}

.footer-eqival h4 {
    color: white;
        margin-bottom: 30px;
}
.social {
    margin-top: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*  HOME
/*-----------------------------------------------------------------------------------*/


/*/ Bg-Inicio /*/
#slide {
    min-height: 80vh;
    width: 100%;
    background-size: cover;
    position: relative;
    padding: 0;
}

.bg-slider {
    height: 95vh;
    background-size: cover;
    background-position: 50%;
}

.bg-slider span {
    display: inline-block;
    font-size: 18px;
    background: #cf333d;
    color: white;
    padding: 10px 20px;
    border-radius: 7px;
}

.capa-gr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #61616185;
}
#slide .owl-dots span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ffffff9e;
    margin: 0 6px;
}
#slide .owl-nav {
    top: 40%;
    position: absolute;
    width: 100%;
}

#slide .owl-prev {
    font-size: 45px;
    color: #ffffff;
    position: absolute;
    left: 30px;
    outline:none;
}

#slide .owl-next {
    font-size: 45px;
    color: #ffffff;
    position: absolute;
    right: 30px;
    outline:none;
}
.owl-dots {
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    bottom: 30px;
}

#slide .owl-dots .active span {
    border-color: #cf333d;
}


button.owl-dot:focus
 {
    outline: none;
}




/*-----------------------------------------------------------------------------------*/
/*  CONTACTO
/*-----------------------------------------------------------------------------------*/
.bg-contacto {
    background: url(https://eqival.com/wp-content/uploads/2020/03/contacto.jpg);
    height: 320px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    z-index: 9;
}


#map {
  height: 400px;
}

#map p {
    margin: 0;
    color: #0b0b0b!important;
}

.form-ct {
    background: #18191b;
    padding: 40px 0px;
}

.pc-formulario input[type=submit] {
    width: 120px;
    margin: 16px 0px;
    font-size: 14px;
    padding: 8px 0;
    background: #b3fe00;
    border: 0;
    color: #18191b;
}

.pc-formulario input {
    padding: 8px 20px 8px 20px;
    margin: 10px auto;
    display: block;
    width: 100%;
    background: #0b0b0b;
    color: #ffffff;
}


.pc-formulario textarea {
    padding: 8px 20px 8px 20px;
    margin: 10px auto;
    display: block;
    width: 100%;
    background: #0b0b0b;
    color: #ffffff;
    height: 160px;
    border: 0;
    outline: none;
}

.form-ct h4 {
    padding: 0px 0px 20px;
}

.tit-dat {
    padding: 20px 0 0px 0!important;
}

.form-ct p {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    border-bottom: 0.5px solid #ffffff75;
    color: white;
}

.bg-page {
       padding-top: 180px;
    background-size: cover;
    background-position: center;
}


.bg-clientes .owl-carousel img {
    width: 70%;
    margin: auto;
}

.bg-clientes {
    background: #131416;
    padding: 40px 0;
}


.bg-clientes h2 {
    margin-bottom: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*  NOSOTROS
/*-----------------------------------------------------------------------------------*/

.bg-eqival {
    background: url(https://eqival.com/wp-content/uploads/2020/03/servicios-1.jpg);
    padding-top: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    z-index: 9;
}

.bg-about-us {
    background: #18191b;
    color: white;
}

.bg-about-us p {
    text-align: justify;
   
}

.bg-about-us img {

        width: 100%;
}

.bg-about-us h2 {
    margin-top: 40px;
    padding: 0px 0px 12px;
}

.bg-tabla {
    background: #131416;
    padding: 100px 0;
    position: relative;
    min-height: 525px;
}


.grid {
  list-style: none;
  margin-left: -40px;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: 33.33333%;
}

.gc--2-of-3 {
  width: 66.66666%;
}

.naccs {
    width: 100%;
    margin: 0;
    top: 0px;
    left: 0px;
    position: relative;
}

.naccs .menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 0;
  color: #ffffff;
  background: #131416;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #a8ee05;
    border-right: 2px solid #a8ee05;
    border-left: 2px solid #b3fe00;
  --red: pointer;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



.naccs .menu div.active {
  background: #b3fe00;
  color: #131416;
  padding: 15px 20px 15px 20px;
}

ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: absolute;
  list-style: none;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
}


.bg-tabla p{
	font-size: 14px;
	color: white;
	text-align: justify;
}

.list-about p:after {
    color: #b3fe00;
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    border: 2px solid;
    width: 7px;
    height: 7px;
}

.list-icono {
    color:#b3fe00;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    position: relative;
    padding-left: 15px;
}

.list-icono:after {
    color: #b3fe00;
    content: '';
    position: absolute;
    left: 2px;
    top: 7px;
    border: 2px solid;
    width: 7px;
    height: 7px;
}

.infograma {
    width: 100%;
    padding-top: 40px;
}

.resaltador {
    color: #b2fd00;
    font-size: 20px;
}


.list-abs h6 {
    color: #b3fe00;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 35px 0 20px;
    text-transform: uppercase;
}

.list-abs p {
    text-align: center;
    padding-bottom: 15px;
    font-size: 14px;
}

.list-abs span {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #b3fe00;
}

.green-resl {
    color: #b3fe00;
}


/*-----------------------------------------------------------------------------------*/
/*  SERVICIOS
/*-----------------------------------------------------------------------------------*/

.bg-servicios {
    background: url(https://eqival.com/wp-content/uploads/2020/03/servicios-1.jpg);
    height: 320px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    z-index: 9;
}

.bq-servicios {
    background: #18191b;
    padding: 40px 0px 40px;
}

.box-green {
    border: 2px solid #b3fe00;
    padding: 30px 30px;
    min-height: 358px;
}

.box-green img {
    width: 90px;
}

.box-green h5 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.box-green li {
    list-style: none;
    font-size: 14px;
}

.box-green ul {
    margin: 0;
    padding: 0;
    color: white;
}

.box-pic1, .box-pic2, .box-pic3, .box-pic4, .box-pic5, .box-pic6, .box-pic7, .box-pic8  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #b3fe00;
    height: 100%;
    opacity: 0;
    visibility: hidden;

}

.box-pic1{
    background: url(https://eqival.com/wp-content/uploads/2020/03/construccion-1.jpg);    background-size: cover;
    background-position: center;
}
.box-pic2{
    background: url(https://eqival.com/wp-content/uploads/2020/03/arquitectura-2.jpg);    background-size: cover;
    background-position: center;
}
.box-pic3{
    background: url(https://eqival.com/wp-content/uploads/2020/03/reparacion.jpg);    background-size: cover;
    background-position: center;
}
.box-pic4{
    background: url(https://eqival.com/wp-content/uploads/2020/03/consultoria.jpg);    background-size: cover;
    background-position: center;
}
.box-pic5{
    background: url(https://eqival.com/wp-content/uploads/2020/03/maquinaria.jpg);    background-size: cover;
    background-position: center;
}
.box-pic6{
    background: url(https://eqival.com/wp-content/uploads/2020/03/mantenimiento.jpg);    background-size: cover;
    background-position: center;
}
.box-pic7{
    background: url(https://eqival.com/wp-content/uploads/2020/03/riesgos.jpg);    background-size: cover;
    background-position: center;
}
.box-pic8{
    background: url(https://eqival.com/wp-content/uploads/2020/03/ingenieria.jpg);    background-size: cover;
    background-position: center;
}


.box-padding:hover .box-pic1,.box-padding:hover .box-pic2,.box-padding:hover .box-pic8,.box-padding:hover .box-pic3,.box-padding:hover .box-pic4,.box-padding:hover .box-pic5,.box-padding:hover .box-pic6,.box-padding:hover .box-pic7 {
    opacity: 1;
    visibility: inherit;
    transition: 0.4s;
}

.box-padding {
    position: relative;
    margin: 20px 0px;
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*  SOLUCIONES
/*-----------------------------------------------------------------------------------*/

.bg-soluciones {
    background: url(https://eqival.com/wp-content/uploads/2020/03/soluciones-1.jpg);
    height: 320px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    z-index: 9;
}

.proyect-list {
    padding-bottom: 30px;
    padding-top: 40px;
}

.img-pro {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    line-height: 0%;
    text-decoration: none;
    height: 310px;
    background-size: cover;
    margin-bottom: 30px;
    background-position: center;
}


.descr2 {
    position: absolute;
    left: 0;
    top: 0;
    background: #000000bf;
    width: 100%;
    height: 100%;
    padding: 10px 27px;
    transition: ease 0.9s;
    transform: translateY(80%);
}

.descr2 h3 {
    color: white;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 13px 0px 0px;
}

.descr2 p {
    position: relative;
    color: white;
    line-height: 1.5;
    display: block;
    text-align: justify;
    padding-left: 10px;
    font-size: 12.5px;
    transform: translateY(20px);
    transition: ease-out 2s;
}


.img-pro:hover .descr2 {
    transform: translateY(0px);
    transition:ease 0.9s;
}
.img-pro:hover .descr2 span {
    transform: translateY(0px);
    transition:ease 0.9s;
    transform: translateY(0px);
}

.proyect-list {
    padding: 40px 0px 10px;
    background: #18191b;
}

.proyect-list h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 23px;
    display: block;
    width: 100%;
}


.box-coti {
    border: 2px solid #111111;
    padding: 0px 30px;
}

.get-coti {
    padding: 20px 0px;
    background: #b3fe00;
}

.box-coti p {
    color: #111111;
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
}

@media (min-width: 1467px){

.container {
    max-width: 85%;
}



}
/*-----------------------------------------------------------------------------------*/
/*  Responsive - version celulares mobile
/*-----------------------------------------------------------------------------------*/


@media (max-width: 767px) {

.xs-block{display: block;}
.xs-none{display: none;}

.text-slide {text-align: center;}
.titulo-slide {
    font-size: 38px;
    padding: 0px 10px;
}

.bread {text-align: center;}

.hamburger {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
 left: inherit;
    right: 15px;
  z-index: 999999;
  border-radius: 50%;
  background: linear-gradient(45deg, #b3fe00, #78962f);
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hamburger::after {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;

  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


.hamburger i {
    font-size: 25px;
    color: white;
    padding: 13px;
    display: block;
    text-align: center;
}


/*-----------------------------------------------------------------------------------*/
/*  Header Mobile
/*-----------------------------------------------------------------------------------*/

.header-mobile img {
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 21px 25px;
}

.nav__toggle {
  display: inline-block;
  position: absolute;
  z-index: 10;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  right: 15px;
  top: 15px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear;
}
.nav__toggle:hover, .nav__toggle:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.nav__menu {
display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: var(--screen-height);
    position: relative;
    z-index: 5;
    visibility: hidden;
    transition: ease-out 0.8s;
    opacity: 0;
    transform: translateY(-70px);
}
.nav {
  height: 80px;
    display: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    padding-left: inherit;
    margin-bottom: inherit;
    list-style: inherit;
}


.nav.nav--open {
    height: auto;
}

[hidden] {
	display: inherit!important;
}
.nav__item {
opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
    transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
    list-style: none;
}
.nav__item:nth-child(1) {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.nav__item:nth-child(2) {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.nav__item:nth-child(3) {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.nav__item:nth-child(4) {
  -webkit-transform: translateY(-160px);
          transform: translateY(-160px);
}
.nav__item:nth-child(5) {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
.nav__link {
  color: white;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1.25rem;
  text-decoration: none;
  padding: 1rem;
}
.nav__link:hover, .nav__link:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.menuicon {
  display: block;
  cursor: pointer;
  color: white;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menuicon__bar, .menuicon__circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.menuicon__bar {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}
.menuicon__circle {
  -webkit-transition: stroke-dashoffset .3s linear .1s;
  transition: stroke-dashoffset .3s linear .1s;
  stroke-dashoffset: 144.513262038;
  stroke-dasharray: 144.513262038;
}

.splash-eqival {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 1px;
  height: 1px;
}
.splash-eqival::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: var(--splash-bg-color);
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}

.nav:target > .splash-eqival::after,
.nav--open > .splash-eqival::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nav:target .menuicon,
.nav--open .menuicon {
  color: white;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav:target .menuicon__circle,
.nav--open .menuicon__circle {
  stroke-dashoffset: 0;
}
.nav:target .menuicon__bar:nth-child(1), .nav:target .menuicon__bar:nth-child(4),
.nav--open .menuicon__bar:nth-child(1),
.nav--open .menuicon__bar:nth-child(4) {
  opacity: 0;
}
.nav:target .menuicon__bar:nth-child(2),
.nav--open .menuicon__bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav:target .menuicon__bar:nth-child(3),
.nav--open .menuicon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav:target .nav__menu,
.nav--open .nav__menu {
 	visibility: inherit;
    transition: ease-out 0.8s;
    opacity: 1;
    transform: translateY(100px);
    padding: 0;
}


.nav:target .nav__item,
.nav--open .nav__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


.header-mobile {
  height: 5rem;
  background-color: var(--header-bg-color);
  position: fixed;
  z-index: 15;
  width: 100%;
}


:root {
  --screen-width: 100%;
  --screen-height: 100%;
  --header-bg-color: #0b0b0bb5;
  --splash-bg-color: #0b0b0b;
}




/*-----------------------------------------------------------------------------------*/
/*  Footer Mobile
/*-----------------------------------------------------------------------------------*/
.copyright {text-align: center;}

.footer-eqival h4 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0 5px;
}

  .footer-eqival p {
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 0.5px solid #ffffff75;
}

.footer-eqival {
    background: #111111;
    color: white;
    padding: 40px 20px;
}


.footer-eqival i {
    color: #b3fe00;
    font-size: 20px;
    margin: 20px 19px 0;
}


/*-----------------------------------------------------------------------------------*/
/*  Servicios Mobile
/*-----------------------------------------------------------------------------------*/
.bq-servicios {

    padding: 0px 0px 40px;
}
.box-green {
    border: 2px solid #b3fe00;
    padding: 30px 30px;
    margin: 20px 20px;
    min-height: 300px;
}

.box-green li {
    list-style: none;
    font-size: 13px;
}

.box-green h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 30px 0 20px;
    font-weight: 700;
}

.box-green img {
    width: 70px;
}



/*-----------------------------------------------------------------------------------*/
/*  Soluciones Mobile
/*-----------------------------------------------------------------------------------*/

.proyect-list {
    padding: 40px 10px;
    background: #18191b;
}

.proyect-list h2 {
    text-align: center;
    font-size: 20px;
}

.box-coti p {
    color: #111111;
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
}

.get-coti {

    background: #b3fe00;
}




/*-----------------------------------------------------------------------------------*/
/*  Eqival Mobile
/*-----------------------------------------------------------------------------------*/

.gc--1-of-3 {
    width: 100%;
    padding: 0 25px 50px;
}

.grid {
    list-style: none;
    margin-left: 0px;
}

.gc--2-of-3 {
    width: 100%;
    padding: 0px 30px;
}

.gc {
    box-sizing: border-box;
    display: inline-block;
    min-height: 1px;
    vertical-align: top;
}

.bg-tabla {
    background: #131416;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.resaltador {
    margin: 0 75px;
}

.bg-about-us img {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 50px 20px;
}

.bg-about-us h2 {
    margin-top: 0px;
    padding: 0px 57px;
}

.bg-about-us p {
    text-align: justify;
    font-size: 14px;
    padding: 10px 30px 40px;
    margin: 0;
}


ul.nacc li {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    position: absolute;
    list-style: none;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}


ul.nacc li.active {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

 .green-tab{
    color: #b3fe00;
 }


/*-----------------------------------------------------------------------------------*/
/* Contacto Mobile
/*-----------------------------------------------------------------------------------*/


.form-ct {
    background: #18191b;

}



}/*/fin 767px /*/

