/**
* CSS: Fleet Yards Inc.
* Author: Starthub - Oscar R. Martínez S.
*/
@charset "UTF-8";

@font-face {
  font-family: "Avenir Book";
  src: url("../fonts/avenir/331ec49c0d78e469c42c1d814dd45838.eot");
  /* IE9*/
  src: url("../fonts/avenir/331ec49c0d78e469c42c1d814dd45838.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/avenir/331ec49c0d78e469c42c1d814dd45838.woff2") format("woff2"),
    /* chrome、firefox */
    url("../fonts/avenir/331ec49c0d78e469c42c1d814dd45838.woff") format("woff"),
    /* chrome、firefox *Hero/
    url("../fonts/avenir/331ec49c0d78e469c42c1d814dd45838.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/avenir/331ec49c0d78e469c42c1d814dd45838.svg#Avenir Book") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: "COCOGOOSE Regular";
  src: local("COCOGOOSE Regular"), url("../fonts/cocogoose/cocogoose_trial.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Avenir Book" !important;
  color: #FFF;
  font-style: normal;
  font-size: 100%;
  min-height: 100vh;
  /*display: flex;*/
  align-items: center;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Avenir Book";*/
  font-family: "COCOGOOSE Regular";
}

a, .text-orange {
  color: #CE5D20;
}

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

.btn-outline-orange {
  margin-top: 15px;
  color: #CE5D20;
  background-color: transparent;
  background-image: none;
  border-color: #CE5D20;
  border-radius: 0;
}

.btn-outline-orange:hover {
  color: #AEADB3;
  background-color: #CE5D20;
  border-color: #AEADB3
}

.btn-outline-light {
  margin-top: 15px;
  color: #FFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFF;
  border-radius: 0;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #AEADB3;
  border-color: #000
}

.btn-outline-dark {
  margin-top: 15px;
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
  border-radius: 0;
}

.btn-outline-dark:hover {
  color: #CE5D20;
  background-color: #000;
  border-color: #CE5D20
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #CE5D20;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #CF8420;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.topbar .top-logo {
  float: left !important;
  min-height: 100px;
  position: relative;
  padding: 15px 150px 15px 25px;
  width: 30%;
  background: #F0F1F1;
}

.topbar .top-logo img {
  margin: 10px;
  width: 80%;
}

.topbar .top-contact {
  float: right !important;
  min-height: 100px;
  position: relative;
  margin-left: -160px;
  padding-left: 150px;
  width: 82%;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
}

.topbar .top-contact .content {
  padding-left: 60px;
}

.topbar .top-contact .content p {
  color: #CE5D20;
}

.topbar .top-contact .content span {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.topbar .top-contact .phone {
  background-image: url(../icons/Phone-1.svg);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 0 30%;
}

.topbar .top-contact .time {
  background: url(../icons/clock-1.svg);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 0 30%;
}

.topbar .top-contact .email {
  background: url(../icons/mail-1.svg);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 0 30%;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 90px;
}

#header .menu {
  background: -webkit-linear-gradient(#444242, #000000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#444242, #000000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#444242, #000000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#444242, #000000);
  /* Standard syntax */
}

#header .menu .logo {
  display: none;
}

#header.header-scrolled {
  background: transparent;
  top: 10px;
}

#header .warp-search {
  background: #CE5D20;
}

/*
.header-container {}
*/

.menu {
  clip-path: polygon(0 0, 100% 0, calc(100% - 3rem) 100%, 0% 100%);
}

.warp-search {
  margin-left: -2rem;
  clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 992px) {
  #header {
    top: 0;
    background: none;
    padding: 10px 0; /* Añadir padding si es necesario */
  }

  #header.header-scrolled, #header .header-container {
    background: transparent;
  }
}

@media (max-width: 768px) {

  #header .menu .logo {
    display: block;
    max-width: 65%;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #FFF;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #CE5D20;
  text-decoration: none;
  border-bottom: 6px solid #CE5D20;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.mobile-search {
  display: none;
}

.warp-search {
  display: block;
}

.warp-search input.form-control {
  color: #FFF !important;
  border: 0;
  border-bottom: 2px solid #FFF;
  background-color: transparent;
}

.warp-search input.form-control::placeholder {
  color: #FFF !important;
}

.warp-search input.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-none {
  color: #FFF;
  background-image: url(../icons/search.svg);
  background-repeat: no-repeat;
  background-position: 1px 10px;
  border-radius: 0;
}

.btn-outline-none:hover {
  color: #000;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #CE5D20;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #FFF;
  transition: ease-in-out 0.2s;
  opacity: 9;
  visibility: hidden;
  border-radius: 5px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #36343a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
  color: #CE5D20;
  text-decoration: none;
}

.mobile-nav .get-started {
  text-align: center;
}

