/**
  FIDOCAR - Web Institucional
  Estilos realizados en base al figma:
  https://www.figma.com/file/Nj4iVhdaTQY3bHBh6YF8lb/Fidocar-env%C3%ADo?node-id=0%3A1
 */
/**
  Variables
 */
/* COLORES */
/* Estilos Comunes */
body {
  background: #FFFFFF;
  font-family: "Public Sans", sans-serif;
  overflow-x: hidden;
}

.back-green {
  background-color: #6BC3AD;
  color: #fff;
}
.back-green p {
  color: #fff;
}
.color-white { color: #FFF; }

.color-green { color: #6BCBB5; }

.sostenible .header-sostenible {
  min-height: 1000px;
  background-image: url(../../images/header-sostenible-desktop.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sostenible h1 {
  font-size: 90px;
  font-weight: bold;
  line-height: 125px;
  text-align:initial !important;
  margin:0 10px;
}

.sostenible h2 {
  font-size: 40px;
  font-weight: bold;
  margin-left: 10%;
}
.p-sostenible {
  font-weight: bold;
}
.sostenible .icons-sustentable {
  width: 140px;
}
.sostenible .medium {
  font-size: 22px;
}
.sostenible .p-big {
  text-align:initial !important;
  font-size:19px;
  font-weight:600;
  margin-left: 5%;
}
.sostenible form input {
  background-color: #6BCBB5;
  color: #FFF;
  border: none;
  margin: 10px;
  width: 100%;
  padding: 10px 20px;
}
.sostenible form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.sostenible form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

.sostenible form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}
.sostenible .btn {
  background-color: #6F6F6F;
  height: 50px;
  border-radius: 0;
  border: none;
  color: #FFF;
}
.sostenible .btn:hover {
  background-color: #FFF;
  border: 1px solid #6F6F6F;
  color: #6F6F6F;
}
.sostenible .modal-dialog {
  max-width: 700px;
  z-index: 99999999;
}
.sostenible.modal form input {
    background-color: #E4E4E4;
    color: #6F6F6F;
}
.sostenible.modal form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6F6F6F;
  opacity: 1; /* Firefox */
}

.sostenible.modal form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6F6F6F;
}

.sostenible.modal form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #6F6F6F;
}

.modal-backdrop {
  display: none!important;
}
.modal.sostenible .close {
  position: absolute;
  right: 30px;
  display: block;
  height: 40px;
  width: 40px;
}
.modal.sostenible .close:hover {
  background-color: transparent;
}
.modal.sostenible .modal-header {
  border: none;
}
.estimativo {
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 200px;
  margin: 0 auto;
}
.estimativo h3 {
  font-weight: bold;
}
.box-green {
  background-color: #fafafa;
  padding: 10px 20px;
  color: rgb(78, 77, 77);
  margin-left: 38px;
  font-size: 14px;
  border: 1px solid;
  border-radius:5px;
  font-weight: bold;
  width: 190px;
  margin-top:10px;
}
.box-green:checked{
  background-color: #6BCBB5;
}
.comprar {
  background-color: #6BCBB5;
  padding: 10px 20px;
  color: white;
  font-size: 18px;
  border: none;
  height: 50px;
  width: 150px;
}
.precio {
  font-size: 30px;
    font-weight: 800;
    color: #6BCBB5;
    margin: 0px;
}
.moneda {
  font-size: 14px;
    font-weight: 800;
    color: #6BCBB5;
    margin: 0px;
    vertical-align: text-bottom;
}
.costo {
   border: 1px solid;
    border-color: #6BCBB5;
    width: 36%;
    padding-left: 9%;
    margin-top: 10%;
}
.sostenible .box-line-background img {
  width: 120px;
}

.jumbo .jumbo-inner h2{
  width: 500px;
	font-weight: 300 !important;
}

.cuadro-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: start;
  background-color: rgb(242, 242, 242);
  min-height: 330px;
}
.cuadro-item .cuadro-icono {
  display: block;
  height: 100px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cuadro-item h5 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 0.6rem;
}
.cuadro-item p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  max-width: 380px;
}

@media (max-width: 1110px){
  .navbar .menu .menu-option {
    margin: 0 2% !important;
    text-decoration: none;
    color: #fff;
  }

  .page-sumate .title-wrapper {
    justify-content: center !important;
  }

  .page-sumate .title-wrapper h2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }

  h1 {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 113px;
  }

  h2 {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    font-weight: 300;
    font-size: 52px;
    line-height: 62px;
  }

  h3 {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    line-height: 60px;
    font-size: 35px;
    font-weight: 800;
    margin-bottom:10%;
  }

  h4 {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
  }

  h5 {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
  }

  p {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
  }

  #p-movilidad {
    font-weight: 600;
    font-size: 15px;
    line-height: 270%;
  }

  input, label {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
  }
  .img-movilidad {
    margin-left:5%;
    width:90% !important;
  }
  #img-reciclaje {
    max-width:60px!important;
    align-self:center;
    margin-left:20%;
    margin-top:-7%;
  }

  .div-neutraliza {
    flex-direction: row;
    display: flex;
    margin-top: 10%;
    margin-left: 20%;
  }

  #flecha-evolucion {
    width:20px;
    margin:0px;
    display:inline-flex;
    vertical-align: middle;
  }

  #p-neutraliza {
    display:inline-flex;
    vertical-align: sub;
    font-weight: 600;
    color: #6BCBB5;
  }
  #p-neutraliza::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #6BCBB5;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  #p-neutraliza:hover::before{
    visibility: visible;
    transform: scaleX(1);
  }

  /*boton de menu*/

  .btn-menu {
    width: 200px;
    height: 140px;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .btn-menu span {
    position: absolute;
    top: 3em;
    left: 0.1em;
    background-color: rgb(255, 0, 0);
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); /* IE 9 */
    -webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */

  }
  .btn-menu span:before {
    position: absolute;
    top: -3.6em;
    left: 0;
    content: ' ';
    background-color: rgb(255, 0, 0);

  }
  .btn-menu span:after {
    position: absolute;
    top: 3.6em;
    left: 0;
    content: ' ';
    background-color: rgb(255, 0, 0);
  }


  .close span {
    position: absolute;
    left: -6em;
    background: none;
  }

  .close span:after {
    position: absolute;
    left: 6em;
    top: 0.6em;
    background-color: rgb(255, 0, 0);
     transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
  }
  .close span:before {
    display: block;
    position: absolute;
    background-color: rgb(255, 0, 0);
    top: 0.6em;
    left: 6em;
     transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
  }

  .btn-menu span,.btn-menu span:before,.btn-menu span:after,.close span,.close span:before,.close span:after {
    width: 200px;
    height: 28px;
    border-radius: 0.2em;
     -moz-transition: all .5s cubic-bezier(0.5,-0.6,0.19,1);
    -o-transition: all .5s cubic-bezier(0.5,-0.6,0.19,1);
    -webkit-transition: all .5s cubic-bezier(0.5,-0.6,0.19,1);
    transition: all .5s cubic-bezier(0.5,-0.6,0.19,1);
  }

  #text {
    color: rgb(255, 0, 0);
    position: absolute;
    left: 55%;
    top: 65%;
  }
  .jumbo .jumbo-inner h2{
    margin-left: 30%;
    margin-top: 50%;
    font-weight: bold;
    color: #fff;
  }
  .body-content .jumbo {
    background-image: url(../../images/banner-fidocar-principal.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 1050px;
  }

  #img-arbol {
    width: 50% !important;
    margin: 0px;
    margin-right: 5%;
  }
  #sds-expandible-columna {
    padding-left:10%;
    width:50%;
  }
  #img-sbs-expandible-desktop {
    width: 50%;
  }
  #img-historia-dsktp {
    margin:0;
    width: 100%;
  }
  #trabajamos {
    text-align: center;
  }

  #p1-sbs-detalles {
    line-height: 2;
    width: 100%;
    font-size: 100%;
  }
  .trabajamos-para-h3{
    font-size: 30px;
    color: white !important;
    margin-top: -160px;
  }
  #cuadro-negro-trabajamos{
    margin: 150px auto;
  }
  .img-corazon{
    margin-top: 10px;
  }
  #p2-sbs-detalles {
    line-height: 2;
    width: 100%;
    font-size: 100%;
  }
  .sbs-image-car {
    text-align: center;
  }
  .sbs-selector .sbs-selector-content h3 {
    margin-left:6%;
  }
  .sbs-selector .sbs-selector-content .variable-display .variable-display-menu{
    margin-left:5% !important;
  }
  .sbs-selector .sbs-selector-content .variable-display .variable-display-menu a {
    font-size:20px;
    font-weight: bold;
  }
  .sbs-selector .sbs-selector-content .variable-display .variable-display-menu p {
    margin-left: 40%  !important;
    margin-top: -3% !important;
    width: 50%;
    font-weight: bold;
  }
  .icon-twitter {
    width: 60px;
    height: 60px;
    display: block;
    background:url(../../images/twitter-logo.png) center center no-repeat;
  }
  .icon-facebook {
    width: 60px;
    height: 60px;
    display: block;
    background:url(../../images/facebook-logo.png) center center no-repeat;
  }
  .icon-linkedin {
    width: 60px;
    height: 60px;
    display: block;
    background:url(../../images/linked-in.png) center center no-repeat;
  }
  i.icon-instagram{
    width: 60px;
    height: 60px;
    display: block;
    background:url(../../images/instagram.png) center center no-repeat;
  }
  .footer-row h4 {
    margin-bottom:50px;
    margin-left:10%;
  }
  #logo-chart{
    margin-bottom: 30px;
    width: 120px;
  }
  .footer-row h5 {
    font-size: 20px;
    margin-left:10%;
  }
  .iconos-redes {
    text-align: center;
    display:inline-flex;
    margin-left: 11%;
  }
  .footer .footer-row form .form-field {
    width: 50%;
  }
  #p-formulario-contacto {
    color:white;
    display:inline-flex;
    margin-right:10px;
    font-size:13px;
  }
  #submit-form:hover #p-formulario-contacto{
    color: #53565A;
  }
  #submit-form {
    width:20%;
    height: 60px;
    margin-left: 30%;
    margin: 0px !important;
  }
  #footer-quarter-fidocar2020{
    margin-top: 60px;
  }
  #logo-fidocar-footer {
    margin-top: 0px;
    width: 250px;
    margin-left:4%;
    display: inline-block;
  }
  .footer-half {
    width: 50%;
    margin-right: -10%;
  }
  .footer-half .loading-block{
    width: 60%;
    height: 110%;
    top: -5%;
    left: -5%;
  }
  .marca-footer {
    color:white;
    line-height: 24px;
    display: inline-block;
    float: right;
    margin-right: 20%;
    line-height: 53px;
  }
  #h1-evolucion {
    display: flex;
    justify-content: center;
  }
  #p-evolucion {
    display: flex;
    justify-content: center;
  }
  #calculadora {
    margin-left:200px;

  }
  #img-calculadora {
    display:inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  #h2-calculadora {
    font-size:30px;
    font-weight:700;
    display:inline-block;
    margin: 0px !important;
    vertical-align: bottom;
  }
  .opciones-calculadora {
    margin-left: 46%;
    margin-top:-8%;
  }
  .content-certificado{
    display: block;
    width: 100%;
  }
  .content-certificado hr{
    margin: 0 auto;
    width: 72%;
    border-top: 1px dashed rgba(83, 86, 90, 0.5);
  }
  #boton-certificado {
    width: 340px;
    height: 50px;
    padding: 10px;
    background: #53565A;
    margin-top: 60px;
  }
  .content-certificado #boton-certificado{
    margin-left: 46%;
    margin-bottom: 0px;
  }
  #p-certificado {
    color: white;
    display: inline-flex;
    vertical-align: super;
    margin-right: 5%;
    font-weight: normal;
  }
  #img-co2 {
    float: right;
  }
  .sbs-dark {
    background-color: #53565A;
    display: flex;
    flex-direction: row;
    margin: 150px -50px 150px 0;
    min-width: 0;
    padding: 50px;
  }
  .img-compromiso {
    width: 50%;
    margin-right: 30px;
    text-align: center;
  }
  #img-compromiso {
    max-height: 730px;
  }
  .text-compromiso {
    width: 50%;
  }

