
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html{



}


body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

button:focus {
  outline: none;
}

.main-container{
   max-width: 1920px;
}


img.logo-cont-img {
    width: 24.75em;
}


.logo-cont{
    width: 20%;
    display: flex;
    align-items: center;
}

.main-nav {
  padding: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 4em;
}

.main-nav ul {
  text-align: right;

}
.main-nav ul li{
  display: inline-block;
  text-transform: uppercase;
  /* margin: 0 2%; */
  text-align: center;
  align-self: center;
}

.main-nav ul li a{
      color: #707070;
    font-size: 1.3em;
    letter-spacing: 0.7px;
    font-weight: 600;
}

.sign-in-cont{
  width: 17%;

}

.btn-sign-in{
    background-color: #2b2b2b;
    text-transform: uppercase;
    max-width: 202px;
    border-radius: 50px;
    height: 100%;
    max-height: 45px;
    font-size: 1.4em;
    color: white;
    margin-top: 1.6em;
    float: right;
    letter-spacing: 2px;
    font-weight: 600;
    transition: .33s all ease-out;
    width: 90%;
}

.header-section{
    background-image: url(../images/web_home/red_bajo_boton_ingresa_2x.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 167% 33%;
    background-color: white;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    height: 11em;

}


.home-section{

  position: relative;
  border-bottom: 15px solid #00b878;

}

.home-text-cont{
position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    padding: 0 6em;

}

.home-text-cont h1{
    font-size: 8.5em;
    font-weight: 600;
    letter-spacing: 3px;
    color: #000;
}
.home-text-cont .green-title{
   color:#00b878;
}

.sign-up-btn{
    background-color: #00b878;
    transition: .33s all ease-out;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 1.4em;
    letter-spacing: 2px;
    font-weight: 600;
    height: 4.1em;
    display: inline-block;
    padding-top: 1.1em;
    width: 23em;
}
.sign-up-btn:hover{
  background-color: #000;

}


.sign-up-btn a{
      color: black;
    font-size: 1.3em;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;

}

.sign-up-btn a:hover{
      color:#00b878;
}

.video-btn{
  margin-top: -93px;
  width: 33em;
  display: inline-block;
}

/*HAMBURGUER MENU*/


#menuToggle
{
  display: none;
  position: relative;
  top: 46px;
  left: -44px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  top: 0;
  left: -35px;
}

#menuToggle a
{
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: 600;

  transition: color 0.3s ease;

}

#menuToggle a:hover
{
  color: black;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #000;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 368px;
    height: 553px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;

  background: #00b878;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

/* /HAMBURGUER MENU*/


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* INFOGRAPIC SECTION */

.infographic-section {
  width: 100%;
  margin: 8em auto 0;
}

#section-que-es .infographic-section {
  max-width: 1540px;
}

.section-title {
  text-transform: uppercase;
  font-size: 5.5em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 2.2em;
}

.infographic-content {
  display: flex;
  justify-content: space-between;
}

.info-item {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#section-que-es .info-item img {
  height: 40%;
}

.mobile-item {
  max-width: 277px;
}

.desktop-item {
  max-width: 531px;
  width: auto;
}

.tablet-item {
  max-width: 316px;
}

.info-text {
  max-width: 277px;
}

.black-description {
  color: white;
  background-color: black;
  letter-spacing: 0.7px;
  border-radius: 10px;
  height: 2em;
  max-width: 277px;
  width: 8.3em;
  margin: 0 auto 0.4em;
  place-content: center;
  display: grid;
}

.info-title {
  font-size: 3em;
  text-transform: uppercase;
}

.green-button-sm {
  max-width: 7em;
  width: 7em;
}

.green-button {
  border: none;
  background-color: #33B67C;
  border-radius: 25px;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.7em;
  transition: .33s all ease-out;
}

.green-button:hover,
.green-button:focus {
  background-color: black;
  color: #00B877;
}

.hidden-info {
  opacity: 0;
  height: 19em;
  max-height: 204px;
  padding: 3em 0;
  text-align: center;
  font-size: 1.5em;
  width: 24em;
  margin-left: -25%;
  transition: opacity 0.3s linear;
}

.visible-info {
  opacity: 1!important;
  transition: opacity 0.3s linear;
}

.video-section{
  text-align: center;
}

/* POR QUE ELEGIRNOS */

#section-por-que-elegirnos {
  background-image: url(../images/web_home/textura_negra.jpg );
}

#section-por-que-elegirnos .infographic-section {
  max-width: 1570px;
}

.title-green {
  color: #00B877;
}

.info-img {
  max-width: 320px;
  margin-bottom: 7.8em;
  width: 100%;
}

