@charset "UTF-8";
/*==================     Fonts    ======================*/
/*==================     Text colors     ======================*/
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Merriweather:300,400,400italic,700,700italic,900);
@import url(//fonts.googleapis.com/css?family=Raleway:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #333;
  color: black;

  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;

  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
}

h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  color: #000;
}

h1,
.h1 {
  font-size: 48px;
  font-family: "Merriweather", serif;
  line-height: 60px;
}

.descubriendoOculto {
  display: none;
}

@media (max-width: 991px) {
    .nav-esp{
        margin-top: 70px !important;
    }

  h1,
  .h1 {
    font-size: 36px;
    line-height: 48px;
  }

}

h2,
.h2 {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #333333;
}

h3,
.h3 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #333333;
}

h5,
.h5 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

h6,
.h6 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
  letter-spacing: -0.35px;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
  cursor: context-menu;
}

p .fa,
.marked-list .fa,
.list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"]:hover,
a[href^="callto:"]:hover,
a[href^="mailto:"]:hover {
  text-decoration: underline;
}

strong,
.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.text-default {
  text-transform: none;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.img-full {
  width: 100%;
}

.mg-add {
  margin-top: 7px;
}

.mg-add2 {
  margin-top: 3px;
}

.mg-add3 {
  margin-top: -8px;
}

/*==================     Text Align    ======================*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }

}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}

@media (max-width: 479px) {
  .text-es-center {
    text-align: center;
  }

  .text-es-right {
    text-align: right;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
*+.row {
  margin-top: 40px;
}

.row+.row {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .row+.row {
    margin-top: 30px;
  }

  .txt01 {
    font-size: 50px !important;
    color: #fff;
  }

  header .container-fluid {
    background: #fff !important;
  }
}

*+p {
  margin-top: 18px;
}

*+.btn-link {
  margin-top: 22px;
}

*+.btn {
  margin-top: 37px;
}

*+.btn_offs {
  margin-top: 32px;
}

*+.btn-dark {
  margin-top: 15px;
}

*+.flex-list {
  margin-top: 38px;
}

@media (max-width: 767px) {
  *+.flex-list {
    margin-top: 0;
  }
}

*+.mailform {
  margin-top: 40px;
}

*+.terms-list {
  margin-top: 35px;
}

.row+.btn {
  margin-top: 47px;
}

h2+.row_ins1 {
  margin-top: 34px;
}

h2+p {
  margin-top: 15px;
}

h4+p {
  margin-top: 11px;
}

h3+* {
  margin-top: 30px;
}

h3+p {
  margin-top: 25px;
}

*+.offs1 {
  margin-top: 33px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  margin: 0px 680px;
}

.brand>a>img {
  width: 160px;
  height: 150px;

}

.brand_name {
  overflow: hidden;
  letter-spacing: -0.8px;
  font-size: 32px;
  line-height: 40px;
  font-family: "Merriweather", serif;
  color: #fff;
  font-weight: 900;
}

@media (max-width: 479px) {
  .brand_name {
    font-size: 28px;
  }
}

.brand_name span {
  font-weight: 400;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #014e89;
}

.bg-secondary {
  background: #F44236;
}

.bg-secondary2 {
  background: #FEBD00;
}

.bg-secondary3 {
  background: #4BAF4F;
}

.bg1 {
  background: #F0F0F0;
}

.bg2 {
  background: #B2B2B2;
}

/*==================  Text colors  ======================*/
.clr-primary {
  color: #014e89;
}

.clr-secondary {
  color: #F44236;
}

.clr-secondary2 {
  color: #FEBD00;
}

.clr-secondary3 {
  color: #4BAF4F;
}

.clr-white {
  color: #fff;
}

.clr-default-dark {
  color: #333333;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-google-plus,
.fa-linkedin,
.fa-pinterest,
.fa-yelp {
  width: 60px;
  height: 60px;
  font: 400 22px/43px "FontAwesome";
  color: #333333;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 19px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  text-align: center;
  padding: 13px 31px;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn:before {
  content: '';
  position: absolute;
  background: transparent;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.btn:hover:before {
  left: 50%;
  top: 50%;
  bottom: 50%;
  right: 50%;
}

.btn:active {
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.btn-md {
  padding: 13px 45px;
}

.btn-lg {
  padding: 13px 49px;
}

.btn-primary {
  border: 1px solid #014e89;
  color: #fff;
}

.btn-primary:before {
  background: #014e89;
}

.btn-primary:hover {
  color: #014e89;
}

.btn-secondary3 {

  border-radius: 15px;
  background: #1a1a1a;
  color: #fff;
}

.btn-secondary3:before {
  /*background: #014e89;*/
  border-radius: 10px;
}

.btn-secondary3:hover {
  color: #1a1a1a;
  background: white;
  animation: tada 1s ease;
}

.btn-dark {
  border: 1px solid #333333;
  color: #fff;
}

.btn-dark:before {
  background: #333333;
}

.btn-dark:hover {
  color: #333333;
}

.btn-link {
  display: inline-block;
  color: #F44236;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.btn-link:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: transparent;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-link:hover {
  color: #014e89;
  background-color: transparent;
}

.btn-link:hover:after {
  width: 100%;
  background: #014e89;
}

/*==================      Box      ======================*/
.box:before,
.box:after {
  display: table;
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
}

.box_cnt__no-flow {
  overflow: hidden;
}

/*==================      Icon Box      ======================*/
.icon-box:before,
.icon-box:after {
  display: table;
  content: "";
  line-height: 0;
}

.icon-box:after {
  clear: both;
}

.icon-box_aside {
  float: left;
  width: 67px;
  height: 67px;
  text-align: center;
  line-height: 67px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.icon-box_aside>* {
  display: inline-block;
  vertical-align: middle;
}

.icon-box_cnt {
  padding-top: 9px;
}

.icon-box_cnt p {
  font-size: 12px;
  color: #333;
  line-height: 15px;
}

.icon-box_cnt *+p {
  margin-top: 5px;
}

.icon-box_cnt__no-flow {
  overflow: hidden;
}

.icon-box+.icon-box {
  margin-top: 30px;
}

.icon-box:hover .icon-box_aside {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*==================      Counter Box      ======================*/
.counter-box {
  width: 200px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  font-family: "Merriweather", serif;
}

.counter-box span.fa {
  font: 400 60px/60px "FontAwesome";
}

.counter-box span.count,
.counter-box i {
  margin-top: 15px;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 3px;
}

.counter-box_heading {
  text-transform: uppercase;
  display: inline-block;
  font-size: 19px;
  line-height: 28px;
}

.counter-box hr {
  border: none;
  height: 1px;
  background: #FFFFFF;
  padding: 0;
  margin: 0 auto;
}

.counter-box *+hr {
  margin-top: 18px;
}

*+.counter-box_heading {
  margin-top: 10px;
}

/*==================      Thumbnails      ======================*/
.thumbnail {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .img-thumbnail {
  position: relative;
}

.thumbnail .img-thumbnail div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thumbnail .img-thumbnail div a {
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  display: block;
  padding-left: 30px;
  line-height: 64px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thumbnail .img-thumbnail div a span {
  display: inline-block;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.thumbnail .img-thumbnail div a span:after {
  position: absolute;
  content: '';
  top: 80%;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.grid-container21 {
  display: grid;
  grid-template-columns: auto;
  background-color: #fff;
}

.grid-item21 {
  font-size: 30px;
  text-align: -webkit-center;
  padding: 10px 0 20px;
}


.poster {
  text-align: center;
  width: 100%;
  height: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 300px 1fr;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  grid-row: 1 / 4;
  grid-column: 1 / 4;
  filter: brightness(0.9);
}

.d {
  z-index: 3;
  grid-row: 2;
  grid-column: 1 / 4;
  padding: 300px 0 0;

}

.d>a {
  margin: 50px 0 0 710px;
}

.txt01 {
 
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.3;
}

.thumbnail .img-thumbnail:hover div {
  height: 100%;
}

.thumbnail .img-thumbnail:hover div a {
  padding-top: 30%;
  text-align: center;
}

.thumbnail .img-thumbnail:hover div a span {
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.thumbnail .img-thumbnail:hover div a span:hover:after {
  width: 100%;
}

.thumbnail .img-thumbnail:hover div.bg-primary {
  background: rgba(1, 187, 212, 0.5);
}

.thumbnail .img-thumbnail:hover div.bg-secondary {
  background: rgba(244, 66, 54, 0.5);
}

.thumbnail .img-thumbnail:hover div.bg-secondary2 {
  background: rgba(254, 189, 0, 0.5);
}

.thumbnail .img-thumbnail:hover div.bg-secondary3 {
  background: rgba(75, 175, 79, 0.5);
}

.thumbnail .caption {
  margin-top: 23px;
}

.thumbnail .caption h4+p {
  margin-top: 10px;
}

.thumbnail-1 {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail-1 .caption {
  margin-top: 23px;
}

.thumbnail-1 .caption h4 {
  color: #4BAF4F;
  font-weight: 700;
}

.thumbnail-1 .caption h4+* {
  margin-top: 9px;
}

.thumbnail-2 {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail-2 .caption {
  margin-top: 34px;
}

.img-dark {
  filter: grayscale(1);
}

/*==================      Media      ======================*/
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-right img,
.media>.pull-right img {
  max-width: none;
}

.media-left,
.media>.pull-left {
  padding-right: 27px;
}

.media-left img,
.media>.pull-left img {
  max-width: none;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 479px) {

  .media-left,
  .media-right,
  .media-body {
    display: block;
    width: 100%;
  }
}

/*==================      Article      ======================*/
article.box:before,
article.box:after {
  display: table;
  content: "";
  line-height: 0;
}

article.box:after {
  clear: both;
}

article.box .img_asside {
  float: left;
  padding-right: 14px;
}

article.box time {
  font-size: 24px;
  font-family: "Merriweather", serif;
  font-weight: 100;
  color: #014e89;
  margin-top: 14px;
  display: inline-block;
}

article.box time+* {
  margin-top: 8px;
  color: #014e89;
}

article.box h5+* {
  margin-top: 38px;
}

/*================    Marked list     =================*/
.marked-list {
  display: inline-block;
  margin-top: -3px;
  text-align: left;
}

.marked-list li {
  max-width: 100%;
}

.marked-list li:first-child a {
  padding-top: 0;
}

.marked-list li:first-child a:before {
  top: 0px;
}

.marked-list li a {
  position: relative;
  padding-left: 28px;
  font-size: 19px;
  padding-top: 6px;
  padding-bottom: 8.4px;
  display: inline-block;
  text-align: justify;
}

.marked-list li a:before {
  position: absolute;
  content: '\f061';
  font-family: "FontAwesome";
  color: #014e89;
  font-size: 12px;
  left: 0;
  top: 6px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.marked-list li a:hover:before {
  left: 5px;
  color: #014e89;
}


/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.flex-list li {
  display: table-cell;
  text-align: center;
}

.flex-list li a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {

  .flex-list,
  .flex-list li {
    display: block;
  }
}

.flex-list__mod {
  max-width: 570px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}

.inline-list li+li {
  margin-left: 2px;
}

.inline-list a:hover {
  color: white;
  border: 3px solid;
}

/*================      Index list     =================*/
.index-list {
  counter-reset: num;
  margin-top: -3px;
}

.index-list li.col-md-4:nth-child(n+3)+li.col-md-4 {
  margin-top: 43px;
}

.index-list li {
  position: relative;
  padding-left: 111px;
  min-height: 74px;
}

.index-list li h5 {
  color: #014e89;
}

.index-list li h5 a:hover {
  color: #333333;
}

.index-list li:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #014e89;
  top: 4px;
  left: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-list li:nth-child(1):before,
.index-list li:nth-child(4):before {
  background: #F44236;
}

.index-list li:nth-child(3):before,
.index-list li:nth-child(6):before {
  background: #FEBD00;
}

.index-list li+li {
  margin-top: 0;
}

.index-list li:hover:before {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.index-list li:after {
  content: counter(num, decimal-leading-zero) ".";
  counter-increment: num;
  position: absolute;
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 36px;
  font-weight: 400;
  left: 27px;
  top: 18px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*================    Term list     =================*/
.terms-list *+dt {
  margin-top: 38px;
}

.terms-list dt+* {
  margin-top: 8px;
}

.terms-list+* {
  margin-top: 18px;
}

.terms-list+* a {
  text-decoration: underline;
  color: #014e89;
}

.terms-list+* a:hover {
  text-decoration: none;
  color: #333333;
}

/*================  Service list    =================*/
.service-list li {
  position: relative;
  padding-top: 111px;
}

.service-list li h5 {
  color: #014e89;
}

.service-list li h5 a:hover {
  color: #333333;
}

.service-list li:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F44236;
  top: 2px;
  left: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-list li:hover:before {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.service-list li:after {
  content: "\f080";
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  font-size: 36px;
  left: 33px;
  top: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-list li:nth-child(2):after {
  content: '\f0b1';
  left: 36px;
  top: 20px;
}

.service-list li:nth-child(3):after {
  content: '\f073';
  left: 36px;
  top: 17px;
}

.service-list li:nth-child(4):after {
  content: '\f003';
  left: 36px;
  top: 17px;
}

/*==================   Contact-info   ======================*/
.contact-info {
  display: inline-block;
}

.contact-info dl dt,
.contact-info dl dd {
  display: inline-block;
}

.contact-info *+dl.email {
  margin-top: 15px;
}

.contact-info .freephone *+dd {
  margin-left: 4px;
}

.contact-info .telephone *+dd {
  margin-left: 6px;
}

.contact-info .fax *+dd {
  margin-left: 38px;
}

.contact-info a[href^="mailto:"] {
  color: white;
}

.contact-info a[href^="mailto:"]:hover {
  color: #fff;
}

*+.contact-info__mod {
  margin-top: 22px;
}

.contact-info__mod .fax *+dd {
  margin-left: 45px;
}

.contact-info__mod address+dl {
  margin-top: 10px;
}

.contact-info__mod *+dl.email {
  margin-top: 0px;
}

.contact-info__mod a[href^="mailto:"] {
  color: #014e89;
  text-decoration: underline;
}

.contact-info__mod a[href^="mailto:"]:hover {
  color: #F44236;
}

/*==================   Footer menu   ======================*/
.footer-menu li a:hover {
  color: #f0f0f0;
}

.footer-menu li+li {
  margin-top: 14px;
}

.footer-menu li.active {
  color: #f0f0f0;
}


/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu:after {
  clear: both;
}

.sf-menu>li {
  position: relative;
  float: left;
}

.sf-menu>li+li {
  margin-left: 0px;
}

.sf-menu a {
  display: block;
}

.sf-menu>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
  padding: 10px 40px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sf-menu>li>a {
    padding: 20px 12px;
  }
}

.sf-menu>li>a span {
  position: relative;
  z-index: 10;
}

.sf-menu>li>a:before,
.sf-menu>li>a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sf-menu>li>a:before {
  top: 50%;
}

.sf-menu>li>a:after {
  bottom: 50%;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
  color: #fff;
  transform: scale(1.08);
  transition: .5s all ease;
}

.sf-menu>li.sfHover>a:before,
.sf-menu>li.sfHover>a:after,
.sf-menu>li>a:hover:before,
.sf-menu>li>a:hover:after {
  height: 50%;
}

.sf-menu>li.active>a {
  color: #fff;
  transform: scale(1.08);
  transition: .5s all ease;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 0px;
  padding: 20px 0 16px;
  background: #fff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.sf-menu ul>li>a {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 36.5px;
  padding-left: 31px;
  color: #333;
}

.sf-menu ul>li a.sub-menu {
  position: relative;
}

.sf-menu ul>li a.sub-menu:after {
  position: absolute;
  content: '\f054';
  top: 0;
  right: 22px;
  font: 400 14px/36.5px "FontAwesome";
  color: #014e89;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
  background: #014e89;
}

.sf-menu ul>li.sfHover>a:after,
.sf-menu ul>li>a:hover:after {
  color: #fff;
}

.sf-menu ul>li+li {
  margin-top: 1px;
}

.sf-menu ul ul {
  position: absolute;
  top: 33%;
  left: 105%;
  width: 235px;
  margin-top: 0;
  padding: 20px 0;
  z-index: 4;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #A5BFD2;
  background: #2B3643;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
  background: #313e4e;
  color: #fff;
}

.rd-mobilemenu_ul a:hover {
  background: #313e4e;
  color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #2B3643;
  color: #A5BFD2;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #2B3643;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/*==================  Stuck menu  ======================*/
.isStuck {
  /*background: white;*/
  height: 0;
  z-index: 999;
}

.isStuck .sf-menu>li>a {
  padding-top: 10px;

}

/*.isStuck .brand {
  margin: 10px 0 0 380px;
}
.isStuck .nav {
  margin: 70px 332px 0 0;
}*/
.isStuck .brand>a>img {
  width: 110px;
  height: 110px;
}


@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 33px;
  background: #014e89;
  border-radius: 50%;
  color: #F0F0F0;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  color: #fff;
  background: #A9A9A9;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}

.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}

.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.parallax_pattern {
  background-repeat: repeat;
}

.parallax_cnt {
  position: relative;
}

/*==================   Accordion    ======================*/
.accordion {
  margin-top: 55px;
  margin-bottom: 7px;
}

.accordion_header {
  padding-left: 64px;
  padding-right: 28%;
  color: #014e89;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}

.accordion_cnt {
  padding-left: 64px;
  padding-right: 8%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #888;
}

@media (max-width: 500px) {
  .accordion_header {
    padding-right: 10%;
  }

  .accordion_cnt {
    padding-right: 4%;
  }
}

.accordion_header+.accordion_cnt {
  padding-top: 10px;
}

.ui-state-default {
  position: relative;
  cursor: pointer;
}

.ui-state-default:after {
  position: absolute;
  top: 10px;
  left: 28px;
  content: '\f067';
  color: #014e89;
  font: 400 14px/14px "FontAwesome";
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ui-state-default:before {
  position: absolute;
  content: '';
  width: 39px;
  height: 39px;
  border: 1px solid #dedede;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -3px;
  left: 14px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ui-state-default:hover {
  color: #333333;
}

.ui-state-default:hover:before {
  border: 19px solid #014e89;
}

.ui-state-default:hover:after {
  color: #fff;
}

.ui-state-default:focus,
.ui-state-default:active {
  outline: none;
}

.ui-state-active:after {
  content: '\f068';
  color: #014e89;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion_cnt+.accordion_header {
  margin-top: 19px;
}

/*=================       Tabs     ======================*/
.resp-tabs-list:before,
.resp-tabs-list:after {
  display: table;
  content: "";
  line-height: 0;
}

.resp-tabs-list:after {
  clear: both;
}

.resp-tabs-list li {
  cursor: pointer;
  float: left;
  padding: 21px 0 15px;
  width: 29.8%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #333333;
  background: #dedede;
  border: 1px solid transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.resp-tabs-list li:nth-child(2n+1) {
  background: #e9e9e9;
}

.resp-tabs-list li.resp-tab-active {
  background: #fff;
  border: 1px solid #dedede;
  border-bottom-color: transparent;
  color: #014e89;
  position: relative;
}

.resp-tabs-list li.resp-tab-active:after {
  position: absolute;
  content: '';
  height: 4px;
  background: #fff;
  width: 100%;
  bottom: -3px;
  left: 0;
}

.resp-tabs-list li:hover {
  box-shadow: inset 0 0 15px #014e89;
  border: 1px solid rgba(1, 187, 212, 0.5);
}

.resp-tabs-list li:hover:after {
  display: none;
}

.resp-tabs-container div.media {
  border: 1px solid #dedede;
  padding: 32px 20px 27px 18px;
}

.resp-tabs-container div.media .media-left {
  padding-right: 22px;
}

@media (max-width: 767px) {
  .resp-tabs-container div.media .media-left {
    text-align: center;
    margin-bottom: 10px;
  }
}

.resp-tabs-container div.media .media-body h4 {
  font-style: italic;
  font-family: "Merriweather", serif;
}

.resp-tabs-container div.media .media-body h4+p {
  margin-top: 16px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    cursor: pointer;
    padding: 21px 0 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #333333;
    background: #dedede;
    border: 1px solid #e9e9e9;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .resp-accordion:hover {
    box-shadow: inset 0 0 15px #014e89;
    border: 1px solid rgba(1, 187, 212, 0.5);
  }

  .resp-accordion:hover:after {
    display: none;
  }

  .resp-tab-active {
    background: #fff;
    border: 1px solid #dedede;
    border-bottom-color: transparent;
    color: #014e89;
    position: relative;
  }

  .resp-tab-active:after {
    position: absolute;
    content: '';
    height: 4px;
    background: #fff;
    width: 100%;
    bottom: -3px;
    left: 0;
  }

  .resp-tabs-list {
    display: none;
  }
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}

.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}

.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}

.lt-ie9 .thumb_overlay:before {
  display: none;
}

.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*=======================================================
                        Progress Bars
=========================================================*/

.progress-wrap .progress {
  height: 40px;
  display: block;
  background: #D6D5D5;
  position: relative;
  width: 92.5%;
}

@media (max-width: 1199px) {
  .progress-wrap .progress {
    width: 100%;
  }
}

.progress-wrap .progress+* {
  margin-top: 15px;
}

.progress-wrap .progress-bar {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
}

.progress-wrap .progress-bar__primary {
  background: #014e89;
}

.progress-wrap .progress-bar__secondary {
  background: #F44236;
}

.progress-wrap .progress-bar__secondary2 {
  background: #FEBD00;
}

.progress-wrap .progress-bar__secondary3 {
  background: #4BAF4F;
}

.progress-wrap .progress-count {
  position: absolute;
  top: 0;
  right: 10px;
  color: #FFFFFF;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: white;
  /*height: 200px;*/
}

header .container-fluid {
  background: #1a1a1a;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

header .brand {
  float: left;
}

header .nav {
  /* float: right;
  margin: -10px 350px;*/
  text-align: -webkit-center;
}

@media (max-width: 1199px) {
  header .nav {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  header {
    text-align: center;
  }

  header .brand,
  header .nav {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #FFF;
}

@media (max-width: 1199px) {
  main .h1 br {
    display: none;
  }

}

.brdr-t {
  border-top: 1px solid #dadada;
}

.col-md-4:nth-child(n + 3)+.col-md-4 {
  margin-top: 30px;
}

/*==================      Media Query     ======================*/
@media (max-width: 1199px) {
  .col-md-6:nth-child(n + 2)+.col-md-6 {
    margin-top: 30px;
  }

  .col-md-12+.col-md-12 {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .col-sm-6:nth-child(n + 2)+.col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12+.col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12+.col-sm-6+.col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-6+.col-sm-6+.col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12+.col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12+.col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12+.col-sm-4+.col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12+.col-sm-4+.col-sm-4+.col-sm-4 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .col-xs-6:nth-child(n + 2)+.col-xs-6 {
    margin-top: 30px;
  }

  .col-xs-12+.col-xs-12 {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  [class*='col-xs-']+[class*='col-xs-'] {
    margin-top: 30px;
  }
}

/*==================      Well     ======================*/
.well {
  padding-bottom: 45px;
  padding-top: 52px;
}

.well1 {
  padding-bottom: 92px;
  padding-top: 94px;
}

.well2 {
  padding-bottom: 92px;
  padding-top: 91px;
}

.well2_ins {
  padding-bottom: 86px;
}

.well3 {
  padding-bottom: 126px;
  padding-top: 123px;
}

.well4 {
  padding-bottom: 82px;
  padding-top: 91px;
}

.well5 {
  padding-bottom: 90px;
  padding-top: 85px;
}

.well_ft-1 {
  padding-top: 93px;
  padding-bottom: 92px;
}

.well6 {
  padding-bottom: 98px;
  padding-top: 91px;
}

.well7 {
  padding-bottom: 120px;
  padding-top: 111px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #1a1a1a;
  line-height: 17px;
}

footer h3 {
  color: #fff;
}

@media (max-width: 479px) {
  footer {
    text-align: center;
  }
}

footer .rights {
  padding: 10px;
  text-align: center;
  color: white;
}

/*==========MODIFICACIONES========*/
.divFooter {
  height: 550px;

}

.divFooter2 {
  height: 350px;

}

.divFooter3 {
  height: 350px;

}

.tamanoDiv {
  height: 100%;
  padding-left: 0;
  padding-right: 0;

}

.imgFooter {
  background-image: url(../images/imgFooter.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  text-align: center;
  background-position-y: center;
}

.imgFooter2 {
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  text-align: center;
  background-position-y: center;
  padding: 0 180px;
  display: grid;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: minmax(auto, 1fr);
}

.imgFooter2>div:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}

.imgFooter2>div:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}

.imgFooter2>div:nth-child(3) {
  grid-row: 1;
  grid-column: 3;
}

.imgFooter>div {
  padding: 50px 0 0;
}

.imgFooter2>div {
  padding: 80px 0 0;
}

.imgFooter a,
.imgFooter p {
  color: white;
  font-size: 19px;
  line-height: 1;
}

.imgFooter h3 {
  font-weight: bold;
  font-size: 40px;
  text-transform: capitalize;
  line-height: 1;
}

@media (max-width: 1440px) {
  .brand {
    margin: 0px 610px;
  }

  .imgFooter2>div {
    padding: 80px 0 0;
  }

  header .nav {
    margin: auto;
  }

}

.inline-list>li>a {
  font-size: 40px;
  padding: 5px;
  border: 3px solid white;
}

.grid-item21>a>img {
  width: 200px;
}

/*==============INDEX=============*/
.slideIndex1 {
  background-image: url(../images/imgIndex.jpg);
  height: 580px;
  background-attachment: fixed;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.aboutIndex {
  width: 60%;
  text-align: justify;
}

.aboutIndex h2 {
  color: #014e89;
  text-align: center;
  padding-bottom: 50px;
}

.aboutIndex>p {
  font-size: 19px;
  line-height: 1.5;
}

.espacioBoton {
  margin-top: 100px;
}

.divAboutIndex {
  display: grid;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: minmax(auto, 1fr);
  background-color: #F0F0F0;
  padding: 45px 0;
}

.divAboutIndex>div:nth-child(1) {
  grid-row: 1;
  grid-column: 2/6;
  padding: 0;
}

.divAboutIndex>div:nth-child(2) {
  grid-row: 1;
  grid-column: 5/9;
  background-image: url(../images/imgParallaxAbout.jpg);
  background-size: 50%;
  background-position-x: right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
}

.parallaxNum {
  background-image: url(../images/parallax1-1.jpg);
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  padding: 160px 0;
}



.imgServices {
  width: 100%;
  padding: 0 0 30px;
}

.espacioBarcos p {
  text-align: justify;
  font-size: 19px;
  line-height: 1.5;
}

.chooseIndex {
  display: grid;
  grid-auto-rows: minmax(auto, auto);
  grid-auto-columns: minmax(auto, auto);
  font-size: 19px;
  line-height: 1.5;
}

.chooseIndex>div:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}

.chooseIndex>div:nth-child(2) {
  grid-row: 2;
  grid-column: 1/3;
  padding: 20px 0 20px;
}

.chooseIndex>div:nth-child(3) {
  grid-row: 2;
  grid-column: 3/7;
  padding: 20px 0 20px;
  text-align: justify;
}

.chooseIndex>div:nth-child(4) {
  grid-row: 3;
  grid-column: 1/3;
  padding: 20px 0 20px;
}

.chooseIndex>div:nth-child(5) {
  grid-row: 3;
  grid-column: 3/7;
  padding: 20px 0 20px;
  text-align: justify;
}

.chooseIndex>div:nth-child(6) {
  grid-row: 2/4;
  grid-column: 6/9;
  padding: 0 70px;

}

.slideTamano {
  height: 600px !important;
}

.paralaxManos {
  background-image: url(../images/parallax1.jpg);
  height: 400px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  padding: 230px 0;

}

.imgBarcoParallax {
  background-image: url(../images/imgIndex1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 200px 0;
  background-attachment: fixed;
  background-position-y: -59px;
}

.btnCenter1 {
  margin: 30px 240px 0 0;
}

.letrasBarcoParallax {
  font-size: 40px;
  color: white;
  font-weight: 600;
  margin: auto;
  text-align: left;
  width: 100%;
  border-radius: 30px;
}

.letrasBarcoParallax a {
  float: right;

}

.letrasBarcoParallax p {
  padding-bottom: 20px;
  padding: 40px;
  text-align: center;
 line-height: 1.3;
  color: #1a1a1a;
  font-weight: bold;
  background: #f0f0f0;
  text-transform: uppercase;
}
.textBecome>p{
  text-align: center;
  line-height: 1.3;
  color: #1a1a1a;;
  font-weight: bold;
  background: #f0f0f0;
  text-transform: uppercase;
  padding: 40px;
  font-size: 40px;
}
.textProviding>p{
  text-align: center;
  line-height: 1.3;
  color: #1a1a1a;;
  font-weight: bold;
  background: white;
  text-transform: uppercase;
  padding: 40px;
  font-size: 40px;
}

.slideIndex {
  background-image: url(../images/slideIndex.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 560px;
  background-position-y: bottom;
}

.slideIndex p {
  color: white;
  font-size: 30px;
  text-align: center;
  padding: 200px 370px 0;
}

.slideIndex a {
  background: transparent;
  color: #014e89;
  font-size: 15px;
  text-align: center;
  border: 2px solid white;
}

.slideIndex a::before {
  background: white;
  color: #014e89;
}

.slideIndex a:hover {
  color: white;
  border: 2px solid white;

}

.containerBarcos {
  width: 75%;
  margin: auto;
}

.espacioBarcos {
  padding-right: 50px;
}

.containerBarcos h2 {
  color: #014e89;
  text-align: center;
}

.containerBarcos h4 {
  color: #014e89;
}

.containerBarcos a {
  color: #1a1a1a;

}

.containerBarcos a:hover {
  color: #014e89;
}

.containerBarcos a:hover::after {
  color: #014e89;
}

.choose h2 {
  color: #014e89;
  text-align: center;
}

.choose h4 {
  color: #014e89;
}

.lineahover:hover {
  text-decoration: underline;
}

.footerIndex {
  display: grid;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: minmax(auto, 1fr);
}

.footerIndex>div:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
  height: 630px;
}

.footerIndex>div:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}

.espacioTop {
  padding: 50px 0 0 !important;
}

.btnBlanco {
  color: white !important;
  background: #1a1a1aa8;
}

.btnBlanco:hover {
  animation: tada 1s ease;
  color: #1a1a1a !important;
}

.fondoNegro {
  background: #f0f0f0ab;
  width: 100%;
  margin: auto;
  font-size: 40px;
  padding: 35px 0px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 320px) {
  .choose h2 {

    font-size: 25px;
    text-align: center;
  }

  .imgFooter2>div {
    padding: 25px 0 0;
  }

  .divFooter3 {
    height: 560px;
  }

  .letrasBarcoParallax {
    font-size: 20px !important;
  }

  .imgFooter {
    background-size: 200% !important;
  }

  .footerIndex>div:nth-child(1) {

    height: 580px;
  }

  .containerExport {

    min-width: 250px;
  }

  .slideAbout p {
    font-size: 18px !important;
  }

  .btnCenter1 {
    margin: 30px 65px 0 0 !important;
  }
}

@media (max-width: 479px) {
  .divFooter3 {
    height: 600px;
  }
  .textBecome>p {
    font-size: 24px;
}
.textProviding>p {
  font-size: 24px;
}
  .video {
    height: 300px;
  }

  .slideIndex1 {
    background-position-x: -82px;
    background-position-y: center;
    background-size: 250%;
    height: 550px;
    background-attachment: inherit;
  }


  .espacioBarcos {
    padding-right: 25px;
  }

  .divAboutIndex {
    padding: 45px 0 0;
    grid-auto-rows: minmax(auto, auto);

  }

  .txt01 {
    font-size: 25px !important;
  }

  .fondoNegro {
    width: 100%;
  }

  .d>a {
    margin: 30px 0 0 100px;
  }

  .divAboutIndex>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1/8;
    height: 300px;
    background-size: 100%;
    background-attachment: initial;
  }

  .aboutIndex {
    width: 100%;
  }

  .divAboutIndex>div:nth-child(1) {
    grid-row: 1;
    grid-column: 2/7;
    padding: 20px 0;
  }

  .chooseIndex>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }

  .chooseIndex>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    padding: 20px 0 20px;
    margin: auto;
  }

  .chooseIndex>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }

  .chooseIndex>div:nth-child(4) {
    grid-row: 4;
    grid-column: 1/3;
    margin: auto;
  }

  .chooseIndex>div:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
  }

  .chooseIndex>div:nth-child(6) {
    grid-row: 6;
    grid-column: 1;
  }

  .chooseIndex {
    padding: 0 50px;
  }

  .parallaxNum {
    padding: 50px 0;
  }

  .imgBarcoParallax {
    padding: 100px 0;
    background-position-y: center;
    background-size: 100%;
    background-position-x: right;
    background-attachment: initial;
  }

  .letrasBarcoParallax {
    font-size: 21px;
    margin: 0;
    width: 100%;
  }

  .footerIndex>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }

  .imgFooter {

    background-size: 160%;
    background-position-x: center;
  }

  .btnCenter1 {
    margin: 30px 90px 0 0;
  }
}

@media (max-width: 650px) and (min-width: 480px) {
  .slideIndex1 {
    background-position-x: center;
    background-size: cover;
    background-attachment: inherit;
  }
  .textBecome>p {
    font-size: 24px;
}
.textProviding>p {
  font-size: 24px;
}

  .slideIndex {
    height: 263px;
  }

  .servi5 {
    background-position-x: right !important;
  }

  .servi6 {
    background-position-x: right !important;
  }

  .servi2 {
    background-position-x: right !important;
  }

  .fondoNegro {
    width: 100%;
    font-size: 40px !important;
  }

  .d>a {
    margin: 50px 0 0 222px;
  }

  .brand {
    margin: 0;
  }

  .slideIndex p {
    padding: 50px 0 0;
  }

  .brand>a>img {
    width: 140px;
    height: 140px;
  }

  header {
    background: white;
    height: 150px;
  }

  .divAboutIndex {
    display: grid;
    grid-auto-rows: minmax(auto, auto);
    grid-auto-columns: minmax(auto, 1fr);
  }

  .divAboutIndex>div:nth-child(1) {
    grid-row: 1;
    grid-column: 2/7;
    width: 85%;
  }

  .parallaxNum {
    background-image: url(../images/parallax1-1.jpg);
    background-size: 430%;
    background-position-x: center;
    background-repeat: no-repeat;
    padding: 30px 0;
  }

  .divAboutIndex>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1/7;
    background-size: 100%;
    height: 400px;
    background-position-x: center;
    background-attachment: inherit;
  }

  .aboutIndex {
    width: 80%;
    margin-bottom: 40px;
  }

  .divAboutIndex>div:nth-child(2)>img {
    max-width: 100%;
  }

  .well2 {
    padding-bottom: 30px;
    padding-top: 40px;
  }

  .paralaxManos {
    background-size: 150%;
    padding: 0;
    height: 250px;
  }

  .aboutIndex>p {
    font-size: 19px;
  }

  .containerBarcos {
    width: 70%;
  }

  .espacioBarcos p {

    font-size: 19px;
  }

  .containerBarcos h4 {
    font-size: 35px;
  }

  .containerBarcos h2 {
    font-size: 50px;
  }

  .espacioBarcos {
    padding-right: 0;
  }

  .choose {
    padding: 0 95px;
  }

  .chooseIndex>div:nth-child(6) {
    padding: 0;
  }

  .chooseIndex>div>p {
    font-size: 19px;
  }

  .letrasBarcoParallax {
    padding: 0;
    margin: auto;
    font-size: 30px;
    width: 100%;

  }

  .imgBarcoParallax {
    background-size: 105%;
    background-position-x: right;
    background-repeat: no-repeat;
    padding: 170px 0;
    background-attachment: inherit;
    background-position-y: center;
  }

  .btnCenter1 {
    margin: 30px 160px 0 0;
  }

  .footerIndex>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: 650px;
  }

  .footerIndex>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }

  .imgFooter {
    background-size: 120%;
  }

  .video {
    height: 500px;
  }

  .d {
    padding: 85px 0px 0;
  }

  .containerBarcos a {

    font-size: larger;
  }

  header .container-fluid {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 850px) and (min-width: 651px) {
  header .nav {
    display: none;
  }

  header .container-fluid {
    padding-bottom: 0;
    padding-top: 0;
  }

  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }

  .rd-mobilepanel_title {

    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #FFF;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .d>a {
    margin: 50px 0 0 300px;
  }

  .slideIndex {
    height: 263px;
  }

  .brand {
    margin: 0;
  }

  .slideIndex p {
    padding: 50px 90px 0;
  }

  .brand>a>img {
    width: 140px;
    height: 140px;
  }

  header {
    background: white;
    height: 150px;
    margin-top: 60px;
  }

  .divAboutIndex>div:nth-child(1) {
    grid-row: 1;
    grid-column: 2/7;
  }

  .divAboutIndex>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1/7;
    background-size: 100%;
    background-position-y: center;
    background-attachment: inherit;
  }

  .parallaxNum {
    padding: 50px 0;
    background-position-x: center;
  }

  .servi5 {
    background-position-x: right !important;
  }

  .servi2 {
    background-position-x: right !important;
  }

  .servi6 {
    background-position-x: right !important;
  }

  .imgBarcoParallax {
    background-size: 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    padding: 200px 0;
    background-position-y: center;
    background-attachment: inherit;
  }

  .btnCenter1 {
    margin: 55px 240px 0 0;
  }

  .footerIndex>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }

  .letrasBarcoParallax {
    padding: 0 0 0 30px;
    margin: auto;
    font-size: 30px;
    width: 100%;
  }

  .aboutIndex {
    width: 80%;
    margin-bottom: 40px;
  }

  .divAboutIndex>div:nth-child(2)>img {
    max-width: 100%;
  }

  .well2 {
    padding-bottom: 30px;
    padding-top: 40px;
  }

  .paralaxManos {
    background-size: 150%;
    padding: 0;
    height: 250px;
  }

  .aboutIndex>p {
    font-size: 19px;
  }

  .containerBarcos {
    width: 70%;
  }

  .espacioBarcos p {

    font-size: 19px;
  }



  .fondoNegro {
    width: 100%;
    font-size: 35px !important;
  }

  .containerBarcos h4 {
    font-size: 35px;
  }

  .containerBarcos h2 {
    font-size: 50px;
  }

  .espacioBarcos {
    padding-right: 0;
  }

  .choose {
    padding: 0 95px;
  }

  .chooseIndex>div:nth-child(6) {
    padding: 0;
  }

  .chooseIndex>div>p {
    font-size: 19px;
  }

  .letrasBarcoParallax {
    padding: 20px 0;
    text-align: justify;
    font-size: 40px;
  }



  .imgFooter {
    background-size: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 901px) {
  .divAboutIndex>div:nth-child(2) {
    background-position-y: center;
    background-size: 100%;
  }
  .slideIndex1 {    
    height: 650px;    
    background-position-y: -300px;
    background-position-x: left; 
  }
  .imgFooter {
    background-size: 120%;
    background-position-x: center;
  }

  .imgBarcoParallax {
    padding: 200px 0;
    background-position-y: bottom;
    background-size: 200%;
  }
  .servi2{
    background-position-x: right !important;
  }
  .servi5{
    background-position-x: right !important;
  }
  .servi6{
    background-position-x: right !important;
  }
  .letrasBarcoParallax {
    margin: auto;
    width: 100%;
  }

  .fondoNegro {
    width: 100%;
  }
  .d>a {
    margin: 50px 0 0 434px;
}
  .imgImport {
    height: 440px !important;
  }
  .inline-list li {
    display: contents;
}
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .letrasBarcoParallax {
    margin: auto;
    width: 100%;
  }

  .btnCenter1 {
    margin: 30px 200px 0 0;
  }

  .letrasBarcoParallax p {
    padding: 30px 340px;
  }
  .imgFooter2 {   
    padding: 0 140px;
  }

}

/*=========ABOUT==============*/
.aboutText p {
  text-align: justify;
  line-height: initial;
  font-size: 19px;
}

.imgAbout img {
  width: 100%;
}

.slideAbout {
  background-image: url(../images/slideAbout.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 140px 0;
  background-color: white;
  height: 500px;

}

.slideAbout p {
  font-size: 40px;
  padding: 20px 0;
  text-align: center;
  color: #1a1a1a;
  font-weight: bold;
  background: #ffffff9e;
  text-transform: uppercase;

}

.textAbout h2 {
  color: #014e89;
  font-size: 33px;
}

.textAbout h3 {
  color: #014e89;
}

.textAbout {
  display: grid;

  grid-auto-rows: minmax(auto, auto);
  grid-auto-columns: minmax(auto, auto);
}

.textAbout>div:nth-child(1) {
  grid-row: 1;
  grid-column: 1/3;

}

.textAbout>div:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
  padding: 30px 0 0 0;
  text-align: justify;
  width: 95%;
}

.textAbout>div:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
  padding: 30px 0 0;
}

@media (max-width: 479px) {
  .textAbout h2 {
    font-size: 30px;
    text-align: center;
  }

  .espacioBoton {
    margin: 60px 0 40px;
  }

  .textAbout {
    padding: 0 37px;
  }

  .well6 {
    padding-bottom: 40px;
    padding-top: 50px;
  }

  .textAbout>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;

  }

  .textAbout>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    padding: 30px 0 0 0;
  }

  .textAbout>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    padding: 30px 0 0;
  }
}

@media (max-width: 650px) and (min-width: 480px) {

  .well6 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .textAbout {
    width: 80%;
  }

  .textAbout h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .textAbout h3 {
    font-size: 24px;
    text-align: justify;
  }

  .aboutText p {
    font-size: 19px;
  }

  .slideAbout {
    background-size: 150%;
    background-position-x: center;
    height: 370px;
  }

  .slideAbout p {
    font-size: 30px;
  }

  .imgFooter2 {
    background-size: 350%;
    background-position-x: center;
    padding: 0;
  }

  .imgFooter2>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }

  .imgFooter2>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }

  .imgFooter2>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }

  .divFooter2 {
    height: 480px !important;
  }

  .imgFooter2>div {
    padding: 14px 0 0;
    margin-top: 0px !important;
  }

  .textAbout>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;

  }

  .textAbout>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    padding: 30px 0 0;
  }

  .textAbout>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;

  }
}

@media (max-width: 768px) and (min-width: 651px) {
  .textAbout {
    padding: 0 80px;
  }

  .textAbout>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;

  }

  .textAbout>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    padding: 30px 0 0 0;
  }

  .textAbout>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    padding: 40px 0 0;
  }
}

