body{
  overflow-x: hidden;
}
#main{
  padding:0;
}
/* Background pattern from Toptal Subtle Patterns */
.cont{
  background: url(https://www.toptal.com/designers/subtlepatterns/patterns/interlaced.png);
  background-color: #ffffff00;
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
}
.cont2{
  background: #C33764;  /* fallback colour. Make sure this is just one solid colour. */
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../imgs/back2.jpg');
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../imgs/back2.jpg'); /* The least supported option. */
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.no-margin{
  margin:0 !important;
}
.no-padding{
  padding:0 !important;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
#info_top{
  background-color: #2A3645;
  height: 40px;
  color: white;
  line-height: 40px;
}
#icon_info_top a{
  color: #fff;
  line-height: 50px;
  padding 5px;
}
#icon_info_top a i{
  padding-right: 5px;
}
#icon_info_top a:hover{
  color: #9ab5d6;
}
#icon_info_top a:not(:last-child) i{
  border-right: 1px solid #fff;
}
#main_back:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(70vh + 100px);
  opacity: .4;
  z-index: -1;
  background-image: url('../imgs/back1.jpg');
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
}
#main_back{
  height: calc(70vh - 20px);
}
#main_2{
}
#nav {
  background: #2a3645e0;
  height: 80px;
  margin:0;
}
#nav ul a{
  color: #fff;
  font-weight:  bold;
}
#nav ul a:hover{
  color: #9ab5d6;
}
#nav .dropdown-menu{
  background: #2a3645e0 !important;
  top: 18px !important;
  border-radius: 0;
  font-weight:  bold !important;
}

#info_top .dropdown-menu{
  background: #2a3645e0 !important;
  border-radius: 0;
  font-weight:  bold !important;
  min-width: unset !important;
}
#nav .dropdown-menu .dropdown-item:hover, #info_top .dropdown-menu .dropdown-item:hover{
  background:  transparent !important;
}

#info_top .dropdown-menu .selected{
  background: #0000006b;
}
#info_top .dropdown-menu .dropdown-item:hover{
  background: #0000006b !important;
}
#selected{
  background: #0000006b;
}
#selected a:hover{
  color: #ffffff !important;
}
.logo_top{
  background-image: url('../imgs/logo_blanco.png');
  background-position: left;
  background-size: contain;
  background-repeat:  no-repeat;
  cursor: pointer;
}
.logo_top:hover{
  background-image: url('../imgs/logo_azul_g.png');
}
div#nav {
    width:  100%;
    margin: 0;
}
.section_title{
  color: #444e5c;
  font-size: 4.5em;
  font-weight: bold;
}

#Galeria{margin-top:  10px;margin-bottom:  15px;}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 3px;
}
.thumb img{
  border:none;
  padding: 0;
}

.modal-dialog.modal-lg {
    max-height: 90vh;
}

.modal-content {
    height: 100%;
}

.modal-body {
    height: 70vh;
    max-width:  100%;
}

img#image-gallery-image {
    max-height:  100%;
}
#map{
  width: 100%;
  padding: 0;
}
#cont_inf{
  padding-top: 80px;
  font-weight: lighter;
  background: #fffffffa;
}
#cont_inf h3 {
    font-size: 1.2em;
    text-align: center;
}
#cont_inf h4{
  font-size:1em;
}
#FORMULARIO{
  width:  100vw;
  margin: 0 auto;
}
#INFORMACION{
  min-height: 100vh;
}
#FORMULARIO h2 {
    font-size: 2.5em;
    text-shadow:  2px 1px #000;
}
#cards{
  margin:0 auto;
}
#cards{
  margin:0 auto;
  background:  #2a3645;
}
#cards .row{
  margin:0 auto;
}


#cards .card {
    background: transparent;
    color: #fff;
}

#cards img.card-img-top {
    width: 50%;
    margin: 0 auto;
}

#cards .card-body {
    padding-top: 10px;
    text-align: justify;
}

#form_container{
  margin: 0;
  color: #fff;
}
.well.well-sm {
    background:  #2a3645a6;
    padding: 20px;
}


div#quote {
    margin: 0 auto;
    padding-top: 20px;
    min-height:  600px;
}


#faqs .card-header {
    background: #2a3645;
    border: none;
}

#faqs .card {
    border: none;
}

#faqs .card-body {
    text-align: justify;
}


#faqs button.btn.btn-link {
    color: #ffffff;
}

#quote h2 {
    color: #ffffff;
    background: #2a3645;
    margin: 0;
    padding:  15px;
}
div#headingOne {
    border-radius:  0;
}
#quote form {
    margin-top:  15px;
}


/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-sizing: border-box;
    width: 100%;


    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2D3846;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #2a3645;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #2a3645;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #2a3645;
    text-transform: uppercase;
    font-size: 9px;
    width: 25%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #2D3846;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #2D3846;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}