.infography-description {
  margin-top: 2em;
  color: white;
  font-size: 2.1em;
  text-align: left;
  margin-bottom: 4.2em;
  line-height: 33px;
}

#section-por-que-elegirnos .info-item {
  max-width: 500px;
}

 /* COMUNIDAD */

#section-comunidad .infographic-section {
  max-width: 1400px;
  margin-bottom: 10.5em;
}

#section-comunidad .infographic-content {
  color: #00B877;
}

.number-green {
  line-height: 112px;
  font-size: 10em;
}

.description-number {
  text-transform: uppercase;
  font-size: 2.1em;
  font-weight: 500;
}

/* MAQUINARIA DESTACADA */

#section-maquinaria-destacada {
  margin-bottom: 10em;
}

.product-section {
  width: 100%;
  margin: 8em auto 0;
}

#section-maquinaria-destacada .section-title {
  background-image: url(../images/web_home/red\ separadora@2x.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position-x: center;
  max-height: 295px;
  height: 4.9em;
  padding-top: 0.6em;
}

.products-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-width: 1560px;
  margin: 0 auto;
  grid-column-gap: 2.5em;
  grid-row-gap: 8.4em;
}

.product {
  max-width: 368px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.product-img {
  max-width: 294.5px;
  width: 100%;
  margin-bottom: 3em;
}

.product-description {
  text-transform: uppercase;
  font-size: 2.1em;
  line-height: 33px;
  letter-spacing: 0.2px;
  border: 1px solid;
  padding: 0 1em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FOOTER */

.footer-section{

    background-color: black;
    padding: 15px;
    color: white;
    background-image: url(../images/web_home/footer@2x.png);
    background-position: 50% 50%;
    background-size: 44%;
    background-repeat: no-repeat;

}


.left-footer-menu{

}


.left-footer-menu ul{

  list-style-type: none;
  margin: 6em 1em 1em 10em;
}

.left-footer-menu ul li{

  display: block;
    margin: 14px 0;
}

.left-footer-menu ul li a{
  color: white;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
}

.middle-container{
  text-align: center;
  padding: 3em;
}

.col-middle-container{
  width: 100%;
  display:inline-block;
}

.logo-walter-white img{
  width: 226px;
}

.logo-walter-white{
  margin-bottom: 12px;
}

.footer-text{
  font-size: 1.9em;
  margin-bottom: 40px;
}

.social-icons img{
  max-height: 40px;
}

.social-icons ul{
  list-style-type: none;
  margin-bottom: 11px;
  padding-left: 0;
}

.social-icon-right{
  padding-left:8px;
}

.social-icons-center {
  padding: 0 3px;
}

.social-icon-left{
  padding-right:8px;
}

.footer-email span a{
  font-size: 1.5em;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.footer-email span a img{
  width: 37px;
    margin-right: 23px;
}

.right-footer-menu ul{

  list-style-type: none;
  margin: 10em 0em 0em 15em;
}

.right-footer-menu ul li{

  display: block;
    margin: 14px 0;
}

.right-footer-menu ul li a{
  color: white;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
}


.footer-tail{
      text-align: center;
    padding: 28px 0;
    margin-bottom: 6em;
}
.footer-tail span{
  font-size: 1.6em;
    letter-spacing: 1px;
}

/* FORMULARIO */

.form-container{
      width: 100%;
    max-width: 898px;

    margin: 0 auto;
}

.section-form{
    background-color: blue;
    height: 800px;
}

.section-contact-form{
    padding-top: 9em;
    padding-bottom: 19em;
    background: url(../images/web_home/mapa@2x.png);
    background-size: 79%;
    background-repeat: no-repeat;
    background-position: 38% 79%;
}


.form-title{
  text-align: center;
    margin-bottom: 7.7em;
}

.form-title h1{
  font-size: 5em;
    font-weight: 600;
    margin: 0;
}


.form-title h2{
  font-weight: 600;
}



.form-container input{
   height: 3.7em;
}

.form-container textarea{

      height: 10em;
}
.form-container input, textarea{
    width: 100%;
    border-radius: 22px;
    border: 1px solid #3c9a78;
    outline: 1px solid #c1ffff;
    margin: 17px 0;
    font-size: 1.8em;
    padding: 1.4em;
    color: grey;
}

.btn-send{
    background-color: black;
    transition: .33s all ease-out;
    text-transform: uppercase;
    width: 100%;
    max-width: 202px;
    border-radius: 50px;
    height: 100%;
    max-height: 60px;
    font-size: 1.4em;
    color: white;
    margin-top: 2.7em;
    float: right;
    letter-spacing: 2px;
    font-weight: 600;
}


.btn-send:hover,
.btn-sign-in:hover {

      background-color: #00b878;
      color:black;
      border:1px solid #00b878;


}

/*TESTIMONIAL*/

.carousel-mobile {
  display: none!important;
}

.carousel-control-prev-icon {
    background-image: url('../images/web_home/flecha izq.png');
}

.carousel-control-next-icon {
    background-image: url('../images/web_home/flecha der.png');
}
.carousel-control-next-icon, .carousel-control-prev-icon {

  height: 13em;
    width: 4em;
}

.testimonial-section{
     background: url(../images/web_home/fondo-testimonios.jpg);
    padding: 8em 3em;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 8em 21em;
}

.carousel-comillas {
      font-size: 14em;
    position: absolute;
    top: -99px;
    left: -36px;
    z-index: 3;
}
.carousel-title {
  display:none;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 1em;
}
.carouse-text {
    font-size: 1.5em;
    margin-bottom: 3em;
}

.carousel-firma {
    position: relative;
}

.image-signature {
    position: absolute;
    left: -36px;
    top: -35px;
}

.image-signature img {
    border-radius: 100%;
}

.txt-signature {
    background-color: black;
    padding: 1.2em 5em;
    border-radius: 24px;
}
.txt-signature h3 {
    color: white;
    font-size: 2.3em;
    font-weight: 400;
    margin: 0;
}

.txt-signature p {
    color: white;
    font-size: 1.6em;
}

.txt-signature .text-green {
    color: green;
}

.section-title2{
  text-transform: uppercase;
  font-size: 5.5em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  margin-bottom: 1.2em;
}

.col-test{

  padding: 1em 2em;
}



.carousel-cont{
  position: absolute;
  top:100%;
}

.carousel-item .row{
  padding-bottom: 12em;
}

/* POLITICAS DE PRIVACIDAD */

.title-page {
  background-size: cover;
  height: 10em;
  padding-top: 2.61em;
  color: #33B67C;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 6.25em;
  font-weight: bolder;
  max-height: 700px;
}

#politica-privacidad .title-page{
  background-image: url(../images/politica_privacidad/fondo.jpg);
}

#terminos .title-page,
#faq .title-page {
  background-image: url(../images/terminos_condiciones/fondo.jpg);
}

.aclaracion {
  position: relative;
  margin-bottom: -14em!important;
}

.black-box-container {
    position: relative;
    top: -27em;
    display: flex;
}


.black-box {
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 auto;
}

#politica-privacidad .black-box {
  background-image: url(../images/politica_privacidad/diseno1.png);
  background-size: 82%;
  background-position: 8em -14em;
  padding: 11em 14em 0;
}