@media (max-width: 950px) and (min-width: 769px) {

  .well6 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .textAbout {
    width: 80%;
  }

  .textAbout h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .textAbout h3 {
    font-size: 24px;
    text-align: justify;
  }

  .aboutText p {
    font-size: 19px;
  }

  .slideAbout {
    background-size: 170%;
    background-position-x: center;
    height: 440px;
  }

  .slideAbout p {
    font-size: 30px;
    font-weight: 700;
  }

  .imgFooter2 {
    background-size: 300%;
    background-position-x: center;
    padding: 0;
    height: -webkit-fill-available;
  }

  .divFooter3 {
    height: 580px !important;
  }

  .imgFooter2>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }

  .imgFooter2>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }

  .imgFooter2>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }

  .divFooter2 {
    height: 480px;
  }

  .imgFooter2>div {
    padding: 40px 0 0;
    margin-top: 0px;
  }

  .textAbout>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;

  }

  .textAbout>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    padding: 30px 0 0 0;
  }

  .textAbout>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    padding: 30px 0 0;
  }
}

@media (max-width: 1024px) and (min-width: 951px) {
  .textAbout h2 {
    font-size: 29px;
  }


  .textAbout {

    padding: 0 80px;
  }

  .textAbout>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;

  }

  .textAbout>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    padding: 30px 0 0 0;
  }

  .textAbout>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    padding: 40px 0 0;
  }
}