.compromiso-h4 {
    color: white;
    margin-top: 0px;
  }
  .p-compromiso {
    color: white;
    margin-top: 9%;
    width: 56%;
    line-height: 1.7;
    font-size: 15px;
    font-weight: bold;
  }
  .h4-compromiso {
    font-family: "Public Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: white;
    margin-top: 10%;
  }
  .h2-sbti {
    font-weight:600;
    font-size:42px;
  }
  .p-sbti {
    font-weight:600;
    line-height:2;
  }
  .p-sbti-right {
    font-weight:600;
    line-height:2;
    margin-left: 4%;
  }
  .div-sbti {
    display: flex;
    flex-direction: row;
  }
  .sbti-column {
    width: 70%;
  }
  .proyectos {
    background-color: #FAFAFA;
    margin-right: 10%;
    margin-left: 10%;
  }
  .proyectos-columna {
    width:50%;
    margin: 0px 20px !important;
  }
  .proyectos-fila {
    background-color: #FAFAFA;
    flex-direction: row;
    display: flex;
    padding: 20px;
  }
  .icon-proyectos {
    margin-top: 20px;
    height: 50px;
  }
  .h4-proyectos {
    font-size: 30px;
    font-weight: 600;
  }
  .p-proyectos {
    font-weight: 600;
    font-size: 15px;
    line-height: 2.7;
    margin-bottom:5%;
  }
  .neut-fila-1 {
    flex-direction: row;
    display: flex;
    justify-content: center;
  }
  .neut-fila-2 {
    flex-direction: row;
    display: flex;
    margin-top: 2%;
    justify-content: center;
  }
  #h2-como-funciona {
    font-size: 32px;
    font-weight: 600;
    margin: 0px;
  }
  .neut-cuadro-1 {
    background-color:#6BCBB5;
    width:440px;
    height:270px;
    border-radius:25px;
    padding-top: 25px;
    padding-left: 10px;
  }
  .neut-cuadro-2 {
    background-color:#F2F2F2;
    width:440px;
    height:270px;
    border-radius:25px;
    margin-left:5%;
    padding-top: 25px;
    padding-left: 10px;
  }
  .neut-cuadro-3 {
    background-color:#F2F2F2;
    width:440px;
    height:270px;
    border-radius:25px;
    padding-top: 25px;
    padding-left: 10px;
  }
  .neut-cuadro-4 {
    background-color:#6BCBB5;
    width:440px;
    height:270px;
    border-radius:25px;
    margin-left:5%;
    padding-top: 25px;
    padding-left: 10px;
  }
  .numero-1 {
    font-size: 23px;
    color: #6BCBB5;
    background-color: white;
    border-radius: 12px;
    margin-left: 2%;
    padding:2%;
  }
  .numero-2 {
    font-size: 23px;
    color: #53565A;
    background-color: white;
    border-radius: 12px;
    margin-left: 2%;
    padding:2%;
  }
  .numero-3 {
    font-size: 23px;
    color: #53565A;
    background-color: white;
    border-radius: 12px;
    margin-left: 2%;
    padding:2%;
  }
  .numero-4 {
    font-size: 23px;
    color: #6BCBB5;
    background-color: white;
    border-radius: 12px;
    margin-left: 2%;
    padding:2%;
  }
  .icon-cuadro-1 {
    margin-top: 14%;
    margin-left: 20%;
    display: inline-flex;
  }
  .icon-cuadro-2 {
    margin-top: 14%;
    margin-left: 20%;
    display: inline-flex;
  }
  .icon-cuadro-3 {
    margin-top: 14%;
    margin-left: 20%;
    display: inline-flex;
  }
  .icon-cuadro-4 {
    margin-top: 14%;
    margin-left: 15%;
    display: inline-flex;
  }
  .p-cuadro-1 {
    display: inline-flex;
    width: 40%;
    margin-left: 45px;
    margin-top: -80px;
    vertical-align: middle !important;
    color: white;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 36px;
  }
  .p-cuadro-2 {
    display: inline-flex;
    width: 40%;
    vertical-align: middle !important;
    color: #53565A;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 36px;
    margin-top: -33px;
    margin-left: 61px;
  }
  .p-cuadro-3 {
    display: inline-flex;
    width: 40%;
    margin-left: 45px;
    margin-top: -80px;
    vertical-align: middle !important;
    color: #53565A;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 36px;
  }
  .p-cuadro-4 {
    display: inline-flex;
    width: 40%;
    vertical-align: middle !important;
    color: white;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 36px;
    margin-top: -68px;
    margin-left: 61px;
  }
  .carbosur {
    background-color: #FAFAFA;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 6%;
  }
  .carbosur-columna {
    width:50%;
    padding-top: 0px !important;
    margin-bottom: 0px !important;

  }
  .carbosur-fila {
    background-color: white;
    flex-direction: row;
    display: flex;
  }
  #h2-carbosur {
    font-size:32px;
    font-weight:600;
    margin: 0px;
  }
  .p-carbosur {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.8;

  }
  .img-logo-carbosur {
    max-width: 100%;
    margin-left: 21%;
    margin-top: 7%;
    width: 200px;
  }
  #proyectos-columna-derecha {
    background-image: url(../../images/sustentabilidad-5.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
  #formulario-neutralizar {
    background-color:#6BCBB5;
    margin-left: 10%;
    margin-right:10%;
  }
  #h2-formulario-neutralizar {
    color:white;
    font-weight:600;
    font-size:35px;
    margin: 0px;
  }
  #p-formulario-neutralizar {
    color: white;
    font-weight: 600;
    font-size: 17px;
  }
  .div-form-neutralizar {
    margin-left: 45px;
    margin-top: 30px;
  }
  .formulario-fila {
    display:table;
  }
  .formulario-columna-der {
    display:inline-table;
    float:right;
  }
  .formulario-columna-izq {
    display:inline-table;
    float:left;
    margin-left:-80%;
  }
  #btn-formulario {
    color: white;
    background-color: #6BCBB5;
    width: 100%;
    height: 55px;
    margin-bottom: 20%;
    font-weight: 600;
    border: 1px solid;
    border-color: white;
  }
  #btn-formulario:hover{
    color: #999fa6 !important;
    background-color: #fff !important;
  }
  #flecha-formulario {
    vertical-align: bottom;
    margin-left: 10px !important;
  }
  .div-calculo {
    background-color:#F2F2F2;

  }
  .texto-auto {
    color: #6BCBB5;
    font-weight: 700;
    text-align: center;
  }
  .texto-renovacion {
    color: #6BCBB5;
    font-weight: 700;
    text-align: center;
  }
  .columna-certificados {
    display: flex;
    position: relative;
    margin: 0 auto;
    margin-top: 11%;
    flex-direction: row;
  }
  .columna-certificados-spc{
    margin-left: 0;
  }
  .contador-certificados {
    border-radius: 50%;
    border: 3px solid white;
    color: white;
    display: block;
    margin: 0px;
    padding: 15px;
    width: 200px;
    height: 200px;
    padding-top: 55px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  }

  .numero-certificados {
    font-size: 50px;
    color: white;
    line-height: 100%;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  }

  .contador-toneladas {
    border-radius: 50%;
    border: 3px solid white;
    color: white;
    display: block;
    margin: 0px;
    padding: 15px;
    width: 200px;
    height: 200px;
    padding-top: 34px;
    margin-left: 15px;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  }

  .numero-toneladas {
    font-size: 52px;
    color: white;
    line-height: 100%;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  }

  .img-certificados {
    width: 200px;
    max-height: 200px;
    margin-left: 15px;
  }
  .fecha-contador {
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  }
  .cert-emitidos {
    color: #ffff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  }
  .toneladas-text {
    color: #ffffff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  }
  .equivalen-text {
    color: #ffffff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  }
  .boton-mas {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
  }

  .boton-menos {
    border: 1px solid;
    border-radius: 100%;
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    display:none;
  }
}
@media (max-width: 992px) {

  .sostenible h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 5%;
  }

  .sostenible h2 {
    font-weight:bold;
    font-size:23px;
    text-align:initial;
    line-height:35px;
    margin:0 30px;
    color:#6BCBB5;
  }
  .p-sostenible {
    font-weight:800 !important;
    text-align:initial;
    margin-left: 30px;
  }
  .sostenible .h-50vh {
    min-height: 40vh;
  }
  .sostenible .estimativo h3 {
    margin-top: 25px;
  }
  .frmContacto{
    margin-right:20px;
  }

  .sustentable-6 {
    background-image: url(../../images/sustentable-6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 670px;
    margin-top: -3%;
    margin-left: -1%;
    background-position: center;
  }
  .sostenible .jumbo-inner {
    padding-top: 200px!important;
  }

  .sostenible .box-line-background img {
    width: 80px;
  }

  .sostenible .icons-sustentable {
    width: 80px;
  }
  .sostenible #submit-form {
    width: 200px;
  }
  .hide-mobile {
    display: none !important;
  }

  h1 {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
  }

  h2 {
    font-family: "Public Sans", sans-serif;
    color: #ffffff;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin: 0px 10px;
  }

  h4 {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
  }

  p {
    font-family: "Public Sans", sans-serif;
    color: #53565A;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    line-height: 1.7;
    margin:0px 10px;

  }

  input, label {
    font-family: "Public Sans", sans-serif;
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
  }

  /* Trabaja con nosotros */
  .page-sumate .page-sumate-title h3 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  .page-sumate .subtitulo {
    font-size: 22px !important;
  }

  .page-sumate .form-sumate {
    padding-top: 10px !important;
  }

  .page-sumate .form-sumate .btn-submit {
    margin-top: 50px !important;
  }
  /* end Trabaja con nosotros */


  /*boton de menu*/

  .btn-menu {
    width: 200px;
    height: 140px;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .btn-menu span {
    position: absolute;
    top: 3em;
    left: 0.1em;
    background-color: rgb(255, 0, 0);
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); /* IE 9 */
    -webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */

  }
  .btn-menu span:before {
    position: absolute;
    top: -3.6em;
    left: 0;
    content: ' ';
    background-color: rgb(255, 0, 0);

  }
  .btn-menu span:after {
    position: absolute;
    top: 3.6em;
    left: 0;
    content: ' ';
    background-color: rgb(255, 0, 0);
  }


  .close span {
    position: absolute;
    left: -6em;
    background: none;
  }

  .close span:after {
    position: absolute;
    left: 6em;
    top: 0.6em;
    background-color: rgb(255, 0, 0);
     transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
  }
  .close span:before {
    display: block;
    position: absolute;
    background-color: rgb(255, 0, 0);
    top: 0.6em;
    left: 6em;
     transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
  }

  .btn-menu span,.btn-menu span:before,.btn-menu span:after,.close span,.close span:before,.close span:after {
    width: 200px;
    height: 28px;
    border-radius: 0.2em;
     -moz-transition: all .5s cubic-bezier(0.5,-0.6,0.19,1);
    -o-transition: all .5s cubic-bezier(0.5,-0.6,0.19,1);
    -webkit-transition: all .5s cubic-bezier(0.5,-0.6,0.19,1);
    transition: all .5s cubic-bezier(0.5,-0.6,0.19,1);
  }

  #text {
    color: rgb(255, 0, 0);
    position: absolute;
    left: 55%;
    top: 65%;
  }
  .marca-fila {
    display:inline-flex;
  }
  #logo-chart {
    max-width: 20%;
    margin-bottom:30px;
  }

  .iconos-redes {
    display: inline-flex;
  }
  .icon-social {
    margin:30px 20px !important;
  }
  .logo-fidocar-footer {
    margin-left: 20%;
    margin-bottom: 10px;
    max-width: 50%;
  }
  .marca-footer {
    color: white;
  }
  .co2-arboles {
    background-image: url("../../images/aarbolesco2.png");
    background-size: cover;
    height: 410px;
    width: 160%;
    margin-left: -130px;
    margin-top: -100px;
  }
  .num-verde {
    background-color: white;
    height: 27px;
    width: 40px;
    text-align: center;
    border-radius: 8px;
    color: #6BCBB5;
    font-weight: 600;
  }
  .num-gris {
    background-color: white;
    height: 27px;
    width: 40px;
    text-align: center;
    border-radius: 8px;
    color:#53565A;
    font-weight: 600;
    margin-right:-25%;
  }
  #img-sustentable {
    max-width:none!important;
    margin-left:-6%;
  }
  #flecha-evolucion {
    width:20px;
    display:inline-block;
    margin-left:10px;
    vertical-align:bottom;
  }
  #p-neutraliza {
    color:#6BCBB5;
    font-size:17px;
    font-weight:600;
    display:inline-block;
    vertical-align:top;
  }
  .sbs-selector-content h3 {
    font-weight: bold;
    margin-left:10px;
  }
  .sbs-dark {
    padding: 0px !important;
  }
  #img-car-seat {
    max-width:150%;
  }
  .sostenible .header-sostenible {
    background-image: url(../../images/header-sostenible.jpg);
    min-height: 650px !important;
  }
  #img-calculadora {
    display:inline-block;
    vertical-align: 70%;
  }
  #h2-calculadora {
    font-size:20px;
    font-weight:700;
    display:inline-block;
    vertical-align: bottom;
    margin: 0px;
    width: 70%;
  }
  #boton-certificado {
    background-color:#6BCBB5;
    border-color:#6BCBB5;
    height:55px; width:90%;
    margin-top:20%;
    margin-left:5%
  }
  #p-certificado {
    color:white;
    margin:0px !important;
  }
  #img-co2 {
    margin-top:20%;
  }
  .h4-compromiso {
    color:white !important;
    font-size:19px;
    margin-top:10%;
    font-weight: bold;
    margin-bottom: 10%;
  }
  #btn-toggle-expandir {
    margin-left:15px;
    border-color:#53565A;
  }
  #btn-toggle-expandir-mobile {
    margin-left:15px;
    border-color:#53565A;
  }
  #btn-toggle-ocultar {
    margin-left:15px;
    border-color:#53565A;
    margin-left: 15px;
    display: inline-block;
    margin-top: 80%;
    margin-bottom: 0px;
  }
  .img-certificados {
    display: none;
  }

  .columna-certificados {
    display: flex;
    margin-bottom: 15px;
    margin-top: 30px !important;
    margin-left: 0px !important;
    justify-content: center;
  }
  .img-certificados {
    display: none;
  }
  .home-titulo {
    color: #53565A;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;

  }
  .jumbo-quarter {
    margin: 0px !important;
  }
  .contador-certificados {
    border-radius: 50%;
    border: 3px solid #ffffff;
    color: #53565A;
    display: block;
    padding: 15px;
    width: 120px;
    height: 120px;
    padding-top: 15px;
    text-align: center;
    margin: 0px 15px;
  }
  .numero-certificados {
    color: #ffffff;
    font-size: 25px;
    text-align: center;
  }
  .contador-toneladas {
    border-radius: 50%;
    border: 3px solid #ffffff;
    color: #53565A;
    display: block;
    margin: 0px;
    padding: 15px;
    width: 120px;
    height: 120px;
    padding-top: 15px;
    text-align: center;
  }
  .cert-emitidos {
    color: #ffffff;
    font-family: "Public Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    line-height: 1.7;
    margin: 0px 10px;
  }
  .fecha-contador {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
  }
  .equivalen-text {
    color: #ffffff;
    font-size: 12px;
  }
  .toneladas-text {
    color: #ffffff;
    font-size: 10px;
  }
  .numero-toneladas {
    font-size: 25px;
    text-align: center;
    color: #ffffff;
  }
  .redes-menu {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
  }
  #div-logos-neutraliza{
    margin: 0px !important;
    padding: 0px !important;
    width: 30% !important;
  }
  #calculadora {
    margin-left: 40px;
  }
  .opciones-calculadora{
    text-align: center;
  }
  .cuadro-item {
    margin-top: 0 !important;
  }
  .cuadro-item p {
    max-width: 280px;
    font-size: 1rem;
    padding-bottom: 1.6rem;
  }
}
  button {
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    line-height: 1;
    outline: none;
    border: 1px solid white;
    margin-bottom: 20%;
    margin-right: 20%;
    height: 120px;
    width: 120px;
  }
  button img {
    height: 27px;
    margin: 0 !important;
  }
  button:hover {
    background-color: #fff;
  }
  button:hover img {
    filter: invert(35%) sepia(14%) saturate(143%) hue-rotate(175deg) brightness(93%) contrast(98%);
  }

  .navbar {
    display: flex;
    flex-direction: row;
    height: 130px;
    align-items: center;
    z-index: 100;
    position:fixed;
    width: 100%;
    background: linear-gradient(-180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.01) 100%, rgba(0,0,0,0) 100%);
  }
  .navbar .logo img {
    width: 278px;
    margin-left: 35px;
    z-index: 1000;
    -webkit-filter: drop-shadow(1px 1px 20px rgba(0,0,0,0.5));
    position: relative;
  }
  .menu .logo-menu-open{
    margin-left: -132px;
    margin-top: -16px;
    width:153px;
  }
  .navbar .menu-button {
    display: none;
  }
  .navbar .menu {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .navbar .menu .menu-option {
    margin: 0 38px;
    text-decoration: none;
    color: #fff !important;
  }
  .navbar .menu .menu-option:hover {
    opacity: 0.8;
  }
  .menu-option{
    position: relative;
  }
  .menu-option::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #53565A;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .menu-option:hover::before {
    visibility: visible;
    width: 100%;
  }

  #menu-option-neutraliza:hover{
    opacity: 0.8;
  }
  #menu-p-neutraliza:hover {
    color:#6BCBB5 !important;
  }
  #menu-option-neutraliza::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #6BCBB5;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  #menu-option-neutraliza:hover::before{
    visibility: visible;
    width: 100%;
  }

  .body-content .jumbo {
    display: flex;
    flex-direction: row;
  }
  .body-content .jumbo .jumbo-spacer {
    flex-grow: 4;
    flex-shrink: 0;
    flex-basis: 0;
  }
  .body-content .jumbo .jumbo-inner {

  }
  .body-content .jumbo .jumbo-quarter {
    flex-grow: 3;
    flex-shrink: 0;
    flex-basis: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .body-content .banner {
    margin-right: -50px;
  }
  .body-content .sbs-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 50px 0;
  }
  .body-content .sbs-text img {
    flex-grow: 4;
    flex-shrink: 1;
    width: 100%;
    min-width: 0;
  }
  .body-content .sbs-text p {
    min-width: 0;
    flex-grow: 6;
    margin: 160px;
    width: 100%;
    padding-right: 80px;
  }
  .body-content .sbs-h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 100px 0;
  }
  .body-content .sbs-h3 img {
    margin: 0 150px 20px 150px;
    flex-grow: 4;
    width: 100%;
    min-width: 0;
  }
  .body-content .sbs-h3 h3 {
    flex-grow: 6;
    padding-right: 80px;
    color:#6BCBB5;
    margin: 0px 20px;
    font-weight: 600;
    width: 80%;
    margin-left:20%;
  }
  #marcas-fila {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content: center;
    margin-bottom:30px;
    row-gap: 60px;
  }
  #marcas-columna {
    display: block;
    /* width:24%; */
    width: 28%;
    height: 100%;
  }
  #h5-marca {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-weight: 600;
    width: 90%;
    height: 80px;
    /* margin-top:9%; */
    font-size: 20px;
    color: #fff;
  }
  #marcas-columna .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 90%;
    margin: 0 auto;
  }
  .p-marca {
    font-size: 15px;
    font-weight: 900;
    color: #53565A;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 16px;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out 0s;
  }
  .p-marca:hover{
    color: #fff;
    background: #53565A;
  }
  #img-marca {
    margin: 0 auto;
    max-width: 140px;

  }
  #link-marca {
    height: 100%;
    text-align: center;
    text-decoration: none !important;
  }
  #marcas-fila #link-marca {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .body-content .marcas {
    background-color: #53565A;
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    margin:5%;
    padding-bottom: 40px;
  }
  .body-content .marcas h3 {
    margin: 50px 50px 30px 50px;
    color: #fff;
  }
  .body-content .marcas .marcas-lista {
    display: flex;
    flex-direction: row;
    margin-left: 25px;
    margin-bottom: 125px;
  }
  .body-content .marcas .marcas-lista .marca {
    margin: 25px;
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .body-content .marcas .marcas-lista .marca img {
    height: 50px;
    opacity: 1;
    margin-bottom: 50px;
  }
  .body-content .marcas .marcas-lista .marca h5 {
    flex-grow: 1;
    font-size:13px;
    font-weight: 600;
    color:#fff;
    margin-left:18%;
  }
  .body-content .marcas .marcas-lista .marca a {
    justify-self: flex-end;
    color: #fff;
    font-size:13px;
    font-weight: 600;
  }
  .body-content .marcas .marcas-lista .marca a:hover {
    opacity: 0.8;
  }
  .body-content .sbs-expandible-c #expandir-plus {
    display: none;
  }
  .body-content .sbs-expandible-c #expandir-minus {
    display: inline;
  }
  .body-content .sbs-expandible-c p.exp-hide {
    max-height: 0;
    margin: 0 !important;
    overflow: hidden;
    transition: max-height 0.5s ease, margin 0.5s ease;
  }
  .body-content .sbs-expandible-c.expanded #expandir-plus {
    display: inline;
  }
  .body-content .sbs-expandible-c.expanded #expandir-minus {
    display: none;
  }
  .body-content .sbs-expandible-c.expanded p.exp-hide {
    max-height: 500px;
    margin: 15px 0 !important;
  }
  .body-content .sbs-expandible {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .body-content .sbs-expandible #expandir-plus {
    display: inline;
  }
  .body-content .sbs-expandible #expandir-minus {
    display: none;
  }
  .body-content .sbs-expandible p.exp-hide {
    max-height: 0;
    margin: 0 !important;
    overflow: hidden;
    transition: max-height 0.5s ease, margin 0.5s ease;
  }
  .body-content .sbs-expandible .sbs-detalles {
    flex-grow: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    min-width: 0;
  }
  .body-content .sbs-expandible .sbs-detalles h3 {
    margin-bottom: 30px;
  }
  .body-content .sbs-expandible .sbs-detalles p {
    margin: 15px 0;
    font-size: 100%;
  }
  .body-content .sbs-expandible .sbs-detalles button {
    margin-top: 50px;
  }
  .body-content .sbs-expandible img {
    flex-grow: 4;
    flex-shrink: 1;
    margin: 150px 0;
    min-width: 0;
    width: 50%;
  }
  #sds-column {
    width:80%;
  }
  .body-content .sbs-expandible.expanded #expandir-plus {
    display: none;
  }
  .body-content .sbs-expandible.expanded #expandir-minus {
    display: inline;
  }
  .body-content .imagen {
    padding: 0 150px;
    display: flex;
    flex-direction: row;
  }
  .body-content .sbs-dark {
    background-color: #53565A;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin: 150px -50px 150px 0;
    min-width: 0;
    padding: 50px;
    position: relative;
    max-width: 1400px;
  }
  .body-content .sbs-dark .sbs-detalles {
    width: 60%;
    margin-left: 40%;
    padding: 30px 150px;
    padding-right: 0;
    text-align: initial;
  }
  .body-content .sbs-dark .sbs-detalles h3 {
    color: white;
    margin-bottom: 70px;
  }
  .body-content .sbs-dark .sbs-detalles p {
    color: white;
  }
  .body-content .sbs-dark .sbs-image {
    width: 40%;
    display: block;
    margin: 0px 0;
    position: absolute;
    top: 0;
    padding: 40px 0;
    height: 100%;
  }
  .body-content .sbs-dark .sbs-image img{
    display: block;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .body-content .sbs-selector {
    margin: 100px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .body-content .sbs-selector .sbs-image {
    flex-grow: 4;
    flex-basis: 40%;
  }
  .body-content .sbs-selector .sbs-selector-content {
    flex-grow: 6;
    flex-basis: 60%;
    padding-left: 150px;
  }
  .body-content .sbs-selector .sbs-selector-content h3 {
    margin-bottom: 80px;
  }
  .body-content .sbs-selector .sbs-selector-content .variable-display {
    display: flex;
    flex-direction: row;
  }
  .body-content .sbs-selector .sbs-selector-content .variable-display .variable-display-menu {
    display: flex;
    flex-direction: column;
    margin: 10px;
    flex-grow: 4;
    flex-basis: 40%;
  }
  .body-content .sbs-selector .sbs-selector-content .variable-display .variable-display-menu a {
    margin: 10px;
    white-space: nowrap;
    color: #53565A;
    text-decoration: none;
    cursor: pointer;
  }
  .body-content .sbs-selector .sbs-selector-content .variable-display .variable-display-menu a:not(.active) {
    opacity: 0.3;
  }
  .body-content .sbs-selector .sbs-selector-content .variable-display .variable-display-menu a:not(.active):hover {
    opacity: 0.6;
  }
  .body-content .sbs-selector .sbs-selector-content .variable-display .variable-display-content {
    flex-grow: 6;
    flex-basis: 60%;
  }
  .body-content .sbs-selector .sbs-selector-content .variable-display .variable-display-content p {
    margin: 20px 0;
  }

  .bosque-icon {
    background-image: url("../../images/forest.svg");
    height: 20px;
  }
  .rect-verde {
    background-image: url("../../images/rectangulo-verde.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:10px;
    margin-left:-1%;
    margin-bottom:6%;
  }
  .rect-gris {
    background-image: url("../../images/rectangulo-gris.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:-1px;
    margin-left:3%;
    margin-bottom:6%;
  }
  .footer {
    background-color: #53565A;
  }
  .footer .footer-row {
    display: flex;
    flex-direction: row;
    padding: 50px;
    padding-left:10%;
    padding-bottom:0;
  }
  .footer .footer-row .footer-half {
    flex-grow: 2;
  }
  .footer-quarter {
    display: block;
    padding: 45px 50px;
    padding-left: 10%;
    width: 100%;
  }
  .footer .footer-row .footer-quarter.right{
    padding: 0;
    width: 50%;
  }
  .footer .footer-row .footer-quarter.social a {
    font-family: "Public Sans", sans-serif;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    display: block;
    margin: 0px !important
  }
  .footer .footer-row img {
    width: 23px;
    display: inline-flex;
    vertical-align: middle;
  }
  .footer .footer-row form {
    margin: 10px 0;
  }
  .footer .footer-row form .form-field {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
  }
  .footer .footer-row form .form-field input {
    flex-grow: 1;
    margin-left: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
  }
  .footer .footer-row.bottom-row {
    align-items: flex-end;
  }
  .footer .footer-row.bottom-row .footer-quarter.right {
    text-align: right;
    justify-content: flex-end;
  }
  .footer .footer-row.bottom-row .footer-quarter.right button {
    margin-top: -100px;
  }

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

@media (max-width: 1500px) {
  .navbar .menu .menu-option {
    margin: 0 22px;
  }
}

@media (max-width: 1300px) {
  .body-content .sbs-text p {
    margin: 50px;
  }
  .body-content .sbs-h3 {
    margin: 80px 0;
  }
  .body-content .sbs-h3 img {
    margin: 0 70px;
  }
  .body-content .sbs-h3 h3 {
    padding-right: 40px;
  }
  .body-content .marcas {
    padding: 0 20px;
  }
  .body-content .marcas h3 {
    margin: 25px;
  }
  .body-content .marcas .marcas-lista {
    margin-left: 0;
  }
  .body-content .sbs-expandible .sbs-detalles {
    margin: 70px 40px;
  }
  .body-content .sbs-expandible .sbs-detalles h3 {
    margin-bottom: 30px;
  }
  .body-content .sbs-expandible .sbs-detalles button {
    margin-top: 50px;
  }
  .body-content .imagen {
    padding: 0 80px;
  }
  .body-content .sbs-dark {
    margin: 150px -50px 150px 0;
  }
  .body-content .sbs-dark .sbs-detalles {
    padding: 60px 40px;
  }
  .body-content .sbs-dark .sbs-image {
    margin: 130px 0;
  }
  .body-content .sbs-selector {
    margin: 80px 0;
  }
  .body-content .sbs-selector .sbs-selector-content {
    padding-left: 80px;
  }
  .body-content .sbs-selector .sbs-selector-content h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  button {
    height: 48px;
    width: 48px;
  }
  .jumbo-quarter button {
    margin-right: 15px;
    margin-bottom: 30px;
    border: 1px solid white;
  }
  button img {
    height: 14px;
  }

  .logo {
    margin-top: -35px !important;
  }

  .navbar {
    height: 72px;
    position: fixed;
    padding: 0;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    height: 80px !important;
  }
  .navbar .logo {
    flex-grow: 1;
  }
  .navbar .logo img {
    margin: 0 20px;
    width: 153px;
    margin-right: 0px;
    margin-top: 35px;
  }
  .navbar .menu-button {
    display: block;
    border: none;
    width: 23px;
    height: 23px;
    margin: 20px;
    outline: 0!important;
  }
  .navbar .menu-button:hover{
    outline: 0!important;
    z-index: 300;
  }
  .navbar .menu-button:hover img{
    filter: none;
  }

  .navbar .menu-button img {
    height: 23px;
  }
  .navbar .menu {
    position: absolute;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    background-image: url(../../images/abg_menu.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: -webkit-center;
  }
  .body-content {
    padding: 0px;
  }
  .body-content .jumbo {
    margin: 0px 0;
    flex-direction: column;
    background-image: url(../../images/banner-fidocar-principal.jpg);
    background-size: cover !important;
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
  }
  .jumbo .jumbo-inner h2{
    top: 50%;
    left: 20px;
    margin-top: 100px;
    font-weight: bold;
    margin-left: 10px;
  }
  .jumbo .jumbo-inner h2 span {
    color:#6BCBB5;
  }
  .body-content .jumbo .jumbo-spacer {
    display: none;
  }
  .body-content .jumbo .jumbo-quarter {
    justify-content: flex-start;
    margin-top: 150px;
  }
  .body-content .banner {
    margin-right: -20px;
    overflow: hidden;
  }
  .body-content .banner img {
    min-width: 200%;
    margin-left: -25%;
  }
  .body-content .sbs-text {
    flex-direction: column;
    margin: 20px 0 0 0;
  }
  .body-content .sbs-text p {
    margin: 80px 0;
    padding-right: 0;
  }
  .body-content .sbs-h3 {
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
  }
  .body-content .sbs-h3 img {
    margin: 30px 6px;
    max-width: 170px;
  }
  .body-content .sbs-h3 h3 {
    margin: 30px 21px;
    padding-right: 0;
    text-align:center;
  }
  .body-content .marcas {
    margin: 50px 0;
    padding: 0;
  }
  .body-content .marcas h3 {
    margin: 16px;
  }
  .body-content .marcas .marcas-lista {
    flex-direction: column;
    margin: 0;
  }
  .body-content .marcas .marcas-lista .marca {
    margin: 32px 16px;
    width: 45%;
    justify-content: center;
    align-items: center;
  }
  .body-content .marcas .marcas-lista .marca img {
    width: 100%;
    max-width: 64px;
    margin-bottom: 20px;
  }
  .body-content .marcas .marcas-lista .marca h4 {
    margin-bottom: 25px;
  }
  .body-content .sbs-expandible {
    flex-direction: column;
  }
  .body-content .sbs-expandible h3 {
    order: 1;
    margin: 30px 10px;
  }
  .body-content .sbs-expandible img {
    order: 2;
    margin: 0;
  }
  .body-content .sbs-expandible .sbs-detalles {
    order: 3;
    margin: 15px 10px;
  }
  .body-content .sbs-expandible .sbs-detalles button {
    margin-top: 15px;
  }
  .body-content .imagen {
    padding: 0;
    overflow: hidden;
    margin: 45px 0;
  }
  .body-content .imagen img {
    width: 100%;
    max-width: unset;
    margin-left: 0;
    display: block;
    height: 220px;
    object-fit: cover;
    object-position: center center;
  }
  .body-content .sbs-dark {
    margin-top: 70px;
    flex-direction: column;
    margin-right: -20px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .body-content .sbs-dark .sbs-detalles {
    padding: 30px;
  }
  .body-content .sbs-dark .sbs-image {
    margin: 30px -30px 40px 60px;
  }
  .body-content .sbs-selector {
    flex-direction: column;
    margin: 20px 0;
  }
  .body-content .sbs-selector .sbs-image {
    order: 2;
  }
  .body-content .sbs-selector .sbs-selector-content {
    order: 1;
    padding: 0;
    flex-direction: column;
    padding-left: 10px;
  }
  .body-content .sbs-selector .sbs-selector-content h3 {
    margin: 50px 0;
    margin-left: 15px;
  }
  .body-content .sbs-selector .sbs-selector-content .variable-display {
    flex-direction: column;
  }
  .body-content .sbs-selector .sbs-selector-content .variable-display .variable-display-menu {
    margin: 0;
  }
  .body-content .sbs-selector .sbs-selector-content .variable-display .variable-display-menu a {
    margin: 10px 0;
  }

  .boton-menos {
    border: 1px solid;
    border-radius: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    display:none;
  }/*
  .body-content .sbs-selector .sbs-selector-content .variable-display .variable-display-content p {
    margin: 40px 0;
  }*/

  .footer .footer-row {
    flex-direction: column;
    padding: 20px;
  }
  .footer .footer-row .social {
    margin: 10px 0;
    text-align: center;
    padding: 0;
  }
  .footer .footer-row .social h4 {
    margin: 50px 0;
  }
  .footer .footer-row.bottom-row {
    flex-direction: row;
    position: relative;
    margin-top: 100px;
    align-items: center;
  }
  .footer .footer-row.bottom-row .footer-quarter.right {
    position: absolute;
    right: 20px;
    top: -72px;
  }
  .navbar .menu {
    opacity: .5;
  }
  .navbar .menu-button {
    display: block;
    border: none;
    width: 32px;
    height: 32px;
    margin: 18px;
    background: url(../../images/menu-nuevo-blanco.png?v=12) center center no-repeat !important;
    background-size: 32px 24px!important;
  }
  .navbar .menu-button.menu-open{
    background: url(../../images/close.png) center center no-repeat !important;
    background-size: 16px !important;
  }
  .navbar .menu-button img{
    display: none;
  }
  .navbar .menu {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: fixed !important;
    top: 0%;
    right: -200%;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background-color: #53565A;
    padding-top:30%;
    transition: all .95s cubic-bezier(.3,.1,.3,1);
    transition: all .95s cubic-bezier(.3,.1,.3,1),
    --webkit-transform .95s cubic-bezier(.3,.1,.3,1);
  }
  .navbar .menu.open {
    right: 0px;
    opacity: 1;
  }
  .navbar .menu .menu-option {
    color: #fff !important;
    margin: 28px auto;
    text-align: center;
    padding: 14px;
    display: table;
    text-decoration: none !important;
    font-size: 20px;
    position:relative;
  }

  .fancy {
    line-height: 0.5;
    text-align: center;
  }
  .fancy span {
    display: inline-block;
    position: relative;
    color:white;
    font-size: 20px;
    padding: 0 20px;
    font-family: "Public Sans", sans-serif;
  }
  .menu-item{
    position: relative;
    margin: 10px auto;
    display: table;
    text-shadow: inherit !important;
  }
  .navbar .menu .menu-option:hover{
  	opacity: 1;
  }

  .menu-option:hover::before{
    display: none;
  }

  .menu-item::after{
    content: "";
    position: absolute;
    right: -1001%;
    top: 50%;
    margin-top: -0.5px;
    height: 0.5px;
    display: block;
    background-color: #fff;
    width: 1000%;
  }

  .menu-item::before{
    content: "";
    position: absolute;
    left: -1001%;
    top: 50%;
    margin-top: -0.5px;
    height: 0.5px;
    display: block;
    background-color: #fff;
    width: 1000%;
  }

  .active .menu-item::after,
  .active .menu-item::before{
    background-color: #6BC3AD;
  }

  .navbar .menu .menu-option{
    width: 100%;
    margin: 0 !important;
  }
  .menu-option.active .fancy span{
    color:#6BC3AD;
  }
  /*.fancy span:before,
  .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid white;
    top: 0;
    width: 600px;
    transition:0.3s;
  }
  .fancy span:before {
    right: 100%;
    margin-right: 15px;
  }
  .fancy span:after {
    left: 100%;
    margin-left: 15px;
  }

  .fancy span:before:active {
    border-bottom: #6BC3AD;
  }*/
  .sbs-detalles h3{
    margin-top:30px;
    font-weight:500;
    font-size:22px;
    line-height:30px;
  }

  i.icon-facebook{
    width: 30px;
    height: 30px;
    display: block;
    background:url(../../images/facebook.png) center center no-repeat;
  }

  i.icon-twitter{
    width: 30px;
    height: 30px;
    display: block;
    background:url(../../images/twitter.png) center center no-repeat;
  }

  i.icon-linkedin{
    width: 30px;
    height: 30px;
    display: block;
    background:url(../../images/linkedin.png) center center no-repeat;
  }

  i.icon-instagram{
    width: 30px;
    height: 30px;
    display: block;
    background:url(../../images/instagram-logo.png) center center no-repeat;
  }
  #h3-movilidad {
    font-weight:600;
    margin-top:30px;
    margin-bottom:10px;
  }

  #p-movilidad {
    line-height: 1.9;
    font-size: 14px;
    font-weight:600;
  }
  #submit-form {
    border-color:white;
    height:55px;
    width:185px;
    margin-left: 35%;
    margin-top: 10%;
  }
  #submit-form p{
    color:white;
    margin:0px !important;
    display: inline-flex;
    font-weight:800;
  }
  #h3-sbs-expandible-mobile {
    margin-top:10%;
    margin-bottom:10%;
    line-height: 150%;
    margin-left: 5%;
  }
  .sbs-detalles p {
    font-weight: bold;
    line-height: 180%;
  }
  .exp-p {
    margin: 15px 10px;
  }
  .boton-mas{
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
  }
  .boton-menos{
    width: 25px;
    height: 25px;
  }
  .div-logo-fidocar-footer{
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
  }
  .logo-fidocar-footer {
    display: inline;
    margin: 0px;
    padding: 0px;
    align-content: center;
  }
  .marca-footer {
    display: block;
  }
  .p-sbti{
    margin-left: 20px;
  }
  .p-sbti-right{
    margin-left: 20px;
  }
  .rect-verde{
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left:-30px;
    padding-left: 40px;
  }
  .num-gris{
    margin-right: 0px;
  }
  .rect-gris{
    margin-bottom: 30px;
    margin-left: 20px;
    border-radius: 20px;
    margin-right: -20px;
    justify-content: flex-end;
    padding-right: 40px;
  }
  .img-bosque{
    background-image: url(http://fidocar.local/packages/assets/website/images/Image-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .text-left{
    margin-left: 30px;
  }
  .carbosur-logo{
    max-width: 190px;
    margin-left: 30px;
  }
}

.jumbo-cta{
	position: absolute;
	bottom: 8%;
	right: 5%;
	margin: 0;
}

.columna-certificados{
	margin: 0 auto;
	margin-top: 12%;
}

.columna-certificados .jumbo-inner h2{
  margin:0;
	margin-top: 40px;
	margin-right: 50px;
}

@media (max-width: 1380px) {
  .columna-certificados{
    margin-left: auto;
  }
}

@media (max-width: 1300px) {
  .navbar .menu .menu-option {
    margin: 0 17px;
  }
}

@media (max-width: 1260px) {
  .columna-certificados .jumbo-inner h2{
    width: auto;
    font-size: 40px;
    line-height: 48px;
    margin-top: 50px;
  }
}

@media (max-width: 1180px) {
  .navbar .menu .menu-option {
    margin: 0 8px;
  }

  .contador-certificados{
    width: 180px;
    height: 180px;
  }

  .numero-certificados{
    font-size: 46px;
  }

  .equivalen-text,
  .toneladas-text,
  .cert-emitidos{
    font-size: 16px;
    line-height: 20px;
  }

  .img-certificados{
    width: 180px;
    height: 180px;
  }

  .fecha-contador{
	  font-size: 24px;
  }

  .contador-toneladas{
    width: 180px;
    height: 180px;
    padding-top: 38px;
  }

  .numero-toneladas{
    font-size: 46px;
  }
}

@media (max-width: 1115px) {
  .navbar .menu .menu-option {
    font-size: 14px;
  }

  .navbar .logo img {
    width: 228px;
  }
}

@media (max-width: 1115px) {
  .columna-certificados .jumbo-inner h2 {
    font-size: 36px;
    line-height: 42px;
    margin-top: 56px;
  }
}

@media (max-width: 992px){
    .only-desktop{
      display: none !important;
    }
    .columna-certificados{
      margin-left: 100px;
    }
    .jumbo .jumbo-inner h2 {
      top: 0;
      margin: 0 auto;
      margin-top: 45%;
      display: table;
      width: 310px;
      font-size: 32px;
    }

    .menu-item::before,
    .menu-item::after{
      opacity: 0;
    }

    .active .menu-item::after,
    .active .menu-item::before{
      opacity: 1;
    }

    .numero-certificados,
    .numero-toneladas{
      font-size: 25px;
    }

    .toneladas-text{
      font-size: 12px;
    }

    .contador-toneladas,
    .contador-certificados{
      width: 140px;
      height: 140px;
    }

    .contador-toneladas{
      padding-top: 22px;
    }

    .fecha-contador{
      font-size: 18px;
      margin-top: 5px;
    }

    .equivalen-text{
      margin: 0;
    }

    .contador-certificados{
    	padding-top: 22px;
    }
}

.loading-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  display: block;
  left: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}

.loading-block p {
  font-size: 32px;
  color: #ffffff !important;
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -21px;
  z-index: 1;
}

.has-error {
  border-bottom: 1px solid tomato !important;
}

#btn-calcular{
  border-color:#6BCBB5;
  height:55px; width:192px;
  margin-top:20%;
  margin-left:28%;
}