#terminos .black-box,
#faq .black-box {
  background-image: url(../images/terminos_condiciones/diseno2.png);
  background-size: 96%;
  background-position: 2em 18em;
  padding: 10em 27em 0;
}


.black-box img {
  max-width: 760px;
}

.black-box-text {
    max-width: 800px;
    margin: 0 auto;
    background-color: black;
    color: white;
    font-size: 1.8em;
    padding: 49px;
    line-height: 27px;
}

#faq .black-box-text {
  max-width: 500px;
}

.main-content-info {
  max-width: 1558px;
  margin: 0px auto 6%;
}

.info-number {
  letter-spacing: 0.5px;
  font-weight: bolder;
  font-size: 6.8em;
  line-height: 1em;
  margin-bottom: 0px;
}

.clause-title {
  color: #33B67C;
  margin-left: 9%;
  font-weight: bolder;
  margin-bottom: 1.1em;
  font-size: 3.35em;
  letter-spacing: 0.8px;
}

.clause-text,
.clause-subitem li,
.clause-item li {
  font-size: 1.84em;
  margin-left: 10%;
  line-height: 1.35em;
  margin-bottom: 2em;
}

.clause-subitem {
  margin-left: 10%;
  margin-bottom: 2em;
}

.subitem-number,
.subitem-title {
  display: inline-block;
}

.clause-subitem .clause-text {
  margin: 0;
  margin-bottom: 2em;
}

.subitem-number {
  font-size: 2em;
  margin-right: 3%;
  font-weight: bolder;
  margin-bottom: 1em;
}

.clause-item ul {
  list-style: none;
}

.clause-item>ul li,
.clause-item>ol li {
  margin-left: 20%;
}

.clause-item ul,
.clause-item ol {
  padding: 0;
}



/* POPUP */
.popup-content {
  display: none;
}

.popup {
  position: fixed;
  z-index: 20000;
  background-color: #00b877;
  display: flex;
  width: 100%;
  padding: 10px;
  justify-content: space-between;
}

