/*=============================================
=                   Utilities components                   =
=============================================*/
* {
  margin: 0;
  padding: 0;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

:root {
  font-size: 62.5%;

  --myVar: 0px;
  --mySpeed: 3;

  /* Colors
    -------------------------------------------------- */

  /* --ruby-red: #a31621; */
  --color-primary: #111;
  --color-primary-m-ligth: #373737;
  --color-primary-m-dark: #000000;

  /* --khaki-web: #bbab8bff; */
  --color-secondary: #9d9164;
  --color-secondary-m-ligth: #bbb293;
  --color-secondary-m-dark: #6f6646;

  /* --congo-pink: #ef8275ff; */
  --color-tertiary: #ef8275;
  --color-tertiary-m-ligth: #f7c0ba;
  --color-tertiary-m-dark: #e74430;

  /* --morning-blue: #88a096ff; */
  --color-quaternary: #88a096;
  --color-quaternary-m-ligth: #b3c2bc;
  --color-quaternary-m-dark: #617a70;

  /* --kombu-green: #3c493fff; */
  --color-quinay: #3c493f;
  --color-quinay-m-ligth: #5f7363;
  --color-quinay-m-dark: #191f1b;

  /* CSS HEX */

  /* CSS HSL */
  --ruby-red: hsla(355, 76%, 36%, 1);
  --morning-blue: hsla(155, 11%, 58%, 1);
  --khaki-web: hsla(40, 26%, 64%, 1);
  --congo-pink: hsla(6, 79%, 70%, 1);
  --kombu-green: hsla(134, 10%, 26%, 1);

  /* End of Colors
    -------------------------------------------------- */
}

/*============  End of Utilities components  =============*/

body {
  font-family: "Montserrat", sans-serif;
  line-height: 2rem;
  background-color: white;
}

/*=============================================
=                   Main Styling     --- Mobile First              =
=============================================*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

figure {
  margin: 0 0 0rem;
}

/* Main menu */
/* #semilla li:first a{
  color: #fff;
} */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# THEME ESPECIFICT STYLES
--------------------------------------------------------------*/

/**
*
* Main styles
*
*/

#page {
  overflow: hidden;
}

header {
  display: block;
  position: inherit;
  margin: 0;
  margin-top: 0px;
  padding: 0;
  margin-top: 0;
  height: auto;
  background: #000000;
  padding: 15px 0 15px 0;
}

header .header__nav__container {
  padding-left: 30px;
  padding-right: 30px;
}

header .header__nav__logo {
  height: max-content;
}

header nav {
  clear: both;
}

.show_menu {
  transition: max-height 0.25s ease-in;
  max-height: 600px;
  overflow: hidden;
}

.hidden_menu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

header h1#logo {
  display: inline-block;
  height: 100%;
  float: left;
  line-height: 3.1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header h1 img {
  max-width: 192px;
}

header .haeder__nav__row::before {
  display: table;
  content: " ";
}

header .header__nav__button {
  display: block;
  position: relative;
  float: right;
}

header .info .social i:hover {
  color: var(--color-secondary);
}

.header__nav__button {
  width: 36px !important;
  height: 36px !important;
  background: #333;
  padding: 7px;
  text-align: center;
  cursor: pointer;
  color: white;
  /* max-width: 36px; */
  display: block;
  font-size: 2.4rem;
}

.header__nav__button:hover {
  background: white;
  color: #333;
}

.site-header .main-logo {
  max-width: 160px;
}

#menu-menu {
  padding: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

#menu-menu a:hover {
  color: var(--color-secondary);
}

#menu-menu li {
  border-bottom: solid 1px #333;
  margin: 0;
  width: 100%;
  display: block;
  width: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
  list-style: none;
  /* float: left;
  display: inline;
  position: relative; */
}

#menu-menu a {
  font-size: 1.3rem;
  text-align: left;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;

  display: inline-block;
  line-height: 35px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  outline: none;
}
.menu__icon {
  filter: invert(0.7);
}