.mobile-nav .get-started a {
  background: #CE5D20;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #CE6B00;
  color: #fff;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 28, 31, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  .warp-search {
    display: none;
  }

  .mobile-search {
    padding-left: 15px !important;
    display: block;
  }

  .mobile-search input.form-control {
    color: #000 !important;
    border: 0;
    border-bottom: 2px solid #CE5D20;
    background-color: transparent;
    max-width: 300px;
    padding-left: 10px;
  }

  .mobile-search input.form-control::placeholder {
    color: #FFF !important;
  }

  .mobile-search input.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn-outline-none {
    background-image: url(../icons/search-orange.svg) !important;
    padding: 15px !important;
  }

  .btn-outline-none:hover {
    color: #C2C3C9 !important;
  }
}

/*--------------------------------------------------------------
# Search results
--------------------------------------------------------------*/
#results {
  color:#000;
}
/*---------- ONE -----------*/
#results .section-one h1,
#results .section-one h2,
#results .section-one .result_title {
  font-family: "COCOGOOSE Regular" !important;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  font-size: 42px;
}

#results .section-one h2 {
  color: #87868A;
}

#results .section-one span {
  color: #CE5D20;
}

#results .section-one .result_warp {
  margin: 10px 0;
}

#results .section-one .result_warp {
  margin: 10px 0;
}

#results .section-one .result_body {
  padding: 20px;
  background: #EDEEF0;
  border-radius: 5px;
}

#results .section-one .result_title {
  font-size: 20px;
}

#results .section-one .result_snippet {
  color: #000;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background:#262626;
  background-size: cover;
  position: relative;
}

#hero .container {
    /* padding-top: 80px; */
    padding-top: 0;
  }
  
  .commemorative-logo {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    z-index: 777;
    max-width: 200px; /* Optional: limit max width to avoid it getting too big */
  }

  /* Hide on mobile landscape */
  @media only screen and (max-width: 991px) and (orientation: landscape) {
    .commemorative-logo {
      display: none !important;
    }
  }
  
  #heroCarousel .carousel-content {
    text-align: center !important;
    padding-top: 100px; /* Space for the commemorative logo */
  }

#hero h1,
#hero h2 {
  font-family: "COCOGOOSE Regular" !important;
  color: #fff;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
}

#hero h1 span {
  color: #CE5D20;
}

#hero h2 {
  font-size: 30px;
}



@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed !important;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
    padding-top: 0;
  }

  #hero .container {
    padding-top: 60px;
  }

  #hero .container p{
    display: none;
  }

  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
    #hero .container h3 {
      font-size: 1.25em;
    }

    #hero .container li {
      font-size: .85em;
    }
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#banner {
  width: 100%;
  height: auto;
  background: #FFF;
  background-size: cover;
  position: relative;
}

#banner .container {
  padding-top: 80px;
}

#banner h1,
#banner h2,
#banner h3 {
  font-family: "COCOGOOSE Regular" !important;
  color: #fff;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
}

#banner h1 span {
  color: #CE5D20;
}

#banner h2 {
  font-size: 30px;
}

#banner h3 {
  font-size: 26px;
}

@media (min-width: 1024px) {
  #banner {
    background-attachment: fixed !important;
  }
}

@media (max-width: 768px) {
  #banner {
    height: 100vh;
  }

  #banner .container {
    padding-top: 60px;
  }

  #banner h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Hero Carousel
--------------------------------------------------------------*/
#hero .hero-container {
  width: 100%;
  background-color: rgba(25, 25, 25, 0.8);
  overflow: hidden;
  padding: 0;
}

#heroCarousel .carousel-item.uno {
  background: url('../images/backs/Bg-01.jpg');
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#heroCarousel .carousel-item.dos {
  background: url('../images/backs/TRAILER-01.jpg');
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#heroCarousel .carousel-item.tres {
  background: url('../images/backs/TRAILER-02.jpg');
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#heroCarousel .carousel-item::before {
  content: '';
  background-color: rgba(12, 11, 10, 0.40);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#heroCarousel .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/*
#heroCarousel .carousel-content {
  text-align: left;
}
*/

#heroCarousel h2 {
  font-family: "COCOGOOSE Regular" !important;
  color: #fff;
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 700;
}

#heroCarousel h2 span {
  color: #CE5D20;
}

#heroCarousel p {
  font-size: 42px;
  color: #fff;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
}

#heroCarousel .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#heroCarousel .carousel-inner .carousel-item,
#heroCarousel .carousel-inner .active.carousel-item-left,
#heroCarousel .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#heroCarousel .carousel-inner .active,
#heroCarousel .carousel-inner .carousel-item-next.carousel-item-left,
#heroCarousel .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#heroCarousel .carousel-inner .carousel-item-next,
#heroCarousel .carousel-inner .carousel-item-prev,
#heroCarousel .carousel-inner .active.carousel-item-left,
#heroCarousel .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
  width: 10%;
  opacity: 1;
}