.popup .message {
  display: flex;
  width: 95%;
  justify-content: space-evenly;
}

.popup .message div {
  padding: 0 20px;
  margin-right: 20px;
  background: white;
  border-radius: 3px;
  display: flex;
  align-items: center;
  color: #1f1712;
}

.popup .message p {
  color: white;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
}

.popup .message a {
  color: white;
  background: transparent;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 700;
  border: white 1px solid;
}

.popup button {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: auto;
  border: none;
  background: #ffffffb5;
  color: #00b877;
  font-size: 11px;
}


.whatsapp-icon{
  position: fixed;
  width: 40px;
  height: auto;
  right: 41px;
  top: calc(100% - 90px);
  z-index: 999;
}


.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-size: 1.5em;
}

.alert-success{
  font-size: 1.5em;
}

.player-full-container {
  display:none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 8;
  top: 0;
  background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(0,0,0,0.5550595238095238) 100%);
}

.player-container {
  display:none;
  position: fixed;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:9;
}

.carousel-item{
  /*padding: 4em;*/
}

.player-container iframe {
}

.sticky-header{
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;

}


/*MEDIA QUERIES*/

@media (max-width: 1727px) {

  body {
    font-size: 9px;
  }

  .home-text-cont h1 {
    font-size: 7.5em;

  }

  .infographic-content {
    justify-content: space-evenly;
  }

  .info-item {
    width: 22%;
  }

  /* MAQUINARIA DESTACADA */
  #section-maquinaria-destacada .section-title  {
    margin-bottom: 0;
  }

  /* POLITICAS Y TERMINOS */

  .main-content-info {
    padding: 0 3em;
  }
}


@media (max-width: 1460px) {

  .carousel-inner {
    padding: 8em 11em;
  }

  .carousel-control-next, .carousel-control-prev {
    width: auto;
  }

  .hidden-info {
    margin-left: -20%;
  }

  .main-nav ul li a{
    font-size: 1.5em;
  }

  .hidden-info {
    font-size: 1.7em;
  }

  .carouse-text {
    font-size: 2em;
  }

  .right-footer-menu ul li a,
  .left-footer-menu ul li a {
    font-size: 1.5em;
  }

  .footer-tail span {
    font-size: 1.8em;
  }

  .info-img {
    margin-bottom: 5.8em;
  }

  .section-title {
    margin-bottom: 1.5em;
  }

  .infography-description {
    margin-top: 1em;
  }

  .info-title {
    font-size: 3.5em;
  }

  #section-que-es .info-item img {
    margin-bottom: -15em;
  }
}


@media (max-width: 1200px) {

  /* body {
    font-size: 10px;
  } */

  .main-nav {
    width: 60%;
  }

  .main-nav ul {
  text-align: center;

}

   .carousel-inner {

    padding: 8em 9em;
  }

  .home-text-cont h1 {
    font-size: 6.5em;

  }

  .section-contact-form {
    background-size: 88%;
    background-position: 38% 62%;
  }

  .left-footer-menu ul {

    margin: 6em 1em 1em 3em;
  }

  .right-footer-menu ul {

    margin: 6em 0em 0em 9em;
  }

  /* INFOGRAPHYC */

  .hidden-info {
    width: 19em;
    margin-left: -3%;
  }

/* MAQUINARIA DESTACADA */

  .product-description {
    height: 4em;
  }
}

