	@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
body{
		font-family: 'Roboto Condensed', sans-serif !important;
    color:#2e2e2e;
}
body::-webkit-scrollbar {
  width: 8px;
}
 html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;

}
::-webkit-scrollbar {
    width: 15px;
}
.carousel {
    margin-bottom: 2vw;
}
.full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius:  3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
 
::-webkit-scrollbar-thumb {
    border-radius:  3px 0 0 3px ;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    border-radius: 3px 0 0 3px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
h2 {
    font-size: 1.5rem;
}
#successMsg,#errorMsg,#successMsg2,#errorMsg2{
  display:none;
}

.dropdown-item{
  color:#ffffff;
}
.dropdown-menu{
  background:#7f7f7fd6;
  min-width: 15rem;
}
.dropdown-menu .nav-item{
  font-size:16px;
}
.dropdown-menu::after,.dropdown-menu::before{
  position:relative;
}
.contenedor-arbol{
  background:#263453;
}
.contenedor-arbol, .contenedor-arbol ul, .contenedor-arbol li {
    position: relative;
    text-transform:uppercase;
}

.contenedor-arbol ul {
    list-style: none;
}
.contenedor-arbol li::before, .contenedor-arbol li::after {
    content: "";
    position: absolute;
    left: -12px;
    background:#000;
    color:#fff;
}
.contenedor-arbol a{
  text-decoration:none;
  color:#fff;
  background:#000;
  width:100%;
}
.contenedor-arbol a:hover{
  
}
.arbol li::before {
    border-top: 1px solid green;
    top: 9px;
    width: 8px;
    height: 0;
}

.arbol li::after {
    border-left: 1px solid brown;
    height: 100%;
    width: 0px;
    top: 2px;
}
.clt ul > li:last-child::after {
    height: 8px;
}
.videoContainer {
    display: block;
    /*position: absolute*/
}
.playBtn:hover{
  transform:scale(1.1);
}
.playBtn {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px; /*half of the width */
    margin-top: -48px; /*half of the height */
}

#access {
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
}
#access ul {
    font-size: 13px;
    list-style: none;
    margin: 0 0 0 -0.8125em;
    padding-left: 10px;
}

#access li {
    position: relative;
    padding-left: 11px;
    margin:0 0 3px 0;
}
#access a,#access li b {
    background: #393d40; /* Show a solid color for older browsers */
    color: #eee;
    display: block;
    line-height: 3.333em;
    padding: 0 10px 0 20px;
    text-decoration: none;
}
#access li b{
  color:#fff;
  font-size:18px;
  background:inherit;
}
#access ul ul {
  display: block;
}
    /*float: left;
    margin: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 188px;
    z-index: 99999;
    opacity: 0.70;
    margin-left: -7px;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}*/
#access ul ul a {
    background: #263453;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px 10px;
    width: 95%;
}