@media (max-width: 1440px) and (min-width: 1025px) {

  .imgAbout img {
    margin: 0;
  }

  .slideAbout {
    height: 440px;
    padding: 130px 0;
  }

  .textAbout>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1/3;

  }

  .textAbout>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    padding: 20px 50px 0 0;
    width: 100%;
  }

  .textAbout>div:nth-child(3) {
    grid-row: 2;
    grid-column: 2/4;
    padding: 40px 0 0;
  }
}

/*===========EXPORT=============*/
.tituloExport h2 {
  color: #014e89;
  text-align: center;
}

.espacioExport {
  padding: 50px;
  text-align: justify;
}

.espacioServicio {
  padding: 30px 0 0 15px;
}

.letrasExport p {
  font-size: 19px;
  line-height: 1.5;
}

.imgExport {
  background-image: url(../images/slideExport.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding: 155px 0;
  height: 500px;

}

.containerExport {
  padding-left: 100px;
  padding-right: 60px;
}

.marginTop {
  margin-top: 6px !important;
}



/*=================IMPORT==============*/
.imgImport {
  background-image: url(../images/SlideImport.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding: 155px 0;
  height: 500px;
}

@media (max-width: 320px) {
  .slideAbout {

    height: 250px !important;

  }
}

@media (max-width: 479px) {
  .imgImport {
    background-size: 126%;
    padding: 0;
    height: 200px;
  }

  .letrasExport p {
    font-size: 19px;
    text-align: justify;
  }

  .tituloExport h2 {

    text-align: center;
  }
  .marked-list li a {
    word-spacing: 1.5px;
    line-height: 1.4;
}
  .servi5 {
    background-position-x: -260px !important;
  }
  .slideAbout {
    background-size: 200%;
    background-position-x: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    height: 220px;

  }
  .servi2 {
    background-position-x: -250px !important;
  }

  .slideAbout p {
    font-weight: 600;
    font-size: 25px;
    padding: 60px 30px;
  }
}

@media (max-width: 650px) and (min-width: 480px) {
  .imgImport {
    padding: 0;
    height: 254px;
  }

  .slideAbout {
    background-size: 200%;
    padding: 120px 0;
  }

  .imgExport {
    padding: 0;
    height: 254px;
  }

  .containerExport {
    padding-left: 0;
    padding-right: 0;
  }

  .letrasExport p {
    font-size: 25px;
  }

  .marked-list li a {

    font-size: 25px;
  }

  .divLista {
    margin-top: 10px !important;
  }

  .slideAbout p {
    font-size: 25px;
    font-weight: 700;
  }
}

@media (max-width: 768px) and (min-width: 651px) {
  .imgExport {
    padding: 0;
    height: 300px;
  }

  .containerExport {
    padding-left: 0;
    padding-right: 0;
  }

  .letrasExport p {
    font-size: 19px;
    width: 70%;
  }

  .marked-list li a {
    font-size: 19px;
}

  .divLista {
    margin-top: 10px !important;
  }

  .slideAbout p {
    font-size: 30px;
    font-weight: 700;
  }

  .espacioExport {
    padding: 50px 120px;
  }

  .tituloExport h2 {

    width: 65%;
  }

  .slideAbout {
    background-size: 165%;
    background-position-x: center;
    padding: 140px 0;
    height: 400px;
  }

  .imgImport {
    background-size: 130%;
    padding: 0;
    height: 430px;
  }
}

@media (max-width: 950px) and (min-width: 769px) {
  .imgImport {

    padding: 0;
    height: 340px;
  }

  .containerExport {
    padding-left: 100px;
    padding-right: 100px;
  }

  .tituloExport h2 {
    text-align: -webkit-auto;
  }
}

@media (max-width: 1024px) and (min-width: 951px) {
  .containerExport {
    padding-left: 100px;
    padding-right: 150px;
  }

  .slideAbout p {
    font-size: 45px;
  }

  .slideAbout {
    background-size: 145%;
    background-position-x: center;
    height: 450px;

  }
}

/*=================AMAZON==============*/
.imgAmazon {
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  padding: 155px 0;
  height: 500px;

}

.servi1 {
  background-image: url(../images/amazonLogo.jpg);
}

.servi2 {
  background-image: url(../images/puertaFabrica.jpg);
}

.servi3 {
  background-image: url(../images/document.jpg);
}

.servi4 {
  background-image: url(../images/Reserva.jpg);
}

.servi5 {
  background-image: url(../images/seguroCarga.jpg);
}

.servi6 {
  background-image: url(../images/marAire.jpg);
}

.servi7 {
  background-image: url(../images/Aduanas.jpg);
}

.letrasAmazon p {
  font-size: 19px;
  width: 100%;
  text-align: justify;
  float: right;
  line-height: 1.4;
}

.letrasAmazon img {
  max-width: 85%;
  position: relative;
  top: 0;
}

@media (max-width: 479px) {
  .imgAmazon {
    background-attachment: inherit;
    padding: 0;
    height: 260px;
    background-size: 166%;
    background-position-y: 0;
  }

  .letrasAmazon p {
    font-size: 19px;
    width: 100%;
    padding: 0 0 20px;
  }

  .containerExport {
    padding-left: 0;
    padding-right: 0;
  }

  .letrasAmazon img {
    max-width: 100%;
    position: relative;
    top: 0;
  }

  .imgFooter2>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }

  .imgFooter2>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    padding: 40px 0 0;
  }

  .imgFooter2>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    padding: 30px 0 0;
  }

  .imgFooter2 {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position-x: center;
    height: 100%;
    text-align: center;
    background-position-y: center;
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-columns: minmax(auto, 1fr);
  }

  .imgFooter {
    background-image: url(../images/imgFooter.jpg) !important;

  }

  .espacioExport {
    padding: 40px;
  }
}

