/*
Theme Name:   Master Template Woo Child
Theme URI:    http://misitio.com/twenty-seventeen-child/
Description:  Child theme para modificaciones varias
Author:       Angel Burgos
Author URI:   http://misitio.com
Template:     master-template-woo
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  master-template-woo-child
*/

.bottom-header {
  -webkit-box-shadow: 0px 2px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px -4px rgba(0, 0, 0, 0.75);
}
.bottom-header .img-brand {
  margin-bottom: 2.2em !important;
}
.bottom-header .menu-principal .menu-item {
  border-right: 1px solid #b1b1b1;
}
.bottom-header .menu-principal .menu-item:nth-child(5n) {
  border: none;
}
.bottom-header .menu-principal .menu-item .nav-link {
  padding: 0 1.2em;
  text-transform: uppercase;
}

.sticky-header .img-brand {
  margin-bottom: 0.2em !important;
}
.sticky-header .menu-item a {
  font-size: 0.8em !important;
  padding: 0 1em !important;
}

#menu-lateral .img-brand {
  display: none;
}
#menu-lateral .menu-menu-lateral-container .menu-item {
  margin: 1.2em 0;
}
#menu-lateral .menu-menu-lateral-container .menu-item .nav-link {
  text-transform: uppercase;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
}
#menu-lateral .menu-menu-lateral-container .menu-item .nav-link:hover {
  transform: translate(5px, 0);
}
#menu-lateral .menu-lateral-social-shapes .text-nav {
  color: #ffffff;
}

.button-icon {
  background: #ffffff !important;
  color: #904ABD !important;
  transition: all 0.4s;
}
.button-icon:hover {
  background-color: #904ABD !important;
  background-color-color: #ffffff !important;
}

.sub-heading-section::before {
  background-color: transparent !important;
}
.sub-heading-section h1 {
  text-transform: uppercase;
}

.top-footer .widget-title {
  color: #ffffff !important;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.top-footer .widget-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  bottom: 0;
}
.top-footer p {
  color: #D9D9D9;
}
.top-footer ul {
  padding: 0;
}
.top-footer ul li {
  margin-bottom: 1em;
  transition: all 0.4s;
}
.top-footer ul li:hover {
  transform: translate(5px, 0);
}
.top-footer ul li a {
  color: #D9D9D9;
  transition: all 0.4s;
}
.top-footer ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.principal-button {
  background: #904abd;
  background: -moz-linear-gradient(left, #904abd 0%, #3e39a4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #904abd), color-stop(100%, #3e39a4));
  background: -webkit-linear-gradient(left, #904abd 0%, #3e39a4 100%);
  background: -o-linear-gradient(left, #904abd 0%, #3e39a4 100%);
  background: -ms-linear-gradient(left, #904abd 0%, #3e39a4 100%);
  background: linear-gradient(to right, #904abd 0%, #3e39a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#904abd", endColorstr="#3e39a4", GradientType=1 );
}
.principal-button:hover {
  background: #904abd;
  background: -moz-linear-gradient(left, #3e39a4 0%, #3e39a4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3e39a4), color-stop(100%, #3e39a4));
  background: -webkit-linear-gradient(left, #3e39a4 0%, #3e39a4 100%);
  background: -o-linear-gradient(left, #3e39a4 0%, #3e39a4 100%);
  background: -ms-linear-gradient(left, #3e39a4 0%, #3e39a4 100%);
  background: linear-gradient(to right, #3e39a4 0%, #3e39a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3e39a4", endColorstr="#3e39a4", GradientType=1 );
}

.secondary-button:hover {
  border: 1px solid #ffffff;
}

#platforms .gallery {
  display: flex;
  align-items: center;
}
#platforms .text-secondary {
  font-size: 1.2em;
}

.form-control {
  border-radius: 30px !important;
  border: 1px solid #3E39A4 !important;
  color: #3E39A4 !important;
}
.form-control::placeholder {
  color: #3E39A4 !important;
}

textarea.form-control {
  height: 270px !important;
  padding: 0 1em;
}

.principal-contact .text-link {
  color: #3E39A4;
  text-decoration: underline;
  transition: all 0.4s;
}
.principal-contact .text-link:hover {
  color: #904ABD;
}

.white-text p {
  color: #ffffff;
  font-size: 1.2em;
}

#boletin form {
  display: flex;
  justify-content: center;
}
#boletin form .form-control {
  background-color: transparent;
  color: #ffffff;
  border-radius: 30px 0 0 30px !important;
  border-color: #ffffff !important;
}
#boletin form .form-control::placeholder {
  color: #ffffff !important;
}
#boletin form .suscribe-button {
  padding: 0;
}
#boletin form .suscribe-button button {
  margin: 0 2px;
  height: 51px;
  border-radius: 0 30px 30px 0;
}

#clientes .galeria-clientes .elementor-image-carousel {
  display: flex;
  align-items: center;
}

#contact-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 45%;
  top: 4.5em;
  z-index: 1;
}
#contact-icons ul {
  list-style: none;
  padding: 0;
}
#contact-icons ul li {
  margin-bottom: 1em;
}
#contact-icons ul li a {
  color: #333333;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
}
#contact-icons ul li a i {
  background-color: #333333;
  color: #ffffff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
  transition: all 0.4s;
}
#contact-icons ul li a:hover {
  color: #904ABD;
}
#contact-icons ul li a:hover i {
  background-color: transparent;
  border: 1px solid #333333;
  color: #333333;
}

.strategies-section p {
  font-size: 1em;
}
.strategies-section .secondary-button {
  margin: 0;
}

.picture-out {
  position: absolute !important;
  right: 0;
  bottom: 0;
}
.picture-out .elementor-element-populated {
  padding-bottom: 0 !important;
}

.float-icon-section {
  width: auto !important;
  display: flex;
}
.float-icon-section i {
  color: #39CF88;
  font-size: 2.5em;
}

.title-float-section {
  width: 80% !important;
  margin-left: 1em;
}

.ads-float-section .img-button {
  bottom: -5em;
}

#web-categories .white-text p {
  font-size: 1em;
}

#buttons-center .button-link a {
  color: #ffffff;
  font-size: 1em;
  text-decoration: underline;
  margin-top: 0.5em;
  transition: all 0.4s;
}
#buttons-center .button-link a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.text-color-primary {
  color: #904ABD;
}

#nosotros-icons .float-icon-section i {
  color: #904ABD;
}

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