/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
    font-weight: normal;
    line-height: 1.4;
	background: transparent;
}

#my-wrapper {
}

.gcontainer {
    max-width: 1280px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.container-fluid {
    max-width: 1200px;
}

.container-fluid.foo {
    max-width: 1070px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    margin-bottom: 0px;
}

/** Fonts: **/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-home:before {
  content: "\f015";
}


a, a:visited {color: #ce9a66;}
a:hover, a:active {text-decoration:underline; color: #ce9a66;}

a, a img {border: 0 none;}

.thumbnail {border: 0 none;}

p {
    font-size:14px;
    margin:0 0 18px 0;
	  font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 20px
}

p.stronger {
    font-size:14px;
    margin:0 0 18px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 20px
}

.orange {color:#CE9A66 !important;}
.verdemar {color:#2A9388 !important;}
.blue {color:#879ED1 !important; }
.red {color: #CE5C60 !important;}
.purple {color:#8E69A6 !important; }
.green {color:#18887f !important; }


strong, b {font-weight:bold; color: inherit; font-size: inherit;}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p > a, p > a:visited {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}


h1 {
    font-size: 60px;
    color: #aeb9b9;
    margin: 0px 0 0px;
    line-height: 70px;
    }

h2 {
    font-size: 25px;
    line-height: 32px;
    margin:0px 0 10px;
    }

h3 {
    font-size: 24px;
    color: #a18849;
    margin: 20px 0px 10px;
    }

h4 {
    font-size: 20px;
    color: #666;
    margin: 10px 0px 10px;
    }

h5 {
    font-size: 14px;
    color: #929496;
    margin: 0px 0px 18px;
    }

h6 {
    font-size: 14px;
    color: #CE9A66;
    margin: 0px 0px 18px;
    line-height: 16px;
    font-weight: 600;
    }


/* Custom Buttons: */

.btn {
    -moz-user-select: none;
    border: 0 none;
    border-radius: 35px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0px 0px 0px 74px;
    text-align: left;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    width: 268px;
    height: 60px;
    line-height: 62px;
    color: #fff !important;
    transition: all .2s linear;
    position: relative;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: 0
}
.btn > i {
    font-size: 15px;
    margin-right: 10px;
    display: inline;
    float: left;
    margin-top: 2px;
}

/*** Default Button: ***/
.btn-default {
    background: linear-gradient(to right, #ce5d60 , #d19d62);
    color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: linear-gradient(to right, #d19d62 , #ce5d60);
    color: #fff;
}
.btn-default.galeria:before {
        content: '';
        position: absolute;
        z-index: 3;
        width: 40px;
        bottom: 11px;
        left: 25px;
        height: 40px;
        background: url('../images/gallery-icon.png') no-repeat 0px center;
}
.btn-default.tl:before {
        content: '';
        position: absolute;
        z-index: 3;
        width: 40px;
        bottom: 11px;
        left: 25px;
        height: 40px;
        background: url('../images/timeline-icon.png') no-repeat 0px center;
}


/** Helpers Classes: **/
.desktop {display:block !important;}
.tablet {display:none !important;}
.mobile {display:none !important;}

.no-mar {margin: 0 !important;}
.no-pad {padding: 0 !important;}
.no-bor {border:0 none !important;}
.no-bg {background: none transparent !important;}


.clear {clear: both !important;}

hr {
    width: 100%;
    height: 1px;
    background: #ededed;
    margin: 30px auto 30px;
    }

abbr[title], abbr[data-original-title] {
    font-size: 14px;
}


/* ==========================================================================
   Header
   ========================================================================== */

header.header {
    width: 100%;
    padding-top: 40px;
    position: relative;
    z-index: 9999;
}

.hcont {
  width: 100%;
  padding: 0px 0 0;
  margin: 0 0 50px;
}

.hcont h1.logo {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
}
#brand-logo {
    display: block;
    float: left;
}

.language-cont {}

.language-cont .language {
   margin:0;
   padding:0;
   list-style: none;
}

.language-cont .language > li {
   margin:0 5px 0;
   padding:0;
   list-style: none;
   float: left;
   display: inline;
}

.language-cont .language > li a, .language-cont .language > li a:visited{
  display:block;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 9px 8px 6px;
  border:2px solid #fff;
  border-radius: 50%;
  transition:  transform .5s ease-in-out;
}
.language-cont .language > li a:hover, .language-cont .language > li a:active {text-decoration: none; transform: rotate(360deg);}

.gecko .language-cont .language > li a, .language-cont .language > li a:visited{padding: 6px 8px 8px;}


/** Head Secciones: **/
.head.seccion {
   height: 477px;
   opacity: 1;
   position: relative;
   width: 100%;
}

.head.seccion:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-image: linear-gradient( 45deg, #729AD1, #E09C63);*/
  background-image: linear-gradient( 45deg, #042560, #E09C63);
  opacity: .75;
  }


/* ==========================================================================
   Nav Menu
   ========================================================================== */


.head-cont {
  position: static;
  height:auto;
  padding-top: 22px;
  padding-bottom: 1px;
  transition: all 0.4s linear;
  }

/*
#head-cont.navbar-shrink {
  padding-top: 6px;
  padding-bottom: 0px;
  background: black;
  opacity: .93;
}

#head-cont.navbar-shrink header.header { padding-top: 1px; }

#head-cont.navbar-shrink .hcont { margin-bottom:14px; }
*/

.menu-cont {width: 100%;}

.nav a{
  text-decoration:none;
}
.nav{
  height:30px;
  position:relative;
}
.nav>ul{
  position:relative;
  list-style:none;
  padding:0;
  margin:0;
  height:30px;
}

.nav>ul>li>ul{
  position:absolute;
  left:0;
  padding:0;
  margin:0;
  list-style:none;
  z-index: 9999999;
}

.nav>ul>li>ul>li {position:relative;}

.nav>ul>li:hover>ul li a{
  opacity:1;
  height:36px;
  transition:all .34s linear;
}
.nav>ul>li>ul a{
  display:block;
  color:#fff;
  line-height:36px !important;
  background: #6F6F6E url('../images/sep.jpg') no-repeat center bottom;
  min-width:190px;
  text-transform:uppercase;
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-align:center;
  padding:0 2px;
  height:0;
  overflow:hidden;
  opacity:0;
  transition:all .3s linear .2s;
}

.nav>ul>li>ul a:hover, .nav>ul>li>ul a:active {font-weight: 800;}

.nav>ul>li{
  float:left;
  margin:0 21px;
  position:relative;
  height:30px;
}
.nav>ul>li:first-child {margin-left: 0px}
.nav>ul>li:last-child {margin-right: 0px}

.nav>ul>li>a{
  color:#fff;
  display:block;
  line-height:28px !important;
  text-transform:uppercase;
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  height:28px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav>ul>li>a {
    overflow: hidden;
    position: relative;
}
.nav>ul>li>a::before {
    background: #E09C63 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: 0.35s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 1px;
}
.nav>ul>li>a:hover::before, .nav>ul>li>a:active::before {
    left: 0;
    right: 0;
}

.nav>ul>li.selected>a {
    border-bottom:3px solid #E09C63;
    background: transparent !important;
}
.nav>ul>li.selected>a::before {
    height: 0 !important;
    display: none !important;
}

.nav>ul>li>ul>li>ul {
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 170%;
  visibility: hidden;
  list-style: none;
  transition: all .42s linear;
}

.nav>ul>li>ul>li>ul>li {
   float: none;
   display: block;
   list-style: none;
   position:relative;
}

.nav>ul>li>ul>li:hover > ul {
  top: 0%;
  left: 152px;
  opacity: 1;
  visibility: visible;
}

.nav>ul>li>ul>li>ul>li>a, .nav>ul>li>ul>li>ul>li>a:visited {text-transform: capitalize; font-size: 13px; min-width:243px; background: #6F6F6E url('../images/sep-large.jpg') no-repeat center bottom;}

.last > a {background-image: none !important; border-radius: 0 0 10px 10px;}
.first > a {border-radius: 10px 10px 0 0;}


/* ==========================================================================
   Mobile Menu
   ========================================================================== */
.mobile-menu-cont { width: 100%; height: 67px; position:fixed; background:rgba(0,0,0,0.5); z-index: 9999999; }

#mob-logo {position: absolute; top:17px; right:20px; z-index: -9;}
#mob-logo.mobile {top:22px;}


.bar {
  background: transparent;
  z-index: 4;
  top:0;
}

.fix-menu {height: 67px !important;}

.menu-expanded {
  background: transparent;
  position: fixed;
  width: 320px;
  height:100vh;
  top: 0px;
  left: 0px;
  overflow: hidden !important;
  z-index: 5;
  transition: all 1.1s ease-out;
}

.mmenu,
.linee {
  cursor: pointer;
}

.mmenu {
  float: left;
  margin: 14px 0 0 16px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid white;
  transition: all 0.70s ease-out;
  background:rgba(0,0,0,0.5);
}

.over {
  /*transform: scale(100);*/
  transform: scale(80);
  transition: all 0.450s ease-in;
  cursor: default;
  background:rgba(0,0,0,.8);
}

.linea1 {
  background: #fff;
  height: 2px;
  width: 20px;
  position: absolute;
  left:26px;
  top: 26px;
  transition: all 0.3s;
}

.linea2 {
  background: #fff;
  height: 2px;
  width: 20px;
  position: absolute;
  left:26px;
  top: 33px;
  opacity: 1;
  transition: opacity 0.5s;
}

.linea3 {
  background: #fff;
  height: 2px;
  width: 20px;
  position: absolute;
  left:26px;
  top: 40px;
}

.overL1 {
  animation: closetop 1s forwards;
  animation-direction: alternate;
  cursor: pointer;
}

.overL2 {
  opacity: 0;
  transition: opacity 0.5s;
  cursor: pointer;
}

.overL3 {
  animation: closebottom 1s forwards;
  animation-direction: alternate;
  cursor: pointer;
}

@keyframes closetop {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(7px) rotate(0deg);
  }
  75% {
    transform: translateY(7px) rotate(-45deg);
  }
  100% {
    transform: translateY(7px) rotate(-45deg);
  }
}

@keyframes closebottom {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-7px) rotate(0deg);
  }
  75% {
    transform: translateY(-7px) rotate(45deg);
  }
  100% {
    transform: translateY(-7px) rotate(45deg);
  }
}

.main-mobmenu {
  visibility: hidden;
  position: absolute;
  left: 40px;
  top: 160px;
  opacity: 0;
  transition: all 0.400s;
  transition-delay: 0s;
}

.overmain {
  visibility: visible;
  opacity: 1;
  transition: all 0.400s;
  transition-delay: 0.470s;
}

.main-mobmenu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.main-mobmenu > ul > li {
  margin: 28px 0px;
  display: block;
  position: relative;
}

.main-mobmenu > ul > li > a, .main-mobmenu > ul > li > a:visited {
  color:#fff;
  display:block;
  line-height:16px !important;
  text-transform:uppercase;
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  height:auto;
}

.main-mobmenu > ul > li > a:hover, .main-mobmenu > ul > li > a:active {text-decoration: none; border: 0 none;}

.main-mobmenu > ul > li.selected > a {
    border-bottom:3px solid #E09C63;
    background: transparent !important;
}


.main-mobmenu > ul > li > ul {
  display: none;
  list-style: none;
  margin:0;
  padding:0;
}

.main-mobmenu > ul > li > ul > li {
  display: block;
  list-style: none;
  padding:0;
}

.main-mobmenu > ul > li > ul > li > a {
  display:block;
  color:#fff;
  line-height:36px !important;
  background: rgba(111,111,110,.9) url('../images/sep.jpg') no-repeat center bottom;
  min-width:190px;
  text-transform:uppercase;
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-align:center;
  padding:0 2px;
  overflow:hidden;
}

.main-mobmenu > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.main-mobmenu > ul > li > a:hover { color: #fff; }

.main-mobmenu > ul > li > a:hover:after { width: 100%; }
.main-mobmenu > ul > li.selected > a:hover:after { width: 0; height: 0; }

.main-mobmenu > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.17em;
  left: 0;
  width: 0;
  height: 3px;
  background: #E09C63;
  transition: width 0.33s linear;
}

.main-mobmenu > ul > li > ul > li > a:hover, .main-mobmenu > ul > li > ul > li > a:active, .main-mobmenu > ul > li > ul > li.selected > a {font-weight: 800;}


/*
.outer-menu .menu > div > div > ul > li > ul > li > ul {
  display: none;
  list-style: none;
  margin:0;
  padding:0;
}

.outer-menu .menu > div > div > ul > li > ul > li > ul > li {
  font-size: 24px;
  display: block;
  list-style: none;
  padding:0;
}

.outer-menu .menu > div > div > ul > li > ul > li > ul > li > a {
  display:block;
  color:#fff;
  line-height:33px !important;
  background: rgba(111,111,110,.9) url('../images/sep.jpg') no-repeat center bottom;
  min-width:190px;
  text-transform:capitalize;
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-align:center;
  padding:0 2px;
  overflow:hidden;
}

.outer-menu .menu > div > div > ul > li > ul > li > ul > li > a:hover {font-weight: 700; font-size: 13px;}
*/



/* ==========================================================================
   Body
   ========================================================================== */
.slideshow {
  position: absolute;
  width: 100%;
  /*height: 100%;*/
  height: 792px;
  overflow: hidden;
  z-index:-99;
}
.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat;
  background-size: 100% 100%;

  animation-name: kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 18s;
  opacity: 1;
}
.slideshow-image:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient( 45deg, #042560, #E09C63);
	opacity: .75;
  }

.slideshow-image:nth-child(1) {
  animation-name: kenburns-1;
  z-index: 2;
}
.slideshow-image:nth-child(2) {
  animation-name: kenburns-2;
  z-index: 1;
}
.slideshow-image:nth-child(3) {
  animation-name: kenburns-3;
  z-index: 0;
}
@keyframes kenburns-1 {
  0% {
    opacity: 1;
  }
  5.55556% {
    opacity: 1;
  }
  27.77778% {
    opacity: 1;
  }
  38.88889% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
  94.44444% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns-2 {
  27.77778% {
    opacity: 1;
  }
  38.88889% {
    opacity: 1;
  }
  61.11111% {
    opacity: 1;
  }
  72.22222% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes kenburns-3 {
  61.11111% {
    opacity: 1;
  }
  72.22222% {
    opacity: 1;
  }
  94.44444% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Mouse Icon:
   ========================================================================== */
@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.mouse-container {margin-top: 160px; position: relative; min-height: 61px;}

.mouse-scroll {
  display: block;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #ce9a66;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  margin-top: 0;
  text-decoration: none;
  overflow: hidden;
  position: absolute;
  top:27px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.mouse {
	position: relative;
	display: block;
	width: 21px;
	height: 31px;
	margin: 0 auto 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #ce9a66;
	border-radius: 23px;
  z-index: 2000;
}

.mouse-movement {
	  position: absolute;
	  display: block;
	  top: 29%;
	  left: 0;
    right: 0;
	  width: 5px;
	  height: 5px;
	  margin: -4px auto 0 auto;
	  background: #ce9a66;
	  border-radius: 50%;
	  -webkit-animation: scroll-ani 2.5s linear infinite;
	  -moz-animation: scroll-ani 2.5s linear infinite;
	  animation: scroll-ani 2.5s linear infinite;
}

.mouse-message {
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    opacity: 1 !important;
    text-transform: uppercase;
    color: #CE9A66;
    font-size: 8px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}


/* Home:
   ========================================================================== */
.titulares { padding-top: 190px; }

.titulares.home h2 {color: #CD9A67;}

.titulares.home p {color: #F2F2F0;}

.row-tit-home {
  margin-left: 0;
  margin-right: 0;
}

.row-tit-home > div.tits {
   padding-left: 0;
   padding-right: 43px;
   }
   .row-tit-home > div.tits p {max-width:447px;}

.row-tit-home > div.video {
   padding-left: 20px;
   padding-right: 0px;
   text-align: right;
}

#drone {
  display: inline-block;
  width: 214px;
  height: 46px;
  padding: 0 9px 0 69px;
  background-color: rgba(255,255,255,.35);
  background-image: url(../images/drone-icon.png);
  background-position: 9px center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-top:25px;
}

#drone > a, #drone > a:visited {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-align: left;
  margin-left: 0px;
  padding:14px 0;
  transition:all .3s linear;
}

#drone > a:hover, #drone > a:active {
  text-decoration: none;
  color: #7E99CE;
}


/* Clientes y Politica de Calidad:
   ========================================================================== */
.head.seccion.clientes {
  background: url('../images/globo.jpg') no-repeat;
  background-size:cover !important;
  background-position: center center !important;
}


.head.seccion.poli {
  background: url('../images/iso.png') no-repeat;
  background-size:cover !important;
  background-position: left center;
}
.head.seccion.poli:before {
  background-image: none;
  opacity: 1;
  }

.seccion-content {
    width: 100%;
    padding: 190px 0 70px;
    min-height:490px;
    margin-top: -161px;
    background: url('../images/seccion-white-bg.png') no-repeat top center;
    position: relative;
    z-index: 2000;
}

.row.row-cont-sec {color: #929496;}

.row.row-cont-sec > .left-side {}
.row.row-cont-sec > .left-side > p {
    max-width: 280px;
    font-size:15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #58595B;
}

.left-side .abs {
   display: block;
   min-width: 70px;
   min-height: 72px;
   background: url('../images/certification.png') no-repeat;
   padding:0px 0 0 80px;
   margin-top: 24px;
}
.abs > p {
    max-width: none;
    font-size:10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #929496;
    padding: 16px 0 0px;
    margin:0;
    font-style: italic;
}

a.download, a.download:visited {
   color: #CE9A66;
   font-size:9px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: block;
}

.row.row-cont-sec > .right-side {}


/* Medio Ambiente:
   ========================================================================== */
.head.seccion.ambiente {
  background: url('../images/bosque.jpg') no-repeat left top;
  background-size: cover;
   height: 387px;
   opacity: 1;
   position: relative;
   width: 100%;
}
.head.seccion.ambiente:before {
  background-image: linear-gradient( 45deg, #0d47a1, #E09C63);
  opacity: .75;
  }
.head.seccion.recycle:before {
  background-image: linear-gradient( 45deg, #00bfa5, #01579b);
  opacity: .76;
  }

.left-side .abs.cuidado {
   min-width: 70px;
   min-height: 72px;
   background: url('../images/cuidado-icon.png') no-repeat 13px center;
   padding:0px 0 0 80px;
}

.left-side .abs.recycle {
   min-width: 70px;
   min-height: 72px;
   background: url('../images/recycle-icon.png') no-repeat 13px center;
   padding:0px 0 0 80px;
}

.left-side a.download.verdemar {padding-top: 27px}


.custom-video {width: 100%; max-height: 400px; overflow: hidden;}


.custom-video > video{
    width: 100%;
    height: 100%;
}

.ambiente h2 {margin-top:100px;}


/**
 * Contacto:
 */
.head.seccion.contacto {
  background: url('../images/contact-bg.jpg') no-repeat center top;
  background-size: cover;
   height: 387px;
   opacity: 1;
   position: relative;
   width: 100%;
}

address, address > p {color: #58595B !important; font-family: 'Montserrat', sans-serif;}


.iframe-content {
  width: 100%;
  min-height: 380px;
  overflow: hidden;
}
.iframe-content > iframe {
    width: 100% !important;
    height: 420px !important;
}

.img-content {margin-top: 80px}



/**
 * Sustentabilidad:
 */
.head.seccion.sustentabilidad {
  background: url('../images/sustentabilidad-bg.jpg') no-repeat center top;
  background-size: cover;
   height: 387px;
   opacity: 1;
   position: relative;
   width: 100%;
}

.galeria.oculta { display:none; }



/* Nuestra Empresa:
   ========================================================================== */
#top-seccion {
	width:100%;
	min-height:1040px;
	background: url('../images/empresa/empresa-bg.jpg') no-repeat center top;
	background-size:cover;
  overflow: hidden;
}

#seccion-pre-footer {
  width:100%;
  min-height:430px;
  background: url('../images/empresa/orange-pf.png') no-repeat center top;
  background-size:100% 100%;
  margin-top: -112px;
  padding-top: 145px;
  overflow: hidden;
}

#empresa-pre-footer {
	width:100%;
	min-height:830px;
	background: url('../images/empresa/green-pf.png') no-repeat center top;
	background-size:100% 100%;
  padding-top: 86px;
  position: relative;
  z-index: 15;
  overflow: hidden;
}

#timeline-section {
  width:100%;
  min-height:650px;
  background: #000 url('../images/mobile/NUESTRAEMPRESA5.jpg') no-repeat center top;
  background-size:100% 100%;
  overflow: hidden;
  margin-top: -100px;
  }
  #timeline-section-in {
      margin: 0 auto;
      width: 100%;
      margin-bottom: 15px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      }


.anio-1945 { background: url('../images/mobile/NUESTRAEMPRESA5.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-1957 { background: url('../images/mobile/NUESTRAEMPRESA8.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-1966 { background: url('../images/empresa/timeline-bg-3.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-1987 { background: url('../images/empresa/timeline-bg-4.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-1988 { background: url('../images/empresa/timeline-bg-5.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-1994 { background: url('../images/empresa/timeline-bg-6.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-1995 { background: url('../images/empresa/timeline-bg-7.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-2004 { background: url('../images/empresa/timeline-bg-8.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-2006 { background: url('../images/empresa/timeline-bg-3.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-2007 { background: url('../images/empresa/timeline-bg-9.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-2008 { background: url('../images/empresa/timeline-bg-20.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-2010 { background: url('../images/mobile/NUESTRAEMPRESA38.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }
.anio-2013 { background: url('../images/empresa/timeline-bg-22.jpg') no-repeat center top  !important; background-size: 100% 100% !important; }


.row.empresa-squares {margin:0;}

.row.empresa-squares > div {
   padding:0 10px;
   text-align: justify;
}

#seccion-pre-footer h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0px 0 1px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
}


#empresa-pre-footer .row.p-f-squares > div {
    padding: 0 40px;
}

#empresa-pre-footer .mybottom {margin-top: 85px;}


#timeline > h2 {
    margin-bottom: 70px;
}


/*
  Scroll seccion:
 */
.mouse-container.empresa {margin-top: 152px;}

.mouse-container.empresa .mouse-scroll {
  color: #879ED1;
}

.mouse-container.empresa .mouse {
  border: 2px solid #879ED1;
}

.mouse-container.empresa .mouse-movement {
    background: #879ED1;
}

.mouse-container.empresa .mouse-message {
    color: #879ED1;
    font-size: 9px;
}
/*
  Fin Scroll seccion:
 */


.row-tit-home > div.tits-empresa p {
    max-width: 387px;
}

.empresa .btn.tl {margin-top: 40px;}

#dates li.selected:nth-child(8) > a {
  position: relative;
  left: -16px;
}
#dates li.selected:nth-child(9) > a {
  position: relative;
  left: -16px;
}
#dates li.selected:nth-child(10) > a {
  position: relative;
  left: -16px;
}
#dates li.selected:nth-child(11) > a {
  position: relative;
  left: -16px;
}



/* Nuestros Productos:
   ========================================================================== */
.productos header h2 {margin-top:110px; text-transform: uppercase;}

.head.seccion.oxidos {
  background: url('../images/productos/oxidos-bg.jpg') no-repeat center top;
  background-size: cover;
   height: 370px;
   opacity: 1;
   position: relative;
   width: 100%;
}
.head.seccion.oxidos:before {
  background-image: linear-gradient( 45deg, #ad7b4b, #cd9256);
  opacity: .75;
  }


.head.seccion.perdigones {
  background: url('../images/productos/perdigones-bg.jpg') no-repeat center top;
  background-size: cover;
   height: 380px;
   opacity: 1;
   position: relative;
   width: 100%;
}
.head.seccion.perdigones:before {
  background-image: linear-gradient( 45deg, #485471, #8497c1);
  opacity: .75;
  }


.head.seccion.plomo-puro {
  background: url('../images/productos/plomo-puro-bg.jpg') no-repeat center top;
  background-size: cover;
   height: 380px;
   opacity: 1;
   position: relative;
   width: 100%;
}
.head.seccion.plomo-puro:before {
  background-image: linear-gradient( 45deg, #8a3e3c, #ce5c60);
  opacity: .75;
  }


.head.seccion.laminas {
  background: url('../images/productos/laminas-bg.jpg') no-repeat center top;
  background-size: cover;
   height: 380px;
   opacity: 1;
   position: relative;
   width: 100%;
}
.head.seccion.laminas:before {
  background-image: linear-gradient( 45deg, #59426b, #8e69a6);
  opacity: .75;
  }

.head.seccion.ladrillos {
  background: url('../images/productos/ladrillos-bg.jpg') no-repeat center top;
  background-size: cover;
   height: 380px;
   opacity: 1;
   position: relative;
   width: 100%;
}
.head.seccion.ladrillos:before {
  background-image: linear-gradient( 45deg, #37625a, #18897f);
  opacity: .75;
  }


#listado-productos {padding-top: 55px;}

ul.listado {
    margin:0;
    padding:0;
    list-style: none;
    text-align: center;
    font-size: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }
    ul.listado > li {
      margin:0 20px 36px;
      padding:0;
      list-style: none;
      width: 130px;
      height: auto;
      position: relative;
      text-align: center;
      }
      ul.listado > li.first {margin-left: 0;}
      ul.listado > li.last {margin-right: 0;}

      ul.listado > li > a, ul.listado > li > a:visited, ul.listado > li > span {
         display: block;
         color:#585757;
         font-size: 14px;
         font-family: 'Montserrat', sans-serif;
         font-weight: 400;
         }
      ul.listado > li > a:hover, ul.listado > li > a:active {
         text-decoration: none;
         color: #d19e62;
         }
      ul.listado.perdigones > li > a:hover, ul.listado.perdigones > li > a:active {
         text-decoration: none;
         color: #879ED1;
         }
      ul.listado.plomo-puro > li > a:hover, ul.listado.plomo-puro > li > a:active {
         text-decoration: none;
         color: #CE5C60;
         }
      ul.listado.laminas > li > a:hover, ul.listado.laminas > li > a:active {
         text-decoration: none;
         color: #8E69A6;
         }
      ul.listado.ladrillos > li > a:hover, ul.listado.ladrillos > li > a:active {
         text-decoration: none;
         color: #18887f;
         }


      ul.listado > li > a > img, ul.listado > li > span > img {
          display: inline-block;
          margin:0 auto 12px;
          }

      ul.listado > li > .binfo {
          position: absolute;
          top: -4px;
           left: 8px;
          width: 17px;
          height: 17px;
          }

.left-side > ul.listado {display: block !important; margin-bottom: 0px;}

a.dboton, a.dboton:visited {
   width: 174px;
   height: 36px;
   line-height: 36px;
   background:#D19E62 ;
   display: block;
   color:#fff;
   font-size: 13px;
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   text-align: center;
   border-radius: 6px;
   transition: all .6s linear;
}
a.dboton:hover, a.dboton:active {background: #ef6c00 !important; text-decoration:none;}


.dboton.perdigones {background-color:#879ED1 !important; }
a.dboton.perdigones:hover, a.dboton.perdigones:active {background: #0288d1 !important; text-decoration:none;}

.dboton.plomo-puro {background-color:#CE5C60 !important; }
a.dboton.plomo-puro:hover, a.dboton.plomo-puro:active {background: #d32f2f !important; text-decoration:none;}

.dboton.laminas {background-color:#8E69A6 !important; }
a.dboton.laminas:hover, a.dboton.laminas:active {background: #7b1fa2 !important; text-decoration:none;}

.dboton.ladrillos {background-color:#18887f !important; }
a.dboton.ladrillos:hover, a.dboton.ladrillos:active {background: #4db6ac !important; text-decoration:none;}


.mycols {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mycols > div.mycol { width: 50%; }


.mycols ul.listado.plomo-puro {
    justify-content: flex-start;
    flex-wrap: wrap;
    }
ul.listado.plomo-puro li {margin:0 11px 36px;}


.seccion-content.plomo-puro h5 {
    font-size: 13px;
    color: #9B9B9B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 30px
}


#listado-productos.laminas, #listado-productos.ladrillos {
  padding-top: 20px;
}

#listado-productos.laminas ul.listado.laminas, #listado-productos.ladrillos ul.listado.ladrillos {
    display: block !important;
}

small, .small {
    font-size: 86%;
    line-height: 1 !important;
}

p.psmall {line-height: 15px;}

.table-content
{
    overflow: auto;
    width: 100%;
    margin-bottom: 20px;
}
.table-content > table
{
    white-space: nowrap;
    overflow-x: visible;
    overflow-y: hidden;
    margin-bottom:-2px;
    background: white;
}

.table-content {
    border:0 none;
    padding: 5px;
}

.table-responsive {border: 0 none;}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0 none;
    line-height: 1.42857;
    padding: 3px 25px;
    vertical-align: top;
    font-size: 13px;
    color: #9B9B9B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.table > thead > tr > th {
    border-bottom: 0 none;
    vertical-align: bottom;
    font-size: 13px;
    padding: 5px 25px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.table > thead > tr {background-color: #D19E62; border-bottom:3px solid white;}
.table > tbody > tr {background-color: #D9D9D9; border-bottom:2px solid white;}

.table.blue > thead > tr {background-color:#879ED1 !important; }
.table.red > thead > tr {background-color:#CE5C60 !important; }
.table.purple > thead > tr {background-color:#8E69A6 !important; }

tbody > tr > td > a, tbody > tr > td > a:visited {font-size: inherit; color:inherit; font-family: inherit;}




/* Standard Text:
   ========================================================================== */
.entry {color: #929496;}

.productos .entry p {font-weight: 600 !important;}

.entry h4 {
    font-size: 14px;
    margin:25px 0 20px;
    color: #D19E62;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.entry > ul {
    color: #929496;
    list-style-type: disc;
    margin:0 0 30px;
    padding: 0 0 0 35px;
}

.entry > ul > li {
    margin:0 0 4px 0;
    padding:0 0 0 0px;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    }
    .entry > ul.ubolder > li {font-weight: 600;}

.entry a, .entry a:visited {
    color: inherit;
    padding:0;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.entry a:hover, .entry a:active {text-decoration: underline;}

.entry > ol {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
}

.entry > ol li {
  counter-increment: step-counter;
  margin-bottom: 13px;
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.entry > ol li::before {
  content: counter(step-counter);
  margin-right: 8px;
  font-size: 76%;
  background-color: #CE9A66;
  color: #F2F2F0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 0px 4px;
  border-radius: 50%;
}

.entry h5 {
     font-family: 'Open Sans', sans-serif;
     font-weight: 700;
}





/* ==========================================================================
   Footer
   ========================================================================== */

.foo-fixed-to-bottom {
    border-width: 0px 0 0;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

#pre-footer {
    width: 100%;
    padding: 130px 0 0px;
    min-height:382px;
    background: url('../images/pre-foo-bg.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 8px;
}


.row.p-f-squares {margin:0;}

.row.p-f-squares > div {
  padding:0 50px;
}

.row.p-f-squares > div > figure {
   width: 100%;
   text-align: center;
}

.row.p-f-squares > div > figure figcaption {
  margin-top: 23px;
  color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}

.row.p-f-squares > div > figure > img {display: inline-block; transition: transform .5s linear;}

.row.p-f-squares > div > figure:hover > img {transform:rotateY(180deg);}

.row.p-f-squares > div.col-md-4:nth-child(1) {}

.row.p-f-squares > div.col-md-4:nth-child(2) {}

.row.p-f-squares > div.col-md-4:nth-child(3) {}


#footer {
    background: #424243;
    width: 100%;
    padding: 20px 0 0px;
    min-height: 50px;
    }


#footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}


#footer a {color: #fff;}

#footer a:hover, #footer a:active {color: #ce9a66; text-decoration: none;}




.centrado-absoluto {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



/* ==========================================================================
   Responsive:
   ========================================================================== */

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

  .nav>ul>li{
    margin:0 19px;
  }


} /** fin 1280px **/


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

  .nav>ul {margin-left: 20px;}

  .nav>ul>li{
    margin:0 16px;
  }


  /** Home: **/
  .slideshow-image {background-size: cover; background-position: center bottom;}


  /* Nuestra Empresa:
   ========================================================================== */
  #top-seccion {
    background-size:cover;
  }

  #seccion-pre-footer {
    background-size:cover;
  }

  #empresa-pre-footer {
    background-size:cover;
  }

  #timeline-section {
    background-size:cover !important;
    }


  /** Footer: **/
  #pre-footer {
      padding: 130px 0 0px;
      background-size: cover;
  }

} /** fin 1200px **/


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

  .nav>ul {margin-left: 8px;}

  .nav>ul>li{
    margin:0 11px;
  }

  .nav>ul>li>a {font-size: 12px;}

  .head.seccion {
    height: 380px !important;
  }

} /** fin 1170px **/


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

  .nav>ul {margin-left: 8px;}

  .nav>ul>li{
    margin:0 13px;
  }

  .nav>ul>li>a {font-size: 11px;}

  .nav>ul>li>ul a{
	  line-height:36px !important;
	  font-size: 11px;
	}

  #empresa-pre-footer {height: 850px;}


} /** fin 1024px **/


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

  .nav>ul {margin-left: 4px;}

  .nav>ul>li{
    margin:0 12px;
  }

  .nav>ul>li>a {font-size: 11px;}

  .nav>ul>li>ul a{
	  line-height:36px !important;
	  font-size: 11px;
	}


  /** Footer: **/
  .row.p-f-squares > div {
    padding: 0 30px;
  }


} /** fin 980px **/


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

  /** Helpers Classes: **/
  .desktop {display:none !important;}
  .tablet {display:block !important;}
  .mobile {display:none !important;}

  #closer_videopopup{
    top: 67px;
    font-size: 40px;
    z-index: 9999999999 !important;
  }

  #mylightbox video {
    top: 122px;
    z-index: 99999999 !important;
    max-height: 480px;
  }


  /*header.header {padding: 0; min-height: 64px;}*/
  .head-cont {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height:auto;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all 0.4s linear;
    }

  .head-cont header.header { padding-top: 0px; }

  .head-cont .hcont { margin-bottom:0px; }

  .head.seccion {
    height: 360px !important;
  }

  .mouse-scroll {top:194px;}
  #pre-footer {margin-top: 170px;}


} /** fin 960px **/


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

  .head.seccion {
    height: 300px !important;
  }

  .seccion-content {margin-top: -130px}

  #empresa-pre-footer {height: 1014px;}

  /** Footer: **/
  .row.p-f-squares > div {
		padding: 0 30px;
	}

} /** fin 800px **/


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

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      margin-bottom: 25px;
  }

  .main-mobmenu {top: 45px;}

  /** Home: **/
  .titulares {padding-top: 160px;}

  .row-tit-home > div.tits {
     padding-left: 0;
     padding-right: 20px;
  }

  .row-tit-home > div.video {
     padding-left: 20px;
     padding-right: 0px;
     text-align: center;
  }

  .row.p-f-squares > div > figure figcaption {margin-top: 10px;}


  /** Footer: **/
  .mouse-scroll {
    top: 140px;
  }

  #pre-footer {
    margin-top: 53px;
  }

  #footer .foot {
    margin-bottom: 0;
  }



} /** fin 767px **/


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


#empresa-pre-footer {
    height: 1333px;
}

#timeline-section {margin-top: -117px;}


} /** fin 750px **/


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


} /** fin 690px **/


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

  /** Helpers Classes: **/
  .desktop {display:none !important;}
  .tablet {display:block !important;}
  .mobile {display:block !important;}

  .hvr-wobble-top {display:none !important;}

  .outer-menu .hamburger, .outer-menu .checkbox-toggle {width: 35px; height: 34px;}

  .outer-menu .hamburger > div {width: 62%;}

  .outer-menu .hamburger > div:before {top: -7px;}

  .outer-menu .hamburger > div:after {top: 7px;}

  /** Home: **/
  .titulares {
    padding-top: 200px;
  }
  .mouse-container {margin-top: 50px;}

  .row-tit-home > div.tits, .row-tit-home > div.video {padding:0;}

  #empresa-pre-footer {height: 1373px;}
  #timeline-section {margin-top: -118px;}


  /** Footer **/
  #footer {padding-bottom: 13px;}
  .foot-content > .logo {float: none !important; width: 100%;}
  .foot-content > .coti {float: none !important; width: 100%;}
  .foot-content > div > p {margin: 7px 0 14px; text-align: center;}


} /** fin 670px **/



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

.head.seccion {
  height: 250px !important;
}

.seccion-content {margin-top: -120px}

} /** fin 640px **/



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



} /** fin 600px **/


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

  #empresa-pre-footer {
    height: 1548px;
  }

  #timeline-section {margin-top: -118px;}

  .empresa .mouse-scroll {top: 176px;}


  /** Footer **/
  .mouse-scroll {top: 117px;}
  #pre-footer {margin-top: 0px; padding: 180px 0 0}


} /** fin 540px **/


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

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {margin-bottom: 32px;}

  #loader-3 #loader{
    position: absolute;
    width: 2vw;
    height: 2vw;
  }

  #mylightbox video {
    top: 131px;
    max-height: 670px;
  }

  #closer_videopopup {top: 70px;}

  .head.seccion {
     height: 250px !important;
  }

  .head.seccion.poli {background-position:-31px center;}

  #empresa-pre-footer {
    height: auto;
    min-height: 1800px;
  }

  #timeline-section {margin-top: -138px;}

  .empresa .mouse-scroll {top: 176px;}



} /** fin 480px **/


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

  .seccion-content {margin-top: -113px}


  /** Footer **/
  .mouse-scroll {top: 160px;}
  #pre-footer {margin-top:0px; padding: 200px 0 0}

} /** fin 414px **/


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

/** Home: **/
  .titulares {
    padding-top: 230px;
  }
  .mouse-container {margin-top: 20px !important;}

  #seccion-pre-footer {margin-top: -143px;}

  #empresa-pre-footer {height: 2080px;}


} /** fin 375px **/


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

  /** Home: **/
  .mouse-scroll {top: 172px;}
  .row-tit-home > div.tits {margin-bottom: 16px;}
  #drone {margin-top: 15px;}



  /** Footer **/
  #pre-footer {margin-top: 0px; padding: 210px 0 0}


} /** fin 320px **/




/* ----------- Galaxy & HTC Media Queries: ----------- */

/* Landscape */
@media screen and (min-width : 320px) and (max-width : 640px) and (orientation :landscape) {


}



/* ----------- iPhone's Media Queries: ----------- */

/* Landscape */
@media screen and (min-width : 320px) and (max-width : 480px) and (orientation :landscape) {


}


@media screen and (min-width : 320px) and (max-width : 568px) and (orientation :landscape) {


}


@media screen and (min-width : 375px) and (max-width : 667px) and (orientation :landscape) {


}


@media screen and (min-width : 414px) and (max-width : 736px) and (orientation :landscape) {


}


/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.8 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}