#heroCarousel .carousel-control-next-icon,
#heroCarousel .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#heroCarousel .carousel-control-next-icon:hover,
#heroCarousel .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

#heroCarousel ol.carousel-indicators {
  position: absolute;
  bottom: 0;
  /* margin: 0; */
  left: 0;
  right: 0;
  width: auto;
}

#heroCarousel ol.carousel-indicators li,
#heroCarousel ol.carousel-indicators li.active {
  float: left;
  width: 20px;
  height: 0;
  /* margin: 0; */
  border-radius: 10px;
  border-color: #FFF;
  background: transparent;
}

#heroCarousel ol.carousel-indicators li.active {
  background: #FFF;
}


@media (min-width: 1024px) {
  #heroCarousel {
    background-attachment: fixed !important;
  }
}

@media (max-width: 768px) {
  #heroCarousel {
    height: 100vh;
  }

  #heroCarousel .container {
    padding-top: 60px;
  }

  #heroCarousel h1,
  #heroCarousel h2 {
    font-size: 32px;
    line-height: 36px;
  }

  #heroCarousel p {
    font-size: 30px;
  }
  
  .warp-search {
    display: none !important;
  }

  #header .menu .logo {
    display: block !important;
    max-width: 60%;
  }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/*---------- ONE -----------*/
/*
#home .section-one .container {
  position: relative;
}
#home .section-one .weaves {
  position: absolute;
}
*/
#home .section-one .container {
  background: url(../images/weaves/Grises-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#home .section-one h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#home .section-one p {
  color: #272425;
}

#home .section-one span {
  color: #CE5D20;
}

#home .section-one .acard {
  padding-left: 35px !important;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border-left: 10px solid #CE5D20;
  background-color: #272425;
  background-image: url(../icons/star-orange.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 3% 10%;
  box-shadow: 0 3px 4.7px .3px rgba(0, 0, 0, .18);
}

#home .section-one .acard p {
  color: #FFF !important;
  text-align: right;
}

/*---------- TWO -----------*/
#home .section-two {
  padding: 0;
}

#home .section-two .light {
  background: #F6F6F6;
}

#home .section-two .light p, #home .section-two .light h4 {
  color: #000;
}

#home .section-two .orange {
  background: #CE5D20;
}

#home .section-two .dark {
  background: #2A2A2A;
}

#home .section-two .content {
  padding-left: 130px !important;
  color: #FFF;
}

#home .section-two .content h4 {
  font-family: "COCOGOOSE Regular" !important;
}

#home .section-two .icon-left {
  background: url(../icons/technology.svg);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 3% 30%;
}

#home .section-two .icon-center {
  background: url(../icons/security.svg);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 3% 30%;
}

#home .section-two .icon-right {
  background: url(../icons/service.svg);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 3% 30%;
}

/*---------- THREE -----------*/
#home .section-three {
  background: url(../images/img-02.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
}

#home .section-three .container {
  background: url(../images/weaves/Blancos-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 85% 0;
  background-size: 20%;
}

#home .section-three h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#home .section-three p {
  color: #FFF;
}

#home .section-three span {
  color: #CE5D20;
}

/*---------- FOUR -----------*/
#home .section-four h1,
#home .section-four h2 {
  font-family: "COCOGOOSE Regular" !important;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#home .section-four h2 {
  color: #FFF;
  font-size: 28px;
}

#home .section-four h3 {
  color: #000;
}

/*---------- FIVE -----------*/
#home .section-five {
  background: #000;
}

#home .section-five .container {
  background: url(../images/weaves/Blancos-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#home .section-five h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#home .section-five p {
  color: #FFF;
}

#home .section-five span {
  color: #CE5D20;
}

/*--------------------------------------------------------------
  # Yards
--------------------------------------------------------------*/
/*---------- ONE -----------*/

#yards .section-one {
  background: #999;
}

#yards .section-one {
  height: 400px;
}

#yards .section-one .map {
  color:#000;
  height: 100%;
}
#yards .section-one .map p {
  font-weight: bold;
}
#yards .section-one .map a {
  color: #CE5D20;
}
#yards .section-one .map a :hover{
  color: #000;
  font-weight: bold;
}

.popup-bubble {
  /* Position the bubble centred-above its parent. */
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: black;
  padding: 5px;
  border-radius: 0;
  font-family: sans-serif;
  overflow-y: auto;
  max-height: 60px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}
/*---------- TWO -----------*/
#yards .section-two .container {
  background: url(../images/weaves/Grises-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#yards .section-two h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#yards .section-two p {
  color: #272425;
}

#yards .section-two span {
  color: #CE5D20;
}

/*---------- THREE -----------*/
#yards .section-three h1,
#yards .section-three h2 {
  font-family: "COCOGOOSE Regular" !important;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#yards .section-three h2 {
  color: #FFF;
  font-size: 28px;
}

#yards .section-three h3 {
  color: #000;
}

