@charset "UTF-8";
/*!
Theme Name: AME vy Ixou
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@media only screen and (max-width: 1366px) {
  .et_pb_row {
    max-width: 1920px;
    width: 85%;
  }
}
@media only screen and (max-width: 1366px) and (max-width: 1100px) {
  .et_pb_row {
    max-width: 90%;
    width: 90%;
  }
}

.et_pb_button {
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.et_pb_button:after {
  display: none;
}
.boton-dark {
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.boton-dark:after {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira Sans", sans-serif !important;
}

h1 {
  font-size: 40px;
}
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-size: 35px;
}
@media only screen and (max-width: 1100px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 30px;
}
@media only screen and (max-width: 1100px) {
  h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 25px;
}
@media only screen and (max-width: 1100px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 21px;
}
@media only screen and (max-width: 1100px) {
  h5 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  h6 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  h6 {
    font-size: 15px;
  }
}

strong {
  font-weight: 600;
}

p,
.textos p,
.et_pb_text_inner {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  p,
  .textos p,
  .et_pb_text_inner {
    font-size: 16px;
  }
}
p strong,
.textos p strong,
.et_pb_text_inner strong {
  font-weight: 600;
}

.textos.destacados p,
.textos.destacados {
  font-size: 23px;
}
@media only screen and (max-width: 480px) {
  .textos.destacados p,
  .textos.destacados {
    font-size: 19px;
  }
}

a {
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
#main-footer .container #footer-widgets .footer-widget:empty {
  display: none;
}

#footer-bottom {
  padding: 10px 0;
}
#footer-bottom .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 767px) {
  #footer-bottom .container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
#footer-bottom .container:after {
  display: none;
}
#footer-bottom .container #markenetics {
  display: inline-block;
  height: auto;
  width: 150px;
}
#footer-bottom .container #markenetics img {
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
#footer-bottom .container #markenetics:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
#footer-bottom .container p {
  color: #fff;
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer-bottom .container p {
    text-align: center;
    width: 100%;
  }
}

/*
Formularios
En ajustes de wp-forms configurarlo como "solo estilos basicos"
*/
.formulario .wpforms-field-container {
  padding: 25px 0 0;
}
.formulario .wpforms-field-container input[type=text],
.formulario .wpforms-field-container input[type=tel],
.formulario .wpforms-field-container input[type=email],
.formulario .wpforms-field-container textarea,
.formulario .wpforms-field-container select {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 1em;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  color: #000;
  margin-bottom: 10px;
  padding: 12px 10px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .formulario .wpforms-field-container input[type=text],
  .formulario .wpforms-field-container input[type=tel],
  .formulario .wpforms-field-container input[type=email],
  .formulario .wpforms-field-container textarea,
  .formulario .wpforms-field-container select {
    font-size: 16px;
  }
}
.formulario .wpforms-field-container input[type=text]:focus,
.formulario .wpforms-field-container input[type=tel]:focus,
.formulario .wpforms-field-container input[type=email]:focus,
.formulario .wpforms-field-container textarea:focus,
.formulario .wpforms-field-container select:focus {
  border-color: #000;
}
.formulario .wpforms-field-container input[type=text]::placeholder,
.formulario .wpforms-field-container input[type=tel]::placeholder,
.formulario .wpforms-field-container input[type=email]::placeholder,
.formulario .wpforms-field-container textarea::placeholder,
.formulario .wpforms-field-container select::placeholder {
  color: #000;
}
.formulario .wpforms-field-container label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
}
.formulario .wpforms-field-container .wpforms-has-error label:first-child {
  color: red;
}
.formulario .wpforms-field-container .wpforms-has-error input[type=text],
.formulario .wpforms-field-container .wpforms-has-error input[type=tel],
.formulario .wpforms-field-container .wpforms-has-error input[type=email],
.formulario .wpforms-field-container .wpforms-has-error textarea,
.formulario .wpforms-field-container .wpforms-has-error select {
  border-color: red;
}
.formulario .wpforms-field-container .wpforms-has-error input[type=text]::placeholder,
.formulario .wpforms-field-container .wpforms-has-error input[type=tel]::placeholder,
.formulario .wpforms-field-container .wpforms-has-error input[type=email]::placeholder,
.formulario .wpforms-field-container .wpforms-has-error textarea::placeholder,
.formulario .wpforms-field-container .wpforms-has-error select::placeholder {
  color: red;
}
.formulario .wpforms-field-container .wpforms-has-error label:last-child {
  color: red;
}
.formulario .wpforms-submit-container .wpforms-submit {
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.formulario .wpforms-submit-container .wpforms-submit:after {
  display: none;
}
.formulario .wpforms-submit-container .wpforms-submit-spinner {
  display: none !important;
}
.formulario .wpforms-confirmation-container {
  margin-top: 40px;
}
.formulario .wpforms-confirmation-container p {
  color: #000;
  font-size: 18px;
}

/*Columnas
Se puede hacer desde opciones en wp-forms*/
.form-columnas {
  /* Para columna medium, third, etc con mas de una fila.
  Añadir un elemento tipo html con un div abierto arriba de los campos que iran en la columna, y luego agregar otro elemento html abajo, cerrando el div
  */
}
.form-columnas .wpforms-field-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 980px) {
  .form-columnas .wpforms-field-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form-columnas .wpforms-field-html div {
  padding: 0;
}
.medium .wpforms-field-html {
  -webkit-box-flex: 0 45%;
  -moz-box-flex: 0 45%;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}
@media only screen and (max-width: 980px) {
  .medium .wpforms-field-html {
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}

.third {
  -webkit-box-flex: 0 32%;
  -moz-box-flex: 0 32%;
  -webkit-flex: 0 32%;
  -ms-flex: 0 32%;
  flex: 0 32%;
}
@media only screen and (max-width: 980px) {
  .third {
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}

.four {
  -webkit-box-flex: 0 23.5%;
  -moz-box-flex: 0 23.5%;
  -webkit-flex: 0 23.5%;
  -ms-flex: 0 23.5%;
  flex: 0 23.5%;
}
@media only screen and (max-width: 980px) {
  .four {
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}

#hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 60px 0 !important;
  position: relative;
}
#hero::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#hero .et_pb_section_video_bg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#renders .et_pb_column, #renders .et_pb_column .et_pb_image, #renders .et_pb_column .et_pb_image_wrap {
  height: 500px;
}
#renders .et_pb_column .et_pb_image, #renders .et_pb_column .et_pb_image_wrap {
  overflow: hidden;
}
#renders .et_pb_column .et_pb_image img, #renders .et_pb_column .et_pb_image_wrap img {
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  object-fit: cover;
}
#renders .et_pb_column .et_pb_image img:hover, #renders .et_pb_column .et_pb_image_wrap img:hover {
  transform-origin: center;
  transform: scale(1.02);
}