@media (max-width: 650px) and (min-width: 480px) {

  .imgAmazon {

    padding: 0;
    height: 260px;
    background-size: 220%;
    background-position-y: 100px;

  }

  .letrasAmazon img {
    max-width: 100%;
    top: 0;
  }

  .letrasAmazon p {
    font-size: 20px;
    width: 100%;

  }

  .tituloExport h2 {

    font-size: 40px;
  }

  .divFooter3 {
    height: 530px;
  }
}

@media (max-width: 768px) and (min-width: 651px) {
  .imgAmazon {
    padding: 0;
    height: 360px;
    background-size: 112%;
    background-position-y: 0;
    background-attachment: inherit;

  }
  .espacioServicio {
    padding: 30px 238px 0 15px;
    line-height: 1.3;
}

  .divFooter3 {
    height: 630px;
  }

  .letrasAmazon p {
    width: 70%;
    float: left;
  }

  .letrasAmazon img {
    max-width: 70%;
    position: relative;
    top: 0;
  }

  .imgFooter2>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }

  .imgFooter2>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    padding: 70px 0 0;
  }

  .imgFooter2>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    padding: 30px 0 0;
  }

  .imgFooter {
    background-image: url(../images/imgFooter.jpg) !important;

  }
}

@media (max-width: 950px) and (min-width: 769px) {
  .imgAmazon {
    background-size: 159%;
    background-position-y: 55px;
    height: 350px;
  }

  .letrasAmazon img {
    top: 0px;
    max-width: 100%;
  }

  .letrasAmazon p {
    width: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 951px) {
  .imgAmazon {
    background-size: 250%;
    padding: 0;
    height: 400px;
    background-position-y: 160px;

  }

  .imgFooter2 {
    background-size: 115%;
    background-position-x: center;
    padding: 0px 25px;

  }

  .letrasAmazon img {
    max-width: 100%;
    top: 0;
  }

  .letrasAmazon p {
    width: 100%;
    float: left;
  }

  .amazonDiv {
    display: grid;
    grid-auto-rows: minmax(auto, auto);
    grid-auto-columns: minmax(auto, auto);
  }

  .amazonDiv>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
  }

  .amazonDiv>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    padding: 50px 0 0;
    text-align: center;
  }
}

