@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Varela+Round');

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}
b,
strong {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* fonts */
.lato {
  font-family: 'Lato', sans-serif;
}
.varela {
  font-family: 'Varela Round', sans-serif;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
/* colors */
body *:focus {
  outline: none;
}
body * {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body img {
  max-width: 100%;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.center {
  width: 100%;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
/* buttons style */
.btn {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-width: 190px;
}
.btn__wrap__center {
  text-align: center;
}
.btn__wrap__left {
  text-align: left;
}
.btn__wrap__right {
  text-align: right;
}
.btn__blue {
  background: #2db8f5;
  color: #ffffff;
}
.btn__orange {
  background: #fb7116;
  color: #ffffff;
}
.btn__white {
  background: #ffffff;
  color: #000000;
}
.btn__white_transparent {
  background: transparent;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.btn__white_transparent:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #194254;
  -moz-box-shadow: inset 0px 0px 0px 2px #194254;
  box-shadow: inset 0px 0px 0px 2px #194254;
}
.btn:hover {
  background: #194254;
  color: #ffffff;
}
.btn__medium {
  font-size: 13px;
  padding: 15px 15px 14px 15px;
}
.btn__large {
  font-size: 14px;
  padding: 24px 15px 22px 15px;
}
@media screen and (max-width: 767px) {
  .btn__large {
    padding: 18px 15px 16px 15px;
  }
}
/* block */
.block {
  padding: 94px 0px 100px 0px;
}
.block__grey {
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .block {
    padding: 50px 0px 50px 0px;
  }
}
.block__title {
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Varela Round', sans-serif;
  color: #000000;
  font-size: 50px;
  line-height: 60px;
}
.block__title span {
  display: block;
  color: #2db8f5;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin-bottom: 2px;
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .block__title {
    font-size: 40px;
    line-height: 50px;
  }
  .block__title span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .block__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .block__title span {
    font-size: 16px;
    line-height: 22px;
  }
}
/* p */
p {
  font-size: 16px;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
  color: #000000;
}
/* header */
.header {
  position: relative;
}
.header__top {
  background: #e9e9e9;
}
.header__top .center {
  padding: 5px 15px 7px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header__top .info li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #000000;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
.header__top .info li:last-child {
  margin-right: 0px;
}
.header__top .info li a {
  color: #000000;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}
.header__top .info li a:hover {
  text-decoration: underline;
}
.header__top .info li i {
  color: #fb7116;
  font-size: 16px;
}
.header__top .soc a {
  float: right;
  margin-left: 5px;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  background: #194254;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.header__top .soc a:last-child {
  margin-left: 0px;
}
.header__top .soc a i {
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__top .soc a:hover {
  background: #fb7116;
}
@media screen and (max-width: 1150px) {
  .header__top {
    display: none;
  }
}
.header__bottom {
  background: #ffffff;
  padding: 23px 0px 26px 0px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .header__bottom {
    padding: 15px 0px 15px 0px;
  }
}
.header__bottom .center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header__bottom .nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .header__bottom .nav {
    display: none;
  }
}
.header__bottom .nav > ul {
  margin-right: 35px;
}
.header__bottom .nav > ul > li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
}
.header__bottom .nav > ul > li:last-child {
  margin-right: 0px;
}
.header__bottom .nav > ul > li a {
  cursor: pointer;
  color: #000000;
  font-size: 17px;
  font-family: 'Varela Round', sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__bottom .nav > ul > li a:hover {
  color: #fb7116;
}
.header__bottom .nav > ul > li > ul {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  left: 0px;
  top: 100%;
  background: transparent;
  width: 210px;
  padding: 25px 0px 0px 0px;
}
.header__bottom .nav > ul > li > ul li {
  background: #FFF;
  padding: 0px 25px 12px 25px;
}
.header__bottom .nav > ul > li > ul li:first-child {
  padding-top: 12px;
}
.header__bottom .nav > ul > li > ul li a {
  line-height: 20px;
  font-size: 13px;
}
.header__bottom .nav > ul > li:hover > ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.header__bottom .menu_toggle {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 22px;
  cursor: pointer;
  -webkit-transition: .3s ease, background 0.6s ease;
  -moz-transition: .3s ease, background 0.6s ease;
  transition: .3s ease, background 0.6s ease;
}
@media screen and (min-width: 1150px) {
  .header__bottom .menu_toggle {
    display: none;
  }
}
.header__bottom .menu_toggle i {
  display: block;
  width: 24px;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: .3s ease, background 0.6s ease;
  -moz-transition: .3s ease, background 0.6s ease;
  transition: .3s ease, background 0.6s ease;
}
.header__bottom .menu_toggle:before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .3s ease, background 0.6s ease;
  -moz-transition: .3s ease, background 0.6s ease;
  transition: .3s ease, background 0.6s ease;
}
.header__bottom .menu_toggle:after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transition: .3s ease, background 0.6s ease;
  -moz-transition: .3s ease, background 0.6s ease;
  transition: .3s ease, background 0.6s ease;
}
.header__bottom .menu_toggle.act i {
  background: #fff;
  opacity: 0;
}
.header__bottom .menu_toggle.act:before {
  top: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header__bottom .menu_toggle.act:after {
  top: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header .phone_nav {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  background: #FFF;
  display: none;
  text-align: center;
}
@media screen and (min-width: 1150px) {
  .header .phone_nav {
    display: none!important;
  }
}
.header .phone_nav > ul {
  padding-bottom: 15px;
}
.header .phone_nav > ul > li {
  padding: 15px;
}
.header .phone_nav > ul > li a {
  cursor: pointer;
  color: #000000;
  font-size: 18px;
  font-family: 'Varela Round', sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .phone_nav > ul > li a:hover {
  color: #fb7116;
}
.header .phone_nav > ul > li a.sub {
  position: relative;
  padding-left: 20px;
}
.header .phone_nav > ul > li a.sub:before {
  content: '+';
  display: block;
  font-size: 18px;
  color: #000000;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header .phone_nav > ul > li a.sub.act:before {
  content: '-';
}
.header .phone_nav > ul > li > ul {
  display: none;
  paddng: 5px 0px;
}
.header .phone_nav > ul > li > ul > li {
  padding: 10px 15px;
}
/* welcome */
.welcome {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/bienenvidos_somos.jpg);
  padding: 190px 0px 230px 0px;
}
@media screen and (max-width: 1150px) {
  .welcome {
    padding: 150px 0px 150px 0px;
  }
}
@media screen and (max-width: 767px) {
  .welcome {
    padding: 50px 0px;
  }
}
.welcome .center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .welcome .center {
    display: block;
    text-align: center;
  }
}
.welcome .center figure {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  padding-right: 20px;
}
.welcome .center figure img {
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .welcome .center figure {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .welcome .center figure img {
    max-width: 320px;
    width: 100%;
  }
}
.welcome .center .descr {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  font-family: 'Varela Round', sans-serif;
  color: #FFF;
}
.welcome .center .descr .text_1 {
  font-size: 90px;
  margin-bottom: 10px;
}
.welcome .center .descr .text_2 {
  font-size: 50px;
  margin-bottom: 23px;
}
.welcome .center .descr .text_3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1150px) {
  .welcome .center .descr .text_1 {
    font-size: 70px;
  }
  .welcome .center .descr .text_2 {
    font-size: 36px;
  }
  .welcome .center .descr .text_3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .welcome .center .descr .text_1 {
    font-size: 40px;
  }
  .welcome .center .descr .text_2 {
    font-size: 24px;
  }
  .welcome .center .descr .text_3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.welcome .center .descr .btn__wrap__left a:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .welcome .center .descr .btn__wrap__left a {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px auto;
  }
  .welcome .center .descr .btn__wrap__left a:first-child {
    margin-right: auto;
  }
  .welcome .center .descr .btn__wrap__left a:last-child {
    margin-bottom: 0px;
  }
}
/* about */
.about__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about__wrap {
    display: block;
  }
}
.about__wrap figure {
  -webkit-flex-basis: 568px;
  -ms-flex-basis: 568px;
  flex-basis: 568px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__wrap figure {
    margin-bottom: 20px;
  }
}
.about__wrap .text {
  -webkit-flex-basis: 568px;
  -ms-flex-basis: 568px;
  flex-basis: 568px;
}
.about__wrap .text p {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .about__wrap .text {
    text-align: center;
  }
  .about__wrap .text p {
    margin-bottom: 30px;
  }
  .about__wrap .text .btn__wrap__left {
    text-align: center;
  }
}
/* benefits */
.benefits .item {
  -webkit-flex-basis: 31.62393162393162%;
  -ms-flex-basis: 31.62393162393162%;
  flex-basis: 31.62393162393162%;
  /* 370 1170 */

  text-align: center;
  border: 3px solid #e9e9e9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 47px 15px 39px 15px;
}
.benefits .item__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .benefits .item__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .benefits .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .benefits .item:last-child {
    margin-bottom: 0px;
  }
}
.benefits .item figure {
  margin-bottom: 32px;
}
.benefits .item figure svg {
  width: 120px;
}
.benefits .item .title {
  position: relative;
  font-family: 'Varela Round', sans-serif;
  font-size: 30px;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.benefits .item .title:before {
  content: '';
  display: block;
  width: 52px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fb7116;
}
/* featured_product */
.featured_product {
  background: url(../images/i-productos.png) top center #2db8f5;
  padding: 150px 0px 160px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featured_product {
    padding: 50px 0px 0px 0px;
  }
}
.featured_product iframe {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .featured_product iframe {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.featured_product .text {
  width: 42.73504273504274%;
  /* 500 1170 */
}
.featured_product .text * {
  color: #ffffff;
  text-align: left;
}
.featured_product .text .block__title {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .featured_product .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .featured_product .text * {
    text-align: center;
  }
}
/* services */
.services .item {
  -webkit-flex-basis: 48.71794871794872%;
  -ms-flex-basis: 48.71794871794872%;
  flex-basis: 48.71794871794872%;
  /* 570 1170 */

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 48px;
}
.services .item__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .services .item__list {
    display: block;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .services .item {
    display: block;
    text-align: center;
  }
  .services .item:last-child {
    margin-bottom: 0px;
  }
}
.services .item figure {
  -webkit-flex-basis: 29.82456140350877%;
  -ms-flex-basis: 29.82456140350877%;
  flex-basis: 29.82456140350877%;
  /* 170 570 */

  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
}
.services .item figure svg {
  width: 100%;
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .services .item figure {
    margin-bottom: 20px;
  }
}
.services .item .text .title {
  font-family: 'Varela Round', sans-serif;
  color: #000000;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 24px;
}
/* ads_bar */
.ads_bar {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/bg_casti.jpg);
  padding: 45px 0px 37px 0px;
  overflow: hidden;
}
.ads_bar .text {
  width: 59.82905982905983%;
  /* 700 1170 */

  float: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ads_bar .text {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.ads_bar .img {
  position: absolute;
  right: 110%;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .ads_bar .img {
    display: none;
  }
}
.ads_bar .title {
  font-size: 40px;
  line-height: 50px;
  font-family: 'Varela Round', sans-serif;
  margin-bottom: 0px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .ads_bar .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.ads_bar p {
  color: #ffffff;
  margin-bottom: 25px;
}
.ads_bar .btn__wrap__left a:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ads_bar .btn__wrap__left a {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .ads_bar .btn__wrap__left a:first-child {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
/* counters */
.counters .item {
  text-align: center;
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
}
.counters .item__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .counters .item__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .counters .item {
    margin-bottom: 30px;
  }
  .counters .item:last-child {
    margin-bottom: 0px;
  }
}
.counters .item .title {
  color: #2db8f5;
  font-size: 90px;
  font-family: 'Varela Round', sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1150px) {
  .counters .item .title {
    font-size: 60px;
  }
}
/* statistics */
.statistics {
  background: url(../images/disenio.png) center center #f1f1f1;
}
.statistics__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .statistics__wrap {
    display: block;
  }
}
.statistics .text {
  -webkit-flex-basis: 48.71794871794872%;
  -ms-flex-basis: 48.71794871794872%;
  flex-basis: 48.71794871794872%;
  /* 570 1170 */

  text-align: left;
}
.statistics .text .block__title {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .statistics .text .block__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .statistics .text {
    margin-bottom: 30px;
  }
}
.statistics .counter {
  -webkit-flex-basis: 48.71794871794872%;
  -ms-flex-basis: 48.71794871794872%;
  flex-basis: 48.71794871794872%;
  /* 570 1170 */

}
.statistics .counter .row {
  margin-bottom: 20px;
}
.statistics .counter .row:last-child {
  margin-bottom: 0px;
}
.statistics .counter .row .title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  color: #000000;
  font-family: 'Varela Round', sans-serif;
  margin-bottom: 10px;
}
.statistics .counter .row .line {
  height: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #FFF;
  position: relative;
}
.statistics .counter .row .line span {
  content: '';
  display: block;
  width: 60%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.statistics .counter .row .line__orange span {
  background: #fb7116;
}
.statistics .counter .row .line__blue span {
  background: #2db8f5;
}
.statistics .counter .row .line__green span {
  background: #43bfbb;
}
/* team */
.team .item {
  -webkit-flex-basis: 23.07692307692308%;
  -ms-flex-basis: 23.07692307692308%;
  flex-basis: 23.07692307692308%;
  /* 270 1170 */

  text-align: center;
}
.team .item__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .team .item__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .team .item {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .team .item:last-child {
    margin-bottom: 0px;
  }
}
.team .item figure {
  width: 100%;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 23px;
}
.team .item figure img {
  display: block;
  width: 100%;
}
.team .item .title {
  font-size: 30px;
  color: #000000;
  margin-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
}
@media screen and (max-width: 1150px) {
  .team .item .title {
    font-size: 24px;
  }
}
.team .item p {
  margin-bottom: 15px;
}
.team .item .soc a {
  margin: 0px 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fb7116;
}
.team .item .soc a:hover {
  background: #194254;
}
.team .item .soc a i {
  color: #ffffff;
  font-size: 14px;
}
/* pricing */
.pricing {
  background: url(../images/i-productos.png) center center #2db8f5;
}
.pricing .block__title {
  color: #ffffff;
}
.pricing .item {
  background: #ffffff;
  -webkit-flex-basis: 31.62393162393162%;
  -ms-flex-basis: 31.62393162393162%;
  flex-basis: 31.62393162393162%;
  /* 370 1170 */

  text-align: center;
  border: 3px solid #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 21px 15px 37px 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pricing .item__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pricing .item__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pricing .item {
    max-width: 320px;
    margin: 0 auto 30px auto;
  }
  .pricing .item:last-child {
    margin-bottom: 0px;
  }
}
.pricing .item:hover {
  border: 3px solid #194254;
}
.pricing .item__part__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 240px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 1150px) {
  .pricing .item__part__wrap {
    display: block;
  }
}
.pricing .item .top {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 24px;
  font-family: 'Varela Round', sans-serif;
  color: #000000;
}
.pricing .item .price {
  padding-bottom: 11px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
  font-family: 'Varela Round', sans-serif;
  color: #919191;
  font-size: 20px;
}
.pricing .item .price span {
  display: block;
  color: #fb7116;
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 80px;
  font-family: 'Varela Round', sans-serif;
  margin-bottom: -4px;
}
.pricing .item ul {
  margin-bottom: 33px;
}
.pricing .item ul li {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  font-family: 'Lato', sans-serif;
}
.pricing .item ul li:last-child {
  margin-bottom: 0px;
}
/* sponsors */
.sponsors .owl-carousel {
  position: relative;
}
.sponsors .owl-carousel .owl-item {
  text-align: center;
}
.sponsors .owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  max-width: 140px;
}
.sponsors .owl-carousel .owl-nav {
  position: absolute;
  left: 0px;
  top: 45px;
  height: 0px;
  width: 100%;
}
.sponsors .owl-carousel .owl-nav div {
  position: absolute;
  top: 0px;
  left: 0px;
}
.sponsors .owl-carousel .owl-nav div svg {
  width: 13px;
  height: 25px;
  fill: #000000;
}
.sponsors .owl-carousel .owl-nav div:hover svg {
  fill: #fb7116;
}
.sponsors .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0px;
}
.sponsors .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 20px;
}
.sponsors .owl-carousel .owl-dots div {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e9e9e9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0px 5px;
}
.sponsors .owl-carousel .owl-dots div.active {
  background: #fb7116;
}
/* testimonials */
.testimonials {
  background: url(../images/clientes.png) center center #f1f1f1;
}
.testimonials .owl-carousel .owl-item {
  text-align: center;
}
.testimonials .owl-carousel .owl-item p {
  margin-bottom: 26px;
  padding: 0px 14.52991452991453%;
  /* 170 1170 */

  position: relative;
}
.testimonials .owl-carousel .owl-item p:before {
  content: '';
  display: block;
  width: 32px;
  height: 27px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/ideas.png) no-repeat top center;
}
.testimonials .owl-carousel .owl-item p:after {
  content: '';
  display: block;
  width: 32px;
  height: 27px;
  position: absolute;
  right: 0px;
  margin-top: -13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/ideas.png) no-repeat top center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonials .owl-carousel .owl-item figure {
  width: 144px;
  height: 144px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid #ffffff;
  margin: 0 auto 13px auto;
  overflow: hidden;
}
.testimonials .owl-carousel .owl-item figure img {
  display: block;
  width: 100%;
}
.testimonials .owl-carousel .owl-item .name {
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  color: #000000;
}
/* projects */
.projects .tabs__nav {
  text-align: center;
}
.projects .tabs__nav ul {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #f1f1f1;
}
.projects .tabs__nav ul:before,
.projects .tabs__nav ul:after {
  content: '';
  display: block;
  position: absolute;
  width: 9999px;
  height: 2px;
  background: #f1f1f1;
  right: 0px;
  bottom: -2px;
  z-index: 0;
}
.projects .tabs__nav ul:after {
  right: auto;
  left: 0px;
}
@media screen and (max-width: 1150px) {
  .projects .tabs__nav ul {
    display: block;
    border-bottom: none;
  }
  .projects .tabs__nav ul:before,
  .projects .tabs__nav ul:after {
    display: none;
  }
}
.projects .tabs__nav ul li {
  display: inline-block;
  border: 2px solid #f1f1f1;
  border-bottom: none;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 55px;
  line-height: 55px;
  width: 215px;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  font-weight: 900;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #f1f1f1;
  cursor: pointer;
  position: relative;
}
.projects .tabs__nav ul li.act {
  background: #ffffff;
}
.projects .tabs__nav ul li.act:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 2px;
  background: #ffffff;
  left: 0px;
  bottom: -2px;
}
.projects .tabs__nav ul li:hover {
  color: #ffffff;
  background: #194254;
}
@media screen and (max-width: 1150px) {
  .projects .tabs__nav ul li {
    display: inline-block;
    width: 42%;
    margin: 10px 0px;
    margin-right: 4%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #f1f1f1;
  }
  .projects .tabs__nav ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .projects .tabs__nav ul li.act:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .projects .tabs__nav ul li {
    display: block;
    width: 100%;
    margin: 0px auto 20px auto;
    max-width: 320px;
  }
  .projects .tabs__nav ul li:nth-child(2n) {
    margin-right: auto;
  }
}
.projects .tabs__content .article {
  display: none;
  padding-top: 20px;
}
.projects .tabs__content .article p {
  margin-bottom: 20px;
}
.projects .tabs__content .article.act {
  display: block;
}
.projects .tabs__content .item {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.projects .tabs__content .item:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .projects .tabs__content .item {
    float: none;
    width: 100%;
    margin: 0 auto 20px auto;
    max-width: 320px;
  }
  .projects .tabs__content .item:last-child {
    margin-right: auto;
    margin-bottom: 0px;
  }
}
/* faq */
.faq {
  background: #fb7116;
  position: relative;
}
.faq:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/disenio.png) center center;
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  opacity: 0.15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
  z-index: 0;
}
.faq .img {
  position: relative;
  z-index: 1;
  float: left;
  width: 35.04273504273504%;
  /* 410 1170 */

}
@media screen and (max-width: 767px) {
  .faq .img {
    float: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px auto;
  }
}
.faq .item {
  margin-bottom: 20px;
}
.faq .item__list {
  position: relative;
  z-index: 1;
  float: right;
  width: 57.26495726495726%;
  /* 670 1170 */

}
@media screen and (max-width: 767px) {
  .faq .item__list {
    float: none;
    width: 100%;
  }
}
.faq .item:last-child {
  margin-bottom: 0px;
}
.faq .item__title {
  cursor: pointer;
  background: #ffffff;
  position: relative;
  padding: 15px 15px 17px 50px;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  color: #000000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.faq .item__title svg {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 23px;
  top: 17px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.faq .item.act .item__title svg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq .item__descr {
  display: none;
  padding-top: 20px;
}
.faq .item__descr .article {
  padding: 0px 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .faq .item__descr .article {
    display: block;
    padding: 0px;
  }
}
.faq .item__descr .article figure {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 143px;
  -ms-flex-basis: 143px;
  flex-basis: 143px;
  margin-right: 20px;
  text-align: center;
}
.faq .item__descr .article figure img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .faq .item__descr .article figure {
    max-width: 320px;
    margin: 0 auto 20px auto;
  }
}
.faq .item__descr .article .descr p {
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .faq .item__descr .article .descr p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .faq .item__descr .article .btn__wrap__right {
    text-align: center;
  }
}
/* contacts */
.contacts .block__title {
  text-align: left;
}
.contacts__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contacts__block {
    display: block;
  }
}
.contacts__block .left_side {
  -webkit-flex-basis: 48.71794871794872%;
  -ms-flex-basis: 48.71794871794872%;
  flex-basis: 48.71794871794872%;
  /* 570 1170 */

}
@media screen and (max-width: 767px) {
  .contacts__block .left_side {
    margin-bottom: 30px;
  }
}
.contacts__block .left_side ul {
  margin-bottom: 60px;
}
.contacts__block .left_side ul li {
  margin-bottom: 38px;
}
.contacts__block .left_side ul li a {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
.contacts__block .left_side ul li a:hover {
  text-decoration: underline;
}
.contacts__block .left_side ul li span {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #000000;
}
.contacts__block .left_side ul li:last-child {
  margin-bottom: 0px;
}
.contacts__block .left_side ul li i {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #2db8f5;
  font-size: 32px;
}
.contacts__block .left_side .soc .title {
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 17px;
  color: #000000;
}
.contacts__block .left_side .soc .links a {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 4px;
  background: #fb7116;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.contacts__block .left_side .soc .links a:last-child {
  margin-right: 0px;
}
.contacts__block .left_side .soc .links a i {
  font-size: 16px;
  color: #ffffff;
}
.contacts__block .left_side .soc .links a:hover {
  background: #194254;
}
.contacts__block .right_side {
  -webkit-flex-basis: 48.71794871794872%;
  -ms-flex-basis: 48.71794871794872%;
  flex-basis: 48.71794871794872%;
  /* 570 1170 */

}
.contacts__block .right_side form .row {
  margin-bottom: 20px;
}
.contacts__block .right_side form .row:last-child {
  margin-bottom: 0px;
}
.contacts__block .right_side form .input,
.contacts__block .right_side form .textarea {
  border: 3px solid #f1f1f1;
  height: 55px;
  line-height: normal;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  padding: 0px 15px;
  color: #000000;
}
.contacts__block .right_side form .textarea {
  height: auto;
  padding: 15px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .contacts__block .right_side form {
    max-width: 320px;
    margin: 0 auto;
  }
  .contacts__block .right_side form .btn__wrap__right {
    text-align: center;
  }
}
/* subscription */
.subscription {
  background: url(../images/i-productos.png) center center #2db8f5;
  padding: 45px 0px 37px 0px;
  overflow: hidden;
}
.subscription__wrap {
  float: right;
  width: 57.26495726495726%;
  /* 670 1170 */

  padding-right: 8.547008547008547%;
  /* 100 1170 */

  position: relative;
}
@media screen and (max-width: 1150px) {
  .subscription__wrap {
    float: none;
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
}
.subscription .img {
  position: absolute;
  right: 120%;
  top: -50px;
}
@media screen and (max-width: 1150px) {
  .subscription .img {
    display: none;
  }
}
.subscription .title {
  font-family: 'Varela Round', sans-serif;
  font-size: 33px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .subscription .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.subscription p {
  color: #ffffff;
  margin-bottom: 24px;
}
.subscription form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 674px;
}
@media screen and (max-width: 1150px) {
  .subscription form {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .subscription form {
    display: block;
    max-width: 320px;
  }
}
.subscription form .input {
  -webkit-flex-basis: 61.42433234421365%;
  -ms-flex-basis: 61.42433234421365%;
  flex-basis: 61.42433234421365%;
  /* 414 674 */

  border: 3px solid #f1f1f1;
  line-height: normal;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 100%;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  padding: 0px 25px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .subscription form .input {
    margin-bottom: 20px;
    height: 52px;
  }
}
.subscription form .submit {
  -webkit-flex-basis: 36.05341246290801%;
  -ms-flex-basis: 36.05341246290801%;
  flex-basis: 36.05341246290801%;
  /* 243 674 */

}
/* footer */
.footer__top {
  background: #161e28;
  color: #ffffff;
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .footer__top {
    padding-top: 50px;
  }
}
.footer__top .logo {
  display: inline-block;
  margin-bottom: 23px;
}
.footer__top .text {
  max-width: 710px;
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 38px;
}
.footer__top ul {
  max-width: 930px;
  margin: 0px auto 0px auto;
  padding: 58px 0px 50px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .footer__top ul {
    padding: 30px 0px;
  }
}
.footer__top ul li {
  display: inline-block;
  margin-right: 40px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  position: relative;
}
.footer__top ul li span {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.footer__top ul li a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.footer__top ul li a:hover {
  text-decoration: underline;
}
.footer__top ul li i {
  position: absolute;
  left: 0px;
  top: -3px;
  font-size: 20px;
  color: #fb7116;
}
.footer__top ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .footer__top ul li {
    display: block;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .footer__top ul li:last-child {
    margin-bottom: 0px;
  }
}
.footer__bottom {
  background: #000a16;
  padding: 12px 0px 12px 0px;
  color: #ffffff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.pr {
  position: relative;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