#access a:hover {
   /* background: #efefef;*/
  color:#ab8b2b;
  font-weight:bold;
  font-style:italic;
}
#access .active {
    font-weight: bold;
    color: #e3ac13;
    background: rgb(46,46,46);
    background: linear-gradient( 
90deg
 , rgb(57 61 64) 54%, rgb(238 238 238 / 33%) 100%);

}
/*
#access li:hover > a,
#access a:focus {
    background: #f9f9f9; 
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    color: #373737;
}*/
#access ul li:hover > ul {
    display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
    font-weight: bold;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e3ac13a1;
}
ul.dropdown-menu li > ul.dropdown-menu {
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu {
    display: block;
}
.nav-item{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left: 1vw;
}
.brandname{
	font-size:16px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
  
}
.dropdown-item, .nav-link {
  text-transform:capitalize;
}
.bg-dark{
	background-color:#263453 !important;
    border-bottom: 3px solid #e3ac13;  
}
.nav-item .active {
    #background-color: #ddd;
    color: #16181b !important;
    background: #e3ac13;
}

.idiomas>a>img:hover{
  transform:scale(1.3);
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
    background-color: #e3ac13;
}
.nav-mid{
  background-color: #ffffffed !important;

}
.nav-mid .navbar-nav .nav-link {
    color: #000 !important;
}
.nav-mid:hover{
  background-color: #ffffff !important;
}
.bartitle1{
  text-align:center;
}
.redes{
  cursor:pointer;
  filter:grayscale(1.6) brightness(0.7) contrast(2.2);

}
.redes:hover{
  filter: none;
}
 .carousel-inner > .item > img {
      width:100%; /* Or try to use important */
      height:auto;
    }
.carousel-item > img {
    height: auto;
}
.carousel-item {
    height: 33.8vw;
    background-color: #fff;
}
.carousel-caption>h1{
      text-transform: uppercase;
    text-shadow: 2px 2px #212529;
}

.marketing{
 /* margin-top:42px;*/
 
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    z-index: 1;
    background: #ffffffeb;
}
.texto_detalle,.texto_detalle2{
    color: #000;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1.1rem;
    font-weight: 100;
}
.texto_detalle2{
  color:#fff;
  font-size:1.25rem;
  
}

.block::before,.brand::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #e06c0c, #692c3e, #290a59);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}
.card-container{
    padding:10px;
}
.block{
  padding:20px;
  background:#e3ac1326;
  border-radius:5px;

}
.block:hover {
    background:#e3ac134d;
    color:#000;
   transform: scale(1.1); 
   transition: transform 0.25s ease-in-out;
}
.block:hover::before {
  transform: scaleX(1);  
}
.block:hover >  .itemsini{
        border-radius:10% !important;
    -webkit-border-radius:10%;
    box-shadow: 0px 0px 15px 1px #ffeab0;
    -webkit-box-shadow:0px 0px 15px 1px #ffeab0;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  transition:  border-radius 0.5s;
}
.block[data-animation="to-left"] a::before,.brand[data-animation="to-left"] a::before {
  transform-origin: right;
}
.barra1,.titulo{
  height:80px;
  font-size:36px;
  text-transform:uppercase;
  text-align:center;
  background:#e3ac13;
  color:#000;
  font-weight:bold;
   line-height: 80px;
}
.titulo{
  margin-top:25px;
}
.barra2{
  height:80px;
  font-size:36px;
  text-transform:uppercase;
  text-align:center;
  
  color:#000;
  font-weight:bold;
   line-height: 80px;

}
.layer {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.brand:hover{
   transform: scale(1.05); 

   transition: transform 0.25s ease-in-out;
}
.brands{
  background:#fff;
  border: 1px solid #e3ac132e!important;
}
.brands:hover{
   transform: scale(1.4); 
   transition: transform 0.15s ease-in-out;
   z-index:999;
    border-radius:15px;
}
.region_button {
  border: none;
  background: #404040;
  color: #ffffff !important;
  font-weight: 100;
  padding: 20px;
  text-transform: uppercase;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  margin-right:7px;
  }
.region_button:hover,.region_selected {
  color: #404040 !important;
  font-weight: 700 !important;
  background: none;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  transition: all 0.3s ease 0s;
  }


.is-animated {
  animation: .8s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1) ;
  } 
  100% {
    transform: none;
  }
}
.space_top{
  margin-top:20px;
}
.space_bottom{
  margin-bottom:20px;
}
.blogs_rows{
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  padding-top:10px;
  padding-bottom:10px;
}
.blogs_rows:hover{
  background-image: linear-gradient(to right,#ede3e3, #ffffef)
  /*background:#ddd;*/
}
.cta{
  font-size:36px;
  text-transform:uppercase;
  text-align:center;
  font-weight:bold;
  
}
.blackribbon{
    background:#292c2f;
    color:#e3ac13;
    clip-path: polygon(0 0,0 70%, 100% 100%, 100% 70%,100% 0);
    width:102%;
    min-height:350px;  
    padding-top:20px;
}

.blackribbon2{
  background:#292c2f;
  color:#e3ac13;
  width:102%;
  min-height:350px;  
  padding-top:20px;
}
.cta>p{
  font-size: 1.25rem;
    font-weight: 300;
}
.pol{
clip-path: polygon(0 0,0 70%, 100% 100%, 100% 0);
background:green;
width:100%;
height:200px;
}
.footer{
  background:#263453;
  min-height: 200px;
  color: #e3ac13;
  font-size: 1.25rem;
}

.footer-dir{
  color: #fff;
}
.footer-dir a{
  text-decoration: none;
  color:#fff;
}
a:hover{
   transform: scale(1.1); 
   transition: transform 0.25s ease-in-out;
}
.counter{
  font-size:290%;
  font-weight:bold;
  color:#e3ac13;
  text-shadow: 2px 2px #f7eabf;
  text-align:center;
}
.counter_block p{
    font-size:20px;
  font-weight:bold;
  text-align:center;
}

.footer-distributed{
	/*background-color: #292c2f;*/
	background-color: #263453;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
  font-family: 'Roboto Condensed', sans-serif !important;

	padding: 50px 60px 40px;
	margin-top: 80px;
	overflow: hidden;
  display:block;
  padding: 2vw 8vw;
}

/* Footer left */

.footer-distributed .footer-left{
	float: left;
}

/* The company logo */

.footer-distributed h3,.footer-distributed h4{
	color:  #ffffff;
	margin: 0 0 10px;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color: #acacac;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer social icons */

.footer-distributed .footer-icons{
	margin-top: 40px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Footer Right */

.footer-distributed .footer-right{
	float: right;
}

.footer-distributed .footer-right p{
	display: inline-block;
	vertical-align: top;
	margin: 15px 42px 0 0;
	color: #ffffff;
}

/* The contact form */

.footer-distributed form{
	display: block;
}

.footer-distributed form input,
.footer-distributed form textarea{
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	background-color:  #1f2022;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
	resize: none;

	font: inherit;
	font-size: 14px;
	font-weight: normal;
	color:  #d1d2d2;

	width: 400px;
	padding: 18px;
}

.footer-distributed ::-webkit-input-placeholder {
	color:  #5c666b;
}

.footer-distributed ::-moz-placeholder {
	color:  #5c666b;
	opacity: 1;
}

.footer-distributed :-ms-input-placeholder{
	color:  #5c666b;
}


.footer-distributed form input{
	height: 40px;
	margin-bottom: 15px;
  width:100%;
}

.footer-distributed form textarea{
	height: 75px;
	margin-bottom: 20px;
  width:100%;
}

.footer-distributed form button{
	border-radius: 3px;
	background-color:  #33383b;
	color: #ffffff;
	border: 0;
	padding: 15px 50px;
	font-weight: bold;
	float: right;
}

/* If you don't want the footer to be responsive, remove these media queries */
.redessociales{
  display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px
}
.header-features{
  text-align:right;
}
.header-features a{
  text-decoration:none;
  color:inherit;
}
.header-features a:hover{
  text-decoration:dotted;
  color:inherit;
}

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.separador{
    border: 2px solid #e3ac13;
    border-radius: 25px;

}
.img-thumbnail{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.a_demo_three:hover{
   text-decoration:none;
   color:#ffffff;
    background-image: linear-gradient( rgb(123 196 224) 0%, #ffc10778 100%);
}
.a_demo_three {
   
    background-color: #3bb3e0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    border-left: solid 1px #2ab7ec;
    margin-left: 35px;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}
.a_demo_three::before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;  
    background-color: #2561b4;
    content:"\f0c4";
    width: 35px;
    
    height: 100%;
    position: absolute;
    display: block;
    padding-top: 8px;
    top: 0px;
    left: -36px;
    font-size: 16px;
    font-weight: bold;
    color: #8fd1ea;
    text-shadow: 1px 1px 0px #07526e;
    border-right: solid 1px #07526e;
    background-image: linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
    background-image: -o-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(10,94,125)), color-stop(1, rgb(14,139,184)) );
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999;
    padding:7px;
}
.a_demo_three:active::before {
    top: -3px;
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999;
}
.a_demo_three:active {
    top: 3px;
    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(62,184,229)), color-stop(1, rgb(44,160,202)) );
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}
#menu-v{
  display:block;
}
ul#menu-v, #menu-v ul
{
    width:200px; /* Main Menu width */
    border:1px solid rgba(190,190,190,0.3);
    list-style:none; margin:0; padding:0;
    z-index:9;
}     