/*===========CONTACT=============*/
.divFooter2 {
  height: 300px;
}

.tamanoDiv2 {
  height: 100%;
  padding: 0;
}

.divContact {
  background-image: none;
  height: 300px;
  text-align: center;
  padding: 60px;
}

.divContact h3 {
  color: #014e89;
  font-size: 30px;

}

.btnCenter {
  text-align: center !important;
  padding-bottom: 30px;
}

.divContact a,
.divContact p {
  color: #1a1a1a !important;
  font-weight: 600;
}

.iconosContact a {
  color: #1a1a1a;
  border: 3px solid #1a1a1a !important;
}

.inline-list li a:hover {
  animation: tada 1s ease;
}

.iconosContact a:hover {
  color: #1a1a1a;
  border: 3px solid;
}

.imgContact {
  background-image: url(../images/contact.jpg);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  padding: 155px 0;
  height: 400px;
}

.divContactFooter {
  display: grid;
  grid-auto-rows: minmax(auto, auto);
  grid-auto-columns: minmax(auto, 1fr);
}

.divContactFooter>div:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
  height: fit-content;


}

.divContactImg {
  background-image: url(../images/imgContact.jpg);
  background-position-x: center;
  background-position-y: center;
}

.divContactFooter>div:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
  padding: 0;
  background: white;

}