#hero {
  height: 100vh;
}

#hero > div {
  height: inherit;
}

#hero .div__slider {
  height: inherit;
  position: relative;
}

#hero #carouselExampleCaptions {
  height: inherit;
}

#hero .carousel-caption-center {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  width: 100%;
  height: 100%;
}

#hero .carousel-caption-center-inner {
  position: absolute;
  top: -75px;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 100%;
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
  width: 5%;
}

#hero .caption-center-table {
  text-align: center;
  display: grid;
}

#hero .caption-center-table p {
  margin: auto;
}

#hero .carousel-mine {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

#hero .btn__slider__inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0px 5px 0px;
  margin: 0 10px;
}

header .contai {
  padding-left: 30px;
  padding-right: 30px;
}

#hero .carouse-itme-mine {
  height: 100%;
  /* display: contents; */
}

#hero .uno::before {
  content: "";

  position: absolute;
  background-position: center center !important;
  width: 100%;
  height: 100%;
  top: -7%;
  /* left: -20%; */
  z-index: -1;
  background: url(/assets/img/Slides/slide1.jpg) 0 0 repeat;
  /*   background-size: cover; */
  transform: translate3d(0px, var(--myVar), 0px);
  /* -webkit-animation: zoomin 10s linear;
  animation: zoomin 5s linear;
  animation-fill-mode: forwards;
  background-origin: center;
  background-size: 100%; */
}

#hero .dos::before {
  content: "";

  position: absolute;
  background-position: center center !important;
  width: 100%;
  height: 100%;
  top: -7%;
  /* left: -20%; */
  z-index: -1;
  background: url(/assets/img/Slides/slide3.jpg) 0 0 repeat;
  /*  background-size: cover; */
  transform: translate3d(0px, var(--myVar), 0px);
  /*  -webkit-animation: zoomin 10s linear;
  animation: zoomin 5s linear;
  animation-fill-mode: forwards;
  background-origin: center;
  background-size: 100%; */
}
#hero .tres::before {
  content: "";

  position: absolute;
  background-position: center center !important;
  width: 100%;
  height: 100%;
  top: -7%;
  /* left: -20%; */
  z-index: -1;
  background: url(/assets/img/Slides/slide2.jpg) 0 0 repeat;
  /*  background-size: cover; */
  transform: translate3d(0px, var(--myVar), 0px);
  /*  -webkit-animation: zoomin 10s linear;
  animation: zoomin 5s linear;
  animation-fill-mode: forwards;
  background-origin: center;
  background-size: 100%; */
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.init_animation_up {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounce_up;
  -webkit-animation-duration: 0.5s;
  animation-name: bounce_up;
  animation-duration: 0.5s;
}

.init_animation_down {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounce_down;
  -webkit-animation-duration: 1s;
  animation-name: bounce_down;
  animation-duration: 1s;
}
.init_animation_right {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounce_right;
  -webkit-animation-duration: 1s;
  animation-name: bounce_right;
  animation-duration: 1s;
}

.init_animation_left {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounce_left;
  -webkit-animation-duration: 0.5s;
  animation-name: bounce_left;
  animation-duration: 0.5s;
}

.delay {
  opacity: 0;
  animation-delay: 0.5s;
}

.delay_2 {
  opacity: 0;
  animation-delay: 1s;
}

/*.textSliderBox {
  padding-left: 1rem;
  padding-right: 1rem; 
}*/

.textSliderBox > div {
  text-align: left;
}

.textSlider_punto {
  color: var(--color-secondary);
}

.textSlider_title {
  font-size: calc(1.5rem + 3.5vw);
  font-weight: bold;
  text-align: left;
}

.textSlider_paragraph {
  padding-top: 1rem;
  text-align: left;
  font-size: calc(1rem + 0.5vw);
  font-weight: 300;
  padding-bottom: 3.5rem;
  font-weight: 500;
}