#menu-v li
{
    margin:0;padding:0;
    position:relative;    
    background-color:#DDDDDD; /*fallback color*/
	background-color:rgba(0,0,0,0.5);
    transition:background 0.5s;
}
#menu-v li:hover
{
    background-color:rgba(0,0,0,0.9);
}

#menu-v a
{
    font:normal 12px Arial;
    border-top:1px solid rgba(190,190,190,0.3);
    display:block;
    color:#EEEEEE;
    text-decoration:none;
    line-height:30px;
    padding-left:22px; 
    position:relative;           
}

#menu-v li:first-child a
{
    border-top:0;
}

#menu-v a.arrow::after{
    content:'';
    position:absolute;
    display:inline;
    top:50%;
    margin-top:-4px;
    right:8px;
    border-width:4px;
    border-style:solid;
    border-color:transparent transparent transparent white;
    transition:border-color 0.5s;  
}
                
#menu-v li a.arrow:hover::after
{
    border-color:transparent transparent transparent #CCCCCC;
}
        
/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{
    min-width:180px; /* Sub level menu min width */
    position:absolute;
    display:none;
    left:100%;
    top:50%; transform:translateY(-50%);
}

#menu-v li:hover > ul
{
    display:block;
}
.productos{

  max-width:1600px;

}
a .caption{
    color: #000;
  text-shadow: 1px 1px 2px #fff;
    position: relative;
    top: -25px;
    left: 0px;
    width: 100%;
    background: #dcdcdc59;
    padding: 0 0 0 10px;
}
.imagen{
  max-height:360px;
  max-width:100%;
  width:auto !important;
}
a.imagen:hover,a.galeria:hover{
  text-decoration:none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e3ac13;
}
.contenedor {
  height: 100%;
  padding: 5% 0;
}