.divContact {

  padding: 0;
  display: grid;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: minmax(auto, 1fr);
  height: 580px;
}

.formulario {
  width: 70%;
  margin: auto;
}

.divContact>div:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
  height: fit-content;
  padding: 20px 0 0;
}

.divContact>div:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
  height: fit-content;
  padding: 20px 0 0;
}

.divContact>div:nth-child(3) {
  grid-row: 3;
  grid-column: 1;
  height: fit-content;
  padding: 20px 0 0;
}

.divContact>div:nth-child(4) {
  grid-row: 4;
  grid-column: 1;
  height: fit-content;
}

@media (max-width: 479px) {
  .brand {
    margin: 0;
  }

  .imgContact {
    background-size: 129%;
    padding: 0;
    height: 175px;
  }

  .divFooter2 {
    height: 630px;
  }

  .divContact {
    height: 100%;
    padding: 10px 0;
    background-image: none !important;
    grid-auto-rows: minmax(auto, auto);
  }

  .tamanoDiv2 {
    height: auto;
    padding: 0;
  }

  .divContactFooter>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContactFooter>div:nth-child(2) {
    /*padding: 0 0px 50px;*/
    grid-row: 2;
    grid-column: 1;

  }

  .divContactFooter>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }

  .divContact>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    height: fit-content;
  }

}