@media (max-width: 992px) {

   body {
    font-size: 8px;
  }

  .player-container iframe {
    width: 763px;
}


  .col-test {
        padding: 3em 2em;
    }

    .carousel-comillas {

    top: -31px;

}

    .carousel-cont {
    position: relative;
    top:0;

  }

  .left-footer-menu ul {

    margin: 6em 1em 1em 1em;
  }

  .right-footer-menu ul {

    margin: 6em 0em 0em 5em;
  }


  .col-footer{
    width: 100%;
  }

  .home-text-cont h1 {
    font-size: 5.5em;

  }

  .main-nav{
    display: none;
  }

  #menuToggle{
    display: block;
  }

  .sign-in-cont {
    padding-left: 3.75em;
    width: 39%;
    padding-top: 0;
  }

  .btn-sign-in {
    margin-right:0;
    margin-top: 1em;
  }

  .logo-cont {
    padding-left: 4.75em;
  }

  .header-section{
    background-size: 125%;
    background-position: -250% 18%;
    z-index: 10 !important;
    transition: .33s all ease-out;
  }


  /* INFOGRAPHIC SECTION */

  .infographic-content {
    display: block;
  }

  .info-item {
    margin: 0px auto 9em;
    width: auto;
  }

  #section-que-es .info-item img {
    margin-bottom: 0;
  }

   .black-description {
    margin-top: 2em;
    font-size: 2.3em;
  }

  .info-text {
    width: min-content;
  }

  .hidden-info {
    opacity: 1;
    height: auto;
    max-height: unset;
    padding: 3em 0 0;
    text-align: center;
    font-size: 2em;
    /* width: 100%; */
    /* margin-left: 0; */
    width: 30em;
    margin-left: -35%;
  }

  .verMas {
    display: none;
  }

  #section-comunidad .info-img  {
    margin-bottom: 1.5em;
  }

  #section-comunidad .infographic-section {
    margin-bottom: 0;
  }

  .number-green {
    margin-bottom: 0;
    line-height: normal;
  }

  /* MAQUINARIA DESTACADA */

  #section-maquinaria-destacada .section-title {
    margin-bottom: 0;
  }

  .products-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  /* TESTIMONIOS */

  .carousel-desktop {
    display: none!important;
  }

  .carousel-mobile {
    display: block!important;
  }

  .carouse-text {
    margin-bottom: 4em;
  }

  .txt-signature {
    padding: 1.2em 5em 1.2em 7em;
  }

  .carousel-item {
    margin-left: 2em;
  }


  .col-test:first-of-type {
    margin-bottom: 7em;
  }

  .carousel-item .row {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {

  .player-container iframe {
    width: 763px;
}


   .popup {
    flex-wrap: wrap;
  }
  .popup .message {
    flex-wrap: wrap;
  }

  .popup .message div {
    margin: 0px;
    margin-bottom: 5px;
  }

  .popup .message p {
    margin-bottom: 10px;
  }

  .popup button {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
  }




  .left-footer-menu ul {

        text-align: center;
        padding: 0;

  }



.section-contact-form {
   background-size: 100%;
    background-repeat: no-repeat;
    background-position: 38% 54%;
}


  .footer-section{
    background-image: none;
    }

  .home-text-cont h1 {
    font-size: 3.5em;

  }

  .video-btn {
    width: 28em;
 }

 .logo-cont {
  width: auto;
 }

  /* MAQUINARIA DESTACADA */
  .products-container {
    display: block;
  }

  .product {
    margin-bottom: 6em;
  }

  /* POLITICAS DE PRIVACIDAD */

  .black-box {
    background-size: 95%;
    background-position: 1em -5em;
  }

  /* POLITICAS Y TERMINOS */
  #politica-privacidad .black-box {
    background-size: 91%;
    background-position: 1em 6em;
    padding: 8em;
  }

  #terminos .black-box,
  #faq .black-box {
    background-size: 95%;
    background-position: 1em 20em;
    padding: 8em;
  }

  a {
    word-wrap: break-word;
    overflow: hidden;
  }
}

@media (max-width: 544px) {

  body {
    font-size: 8px;
  }

  .player-container iframe {
    width: 349px;
}

  .btn-send {
    float:left;
  }
  .sign-in-cont {

    width: 36%;
  }

  img.logo-cont-img {
    width: 22.75em;
  }

  .home-text-cont h1 {
    font-size: 2.5em;
  }

  .video-btn {
    margin-top: 4em;
    width: 20em;
  }

  .info-item {
    width: 90%;
  }

  .infography-description {
    text-align: center;
    margin-bottom: 0;
    margin-top: 1em;
  }

  .info-img {
    width: 75%;
    margin-bottom: 7em;
  }

  #section-que-es img {
    width: 50%;
  }

  .logo-cont {
    width: 60%;
  }

  img.logo-cont-img {
    width: 100%;
  }

  .hidden-info {
    width: 15em;
    margin-left: 0;
  }

  .sign-in-cont {
    padding-left: 0;
  }

  .carousel-inner {
    padding: 8em 6em;
    margin-left: 1em;
  }

  .testimonial-section {
    padding: 8em 3em 0em;
  }

  .carousel-control-prev {
    left: -11px;
  }

  .carousel-control-next {
    right: -11px;
  }

  .carousel-item {
    margin-left: 0;
  }

  .desktop-item img {
    width: 75%!important;
  }
}


@media (max-width: 480px) {
  .home-section {
    position: relative;
    height: 43em;
    overflow: hidden;
    border-bottom: none;
  }

  .home-section img {
    opacity: 0.4;
    position: absolute;
    max-width: unset;
    left: -29%;
    width: 161%;
  }

  .video-btn {
    margin-top: -20%;
  }

  .home-text-cont {
    margin-top: 13%;
  }
}