#btn-calcular-desktop{
  border-color: #6BCBB5;
  height: 65px;
	width: 192px;
	margin-top: 290px;
	margin-left: 150px;
}
.calc-fila {
  display:table;
  margin-top:-5%;
}
.volver-a-calcular-desktop {
  display:none;
  height: 500px;
  padding: 3%;
}
.calc-column-izq {
  display: inline-table;
    float: left;
    width: 40%;
    margin-left: 15%;
    margin-top: 40px;
}
.calc-column-der {
  display: inline-table;
  float: right;
  background-color: #F2F2F2;
  width: 40%;
  margin-right: 5%;
  padding: 20px;
  margin-top: -30px;
}

.p-volver-a-calcular {
  margin-bottom: 6%;
    font-weight: bold;
    line-height: 2;
    font-size: 17px;
}

#p-calcular {
  color:#6BCBB5;
  display: inline-flex;
  margin-right: 4% !important;
}
#flecha-calcular {
  vertical-align: bottom;
  width:9%;
  display:inline-flex;
}
#flecha-volver-calcular {
  vertical-align: bottom;
  width:3%;
  display:inline-flex;
}
.resultado {
  border-color: #6BCBB5 !important;
    border: 1px solid;
    width: 147px;
    margin-bottom: 2%;
    height: 100px;
    padding: 2%;
    padding-left: 3%;
}
.p-usd {
  display:inline-flex;
  color:#6BCBB5;
  font-weight: bold;
  vertical-align: super;
}
.p-resultado {
  display:inline-flex;
  color:#6BCBB5;
  font-weight: bold;
  font-size: 48px;
  margin-left: 17%;
}
.div-volver-calcular{
  cursor: pointer;
  margin-top: 5%;
}
.p-toneladas {
  display: inline-flex;
  font-weight: 700;
  line-height: 1;
  vertical-align: sub;
  margin-left: 15px;
font-size: 15px;
}
.toneladas {
  font-size: 30px;
  font-weight: 800;
  display: inline-flex;
  vertical-align: top;
}
.div-toneladas {
  border: 1px solid;
    border-color: #777777;
    width: 190px;
    margin-bottom: 8%;
    height: 60px;
    padding: 8px 20px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
    min-width: 190px;
    display: table;
}
.p-adquirio {
  font-weight: 700;
    width: 80%;
    line-height: 1.9;
    font-size: 17px;
}
.menu-item {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

#btn-toggle-expandir {
  margin-left:15px;
  border-color:#53565A;
}
#btn-toggle-expandir-mobile {
  margin-left:15px;
  border-color:#53565A;
}
#btn-toggle-expandir:hover {
  background-color: #53565A;
}
#btn-toggle-expandir-mobile:hover {
  background-color: #53565A;
}
#btn-toggle-expandir:hover img {
  filter: brightness(100);
}
#btn-toggle-expandir-mobile:hover img {
  filter: brightness(100);
}
#btn-toggle-expandir {
  height: 70px;
  width: 70px;
}
#btn-toggle-expandir-mobile {
  height: 70px;
  width: 70px;
}
.vd-menu-option.active .boton-mas {
  display: none;
}
.vd-menu-option.active .boton-menos {
  display: inline-block;
}
.vd-menu-option .vd-option-text{
  transition: all .2s  ease-out;
}

