/* Fonts */
@font-face {
    font-family: 'gt_americabold';
    src: url('fonts/gt-america/gt-america-bold-webfont.woff2') format('woff2'),
         url('fonts/gt-america/gt-america-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_americaexpanded_black';
    src: url('fonts/gt-america/gt-america-expanded-black-webfont.woff2') format('woff2'),
         url('fonts/gt-america/gt-america-expanded-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_americaexpanded_regular';
    src: url('fonts/gt-america/gt-america-expanded-regular-webfont.woff2') format('woff2'),
         url('fonts/gt-america/gt-america-expanded-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_americaregular';
    src: url('fonts/gt-america/gt-america-regular-webfont.woff2') format('woff2'),
         url('fonts/gt-america/gt-america-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Global Styles */

.container {
  position: relative;
}

*{
  outline: 0!important;
}

.vc_column_container {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}

html, body {
  font-size: 18px;
  height:100%;
  font-family: 'gt_americaregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
    font-family: 'gt_americabold';
    font-weight: normal;
}

a, a:focus, a:active, a:visited{
  color: #40bd8f;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

a:hover{
	color: #000;
	text-decoration: none;
}

a.arrow-link, .arrow-link {
    font-family: 'gt_americaexpanded_regular';
    display: inline-block;
    position: relative;    
    font-size: 20px;
    line-height: 30px;
    border-bottom: 2px solid;
}

a.arrow-link:before, .arrow-link:before {
    content: "\ea1f";
    font-family: "tabler-icons" !important;
    position: absolute;
    right: -19px;
    bottom: -13px;
    font-size: 25px;
    line-height: 25px;
}

a.arrow-link:after, .arrow-link:after {
    height: 2px;
    display: block;
    position: absolute;
    content: '';
    background: #40bd8f;
    width: 100%;
    bottom: -3px;
    border-radius: 50px;
    display: none;
}

a.arrow-link:hover:after, .arrow-link:hover:after{
  background-color: #000;
}

nav.navbar {
    font-family: 'gt_americaexpanded_regular';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 25px 0;
}

.navbar-nav li a {
    padding: 15px 25px;
    color: #000;
}

.navbar-nav li a:hover {
    color: #40bd8f;
}

.navbar-nav li:last-child a {
    background: black;
    color: #fff;
    border-radius: 50px;
    font-family: 'gt_americaregular';
    margin: 0 0 0 25px;
}

.navbar-nav li:last-child a:hover {
    background: #40bd8f;
}

a.navbar-brand img {
    width: 170px;
    height: auto;
}

.preheader {
    background: #000;
    color: #40bd8f;
    padding: 15px 0;
    font-size: 18px;
    text-align: right;
}

.preheader a {
    color: #40bd8f;
}

.preheader a:hover{
  color: #277256;
}

.preheader ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.preheader ul li {
    display: inline-block;
}

.preheader ul li a.activo {
    font-weight: bold;
}

.page-header {
    background: #000000;
    padding: 50px 0;
    color: #fff;
}

h1.page-title {
    margin: 0;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-gallery a, .custom-gallery a:focus, .custom-gallery a:active{
  margin-bottom: 30px!important;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.custom-gallery a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* CAROUSEL */
.main-swiper {
    width: 100%;
    height: 650px;
    background: #232b2f;
    color: #fff;
    position: relative;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
/* CAROUSEL */

.no-overlay .overlay {
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.full-table {
    display: table;
    width: 100%;
    height: 100%;
}

.full-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section {
	padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section.section-agradecimiento {
    background-color: #000;
    color: #fff;
    background-position: bottom;
}

.section.section-yellow{
  background-color: #FAFAED;
}

.section-black-left:before {
    content: '';
    position: absolute;
    width: calc(50% + 50px);
    top: 0;
    left: 0;
    bottom: 0;
    background: black;
    z-index: 1;
}

.col-black {
    z-index: 2;
}

img.bg-agradecimiento {
    width: 100%;
    width: calc(100% + 30px);
    max-width: 150%;
    margin: 0 0 0 -15px;
    border-bottom: 2px solid #057c4e;
}

.main-swiper h2 {
    font-family: 'gt_americaexpanded_black';
    color: black;
    padding: 0 190px;
    font-size: 40px;
    line-height: 55px;
    margin: 0;
}

.main-swiper {
    text-align: center;
}

@-webkit-keyframes stuckMoveDown{
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }

  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

@keyframes stuckMoveDown{
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }

  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

body.navbar-fixed{
  padding-top: 94px;
}

.navbar-fixed .navbar{
  -webkit-animation: stuckMoveDown .6s;
  animation: stuckMoveDown .6s;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: #fff!important;
  box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
}

.btn-play {
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    background: black;
    padding: 16px 0;
    width: 87px;
    border-radius: 100%;
    margin: 20px 0 0 0;
    cursor: pointer;


    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.btn-play a {
    color: #fff;
}

.btn-play:hover {
    background: #40bd8f;
}

.btn-play i {
    position: relative;
    left: 2px;
}

.section-title {
    position: relative;
    padding-bottom: 30px;
}

.section-title h3 {
    font-family: 'gt_americaexpanded_regular';
    font-size: 18px;
    margin: 0 0 10px 0;
}

.section-title h2 {
    font-family: 'gt_americaexpanded_black';
    font-size: 50px;
}

.section-title h2 span {
    color: #40bd8f;
}

h1, h2, h3, h4 {
    margin-bottom: 25px;
}

h3 {
    font-size: 27px;
}

dl li, ol li, ul li {
    padding: 5px 0;
}

dl, ol, ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
}

.light-text {
    color: #fff;
}

.page-content, .entry-content, .entry-summary, .hentry {
    margin: 0;
    overflow: hidden;
}

.hentry ol {
    margin: 0;
    padding: 0 0 0 15px;
}

.hentry ol li{
  margin: 20px 0;
}

.hentry ul li, .entry-summary ul li, .widget ul li {
    padding-left: 50px;
    margin: 10px 0;
    position: relative;
}

.hentry ul, .entry-summary ul, .widget ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.hentry ul li:before, .entry-summary ul li:before, .widget ul li:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin: 3px 0px 0 -30px;
    color: #40bd8f;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
}

.img-block {
    background-size: cover;
    background-position: center;
    margin-left: -500px;
    height: 100%;
}

.img-block.img-block-satelite{
  position: relative;
  top: 150px;
  left: -50px;
  z-index: 0;
}

.img-block-container .wpb_content_element{
  position: absolute;
  top: -20px;
  right: 100px;
  bottom: -20px;
  left: 0;
}

.img-block-container:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin: 0;
    color: #40bd8f;
    position: absolute;
    z-index: 999;
    font-size: 70px;
    line-height: 70px;
    top: 50%;
    margin-top: -35px;
    right: 65px;
}

.img-block-container.img-block-container-right:before {
    right: auto;
}

.img-block-container-right .img-block {
    margin-left: auto;
    margin-right: -500px;
}

.img-block-container.img-block-container-right .wpb_content_element {
    right: 0;
    left: 100px;
}

blockquote {
    font-family: 'gt_americaexpanded_regular';
    margin: 0 0 25px 0;
    font-size: 26px;
    line-height: 36px;
}

blockquote strong {
    font-family: 'gt_americaexpanded_black';
    font-weight: normal;
}

.banner {
    text-align: center;
    font-family: 'gt_americaexpanded_black';
    font-size: 30px;
    padding: 0 300px;
}

.btn-primary, a.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn {
    color: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    font-family: 'gt_americaregular';
    font-size: 16px;
}

.btn.btn-primary:hover {
    background-color: #40bd8f;
    border-color: #40bd8f;
}

.row.servicios-row [class*=vc_col-] {
    padding-left: 2px!important;
    padding-right: 2px!important;
}

.row.servicios-row {
    margin-right: 2px;
    margin-left: 2px;
}

.servicio {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 400px;
    margin: 2px 0!important;
}

.servicio-contenido {
    background: #000;
    color: #fff;
    padding: 30px;
    font-size: 14px;
    position: absolute;
    top: 60%;
    bottom: 0;
    right: 0;
    left: 0;


    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.servicio-contenido h2 {
    font-weight: normal;
    font-family: 'gt_americaexpanded_black';
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    height: 64px;
}

.servicio-contenido:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin: 0;
    color: #40bd8f;
    position: absolute;
    z-index: 999;
    font-size: 40px;
    line-height: 40px;
    top: -20px;
    margin-left: -20px;
    left: 50%;
}

.servicio-texto{
  opacity: 0;

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.servicio.activo .servicio-contenido {
    top: 0;
}

.servicio.activo .servicio-texto {
    opacity: 1;
}

.servicio.activo .arrow-link {
    opacity: 0;
}

.servicio .arrow-link {
    font-size: 15px;
    color: #9bd09c;
    border-color: #fff;

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.servicio a.arrow-link:before, .servicio .arrow-link:before {
    color: #fff;
}

p.error-404 {
    font-size: 400px;
    font-weight: 700;
    line-height: 300px;
    color: #dcdcd0;
}

.table-container {
    margin-bottom: 1rem;
}

/* footer */
footer.site-footer {
    background: #000;
    padding: 100px 0;
    font-family: 'gt_americaexpanded_regular';
    color: #fff;
}

.footer-brand img {
    width: 280px;
}

.post-footer {
    background: #9BCF9D;
    text-align: center;
    font-family: 'gt_americaexpanded_regular';
    font-size: 14px;
    padding: 25px 0;
}

.post-footer a {
    color: #000;
}

.post-footer a:hover {
    color: #435a43;
}

.post-footer i {
    font-size: 7px;
    line-height: 7px;
    position: relative;
    top: -2px;
    margin: 0 5px;
}

.site-footer .navbar-nav li a {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}

.site-footer .navbar-nav li a:hover{
  color: #40bd8f;
}

.site-footer .navbar-nav li:last-child a {
    display: none;
}

a.logo-indra img {
    width: auto;
    height: 15px;
}

a.logo-indra {
    display: inline-block;
}

a.logo-enaire img {
    width: auto;
    height: 15px;
}

a.logo-enaire {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 5px;
}
/* /footer*/

/* footer always bottom */
body.footer-always-bottom #page {
   min-height:100%;
   position:relative;
}

body.footer-always-bottom #primary {
   padding-bottom:100px;   /* Height of the footer */
}

body.footer-always-bottom footer.site-footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:100px;   /* Height of the footer */
}
/* /footer always bottom */

/* pagination */
.pagination {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  margin: 0 1px;
  background: transparent;
}

.pagination > li > span.current{
  background: #4BB4E3;
  color: #FFF;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
/**************/

/* Contact form 7 */
.wpcf7 {
    padding-top: 30px;
}

.wpcf7 input[type="text"], .wpcf7 textarea{
  border-radius: 50px;
  color: #949494;
  font-size: 16px;
  line-height: 16px;
  height: 47px;
  padding: 15px;
  resize: none;
  width: 100%;
  border: 1px solid #f1f1f1;
}

.wpcf7 textarea{
  height: 332px;
  border-radius: 20px;
}

.wpcf7 label {
    font-family: 'gt_americaexpanded_black';
    font-size: 16px;
    margin: 0 0 5px 0px;
}

span.wpcf7-not-valid-tip {
  color: #E05D5B;
  margin-top: 5px;
}

div.wpcf7-validation-errors{
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #A94442;
  padding: 15px;
  border: none;
  margin: 10px 0;
  border-left: 4px solid;
}

div.wpcf7-mail-sent-ok{
  background-color: #DFF0D8;
  border-color: #3C763D;
  color: #3C763D;
  padding: 15px;
  border: none;
  margin: 10px 0;
  border-left: 4px solid;
}

input[type="submit"].wpcf7-submit{
  background: #000000;
  color: #FFF;
  cursor: pointer;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 50px;
  padding: 12px 20px;
  margin: 20px 0;
  text-shadow: none;
  font-size: 14px;

  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

input[type="submit"].wpcf7-submit:hover, input[type="submit"].wpcf7-submit:active{
  background: #1B1B1B;
  color: #FFF;
}

span.wpcf7-not-valid-tip {
  color: #E05D5B;
  margin-top: 5px;
}

div.wpcf7-validation-errors{
  background-color: #e8c9c8;
  border-color: #e06361;
  color: #e05d5b;
  padding: 15px;
  border: none;
  margin: 10px 0;
  border-left: 4px solid;
}

div.wpcf7-mail-sent-ok{
  background-color: #DFF0D8;
  border-color: #3C763D;
  color: #3C763D;
  padding: 15px;
  border: none;
  margin: 10px 0;
  border-left: 4px solid;
}

div.wpcf7 img.ajax-loader {
  width: 25px;
  margin: -5px 0 0 15px;
}

.wpcf7 .checkbox label {
    font-family: 'gt_americaregular';
}

.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}

.checkbox span.wpcf7-list-item-label {
    padding: 0 0 0 25px;
}

.form-check {
    padding-left: 28px;
}

input[type=checkbox], input[type=radio] {
  background: #ffffff;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
  border-radius: 100%;
  position: absolute;
  left: 0;
  border: 1px solid #f1f1f1;
  margin: 0;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font-family: 'Font Awesome\ 5 Free';
  font-size: 12px;
  line-height: 12px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  content: "\f111";
  margin: 0;
  color: #000000;
  font-family: 'Font Awesome\ 5 Free';
  font-size: 10px;
  line-height: 8px;
  position: relative;
  top: 5px;
  left: 5px;
  height: 9px;
  width: 9px;
  font-weight: 900;
}

.captcha-field {
    margin: 20px 0;
}

.captcha-field img {
    margin: 0 0 5px 0;
}
/* /Contact form 7 */

/* magnific jquery */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a{
  display: none;
}

button.mfp-arrow {
  background: #000;
  color: #FFF;
  padding: 0 20px;
  width: auto;
  font-size: 25px;
  height: 50px;
  border-radius: 0;
  margin-top: -25px;
  margin-left: 20px;
  margin-right: 20px;
}

.mfp-arrow:active{
  margin-top: -25px;
}

.mfp-counter{
  display: none;
}
/* ./magnific-jquery */

#topcontrol{
  background-color: #000000;
  padding: 10px 0px;
  border-radius: 100%;
  font-size: 28px;
  line-height: 20px;
  color: #FFF;
  z-index: 99;
  display: inline-block;
  width: 48px;
  text-align: center;

  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

#topcontrol:hover{
  background: #40bd8f;
}

.gm-style img {
  max-width: none;
}

/* Comentarios */
ol.comment-list {
    list-style: none;
    margin: 0;
}

ol.comment-list ol{
  list-style: none;
}

.comment-body {
    background: #FFF;
    padding: 40px 40px 40px 140px;
    position: relative;
    margin: 0 0 15px 0;
}

.comment-form-comment textarea {
    background: #FFF;
    border: 1px solid #CCC;
}

.comment-form-comment label {
    font-weight: normal;
    font-size: 20px;
}

.comment-author .avatar {
    width: 70px;
    border-radius: 50px;
    position: absolute;
    left: 40px;
}

.comment-metadata time {
    color: #868686;
    margin: 5px 0 20px 0;
    display: block;
    font-size: 12px;
}

.reply{
  text-align: right;
}

a.comment-reply-link, a.comment-reply-link:focus {
    background: #009483;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px;
    color: #FFF;
}

a.comment-reply-link:hover{
  background: #343440;
  color: #FFF;
}

.logged-in-as img.avatar {
    width: 30px;
    border-radius: 50px;
    margin: 0 5px 0 0;
}

.comments-area {
    margin: 30px 0 0 0;
}

h3.comment-reply-title {
    margin: 50px 0 20px 0;
}

.comment-form-captcha label {
    display: block;
    margin-bottom: 10px;
}

p.comment-awaiting-moderation {
    font-style: italic;
}
/* Comentarios */

/* animsition */
.animsition-loading {
    background-color: rgba(0, 0, 0, 0);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #eee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading;
}

.animsition-loading {
    border-left: 2px solid #2a2a2a;
}
/* animsition */

/* CRP */
.crp_related h3{
  font-size: 15px;
  margin: 0 0 15px 0;
}

.crp_related{
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 30px 0;
  margin: 40px 0;
}

.crp_related a img {
    margin-bottom: 10px;
}

.crp_related a {
    display: block;
    margin: 15px 0;
}
/* CRP */

/* select2 */

/* /select2 */

::selection{
  background:#000;
  color:#fff;
}

::-moz-selection{
  background:#000;
  color:#fff;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px){
	 .banner {
        padding: 0px 100px;
    }

    .navbar-nav li a {
        padding: 15px 15px;
    }

    .main-swiper h2 {
        padding: 0 120px;
        font-size: 30px;
        line-height: 45px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 23px;
    }

    .servicio-contenido h2 {
        font-size: 18px;
        line-height: 27px;
    }

    blockquote {
        font-size: 20px;
        line-height: 30px;
    }

    .footer-brand img {
        width: 230px;
    }
}

/* Small devices Tablets  */
@media (max-width: 991px) {

  html, body {
      font-size: 16px;
  }

	.main-swiper h2 {
      padding: 0;
  }

  .section-title h2 {
      font-size: 30px;
  }

  .section-title h3 {
      font-size: 15px;
  }

  .img-block-container .wpb_content_element {
      right: 40px;
  }

  .img-block-container:before {
      font-size: 50px;
      line-height: 50px;
      margin-top: -25px;
      right: 15px;
  }

  a.arrow-link, .arrow-link {
      font-size: 16px;
  }

  .section {
      padding: 50px 0;
  }

  .main-swiper {
      height: 500px;
  }

  .banner {
      font-size: 20px;
  }

  footer.site-footer {
      text-align: center;
      font-size: 14px;
      padding: 50px 0;
  }

  a.footer-brand {
      margin: 0 0 30px 0;
      display: block;
  }

  .site-footer .navbar-nav {
      margin: 0 0 10px 0;
  }

  .post-footer {
      font-size: 12px;
  }

  .section-black-left:before {
      width: calc(62.7% + 50px);
  }

  .img-block-container:before{
    display: none;
  }

  .navbar-collapse {
      border-top: 1px solid #010202;
      margin: 20px 0 0 0;
      padding: 20px 0 0 0;
  }

  .navbar-nav li a {
      padding: 15px 0;
  }

  .navbar-nav li:last-child a {
      padding: 0;
      margin: 0 0 0 0;
      display: block;
      background: none;
      color: black;
      font-family: 'gt_americaexpanded_regular';
  }

  .navbar-toggler {
      padding: 0;
  }

  .navbar-nav li:last-child a:hover {
      background: none;
      color: #40bd8f;
  }
}

/* Extra small devices Phones */
@media (max-width: 767px) {
	.section-black-left:before {
      width: 100%;
  }

  .main-swiper h2 {
      font-size: 20px;
      line-height: 35px;
  }

  .main-swiper {
      height: 350px;
  }

  .btn-play {
      font-size: 30px;
      line-height: 30px;
      width: 65px;
  }

  p.error-404 {
      font-size: 100px;
      line-height: 100px;
  }
}