.full-image-slider .et_pb_slide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.full-image-slider .et_pb_slide:first-child .et_pb_slide_image img.active {
  animation: unset !important;
}

.full-image-slider .et_pb_container {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

.full-image-slider .et_pb_slide_image img {
  max-height: none !important;
  width: 100% !important;
}

.full-image-slider .et_pb_slide_image {
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  position: relative !important;
  width: 100% !important;
  display: block !important;
  -webkit-animation-name: fade !important;
  -moz-animation-name: fade !important;
  -ms-animation-name: fade !important;
  -o-animation-name: fade !important;
  animation-name: fade !important;
}

.full-image-slider .et_pb_slider_container_inner {
  position: relative;
}

.full-image-slider .et_pb_slide_description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}

/*.full-image-slider .et_pb_slide_description .et_pb_button_wrapper,
.full-image-slider .et_pb_slide_description .et_pb_button_wrapper a,
.full-image-slider .et_pb_slide_description .et_pb_button_wrapper a:hover {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
 color: rgba(0, 0, 0, 0) !important;
  border: none !important;
  background: none !important;
}

.et_pb_column.et_pb_slider_fullwidth_off.full-image-slider .et_pb_slide_description .et_pb_slide_title,
.et_pb_column.et_pb_slider_fullwidth_off.full-image-slider .et_pb_slide_description .et_pb_slide_content,
.full-image-slider .et_pb_slide_description .et_pb_slide_title,
.full-image-slider .et_pb_slide_description .et_pb_slide_content {
  display: none;
}*/
#main-header {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 30px 0;
}
#main-header .container {
  max-width: 1920px;
  width: 85%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 1100px) {
  #main-header .container {
    max-width: 90%;
    width: 90%;
  }
}
#main-header .container:after {
  display: none;
}
#main-header .container #link-logo {
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  filter: brightness(100);
  width: 150px !important;
}
#main-header .container #et-top-navigation {
  padding-top: 0;
  visibility: hidden;
}
#main-header .container #et-top-navigation #top-menu-nav {
  display: block !important;
}
#main-header .container #et-top-navigation #top-menu-nav #top-menu li a {
  color: #000;
}
#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
  padding-bottom: 0;
}
#main-header.et-fixed-header {
  background: #000;
  padding: 0;
}
#main-header.et-fixed-header #link-logo {
  width: 110px !important;
}

.whatsappme__copy {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