h1 {
  color: #FCFBFA;
}
.inputshow{
box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, -31px -32px 15px -14px rgba(0,0,0,0);
}
.container_foto {
  background-color: rgb(38 40 43 / 90%);
  padding: 0;
  overflow: hidden;
  max-width: 350px;
  margin: 0px;
  border: 4px solid #fff;
}

.container_foto article {
  padding: 10%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container_foto h2 {
    color: #e3ac13;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
    font-weight: 800;
    font-size: 25px;
    border-bottom: #e3ac13 solid 1px;
}

.container_foto h4 {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}

.container_foto img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.ver_mas {
  background-color: #e3ac13cc;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0px, 70px);
  -webkit-transform: translate(0px, 70px);
  -moz-transform: translate(0px, 70px);
  -o-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ver_mas span {
  font-size: 40px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: 13px;
}
.ver_mas span span{
    font-family: 'Roboto Condensed';
    font-size: 24px;
    top: -4px;
    position: relative;
    left: 6px;
}

/*hovers*/

.container_foto:hover {
  cursor: pointer;
}

.container_foto:hover img {
  opacity: 1;
  transform: scale(1.5);
}

.container_foto:hover article {
  transform: translate(2px, -69px);
  -webkit-transform: translate(2px, -69px);
  -moz-transform: translate(2px, -69px);
  -o-transform: translate(2px, -69px);
  -ms-transform: translate(2px, -69px);

}
.container_foto:hover article h2{
    -webkit-transition: background-color 300ms linear, color 0.5s linear;
    -moz-transition: background-color 300ms linear, color 0.5s linear;
    -o-transition: background-color 300ms linear, color 0.5s linear;
    -ms-transition: background-color 300ms linear, color 0.5s linear;
    transition: background-color 300ms linear, color 0.5s linear;
    color:#fff;
}
.container_foto:hover .ver_mas {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  opacity: 1;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
h4{
    font-size: 1.1rem;
  font-weight:bold;
}
.cont-img {
  display: inline-block;
  overflow: hidden;
  width:100%;
  height:20vw;
  max-height:200px;
  background-size:120%;
  background-position:center;
  overflow:hidden;  
}

.ancla {
  scroll-margin-top: 80px; /* Ajusta el margen que quieras */
}

@keyframes bgsize {
  from {background-size: 120%;}
  to {background-size: 150%;}
}

.cont-img:hover {

    display: block;
    animation: bgsize 1.5s forwards;
}
.modal-dialog{
  max-width:57vw;
}
@media (max-width: 1000px) {

	.footer-distributed {
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-company-name{
		font-size: 12px;
	}

	.footer-distributed form input,
	.footer-distributed form textarea{
		/*width: 250px;*/
		width: 100%;
	}

	.footer-distributed form button{
		padding: 10px 35px;
	}

}

@media (max-width: 800px) {
  .modal-dialog{
   max-width:70vw;
  }
	.footer-distributed{
		padding: 30px;
	}
  .titulo{
    font-size:4.5vw;
  }
	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		float: none;
		max-width: 300px;
		margin: 0 auto;
	}

	.footer-distributed .footer-left{
		margin-bottom: 40px;
	}

	.footer-distributed form{
		margin-top: 30px;
	}

	.footer-distributed form{
		display: block;
	}

	.footer-distributed form button{
		float: right;
	}
}

@media (max-width: 768px) {
  .modal-dialog{
     max-width:90vw;
  }  
  . header-features{
      text-align:center;
    }
  .blackribbon{
      clip-path: polygon(0 0,0 90%, 100% 100%, 100% 70%,100% 0);
      width:107%;
  }
}
@media (max-width: 768px) {
  .bartitle1{
    display:none;
  }
  .bartitle1{
    text-align:center;
  } 
}