@media (min-width: 0px) and (max-width: 767px) {
	.secc_desktop{
		display: none !important;
	}

	.secc_phone{
		display: -webkit-box !important;
	}

  .img__logo{
    width: 150px !important;
    padding-top: 35px;
  }

  .img__text--slider01{
    width: 80% !important;
    position: relative;
    top: 0px;
  }

  .slide-bg-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
  }

  .section-padding-us{
    padding-top: 0;
    padding-bottom: 0;
  }

  .title__us{
      color: #062644;
      font-size: 22px;
      font-family: 'DMSans-Light';
      text-align: center;
      line-height: 100%;
      margin-bottom: 0;
  }

  .text__bold{
      font-family: 'DMSans-Bold';
  }

  .text__us{
      color: #565c61;
      font-size: 20px;
      font-family: 'DMSans-Regular';
      text-align: center;
      line-height: 120%;
      margin-top: 0;
      margin-bottom: 0;
  }

  .banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .banner-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .button-center {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100% !important;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9;
  }

  .icon__us{
    width: 700px;
    position: absolute;
    bottom: 20%;
    right: 22%;    
  }

  .section-padding-services{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bg__services{
    background: #062644;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }

  .text__center{
  	text-align: center;
  }

  .title__services{
    font-family: 'DMSans-Regular';
    font-size: 22px;
    text-align: center; 
    color: #fad156;
    line-height: 120%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .title__services--bold{
    font-family: 'DMSans-Bold';
    color: #fff;
  }

  .img__service{
    width: 90%;
    margin-bottom: -15px;
  }

  .name__service{
    font-family: 'DMSans-Regular';
    color: #fad156;
    font-size: 18px;
    text-align: center;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .close {
    float: right;
    font-family: 'DMSans-Light';
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    color: #062644;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
  }

  .align__modal{
    position: relative;
    bottom: 0;
  }

  .title__modal{
    font-family: 'DMSans-Bold';
    color: #062644;
    font-size: 25px;
    line-height: 100%;
  }

  .description__modal{
    font-family: 'DMSans-Regular';
    color: #062644;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 30px;
    margin-right: 10px;
  }

  .btn__service--modal{
    font-family: 'DMSans-Light';
    color: #fad156;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #062644;
    border-radius: 25px;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-right: 40px;
    transition: .5s ease-in-out;
  }

  .btn__service--modal:hover, .btn__service--modal:focus{
    font-family: 'DMSans-Light';
    color: #062644;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #fad156;
    border-radius: 25px;
    padding: 5px 10px;
    margin-bottom: 0;
    transition: .5s ease-in-out;
  }

  .section-padding-banner{
    padding-top: 0;
    padding-bottom: 0;
  }

  .bg__banner{
    position: relative;
    margin-bottom: 0vh;
    /*background-image: url('img/bg02.webp');
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 500px;
    height: 200vh;*/
  }

  .title__banner{
    font-family: 'DMSans-Regular';    
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 100%;
    margin-bottom: 0;
    /*position: relative;
    top: 580px;*/
  }

  .title__banner--bold{
    font-family: 'DMSans-Bold';
    color: #fad156;
  }

  .section-padding-container{
    padding-top: 70px;
    padding-bottom: 70px;
  }

	.testimonial-slides .owl-prev{
		left: 0;
	}

	.testimonial-slides .owl-next{
		right: 0;
	}

  .bg__container{
    background: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    /*height: 125vh;
    bottom: 900px;
    filter: brightness(0.9);
    height: 150vh;
    margin-bottom: -150vh;*/
  }

  .title__containers{
    font-family: 'DMSans-Light';
    color: #0d3b65;
    text-align: right;
    font-size: 25px;
    margin-bottom: 40px;
    margin-right: 15px;
  }

  .title__containers--bold{
    font-family: 'DMSans-Bold';
    color: #0d3b65;
  }

  .name__container{
    font-family: 'DMSans-Bold';
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
  }

  .img__container{
    width: 220px !important;
  }

  .bg__card--container{
    background-color: #062644;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    margin: 0 45px;
    padding: 60px 0;
  }

  .btn__close--modal{
    margin-bottom: -50px;
    position: relative;
    z-index: 9;
    right: 20px;
    top: 20px;
  }

  .bg__logistics{
    background-color: #fad156;
  }

  .title__logistics{
    font-family: 'DMSans-Light';
    font-size: 25px;
    color: #0d3b65;
    line-height: 120%;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .title__logistics--bold{
    font-family: 'DMSans-Bold';
  }

  .img__logistics{
    width: 80%;
    float: right;
  }

  .section-padding-contact{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bg__contact{
    background: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 0vh;
    /*filter: invert(0.1);
    height: 140vh;*/
  }

  .title__contact{
    font-family: 'DMSans-Bold';
    font-size: 22px;
    text-align: center;
    color: #0d3b65;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .btn__send{
    font-family: 'DMSans-Regular';
    background-color: #003366;
    color: #fad156;
    padding: 20px 40px;
    font-size: 20px;
    line-height: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0px;
    margin-bottom: 0;
    transition: .5s ease-in-out;
  }

  .btn__send:hover, .btn__send:focus{
    font-family: 'DMSans-Regular';
    background-color: #fad156;
    color: #003366;
    padding: 20px 40px;
    font-size: 20px;
    line-height: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0px;
    margin-bottom: 0;
    transition: .5s ease-in-out;
  }

  ::placeholder {
    color: #062644 !important;
    opacity: 1; /* Firefox */
  }

  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #062644 !important;
  }

  .bg__footer{
    background-image: url('img/bg05.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }

  .footer-logo{
    width: 150px;
    margin-bottom: 20px;
  }

	.bg__overlay--footer {
	  position: relative;
	  z-index: 2;
	  background-position: center center;
	  background-size: cover; }
	  .bg__overlay--footer::after {
	    background-color: rgba(6, 38, 68, .5);
	    position: absolute;
	    z-index: -1;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    content: ""; }

  .title__address{
    font-family: 'DMSans-Light';
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .text__address{
    font-family: 'DMSans-Light';
    color: #fff;
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 30px;
    text-align: center;
  }

  .title__services--footer{
    font-family: 'DMSans-Light';
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .text__services--footer{
    font-family: 'DMSans-Light';
    color: #fff;
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 10px;
    text-align: center;
  }

  .link__contract--left, .link__contract--left:hover, .link__contract--left:focus{
    font-family: 'DMSans-Light';
    color: #fff;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	display: table;
  }

  .link__privacy--right, .link__privacy--right:hover, .link__privacy--right:focus{
    font-family: 'DMSans-Light';
    color: #fff;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	display: table;
  }

  .link__deux, .link__deux:hover, .link__deux:focus{
    font-family: 'DMSans-Light';
    color: #fff;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	display: table;
  }


  /* Rutas Marítimas */
  .section-padding-routes{
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section-padding-countries{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bg__routes{
    background-image: url('img/bg06.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
  }

  .title__routes{
    font-family: 'DMSans-Bold';
    color: #0d3b65;
    font-size: 30px;
    text-align: center;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .text__routes{
    font-family: 'DMSans-Regular';
    color: #565c61;
    font-size: 20px;
    text-align: center;
    line-height: 120%;
    margin-bottom: 0;
  }

  .img__routes--map{
    width: 70%;
  }

  .countries__routes{
    font-family: 'DMSans-Regular';
    font-size: 20px;
    color: #565c61;
    text-align: center;
    line-height: 180%;
    margin-bottom: 0;
  }

  .description__routes{
    display: none;
    font-family: 'DMSans-Regular';
    font-size: 22px;
    text-align: center;
    color: #565c61;
    line-height: 140%;
    margin-top: 70px;
    margin-bottom: 0;
  }

  .bg__contact--footer{
    background-color: #062644;
    background-size: cover;
    border-top-left-radius: 0vh;
  }

  .section-padding-contact-footer{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .title__contact--footer{
    font-family: 'DMSans-Bold';
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 120%;
    margin-bottom: 40px;
  }

  .btn__contact--footer{
    background-color: #fad156;
    border: 1px solid #fad156;
    color: #062644;
    font-size: 20px;
    padding: 13px 45px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-transform: uppercase;
    transition: .5s ease-in-out;
    margin-bottom: 0;
  }

  .btn__contact--footer:hover, .btn__contact--footer:focus{
    background-color: transparent;
    border: 1px solid #fad156;
    color: #fad156;
    font-size: 25px;
    padding: 13px 45px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-transform: uppercase;
    transition: .5s ease-in-out;
    margin-bottom: 0;
  }

}