.vd-menu-option.active .vd-option-text {
  vertical-align: middle;
  background-color: #53565A;
  color: white;
  padding: 6px;
  border-radius: 10px;
}

.vd-menu-option .linea--grow{
  display: inline-block;
  height: 0;
  overflow: hidden;
  transition: width .1s  ease-out;
  width : 0px;
  margin: 0px 9px;
  vertical-align: middle;
}
.vd-menu-option.active .linea--grow {
  width: 70px;
  height: auto;
}

.body-content .sbs-expandible.expanded p.exp-hide {
  max-height: 500px;
  margin: 15px 0 !important;
}

[animation]{
  opacity: 0;
}

[animation].animate__animated{
  opacity: 1;
}

#submit-form{
	display: block;
	width: auto;
	height: 58px;
	margin-left: auto;
  margin-right: 0;
	padding: 8px 16px;
  margin-bottom: 0;
}

.opciones-calculadora label{
  margin-bottom: 40px;
  width: 100%;
}

.opciones-calculadora label p.title-calc{
  font-weight: normal;
  position: relative;
  padding-left: 0px;
}

/*
.opciones-calculadora label p.title-calc::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #53565A;
}*/

.opciones-calculadora label .box-green{
	margin-left: 0px;
  margin-top: 18px;
	width: 90%;
	height: 45px;
  max-width: 400px;
	color: #53565A;
	font-size: 16px;
	padding-left: 12px;
}
.trabaja-fila{
  display: table-row;
}
.trabaja-column{
  display:flex;
  flex-direction: column;
  width: 50%;
}
#trabaja-column-left{
    float: left;
    margin-top: 0%;
    text-align: initial;
    width: 30%;
    margin-left: 80px;
}
#trabaja-column-right{
    float: right;
}
.trabaja-column img{
  width: 90%;
}
.trabaja-column p{
  font-size: 23px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.trabaja-column a{
  font-size: 25px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.mailto-trabaja {
  background-color: #53565A;
  color: white;
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  min-width: 260px;
}
.mailto-trabaja:hover{
  color: white;
}
.trabaja-linkedin {
  display: flex;
    border: solid 1px;
    border-color: #53565A;
    width: 300px;
    margin-left: 30px;
}
.trabaja-linkedin a{
  background-color: #53565A;
  margin: 0px;
  font-size:20px;
}
#trabaja-linkedin-link{
    background-color: white;
    color: #53565A;
    padding: 5px;
    width: 70%;
    text-align: center;
}

.noticia-inside > .container {
  margin-bottom: 80px;
}

.noticia-inside .portada {
  height: 550px;
  background-image: url(../../images/bg_noticias.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}

.noticia-inside .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.noticia-inside .portada h2 {
  color: #FFFFFF;
  font-weight: bold;
}

.noticia-inside .blog-inside-title {
  text-align: center;
}

.noticia-inside .blog-inside-title .fecha {
  font-weight: bold;
  margin-bottom: 40px;
}

.noticia-inside .blog-inside-title h3 {
  font-size: 38px;
  margin-bottom: 60px;
}

.noticia-inside img.main-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}

.noticia-inside .subtitulo {
  margin-bottom: 40px;
  font-weight: bold;
}

.noticia-inside .descripcion {
  color: #000000;
  font-weight: normal;
  text-align: justify;
}

.noticia-inside .share-new {
  position: relative;
  margin-top: 30px;
  text-align: right;
}

.noticia-inside .share-new p {
  font-size: 16px;
  margin-bottom: 10px;
}

.noticia-inside .share-new ul {
  position: absolute;
  right: 0;
}

.noticia-inside .share-new ul li {
  float: left;
  margin-left: 15px;
}

.noticia-inside .share-new .btn-share {
  display: block;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.noticia-inside .share-new .btn-share.btn-facebook {
  background-image: url(../../images/icon_facebook.png);
}

.noticia-inside .share-new .btn-share.btn-linkedin {
  background-image: url(../../images/icon_linkedin.png);
}

.noticia-inside .share-new .btn-share.btn-twitter {
  background-image: url(../../images/icon_twitter.png);
}

.content-noticias {
  margin: 0;
  padding: 0;
  height: 500px;
  background-image: url(../../images/bg_noticias_index.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-noticias .content-noticias-wrap {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1300px;
}

.content-noticias .content-noticias-titulo {
  padding-top: 40px;
  padding-left: 14%;
}

.content-noticias .content-noticias-titulo h3 {
  margin-bottom: 20px;
}

/* Trabaja con Nosotros */
.page-sumate .portada {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  /* height: 550px; */
  height: min(550px, 78vw);
  background-image: url(../../images/trabaja-con-nosotros.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}

.page-sumate .portada::before,
.page-sumate .portada::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  z-index: 1;
}

.page-sumate .portada::before {
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-sumate .portada::after {
  bottom: 0;
  height: 170px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.5;
}

.page-sumate .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 3;
}

.page-sumate .portada h2 {
  color: #FFFFFF;
  font-weight: bold;
}

.page-sumate .page-sumate-title {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.page-sumate .page-sumate-title h3 {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.3;
}

.page-sumate .subtitulo {
  margin-bottom: 40px;
  font-size: 28px;
  text-align: center;
  font-weight: normal;
}

.page-sumate .form-sumate {
  position: relative;
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 160px;
  /* background-color: #6BCBB5; */
}

.page-sumate .form-sumate .loading-block {
  opacity: 0;
}

.page-sumate .form-sumate .msg-success {
  padding-bottom: 0;
  overflow: hidden;
  max-height: 0;
  transition: all .4s ease-out;
}

.page-sumate .form-sumate .msg-success.show {
  padding-bottom: 40px;
  max-height: 300px;
}

.page-sumate .form-sumate .msg-success p {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  color: #5CC88A;
}

.page-sumate .inputs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
}

.page-sumate .column {
  width: 40%;
  min-width: 240px;
}

.page-sumate .form-sumate .btn-submit {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  margin-left: auto;
  color: #333333;
  /* color: #FFFFFF; */
  width: 100%;
  max-width: 200px;
  height: 55px;
  margin-bottom: 20%;
  font-weight: 600;
  /* background-color: #333; */
  /* background-color: #53565A; */
  /* background-color: #6BCBB5; */
  background-color: #FFFFFF;
  border: 1px solid #53565A;
  border-color: #333333;
  border-radius: 0;
  /* color: #2A5FCC !important; */
  /* border-color: #2A5FCC !important; */
  transition: all .2s ease-in-out;
}

.page-sumate .form-sumate .btn-submit:hover {
  /* color: #999FA6 !important; */
  color: #FFFFFF !important;
  /* background-color: #FFF !important; */
  background-color: #6BCBB5;
  /* border-color: #2A5FCC !important; */
  border-color: #6BCBB5 !important;
}

.page-sumate .form-sumate .btn-submit.enviando {
  color: #FFFFFF !important;
  /* border-color: #333333 !important; */
  border-color: #999FA5 !important;
  /* background-color: #535659 !important; */
  background-color: #BABEC2 !important;
  pointer-events: none !important;
  cursor: default !important;
}

.page-sumate .form-sumate .btn-submit .text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 90px;
}

.page-sumate .form-sumate .btn-submit span {
  transition-delay: unset !important;
}

.page-sumate .form-sumate .btn-submit .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 10px !important;
}

.page-sumate .form-sumate .btn-submit img {
  position: absolute;
  filter: unset;
  transition: all .3s ease-in-out !important;
}

.page-sumate .form-sumate .btn-submit img.flecha {
  filter: invert(35%) sepia(14%) saturate(143%) hue-rotate(175deg) brightness(93%) contrast(98%);
  transform: translate3d(0, 0, 0);
  transition: inherit;
}

.page-sumate .form-sumate .btn-submit:hover img.flecha {
  filter: invert(0) sepia(0) saturate(1) hue-rotate(0) brightness(1) contrast(1);
  transform: translate3d(4px, 0, 0);
}

.page-sumate .form-sumate .btn-submit .icon .flecha {
  opacity: 1;
}

.page-sumate .form-sumate .btn-submit .icon .spinner {
  transform: translate3d(-4px, 0, 0);
  opacity: 0;
}

.page-sumate .form-sumate .btn-submit.enviando .icon .flecha {
  opacity: 0;
  transform: translate3d(4px, 0, 0);
}

.page-sumate .form-sumate .btn-submit.enviando .icon .spinner {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.page-sumate .form-sumate .form-field {
  position: relative;
  flex-basis: 40%;
  flex-grow: 1;
  width: 40%;
  max-height: 100px;
  margin: 0 15px;
  min-width: 290px;
  transition: all .3s ease-out;
  transform: translate3d(0, 0, 0);
  pointer-events: all;
  cursor: unset;
  opacity: 1;
}

.page-sumate .form-sumate .form-field.hide {
  max-height: 0;
  transform: translate3d(-20px, -10px, 0);
  pointer-events: none;
  cursor: default;
  opacity: 0;
}

.page-sumate .form-sumate .form-field .error-message {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #CD6565;
  z-index: 5;
  opacity: 0;
  transition: all .4s ease-out;
  transform: translate3d(0, 15px, 0);
  pointer-events: none;
}

.page-sumate .form-sumate .form-field.has-error {
  border: 0 !important;
}

.page-sumate .form-sumate .form-field.has-error [name] {
  border-bottom-color: #FA6248;
}

.page-sumate .form-sumate .form-field.has-error .error-message {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-sumate .form-sumate .form-field.input-file.has-error .error-message {
  transform: translate3d(0, -10px, 0);
}

.page-sumate .form-sumate .form-field label,
.page-sumate .form-sumate .form-field [name]:not(:placeholder-shown).no-value + label {
  position: absolute;
  top: calc(50% - 15px);
  font-size: 16px;
  color: #999FA6;
  transform: translate3d(30px, -50%, 0);
  cursor: text;
  transition: all .2s ease-in-out;
  user-select: none;
  pointer-events: none;
}

.page-sumate .form-sumate .form-field.input-file {
  margin-top: 15px;
}

.page-sumate .form-sumate .form-field.input-file label {
  top: -5px;
}

.page-sumate .form-sumate .form-field select.no-value + label {
  cursor: default;
}

.page-sumate .form-sumate .form-field [name]:active + label,
.page-sumate .form-sumate .form-field [name]:focus + label,
.page-sumate .form-sumate .form-field [name][value] + label,
.page-sumate .form-sumate .form-field [name][value]:not(:placeholder-shown) + label,
.page-sumate .form-sumate .form-field [name]:not(:placeholder-shown) + label,
.page-sumate .form-sumate .form-field.input-file + label {
  top: -4px;
  font-size: 12px;
  pointer-events: all;
}

.page-sumate .form-sumate .form-field.input-file .descripcion {
  display: block;
  position: relative;
  margin-top: -20px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #5B5B5F;
}

.page-sumate .form-sumate input,
.page-sumate .form-sumate select {
  margin: 0 10px;
  margin-bottom: 25px;
  padding: 10px 20px;
  width: 100%;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  border-bottom: 1px solid #333;
  transition: all .2s ease-in-out;
}

.page-sumate .form-sumate select option {
  color: #000000 !important;
  background-color: #FFFFFF !important;
}

.page-sumate .form-sumate input,
.page-sumate .form-sumate select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.page-sumate .form-sumate input:focus,
.page-sumate .form-sumate select:active,
.page-sumate .form-sumate select:focus-visible {
  outline: none;
  border: none;
  border-bottom: 1px solid #2A5FCC;
}

.page-sumate .form-sumate [name]::placeholder {
  color: transparent;
}

.page-sumate .form-sumate [name]:-ms-input-placeholder {
  color: transparent;
}

.page-sumate .form-sumate [name]::-ms-input-placeholder {
  color: transparent;
}

.page-sumate .form-sumate select {
  background-image: url(../../images/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: center;
  background-size: 12px;
}

.page-sumate .form-sumate select.no-value {
  color: transparent;
}

.page-sumate .form-sumate input::-webkit-outer-spin-button,
.page-sumate .form-sumate input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-sumate .form-sumate input[type="number"] {
  -moz-appearance: textfield;
}
/* end Trabaja con Nosotros */


/* Temp 1 */
.content-noticias .content-noticias-fixed-new {
  margin: 0 auto;
  width: 90%;
  height: 310px;
  background-color: #53565A;
  color: #FFFFFF;
}

.content-noticias .left {
  height: 100%;
  width: 48%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-noticias .right {
  height: 100%;
  width: 52%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 50px;
}

.content-noticias .right * {
  color: #FFFFFF;
}

.content-noticias .right .title {
  font-size: 22px;
}

.content-noticias .btn-read-more {
  display: block;
  border: 1px solid #FFFFFF;
  width: 70px;
  height: 70px;
  background-image: url(../../images/icon_read_more.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color .1s ease-out;
}

.content-noticias .btn-read-more:hover {
  background-color: #FFFFFF;
  background-image: url(../../images/icon_read_more_hover.png);
}

.galeria-blog {
  margin-top: 30px;
  width: 100%;
  height: 295px;
}

.galeria-blog .gallery {
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  float: left;
}

/* Sección noticias en el index */
.carousel-inner {
  overflow: unset;
}
.carousel-indicators {
  margin: 0 auto;
  width: 90%;
  height: 60px;
  bottom: -55px;
  padding-top: 5px;
  align-items: center;
  z-index: 1;
  background-color: #FFFFFF;
}
.carousel-indicators li {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 25px;
  border: 1px solid #53565A;
  background-color: #FFFFFF;
  background-clip: unset;
}
.carousel-indicators li:last-of-type {
  margin-right: 0px;
}
.carousel-indicators li.active {
  background-color: #53565A;
}
.carousel-item {
  z-index: 20;
}

.politica-energetica #logo-chart {
  width: 80px;
}

.politica-energetica ul {
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  line-height: 1.5;
  color: #FFFFFF;
}

.politica-energetica ul li {
  position: relative;
  padding-left: 15px;
  font-weight: 200;
}

.politica-energetica ul li::before {
  content: '•';
  display: block;
  position: absolute;
  left: 0;
}

.politica-energetica p {
  font-weight: 200;
}

.politica-energetica p:not(:nth-child(1)) {
  text-align: justify;
}

.btn.conoce-mas {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3125em;
  margin-top: 1.5em;
  padding: 0.3em 1.2em;
  font-weight: bold;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  transition: all .3s ease-in-out 0s;
}

.btn.conoce-mas:hover {
  color: #FFFFFF;
  background-color: transparent;
}

.hide-mobile .politica-energetica .btn.conoce-mas {
  margin-bottom: -1em;
  font-size: 1.2em;
}

.hide-desktop .politica-energetica .btn.conoce-mas {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.whatsapp-button {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  /* bottom: 70px; */
  /* right: 10px; */
  bottom: 80px;
  right: 20px;
  background-color: #43D854;
  border-radius: 50%;
  animation: animate-whatsapp-button 500ms both;
  animation-delay: 550ms;
  transition: all ease-in-out 200ms,  background-color 0.25s;
  cursor: pointer;
  z-index: 100;
}

.whatsapp-button:hover {
  background-color: #57EC68;
}

.whatsapp-button::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  background-image: url(../../images/whatsapp-white.svg?v=1);
  background-size: contain;
  transform: translate3d(-50%, -50%, 0);
}

#wcx-chat button {
  margin-bottom: 20px !important;
  margin-right: 20px !important;
}

@keyframes animate-whatsapp-button {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.jumbo-cta {
    right: unset;
    left: 5%;
}

@media screen and (max-width: 1300px) {
  .hide-mobile .politica-energetica {
    padding-left: 100px !important;
  }

  .hide-mobile .sbs-image {
    margin: 20px 0px !important;
    height: 95% !important;
  }
}

@media (max-width: 1200px) {

  .noticia-inside .portada h2 {
    padding-left: 8%;
  }

}

@media (max-width: 992px){
  .footer .footer-row .footer-quarter.right{
    width: 100%;
  }

  .navbar .logo img{
  	width: 153px;
  }

  #submit-form{
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
  #submit-form:hover{
    background-color: #53565A !important;
  }
  .vd-option-content{
    max-width: 80%;
  }

  .body-content .sbs-dark .sbs-image{
    position: relative;
    width: 90%;
    left: 0;
    padding-bottom: 0;
  }

  .body-content .sbs-dark .sbs-detalles{
    width: 100%;
    margin: 0;
  }
  .trabaja-fila {
    display: grid;
  }
  .trabaja-column {
    margin: 0px !important;
  }
  #trabaja-column-left{
    width: 100%;
    float: none;
  }
  .trabaja-column h3{
    font-size: 30px;
    margin-bottom: 20px !important;
  }
  .trabaja-column p{
    margin: 0px;
    width: 90%;
    font-size: 20px;
    margin-left: 10px;
  }
  #p-sumate{
    margin-bottom: 10px !important;
  }
  .mailto-trabaja{
    min-width: 260px;
    margin-left: 10px !important;
    max-width: 260px;
  }
  .trabaja-linkedin {
    margin-left: 10px;
    width: 260px;
  }
  .trabaja-linkedin a span{
    vertical-align: sub;
  }
  #trabaja-column-right{
    display: block;
    width: 100%;
  }
  #trabaja-column-right img{
    width: 95%;
    margin-top: 20px;
  }
}

@media (min-width: 992px){
  .only-mobile{
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .politica-energetica {
    width: 100vw !important;
    padding-bottom: 40px !important;
  }

  .politica-energetica #logo-chart {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 60px;
  }
}


@media (max-width: 750px) {

  .noticia-inside .blog-inside-title .fecha {
    margin-bottom: 30px;
  }

  .noticia-inside .blog-inside-title h3 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.2;
  }

  .noticia-inside p {
    line-height: 1.2;
  }

  .content-noticias {
    height: 455px;
  }

  .content-noticias .left,
  .content-noticias .right {
    width: 100%;
    height: 140px;
  }

  .content-noticias .right {
    padding-left: 12px;
  }

  .content-noticias .right p {
    line-height: 1.2;
  }

  .content-noticias .right .title {
    font-size: 16px;
  }

  .content-noticias .btn-read-more {
    height: 50px;
    width: 50px;
    margin-left: 10px;
    margin-bottom: -15px;

  }

  .noticia-inside .share-new {
    text-align: center;
  }

  .noticia-inside .share-new p {
    font-weight: bold;
  }

  .noticia-inside .share-new ul {
    position: relative;
    display: inline-block;
    right: unset;
    margin: 0 auto;
  }

  /* TEMPORAL! todo: mejorar galería en noticia */
  .galeria-blog {
    height: 120px;
  }

}