#hero .textSliderBox a {
  font-size: 1.3rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
  box-sizing: border-box;
  cursor: pointer;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  margin: 0px;
  padding: 10px 30px;
  letter-spacing: 3px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform-origin: 50% 50% 0px;
  transform: translate3d(0px, 0px, 0px);
}

/*=============================================
=                   Animations Section                   =
=============================================*/

@-webkit-keyframes zoomin {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 150%;
  }
}

@keyframes bounce_up {
  0% {
    position: relative;
    left: 0px;
    bottom: -25px;
    opacity: 0;
  }
  100% {
    position: relative;
    left: 0px;
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes bounce_down {
  0% {
    position: relative;
    left: 0px;
    top: -25px;
    opacity: 0;
  }
  100% {
    position: relative;
    left: 0px;
    top: 0px;
    opacity: 1;
  }
}

@keyframes bounce_right {
  0% {
    position: relative;
    left: -25px;
    top: 0px;
    opacity: 0;
  }
  100% {
    position: relative;
    left: 0px;
    top: 0px;
    opacity: 1;
  }
}

@keyframes bounce_left {
  0% {
    position: relative;
    right: -25px;
    top: 0px;
    opacity: 0;
  }
  100% {
    position: relative;
    right: 0px;
    top: 0px;
    opacity: 1;
  }
}

.reveal {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 0.7s ease-in;
}
.active.fade-left {
  animation: fade-left 0.7s ease-in;
}
.active.fade-right {
  animation: fade-right 0.7s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*============  End of Animations Section  =============*/
/*=============================================
  =                   Action Section                   =
  =============================================*/

#action {
  background-color: var(--color-secondary);
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

#action > div {
  padding-left: 1rem;
}
#action h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0px;
}

#action a {
  margin-top: 2rem;
  padding: 1rem 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#action a::before {
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease;
  outline: none;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}

#action a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: "\f061";
  font-size: 1.4rem;
  /*   margin-left: 15px; */
  position: absolute;
  right: -20px;
  /*  margin-top: 3px; */
}

#action a:hover {
  color: black;
  padding-left: 20px;
  padding-right: 40px;
  transition: 0.3s ease;
}

#action a:hover::after {
  right: 15px;
  transition: 0.3s ease;
  outline: none;
  position: unset;
}

#action a:hover::before {
  width: 100%;
  background: rgb(255, 255, 255);
}

#action .btn-produxit-dark {
  background: none !important;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 30px 10px 30px;
}

/*============  End of Action Section  =============*/

/*=============================================
=                   About Section                   =
=============================================*/

.section__line {
  display: inline-block;
  padding-top: 2px;
  width: 20%;
  border-top: 0 solid;
  border-bottom: 1px solid;
  color: var(--color-secondary);
  vertical-align: baseline;
  padding-bottom: 10px;
}

#about {
  background-color: #fff;
  padding: 80px 0px;
  color: #777;
}

#about h1 {
  color: #111;
  font-weight: 500;
  font-size: 2.8rem;
}

#about p {
  padding-top: 2.5rem;
  font-size: 1.3rem;
  text-align: justify;
  line-height: 2rem;
}

/* #about .row > div {
  padding: 2rem;
} */

/*============  End of About Section  =============*/

/*=============================================
=                   Qué hacemos Section                   =
=============================================*/

#doing {
  background-color: #222222;
  color: #ddd;
  font-weight: 400;
  overflow: hidden;
}

#doing h1 {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: -1px;
  color: #fff;
}

#doing .row {
  padding: 0px;
}

#doing .img__div {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  max-height: 400px;
  /* height: 70%; */
  /* width: auto; */
}

#doing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#doing .doing__text__div {
  padding: 8rem 3rem;
}

#doing h2 {
  color: #fff;
  padding-top: 2.5rem;
  font-weight: 500;
  font-size: 1.4rem;
}

