/*!
Theme Name: Aumenta
Theme URI: http://aumenta.do/
Template: Divi
Author: David Cortez
Author URI: http://aumenta.do/
Version: 1.0.0 
*/
.services-wrap-home .title-line h3 {
  position: relative;
  padding: 25px 0 10px 0;
}
.services-wrap-home .title-line h3::before {
  content: "";
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #6acbee;
  width: 74px;
  height: 4px;
  position: absolute;
  top: 0;
}
.services-wrap-home .col-wrap .et_pb_column {
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease 0s;
}
.services-wrap-home .col-wrap .et_pb_column:hover {
  transition: all 0.3s ease 0s;
  box-shadow: -1px 0px 17px -2px rgba(99, 98, 98, 0.4);
}

.countries-wrap-home {
  overflow: hidden;
}
.countries-wrap-home .col-image .countrie-wrap {
  position: absolute;
  top: 35%;
  left: 60px;
}
.countries-wrap-home .col-image .countrie-wrap .item-countrie {
  background: url(images/icomap.png) #FFFFFF no-repeat 16px center;
  margin: 0 0 15px 0;
  padding: 10px 15px 15px 59px;
  border-radius: 8px;
  width: 200px;
  animation: moveLeft 5s ease-in-out infinite;
}
.countries-wrap-home .col-image .countrie-wrap .item-countrie h3 {
  margin: 0;
  padding: 0;
}
.countries-wrap-home .col-image .countrie-wrap .item-countrie.two {
  right: 20px;
  position: relative;
}
.countries-wrap-home .col-image .countrie-wrap .item-countrie.three {
  right: 40px;
  position: relative;
}
.countries-wrap-home::before {
  content: "";
  background: url(images/bgcountries.jpg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  bottom: -25%;
}

.services-wrap-home .et_pb_column {
  margin: 0 !important;
}
.services-wrap-home .slick-arrow {
  position: absolute;
  top: 40%;
  border: 0;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 3;
}
.services-wrap-home .slick-arrow.slick-prev {
  left: 20px;
  background: url(images/ico-l.svg) transparent no-repeat center center;
  width: 35px;
  height: 35px;
  background-size: 100%;
}
.services-wrap-home .slick-arrow.slick-next {
  right: 20px;
  background: url(images/ico-r.svg) transparent no-repeat center center;
  width: 35px;
  height: 35px;
  background-size: 100%;
}
.services-wrap-home .slick-arrow:hover {
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}
.services-wrap-home .slick-dots {
  padding: 0;
  text-align: center;
  list-style-type: none;
}
.services-wrap-home .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.services-wrap-home .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 0;
  overflow: hidden;
  text-indent: -99px;
  background: #aeadad;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}
.services-wrap-home .slick-dots li button:hover {
  background: #6acbee;
  transition: all 0.3s ease 0s;
}
.services-wrap-home .slick-dots li.slick-active button {
  background: #6acbee;
  transition: all 0.3s ease 0s;
}

@media (max-width: 980px) {
  .countries-wrap-home .col-image .countrie-wrap {
    position: static;
  }
  .countries-wrap-home .col-image .countrie-wrap .item-countrie {
    width: 100%;
    right: 0 !important;
    text-align: center;
    background: #f5f5ff;
    padding: 10px 15px;
    animation: none;
  }
  .countries-wrap-home::before {
    display: none;
  }
}
@keyframes moveLeft {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(-20px);
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
header #menu-item-277 {
  background: #fdb52b;
  border-radius: 5px;
}
header .col-menu ul li {
  padding: 8px !important;
}
header .col-menu ul li a {
  padding: 0 !important;
}
header.headeron {
  transition: all 0.3s ease 0s;
  background: #FFFFFF;
}
header.headeron .et_pb_row {
  padding: 8px 0 !important;
}
header.headeron .et_pb_row .col-logo img {
  width: 80px;
}
header.headeron .et_pb_row .col-menu {
  padding-top: 10px !important;
}
header.headeron .et_pb_row .col-menu ul li a {
  color: #000000 !important;
}

@media (max-width: 980px) {
  header .et_pb_row {
    max-width: 100% !important;
    width: 100% !important;
    padding: 10px 0 !important;
  }
  header .et_pb_row .col-logo {
    width: auto !important;
    float: left !important;
    padding: 0 0 0 20px;
  }
  header .et_pb_row .col-logo img {
    width: 80px !important;
  }
  header .et_pb_row .col-menu {
    position: absolute;
    top: 24px;
  }
  header .et_pb_row .col-menu .et_pb_menu__wrap {
    justify-content: flex-end !important;
  }
  header .et_pb_row .col-menu .et_mobile_menu {
    margin: 34px 0px 0px;
    border: 0px !important;
    padding: 0 !important;
  }
  header.headeron {
    position: static;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

footer a {
  color: #99a1bd;
}
footer a:hover {
  color: #FFFFFF;
}
footer ul {
  list-style-type: none !important;
  padding: 0 !important;
}
footer .powered-wrap {
  overflow: hidden;
  display: table;
  float: right;
}
footer .powered-wrap .powered-one {
  float: left;
  padding: 9px 10px 0 0;
  color: #FFFFFF;
}
footer .powered-wrap .powered-two {
  float: left;
}
footer .powered-wrap .powered-two img {
  width: 145px;
}

@media (max-width: 980px) {
  footer .et_pb_column {
    width: 100% !important;
    margin-bottom: 30px;
    text-align: center;
  }
  footer .et_pb_column h4 {
    text-align: center;
  }
  footer .col.one, footer .col.two, footer .col.three {
    display: none;
  }
  footer .powered-wrap {
    float: none;
    margin: 0 auto;
  }
}
a {
  transition: all 0.3s ease 0s;
}
a:hover {
  transition: all 0.3s ease 0s;
}

#main-content #left-area {
  width: 100%;
  padding: 0;
}
#main-content .container #sidebar {
  display: none;
}
#main-content .container:before {
  display: none;
}

.form-wrap .row {
  overflow: hidden;
  margin: 0 0 20px 0;
}
.form-wrap .row .item {
  float: left;
  width: 50%;
}
.form-wrap .row .item.firts {
  padding: 0 10px 0 0;
}
.form-wrap input, .form-wrap textarea {
  background: #f5f5ff;
  color: #727272;
  padding: 10px;
  border: solid 1px #727272 !important;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 50px;
}
.form-wrap input::-moz-placeholder, .form-wrap textarea::-moz-placeholder {
  color: #727272;
}
.form-wrap input::placeholder, .form-wrap textarea::placeholder {
  color: #727272;
}
.form-wrap input.wpcf7-submit, .form-wrap textarea.wpcf7-submit {
  width: auto;
  border: 0 !important;
  border-radius: 50px;
  padding: 15px 40px;
  margin: 20px 0 0 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: #FFFFFF !important;
  text-transform: uppercase;
  background: #fdb52b;
}
.form-wrap input.wpcf7-submit:hover, .form-wrap textarea.wpcf7-submit:hover {
  transition: all 0.3s ease 0s;
  background: #FFFFFF;
  cursor: pointer;
  background: #000000;
}
.form-wrap textarea {
  border-radius: 30px !important;
  padding: 15px;
}/*# sourceMappingURL=style.css.map */