@media (max-width: 650px) and (min-width: 480px) {
  .imgContact {
    padding: 0;
    height: 250px;
  }

  .divContact {
    padding: 0 60px;
    height: 100%;
  }

  .divContactFooter>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: 950px !important;
  }

  .divContactFooter>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    height: 300px;
    /*padding: 0 0 50px;*/

  }

  .divContactFooter>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }

  .divContact>div:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
    height: fit-content;
    padding-bottom: 50px;
  }

  .divContact>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    height: fit-content;
  }

}

@media (max-width: 768px) and (min-width: 651px) {
  .imgContact {

    background-size: 130%;

    padding: 0;
    height: 409px;
  }
  .slideIndex1 {
    background-image: url(../images/imgIndex.jpg);
    height: 580px;
    background-attachment: inherit;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: 130%;
}
  .divFooter2 {
    height: 650px;
  }

  .divContact {
    height: 100%;
    padding: 20px 0;
    background-image: none !important;
    grid-auto-rows: minmax(auto, auto);
  }

  .tamanoDiv2 {
    height: 300px;
  }

  .divContactFooter>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContactFooter>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    /*padding: 0 60px 45px;*/
  }

  .divContactFooter>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }

  .divContact>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    height: fit-content;
  }
}

@media (max-width: 950px) and (min-width: 769px) {

  .imgContact {
    height: 350px;
  }

  .divContact {

    height: 100%;
  }

  .divFooter2 {
    height: 880px !important;
  }

  .tamanoDiv2 {
    height: 250px;
  }

  .divContactFooter>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContactFooter>div:nth-child(2) {
    padding: 0;
    height: 100%;

  }

  .divContactFooter>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }

  .divContact>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    height: fit-content;
  }
}