#doing p {
  padding-top: 2.5rem;
  font-size: 1.3rem;
  text-align: justify;
  line-height: 2rem;
  color: #ddd;
}

/*============  End of Qué hacemos Section  =============*/

/*=============================================
=                   Nuestros servicios Section                   =
=============================================*/

#servicios {
  background-color: #fff;
  padding: 8rem 3rem;
  color: #777;
}

#servicios h1 {
  color: #111;
  font-weight: 500;
  font-size: 2.8rem;
  /* letter-spacing: -1px; */
}

#servicios img {
  width: 100%;
}

#servicios .servicios__inner__div {
  padding-bottom: 25px;
}

#servicios p {
  font-size: calc(1rem + 0.5vw);
  padding: 1.5rem 0 3rem 0;
  line-height: 2rem;
  font-weight: 500;
}

#servicios .item__service {
  padding: 0 2rem;
}

.figure__over {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.figure__over.figure__scale:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.figure__over:hover .bg__overlay {
  background: rgba(0, 0, 0, 0.5);
}

.bg__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

/*============  End of Nuestros servicios Section  =============*/

/*=============================================
=                   Tus necesidades Section                   =
=============================================*/

#necesidades {
  padding: 8rem 3rem;
  color: #fff;
  font-weight: 400;
}

#necesidades .container {
  padding-left: 0px;
  padding-right: 0px;
}

#necesidades h1 {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: -1px;
}

#necesidades ul {
  font-size: 1.4rem;
  padding-top: 1.8rem;
  padding-left: 0;
  font-weight: 700;
}
#necesidades li {
  padding: 0.7rem 0;
  color: #ddd;
}

#necesidades img {
  width: 100%;
  object-fit: cover;
}

#necesidades .img__div {
  padding-top: 2rem;
}

#necesidades.parallax__main__div {
  /* The image used */
  background-image: url(/assets/img/necesidades/necesidades_back.jpg);

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#necesidades ul {
  list-style: none; /* Remove default bullets */
}

#necesidades ul li::before {
  content: "• ";
  color: var(--color-secondary);
  font-size: 2rem;
  /* position: absolute; */
  left: 3rem;
}

.resaltar {
  color: var(--color-secondary);
}

/*============  End of Tus necesidades Section  =============*/

/*=============================================
=                   Etapas Section                   =
=============================================*/

#etapas {
  padding: 8rem 3rem;
  background-color: var(--color-secondary);
  font-weight: 400;
  color: white;
}

#etapas .container {
  padding-left: 0px;
  padding-right: 0px;
}

#etapas h1 {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: -1px;
}

#etapas p {
  padding-top: 2.5rem;
  font-size: 1.3rem;
  text-align: justify;
  line-height: 2rem;
}

.section__line__w {
  display: inline-block;
  padding-top: 2px;
  width: 20%;
  border-top: 0 solid;
  border-bottom: 1px solid;
  color: white;
  vertical-align: baseline;
  padding-bottom: 10px;
}

#etapas .etapa__p {
  padding: 0;
  text-align: left;
}

#etapas .etapas__number {
  font-size: 9rem;
}

#etapas .etapas__title {
  margin: 10px 0px 0px 0px;
}

/*============  End of Etapas Section  =============*/

/*=============================================
=                   Recientes Section                   =
=============================================*/

#recientes {
  padding: 8rem 3rem;
  font-weight: 400;
}

#recientes .container {
  padding-left: 0px;
  padding-right: 0px;
}

#recientes h1 {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: -1px;
}

#recientes .over__text {
  top: 40%;
  position: absolute;
  text-align: center;
  width: 100%;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  opacity: 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  padding: 0 3rem;
}

#recientes .figure__over:hover .bg__overlay {
  background: rgba(0, 0, 0, 0.8);
}

#recientes .figure__over:hover .over__text {
  opacity: 1;
}
/*============  End of Recientes Section  =============*/