/*--------------------------------------------------------------
  # Zone
--------------------------------------------------------------*/
/*---------- ONE -----------*/
.zone.section-one .container {
  background: url(../images/weaves/Grises-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

.zone.section-one h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  font-size: 58px;
}

.zone.section-one p {
  color: #272425;
}

.zone.section-one span {
  color: #CE5D20;
}

.zone.section-one .item h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  font-size: 33px;
}

.zone.section-one .item {
  background: #2a2a2a;
  margin: 0 10px;
  padding: 50px 10px;
}

.zone.section-one .item img.icon {
  height: 60px;
}

.zone.section-one .owl-carousel .owl-dots {
  text-align: center !important;
}
.zone.section-one .owl-carousel .owl-dot {
  display: inline-block !important;
  height: 15px !important;
  width: 15px !important;
  background-color: #272425 !important;
  opacity: 0.8 !important;
  border-radius: 50% !important;
  margin: 20px 5px 0 !important;
}

.zone.section-one .owl-carousel .owl-nav{
  text-align: center;
}

.zone.section-one .owl-carousel .owl-prev {
  font-size: xxx-large;
  height: 5px !important;
}

.zone.section-one .owl-carousel .owl-next {
  font-size: xxx-large;
  height: 5px !important;
}

.zone.section-one .owl-carousel .owl-dot.active {
  background-color: #CE5D20 !important;
}

/*---------- two -----------*/
.zone.section-two {
  background: #2A2A2A;
}

.zone.section-two h1,
.zone.section-two .card-title {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
}

.zone.section-two h1.big {
  font-size: 80px;
}

.zone.section-two .card {
  border: none;
  background: transparent;
  padding: 3px 3px !important;
}

.zone.section-two .card .row {
  margin: 5px;
  height: 21vh;
  background: #383838;
}

.zone.section-two .card .row.orange {
  background: rgba(219, 113, 0, 1);
  background: -moz-linear-gradient(left, rgba(219, 113, 0, 1) 0%, rgba(221, 103, 39, 1) 50%, rgba(221, 103, 39, 1) 51%, rgba(221, 103, 39, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219, 113, 0, 1)), color-stop(50%, rgba(221, 103, 39, 1)), color-stop(51%, rgba(221, 103, 39, 1)), color-stop(53%, rgba(221, 103, 39, 1)), color-stop(100%, rgba(206, 93, 32, 1)));
  background: -webkit-linear-gradient(left, rgba(219, 113, 0, 1) 0%, rgba(221, 103, 39, 1) 50%, rgba(221, 103, 39, 1) 51%, rgba(221, 103, 39, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: -o-linear-gradient(left, rgba(219, 113, 0, 1) 0%, rgba(221, 103, 39, 1) 50%, rgba(221, 103, 39, 1) 51%, rgba(221, 103, 39, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: -ms-linear-gradient(left, rgba(219, 113, 0, 1) 0%, rgba(221, 103, 39, 1) 50%, rgba(221, 103, 39, 1) 51%, rgba(221, 103, 39, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: linear-gradient(to right, rgba(219, 113, 0, 1) 0%, rgba(221, 103, 39, 1) 50%, rgba(221, 103, 39, 1) 51%, rgba(221, 103, 39, 1) 53%, rgba(206, 93, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7100', endColorstr='#ce5d20', GradientType=1);
}

.zone.section-two .card-block {
  padding: 3px 3px 3px 15px;
  border-left: solid 1px #777;
}

.zone.section-two .card-title {
  font-size: 20px;
  padding-bottom: 2px;
}
.zone.section-two .card-title.black {
  color: #000;
}
.zone.section-two .card-text {
  color: #FFF;
}

.zone.section-two .icon {
  padding: 0 5;
}

.zone.section-two .icon img {
  height: 7em !important;
}

/*--------------------------------------------------------------
  # Location
--------------------------------------------------------------*/
/*---------- ONE -----------*/
#location .section-one .container {
  background: url(../images/weaves/Grises-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#location .section-one h1,
#location .section-one h2 {
  font-family: "COCOGOOSE Regular" !important;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#location .section-one h2 {
  color: #FFF;
  font-size: 28px;
}

#location .section-one h1.big {
  font-size: 80px;
}

#location .section-one p {
  color: #FFF;
}

#location .section-one span {
  color: #CE5D20;
}

#owl-demo .item {
  margin: 3px;
}

#owl-demo .item img {
  display: block;
  width: 287px;
  height: auto;
}

/*--------------------------------------------------------------
  # SERVICES
--------------------------------------------------------------*/
/*---------- ONE -----------*/
#services .section-one .container {
  background: url(../images/weaves/Grises-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#services .section-one h1,
#services .section-one h2 {
  font-family: "COCOGOOSE Regular" !important;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}

#services .section-one h1 {
  text-transform: uppercase;
}

#services .section-one h2 {
  font-size: 28px;
}