@media (max-width: 1024px) and (min-width: 950px) {
  header {

    height: 230px;
  }

  .brand {
    margin: 0px 400px;
  }

  header .nav {
    margin: 0px 0 0 174px;
    text-align: left;
  }

  .imgContact {
    padding: 0;
    height: 400px;
  }

  .divContact {

    padding: 60px 0;
    display: grid;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-columns: minmax(auto, 1fr);
    height: 1060px;
  }

  .divContact>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1/3;
    height: fit-content;
  }

  .divContact>div:nth-child(3) {
    grid-row: 1;
    grid-column: 2;
    height: fit-content;
  }

  .divFooter2 {
    height: 480px;
  }

  .divFooter3 {
    height: 310px;
  }

  .divContactFooter>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContactFooter>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    height: 300px;
  }

  .divContactFooter>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }

  .divContact>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    height: fit-content;
  }
}

@media (max-width: 1440px) and (min-width: 1025px) {

  .divContact {

    padding: 60px 0;
    display: grid;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-columns: minmax(auto, 1fr);
    height: 1037px;
  }

  .divContact>div:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
    height: fit-content;
  }

  .divContact>div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    height: fit-content;

  }

  .divContact>div:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    height: fit-content;
  }

  .divFooter3 {
    height: 300px;
  }
}