/*=============================================
=                   Team Section                   =
=============================================*/

#team {
  padding: 8rem 3rem;
  font-weight: 400;
  color: white;
}

#team .container {
  padding-left: 0px;
  padding-right: 0px;
}

#team h1 {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: -1px;
}

#team.parallax__main__div {
  background-image: url(/assets/img/equipo/equipo1.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#team h2 {
  font-weight: 500;
  line-height: normal;
  font-size: 1.7rem;
}

#team .check__img svg {
  width: 4rem;
  margin: 0 1.5rem;
  padding: 0;
}

#team .team__p {
  line-height: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #ddd;
}
/*============  End of Team Section  =============*/

/*=============================================
=                   Elegir Section                   =
=============================================*/
#elegir {
  padding: 8rem 3rem;
  font-weight: 400;
  color: white;
  background-image: url(/assets/img/elegirnos/elegirnos.jpg);
  background-size: cover;
  background-position: center center;
}

#elegir .container {
  padding-left: 0px;
  padding-right: 0px;
}

#elegir h1 {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: -1px;
  padding-bottom: 3rem;
}

#elegir h2 {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  padding-bottom: 3rem;
}

#elegir ul {
  text-align: center;
  /* list-style: circle; */
  list-style-position: inside;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ddd;
  line-height: 4rem;
  padding-left: 0px;
}

/*============  End of Elegir Section  =============*/

/*=============================================
=                   Contacto Section                   =
=============================================*/

#footer {
  background-color: #212222;
}

#contacto {
  padding: 3rem 3rem 2rem 3rem;
  color: #ddd;
}

#contacto .container {
  padding-left: 0px;
  padding-right: 0px;
}

#contacto h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
  text-transform: none;
}

#contacto .datos h1 {
  color: #fff;
  font-size: 2rem;
  text-transform: none;
  font-weight: normal;
  padding-bottom: 3rem;
}

#contacto #logo {
  padding-top: 1.7rem;
}

#contacto .logo {
  max-width: 160px;
  padding-bottom: 3rem;
}

#contacto p {
  color: #ddd;
  line-height: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  padding-bottom: 3rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-secondary);
  background-color: #212222;
  background-clip: padding-box;
  border: 1px solid var(--color-secondary);
  -webkit-appearance: none;
  font-weight: 700;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: var(--color-secondary);
  background-color: #474949;
  border-color: #ddd;
  font-weight: 700;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 172, 78, 0.25);
}

.btn-outline-secondary:hover {
  color: #ddd;
  background-color: var(--color-secondary);
  border-color: #fff;
}

.btn-outline-secondary {
  color: #ddd;
  border-color: var(--color-secondary);
}

#contacto .datos p {
  color: #ddd;
  line-height: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  padding-bottom: 0;
}

#contacto .form > div {
  /*  background-color: #f5f6f6; */
  padding: 2rem;
}

#contacto .form {
  padding-bottom: 3rem;
}

#contacto .form-control {
  line-height: 2.5rem;
  font-size: 1.3rem;
}

#contacto button {
  letter-spacing: 3px;
  font-size: 1.3rem;
}

#contacto .datos__container {
  padding: 2rem;
}

#contacto .datos__type {
  color: var(--color-secondary);
  line-height: 5rem;
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid var(--color-secondary);
}

#contacto .datos__info {
  color: #ddd;
  line-height: 5rem;
  font-size: 1.3rem;
  font-weight: 400;
  border-bottom: 1px solid var(--color-secondary);
}

#contacto .has__error {
  color: red;
}

#contacto .mensaje__success {
  transition: opacity 0.5s ease-out;
  margin-right: 2rem;
  margin-bottom: 0;
  opacity: 0;
}

/* .hide__mensaje__success{

  transition: opacity 0.5s ease-in;
} */