#services .section-one p {
  color: #272425;
}

#services .section-one span {
  color: #CE5D20;
}

#services .section-one .acard {
  padding-left: 35px !important;
  border-left: 10px solid #CE5D20;
}

/*---------- TWO -----------*/
#services .section-two .slider {
  max-width: 1100px;
  /*display: flex;*/
}

#services .section-two .slider .card {
  flex: 1;
  margin: 0 10px;
  background: #2a2a2a;
}

#services .section-two .slider .card.orange {
  background: #CE5D20;
}

#services .section-two .slider .card .content {
  margin: 20px;
  padding: 20px;
  border: 1px solid #FFF;
}

#services .section-two .slider .card .content .icon img {
  height: 6em;
}

#services .section-two .slider .card .content .title {
  font-family: "COCOGOOSE Regular" !important;
  color: #CE5D20;
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

#services .section-two .slider .card.orange .title {
  color: #2a2a2a;
}

#services .section-two .slider .card .content .sub-title {
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}

#services .section-two .slider .card .content p {
  text-align: justify;
  margin: 10px 0;
  color: #FFF;
}

.section-two .owl-carousel .owl-dots {
  text-align: center !important;
}
.section-two .owl-carousel .owl-dot {
  display: inline-block !important;
  height: 15px !important;
  width: 15px !important;
  background-color: #272425 !important;
  opacity: 0.8 !important;
  border-radius: 50% !important;
  margin: 20px 5px 0 !important;
}
.section-two .owl-carousel .owl-dot.active {
  background-color: #CE5D20 !important;
}

/*---------- THREE -----------*/
#services .section-three .container {
  background: url('../images/weaves/Grises-01.png');
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 85% 0;
  background-size: 20%;
}

#services .section-three .row {
  margin-bottom: 50px;

}

#services .section-three .icon {
  padding-top: 25px;
  z-index: 2;
}

#services .section-three .icon img {
  width: 130px;
  /*height: 50vh;*/
  vertical-align:middle !important;
}

#services .section-three .acard {
  width: 750px;
  height: 200px;
  margin-left: -30px;
  padding-left: 35px !important;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border-left: 10px solid #CE5D20;
  background-color: #272425;
  z-index: 1;
}

#services .section-three .acard h2 {
  font-family: "COCOGOOSE Regular" !important;
  font-size: 22px;
  color: #FFF;
}

#services .section-three .circle {
  margin-left: -50px;
  /*z-index: -1;*/
}

#services .section-three .circle img {
  margin-top: -35px;
  height: 280px;
}

/*---------- FOUR -----------*/
#services .section-four {
  background: #000;
}

#services .section-four .container {
  background: url(../images/weaves/Blancos-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#services .section-four h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#services .section-four p {
  color: #FFF;
}

#services .section-four span {
  color: #CE5D20;
}

/*--------------------------------------------------------------
  # SECURITY
--------------------------------------------------------------*/
/*---------- ONE -----------*/
#security .section-one {
  background: #000;
}

#security .section-one .container {
  background: url(../images/weaves/Blancos-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#security .section-one h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#security .section-one h1.big {
  font-size: 80px;
}

#security .section-one p {
  color: #FFF;
}

#security .section-one span {
  color: #CE5D20;
}

/*---------- TWO -----------*/

#security .section-two {
  padding: 3rem;
}

#security .section-two .container {
  max-width: 1200px;
  display: flex;
}

#security .section-two .container .title {
  color: #000;
}

#security .section-two .container .card {
  flex: 1;
  margin: 0 10px;
  background: #2a2a2a;
}

#security .section-two .container .card.orange {
  background: #CE5D20;
}

#security .section-two .container .card .content {
  margin: 20px;
  padding: 20px;
  border: 1px solid #FFF;
}

#security .section-two .container .card .content .icon img {
  height: 6em;
}

#security .section-two .container .card .content .title {
  font-family: "COCOGOOSE Regular" !important;
  color: #CE5D20;
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

#security .section-two .container .card.orange .title {
  color: #2a2a2a;
}

#security .section-two .container .card .content .sub-title {
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}

#security .section-two .container .card .content p {
  text-align: justify;
  margin: 10px 0;
  color: #FFF;
}

@media (max-width: 768px)  and (max-width: 979px) {
  #security .section-two .container {
    display: block !important;
  }

  #security .section-two .container .card {
    flex: none !important;
    margin: 3px 0 !important;
  }
}

/*---------- THREE -----------*/
#security .section-three {
  background: #2A2A2A;
}

#security .section-three .container {
  background: url(../images/weaves/Blancos-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#security .section-three h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#security .section-three p {
  color: #FFF;
}

#security .section-three span {
  color: #CE5D20;
}

/*--------------------------------------------------------------
  # TECHNOLOGY
--------------------------------------------------------------*/
/*---------- ONE -----------*/
#technology .section-one {
  background: #2A2A2A;
}