.g-recaptcha div {
    margin: 0 auto;
}
div#brands {
    margin-top: 2em !important;
    background: #ffffff;
}
#brands .container{
  margin: 0 auto;
}
#brands .card-img-top{
  width: 80%;
}
#brands .carousel-inner{
  margin: 0 auto;
  color: #ddd !important;
}
#brands .card.col-md-3 {
    border: none;
    background:  transparent;
}
#footer{
  background-color: #2D3846;
  background-image: url('../imgs/pixelMap.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 20px;
}
.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list li a:before {
    content: "";
   font-feature-settings: 'liga'
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -10px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
#modal-video{
  display: none;
}
.video .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  background:  none;
  font-size: 3em;
  width: 30px;
  height:  30px;
  border: none;
  padding: 0 !important;
  line-height:  0;
  cursor: pointer;
  border-radius: 50%;
  direction: inherit;
  margin-left: -0.3em;
}
#related{
  padding-top: 30px;
}
#related h2{
  color: #ffffff;
  background: #2a3645;
  margin: 0;
  padding:  15px;
}
#related .container{
  margin: 0 auto;
  margin-bottom: 30px;
}
#related a{
  color: #2a3645 !important;
}
#related h4{
    padding:10px;
    font-size:  1.1em;
}
div#rep {
    margin: 0 auto;
    margin-bottom: 20px !important;
}

div#rep_text {
    margin: 20px 0 0px  0;
    color: #ffffff;
    padding: 6px;
    background: #2a3645;
    text-transform: uppercase;
    border-color: #2a3645 !important;
}
div#about-us {
    margin: 0 auto;
}

div#ab_text {
    margin: 20px 0 0px  0;
    background: #2a3645;
    color: #fff;
    padding: 0px 15px 15px 15px;
}
div#ab_text p{
  font-size:1.1em;
  padding:  5px;
}
#ab_right{
  margin-top:  20px;
  background-image: url('../imgs/serv/carga.jpg');
  background-color:  #2a3645a6;
  background-size: cover;
  background-position: center;
}
#serv .container{
  margin: 0 auto;
}


div#serv {
    margin-top: 20px !important;
    margin: 0 auto;
    margin-bottom:  20px;
}


div#serv .card {
    padding: 0;
}


#serv .card-container {
    margin: 0;
    padding: 5px;
}

#serv .card-text{
  text-align: justify;
}

#related .container-fluid {
    margin:  0 auto;
}


div#rep_text .card {
    background: transparent;
}

#rep .card {
    background:  transparent;
    border: 0;
}


#rep .row {
    background: #ffffff;
    padding: 0;
    margin: 0;
}
#rep h3 {
    font-size:  2.5em;
    margin: 0;
    padding:  0;
    -webkit-margin-before: 0.2em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


#ab_text p:last-child {
    margin-bottom:  0;
}


#ab_text h3 {
    font-size: 2.5em;
    margin: 0;
    padding:  0;
    -webkit-margin-before: 0.2em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


.alert {
    width: 30vw;
    position: fixed;
    right:0;
    bottom: 0;
    z-index:  99999;
    height: 70px;
    top: calc(100vh - 80px);
}


button#send img {
    height: 19px;
    padding-right: 35px;
}

button#send {}


ul#navbarSupportedContent {
    height: auto;
}


button.navbar-toggler {
    right: 0;
    position: absolute;
    top: 25px;
    z-index:  9999;
}
#serv .card-body {
    background: #2a3645;
    color: #fff;
}

#serv .card-img-top {
    border: 3px solid #2a3645;
    border-bottom:  none;
}

#brands p,#rep_text p{
  text-align: center;
  font-size: 10px;
  margin: 0;
  padding: 0;
}


span.carousel-control-prev-icon, span.carousel-control-next-icon  {
    background-color: #2a3645;
    padding: 10px;
    width: 25px;
    height: 25px;
}


.carousel-indicators li {
    background-color: #2a3645;
}

.carousel-indicators li.active {
    background-color:#2a36455e;
}



.btn_gal {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

a.card-body {
    color: #000;
    border: none;
    border-radius: unset;
}

a.card-body:hover {
    text-decoration: none;
    border-color: #2d3846;
    background: white;
}
div.card_gal{
  border: none;
  transition: box-shadow 0.1s, -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, box-shadow 0.1s;
  transition: transform 0.1s ease-in-out, box-shadow 0.1s, -webkit-transform 0.1s ease-in-out;
  height: 100%;
}


div.card_gal:hover {

  -webkit-transform: translateY(-0.5rem) scale(1.0125);
    transform: translateY(-0.5rem) scale(1.0125);
    box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
}


.card_gal .card-img-top {
    border: none;
}


.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e081';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #2d384673;
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.album_info h2{
    margin: 0;
    text-transform: uppercase;
}

div#carouselVid {
    margin: 0 auto;
}

.carousel .carousel-control-next,.carousel .carousel-control-prev { visibility: hidden; }
.carousel:hover .carousel-control-next,.carousel:hover .carousel-control-prev { visibility: visible; }

#main_back .row.col-12.justify-content-center {
  padding: 0;
  margin: 0;
}

.logo {
  padding: 0;
  margin: 0;
}

.dropdown-menu.show {
    z-index: 99999;
}

.dropdown-menu.p-0.show {}

a#lang:hover {
    text-decoration: none;
}