/* .g-recaptcha {
  position: relative;
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}

.g-recaptcha > * {
  float: left;
  left: 0;
  margin: -2px -2px -10px; 
}

.g-recaptcha::after {
  display: block;
  content: "";
  position: absolute;
  left: 150px;
  right: 0px;
  top: 0;
  bottom: 0;
  background-color: #f9f9f9;
  clear: both;
} */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  opacity: 0.3;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

/*============  End of Contacto Section  =============*/

/*=============================================
=                   Redes Section                   =
=============================================*/

#redes {
  background-color: #242424;
  color: #ddd;
  line-height: 6rem;
  font-size: 1rem;
  font-weight: 400;
}

#redes .social i:hover {
  color: var(--color-secondary);
}

#redes .social i {
  color: #ddd;
  font-size: 14px;
  display: inline-block;
  float: none;
  padding: 0 10px 0 10px;
  margin: 0;
}

#redes .datos__redes {
  text-align: center;
}

#gotop {
  background-color: var(--color-secondary);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 2000;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  outline: none;
  color: #212222;
}

.show {
  opacity: 1 !important;
}

/*============  End of Redes Section  =============*/

/* Small devices (portrait tablets and 
large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* STYLE MAIN PAGE */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #action a {
    margin-top: 0px;
  }

  #action .call_to_action {
    text-align: right;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: block;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  header {
    width: 100%;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #333333;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    padding: 0;
  }

  header.transparent {
    background: rgba(0, 0, 0, 0);
  }
  header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  header h1#logo {
    margin: 25px 0 0 0;
  }

  header nav {
    float: right;
    clear: none;
  }

  header .info {
    display: none;
    color: #fff;
    padding: 10px 0 10px 0;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
  }

  .info .col {
    display: inline-block;
    font-size: 12px;
  }
  .info .col:last-child {
    padding-right: 0px;
  }

  .info .col {
    padding-right: 30px;
  }

  .id__color {
    color: var(--color-secondary);
  }

  .info i {
    font-size: 14px;
    margin-right: 15px;
  }

  .info__social {
    text-align: right;
  }

  .info .social i {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    float: none;
    padding: 0 10px 0 10px;
    margin: 0;
  }

  #menu-menu li {
    margin: 0px 0px;
    padding: 0px 0px;
    width: min-content;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
    border-bottom: none;
    font-weight: 400;
    white-space: nowrap;
  }

  #menu-menu a {
    display: inline-block;
    padding: 25px 0px 25px 20px;
    padding-right: 0px;
    padding-left: 20px;
    line-height: 35px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    outline: none;
  }

  /*  header #menu-menu a {
    padding-left: 5px;
    padding-right: 5px;
  } */

  header.smaller #menu-menu a {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  #hero .uno::before,
  #hero .dos::before,
  #hero .tres::before {
    top: 0%;
  }

  header.site-header.smaller {
    height: 70px;
  }

  header.smaller {
    height: 70px;
    background: black;
    z-index: 1200 !important;
  }

  .smaller #logo {
    margin: 18px 0 0 0;
  }

  header.smaller.fixed {
    position: fixed;
  }

  header.site-header.smaller .info {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  header .header__nav__button {
    display: none;
  }

  #doing .doing__text__div {
    padding: 10rem 10rem;
  }

  #doing .img__div {
    max-height: 600px;
  }

  #contacto .form {
    padding-bottom: 0rem;
  }

  #redes .datos__redes {
    text-align: left;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #necesidades .img__div {
    padding-top: 0rem;
  }

  #etapas .etapas__number {
    font-size: 6rem;
  }
}

/*============  End of Main Styling  =============*/

@media (max-width: 480px) {
  #servicios {
    background-color: #fff;
    padding: 8rem 0rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #about .row > div {
    padding: 0px;
  }

  #etapas .etapas__number {
    font-size: 6rem;
  }
}

@media screen and (max-width: 992px) {
  header .info {
    display: none !important;
  }

  header #menu-menu {
    height: 0;
  }

  #about .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 1200px) {
}