#technology .section-one h1,
#technology .section-one .card-title {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
}

#technology .section-one h1.big {
  font-size: 80px;
}

#technology .section-one .card {
  border: none;
  background: transparent;
}

#technology .section-one .card .row {
  margin: 5px;
  background: #383838;
}

#technology .section-one .card-block {
  padding: 3px 3px 3px 15px;
  border-left: solid 1px #777;
}

#technology .section-one .card-title {
  font-size: 20px;
  padding-bottom: 2px;
}

#technology .section-one .card-text {
  color: #FFF;
}

#technology .section-one .icon {
  padding: 0;
}

#technology .section-one .icon img {
  height: 8em !important;
}

/*---------- TWO -----------*/
#technology .section-two {
  background: #2A2A2A;
}

#technology .section-two .container {
  background: url(../images/weaves/Blancos-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#technology .section-two h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#technology .section-two p {
  color: #FFF;
}

#technology .section-two span {
  color: #CE5D20;
}

/*--------------------------------------------------------------
  # DISPATCH
--------------------------------------------------------------*/
/*---------- ONE -----------*/
#dispatch .section-one {
  background: #000;
}

#dispatch .section-one h1 #dispatch .section-one h2,
#dispatch .section-one h3 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#dispatch .section-one h3 {
  font-size: 18px;
}

#dispatch .section-one p {
  color: #FFF;
}

#dispatch .section-one span {
  color: #CE5D20;
}

/*---------- TWO -----------*/
#dispatch .section-two {
  padding-top: 120px;
  background: #000;
}

#dispatch .section-two .container {
  max-width: 1200px;
  display: flex;
}

#dispatch .section-two .container .card {
  flex: 1;
  margin: 0 10px;
  background: #2a2a2a;
}

#dispatch .section-two .container .card .content {
  padding: 20px;
}

#dispatch .section-two .container .card .content .icon {
  margin: -150px auto 20px;
}

#dispatch .section-two .container .card .content .icon img {
  height: 10em;
}

#dispatch .section-two .container .card .content .title {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  position: relative;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

#dispatch .section-two .container .card .content .sub-title {
  text-decoration: none;
  border-bottom: 5px solid #313C8C;
}

#dispatch .section-two .container .card .content p {
  text-align: justify;
  margin: 10px 0;
  color: #FFF;
}

@media (max-width: 768px) and (max-width: 979px) {
  #dispatch .section-two .container {
    display: block !important;
  }

  #dispatch .section-two .container .card {
    flex: 0 !important;
    margin: 5px 0px;
  }

  #dispatch .section-two .container .card .content .icon {
    margin: 3px !important;
  }
}

/*---------- THREE -----------*/
#dispatch .section-three {
  background: #000;
}

#dispatch .section-three .container {
  background: url(../images/weaves/Blancos-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#dispatch .section-three h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#dispatch .section-three p {
  color: #FFF;
}

#dispatch .section-three span {
  color: #CE5D20;
}

/*---------- FOUR -----------*/
#dispatch .section-four {
  background: #000;
}

#dispatch .section-four .container {
  background: url(../images/weaves/Blancos-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 85% 0;
  background-size: 20%;
}

#dispatch .section-four h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#dispatch .section-four p {
  color: #FFF;
}

#dispatch .section-four span {
  color: #CE5D20;
}

/*---------- FIVE -----------*/
#dispatch .section-five {
  background: #111;
}

#dispatch .section-five h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#dispatch .section-five span {
  color: #313C8C;
}

/*--------------------------------------------------------------
  # YMS
--------------------------------------------------------------*/
/*---------- HERO -----------*/
.yms-login {
  background: #000;
  padding: 50px;
  margin-right: 25px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.9));
}
.yms-login label {
  font-size: 28px;
}
.yms-login input {
  border: 0;
  padding: 4px 8px;
  border-radius: 50px;
  background-color: #727176;
}
.yms-login button {
  font-size: 25px;
}

.yms-circle {
     width: 350px;
     height: 350px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #CE5D20;
     padding: 30px;
     margin: 5px auto;
     filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.9));
}

.yms-circle img {
  max-width: 40%;
}

.yms-circle p {
  color: #FFF;
  font-size: 35px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.9));
}

@media screen and (max-width: 768px) {

  .yms-hero{
    padding-top: 0 !important;
  }

  .yms-login {
    margin-top: 10px;
    margin-right: 0;
    padding: 20px;
  }

  .yms-login h2 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }

  .yms-login label {
    font-size: 18px;
  }

  .yms-login button {
    font-size: 15px;
  }

  .yms-circle {
       width: 250px;
       height: 250px;
     }

  .left{
    order: 2;
  }
  .right{
    order: 1;
  }

  .right h1,
  .right span {
    margin-top: -20px;
    font-size: 28px !important;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.9));
  }

  .yms-circle p{
    font-size: 22px !important;
    display: block !important;
  }

}
/*---------- ONE -----------*/
#yms .section-one {
  background: #727176;
}
#yms .section-one h1{
  color: #444242;
}

#yms .section-one .drop {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.9));
}

/*---------- TWO -----------*/
#yms .section-two {
  background: #000;
}

#yms .section-two p {
  color: #727176;
}
/*---------- THREE -----------*/
#yms .section-three {
  background: #333;
}

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
/*---------- ONE -----------*/
#contact .section-one {
  background: #f0f1f1;
}

#contact .section-one .container {
  background: url(../images/weaves/Grises-01.png);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 15% 0;
  background-size: 20%;
}

#contact .section-one h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#contact .section-one p {
  color: #272425;
}

#contact .section-one span {
  color: #CE5D20;
}

#contact .section-one .acard {
  padding-left: 35px !important;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border-left: 10px solid #CE5D20;
  background-color: #272425;
  background-image: url(../icons/star-orange.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 3% 10%;
  box-shadow: 0 3px 4.7px .3px rgba(0, 0, 0, .18);
}

#contact .section-one .acard p {
  color: #FFF !important;
  text-align: right;
}

#contact .section-one .contact-form {
  color: 727176;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

#contact .section-one .contact-form .form-group {
  margin-bottom: 3px;
}

#contact .section-one .contact-form form label {
  text-transform: uppercase;
  margin-bottom: 0;
}

#contact .section-one .contact-form form input,
#contact .section-one .contact-form form textarea {
  color: #FFF;
  border: 0;
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #727176;
}

#contact .section-one .contact-form form button {
  color: #FFF;
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 11px;
  font-weight: bold;
  ;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#444242, #000000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#444242, #000000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#444242, #000000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#444242, #000000);
  /* Standard syntax */
}

#contact .section-one .call-me {
  margin-left: 100px;
  padding: 50px 20px 80px;
  border-radius: 3px;
  background: rgba(219, 113, 0, 1);
  background: -moz-linear-gradient(left, rgba(219, 113, 0, 1) 0%, rgba(221, 103, 39, 1) 50%, rgba(221, 103, 39, 1) 51%, rgba(221, 103, 39, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219, 113, 0, 1)), color-stop(50%, rgba(221, 103, 39, 1)), color-stop(51%, rgba(221, 103, 39, 1)), color-stop(53%, rgba(221, 103, 39, 1)), color-stop(100%, rgba(206, 93, 32, 1)));
  background: -webkit-linear-gradient(left, rgba(219, 113, 0, 1) 0%, rgba(221, 103, 39, 1) 50%, rgba(221, 103, 39, 1) 51%, rgba(221, 103, 39, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: -o-linear-gradient(left, rgba(219, 113, 0, 1) 0%, rgba(221, 103, 39, 1) 50%, rgba(221, 103, 39, 1) 51%, rgba(221, 103, 39, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: -ms-linear-gradient(left, rgba(219, 113, 0, 1) 0%, rgba(221, 103, 39, 1) 50%, rgba(221, 103, 39, 1) 51%, rgba(221, 103, 39, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: linear-gradient(to right, rgba(219, 113, 0, 1) 0%, rgba(221, 103, 39, 1) 50%, rgba(221, 103, 39, 1) 51%, rgba(221, 103, 39, 1) 53%, rgba(206, 93, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7100', endColorstr='#ce5d20', GradientType=1);
}

#contact .section-one .call-me img {
  height: 6em;
  margin: 30px auto;
}

#contact .section-one .call-me h1 {
  color: #FFF;
  font-size: 24px;
}

#contact .section-one .call-me span {
  color: #000;
  font-size: 28px;
}

/*--------------------------------------------------------------
# CUSTOMER REQUEST
--------------------------------------------------------------*/
#jumbo {
  margin-top: -100px;
}

#jumbo h3 {
  font-family: "COCOGOOSE Regular" !important;
  color: #fff;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
}

#jumbo h3 {
  font-size: 26px;
  color: #CE5D20;
}

#jumbo p {
  font-size: 20px;
}

/*---------- ONE -----------*/
#customer .section-one .container {
  max-width: 1200px;
  display: flex;
}

#customer .section-one .container .card {
  flex: 1;
  margin: 0 10px;
  background: #2a2a2a;
}

#customer .section-one .container .card.orange {
  background: #CE5D20;
}

#customer .section-one .container .card .content {
  margin: 20px;
  padding: 20px;
  border: 1px solid #FFF;
}

#customer .section-one .container .card .content .icon img {
  height: 5em;
  padding-bottom: 1em;
}

#customer .section-one .container .card .content .title {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

#customer .section-one .container .card .content p {
  text-align: justify;
  margin: 10px 0;
  color: #FFF;
}

@media (max-width: 768px)  and (max-width: 979px) {
  #customer .section-one .container {
    display: block !important;
  }

  #customer .section-one .container .card {
    flex: 0 !important;
    margin: 5px 0px;
  }

  #customer .section-one .container .card .content .icon {
    margin: 3px !important;
  }
}


/*---------- TWO -----------*/
#customer .section-two {
  background: #000;
}

#customer .section-two .container-fluid {
  background: url(../images/weaves/Blancos-02.png);
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: 0;
  background-size: 20%;
}

#customer .section-two h1 {
  font-family: "COCOGOOSE Regular" !important;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#customer .section-two p {
  color: #FFF;
}

#customer .section-two span {
  color: #CE5D20;
}

#customer .section-two .acard {
  padding-left: 35px !important;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border-left: 10px solid #CE5D20;
  background-color: #272425;
  background-image: url(../icons/star-orange.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 3% 10%;
  box-shadow: 0 3px 4.7px .3px rgba(0, 0, 0, .18);
}

#customer .section-two .acard p {
  color: #FFF !important;
  text-align: right;
}

#customer .section-two .contact-form .form-group {
  margin-bottom: 3px;
}

#customer .section-two .contact-form form label {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 5px 0;
}

#customer .section-two .contact-form form input,
#customer .section-two .contact-form form textarea {
  color: #FFF;
  border: 0;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #727176;
}

#customer .section-two .contact-form form button {
  color: #FFF;
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(206, 107, 0, 1);
  background: -moz-linear-gradient(top, rgba(206, 107, 0, 1) 0%, rgba(219, 113, 0, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206, 107, 0, 1)), color-stop(53%, rgba(219, 113, 0, 1)), color-stop(100%, rgba(206, 93, 32, 1)));
  background: -webkit-linear-gradient(top, rgba(206, 107, 0, 1) 0%, rgba(219, 113, 0, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: -o-linear-gradient(top, rgba(206, 107, 0, 1) 0%, rgba(219, 113, 0, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: -ms-linear-gradient(top, rgba(206, 107, 0, 1) 0%, rgba(219, 113, 0, 1) 53%, rgba(206, 93, 32, 1) 100%);
  background: linear-gradient(to bottom, rgba(206, 107, 0, 1) 0%, rgba(219, 113, 0, 1) 53%, rgba(206, 93, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce6b00', endColorstr='#ce5d20', GradientType=0);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*
.footer-section {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
*/
.footer-section {
  color: #FFF;
  font-size: 14px;
  background: #262626;
}

.footer-section .footer-top {
  padding: 60px 0 30px 0;
}

.footer-section .footer-top h4 {
  font-family: "COCOGOOSE Regular" !important;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer-section .footer-top .footer-logo {
  font-size: 15px;
}

.footer-section .footer-top .footer-logo img {
  margin-bottom: 15px;
}

.footer-section .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer-section .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #CE5D20;
  font-size: 18px;
  line-height: 1;
}

.footer-section .footer-top .footer-links ul li {
  padding: 2px 0;
  display: flex;
  align-items: center;
}

.footer-section .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer-section .footer-top .footer-links ul a,
.footer-section .footer-top .footer-contact a {
  color: #FFFFFF;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer-section .footer-top .footer-contact a.orange {
  color: #CE5D20;
}
.footer-section .footer-top .footer-contact small {
  font-size: 9px;
}

.footer-section .footer-top .footer-links ul a:hover,
.footer-section .footer-top .footer-contact a:hover {
  text-decoration: none;
  color: #CE5D20;
}
.footer-section .footer-top .footer-contact a.orange:hover {
  color: #FFFFFF;
}

.footer-section .footer-login p {
  margin-bottom: 0;
}

.footer-section .footer-login form {
  position: relative;
  text-align: left;
}

.footer-section .footer-login .form-group {
  margin-bottom: 3px;
}

.footer-section .footer-login form label {
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-section .footer-login form input {
  border: 0;
  padding: 4px 8px;
  border-radius: 50px;
  background-color: #727176;
}

.footer-section .footer-login form small {
  display: none;
  color: red !important;
}

.footer-section .footer-top .footer-contact {
  margin-bottom: 30px;
}

.footer-section .footer-top .icon {
  padding-left: 25px;
  margin-bottom: 15px;
}

.footer-section .footer-top .footer-contact .icon-location {
  background: url(../icons/contact-location.svg);
  background-repeat: no-repeat;
  background-size: 22px;
}

.footer-section .footer-top .footer-contact .icon-mail {
  background: url(../icons/contact-mail.svg);
  background-repeat: no-repeat;
  background-size: 22px;
}

.footer-section .footer-top .footer-contact .icon-phone {
  background: url(../icons/contact-phone.svg);
  background-repeat: no-repeat;
  background-size: 22px;
}

.footer-section .footer-bottom {
  border-top: 2px solid #FFF;
}

.footer-section .footer-bottom a {
  color: #CE5D20;
}

.footer-section .footer-bottom a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.footer-section .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #999;
}
