body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #b32d10;
}

hr.light {
  border-color: #fff;
}

a {
  color: #b32d10;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #b32d10;
}

h1,
h2,
h3,
h4,
h5,
h6,p {
  -font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-family: 'Montserrat', sans-serif;
}

.bg-primary {
  background-color: #b32d10 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}



#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding: 1em;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #b32d10;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #b32d10;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #b32d10;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #b32d10 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

#mainNav.navbar-home .navbar-nav > li.nav-item > a.nav-link,
#mainNav.navbar-home .navbar-nav > li.nav-item > a.nav-link:focus {
  color: #212529;
}

#mainNav.navbar-home {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 0rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    --color: rgba(255, 255, 255, 0.7);
    --color: #b32d10;
    color: white;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    --color: rgba(255, 255, 255, 0.7);
    color: #b32d10;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #b32d10;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #b32d10;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #b32d10;
  }
}

header.masthead .intro-aefeup{
  margin-top: 27em;
}
.margin_top{
margin-top: 100px;
}
.prendas-cols{
   padding-left: 0 !important; 
 
}


header.masthead .white-title {
  font-size:40px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

header.masthead p{
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("/public/images/header2020.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}


@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}
@media (max-width: 768px) {
.margin_top_min{
  margin-top: 100px;
  }
   header.masthead {
    height: 10vh;
    min-height: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: #b32d10;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #b32d10 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #b32d10;
  border-color: #b32d10;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #b32d10 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}


/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #b32d10;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.shadow {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.overflow{
  overflow: initial !important;
}
.position_video{
  position: relative!important;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  -height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 7px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #b32d10;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 20px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #b32d10;
  text-decoration: none;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*
    TEAM
*/


#team {
  background: #fff;
  padding: 60px 0;
}

.team {
  background: #fff;
  padding: 60px 0;
}


#team .member {
  text-align: left;
  margin-bottom: 20px;
  background: #000;
  position: relative;
  border-radius: 5px
}
.team .member{
  text-align: left;
  margin-bottom: 20px;
  background: #000;
  position: relative;
  border-radius: 5px
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  border-radius: 5px
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: ForestGreen;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.team-content-social {
  text-align: center;
  list-style: none;
  padding: 20px;
  margin: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  position: absolute;
  right: 0;
}

.document{

  margin-bottom: 3em;
  text-align: initial;
  padding: 1em;
}

#footer li {
 font-family: 'Montserrat', sans-serif;
 border-bottom: 1px solid #333;
 padding-top: 0.5em;
 padding-bottom: 0.5em;

}

#footer li a {
  color :lightgray;
}

#footer ul{
  padding: 0;

}


#regulamento-link:hover{
  background-color:white;
}

#departamento {
  background: #fff;
  background-size: cover;
}

#departamento .box {
  margin-bottom: 30px;
}

#departamento .icon {
  float: left;
}

#departamento .icon i {
  color: #b32d10;
  font-size: 25px;
  line-height: 1;
  transition: 0.5s;
}

#departamento .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 15px;
  margin-top: 5px;
}

#departamento .title a {
  color: #111;
}

#departamento .box:hover .title a {
  color: #b32d10;
}

#departamento .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}


#departamento .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
  border-radius: 5px
}

#departamento .member img {
  border-radius: 5px;
}

#departamento .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  border-radius: 5px
}

#departamento .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#departamento .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#departamento .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#departamento .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#departamento .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#departamento .member .social {
  margin-top: 15px;
}

#departamento .member .social a {
  transition: none;
  color: #fff;
}

#departamento .member .social a:hover {
  color: #b32d10;
}

#departamento .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

#departamento .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#departamento .about-col .img {
  position: relative;
}

#departamento .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#departamento .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: ForestGreen;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#departamento .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#departamento .about-col:hover .icon {
  background-color: #fff;
}

#departamento .about-col:hover i {
  color: #b32d10;
}

#departamento .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#departamento .about-col h2 a {
  color: #000;
}

#departamento .about-col h2 a:hover {
  color:#b32d10;
}

#departamento .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#vices{
  padding-left: 3em;
  padding-right: 3em;
}


#lider-1{
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 25%;
  padding-right: 3em;

}

#lider-2{
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  padding-right: 25%;

}

@media (max-width: 950px) {

  #lider-1{
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 15%;
    padding-right: 2em;

  }

  #lider-2{
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 15%;

  }

}

@media (max-width: 768px){
  #lider-1{
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 10em;
    padding-right: 10em;
  }

  #lider-2{
    padding-top: 0em;
    padding-bottom: 3em;
    padding-left: 10em;
    padding-right: 10em;
  }
}

@media (max-width: 450px){
    
  #regulamento-link{
    margin-top: 1.5em;
    margin-left: 3rem;
  }
    
  .white-title{
    display:none;
  }
  
  #lider-1{
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 7em;
    padding-right: 7em;
  }

  #lider-2{
    padding-top: 0em;
    padding-bottom: 3em;
    padding-left: 7em;
    padding-right: 7em;
  }
}

#lider-3{
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 28%;
  padding-right: 3em;

}

#lider-4{
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  padding-right: 28%;

}

@media (max-width: 950px) {

  #lider-3{
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 17%;
    padding-right: 2em;

  }

  #lider-4{
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 17%;

  }

}

@media (max-width: 768px){
  #lider-3{
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 11em;
    padding-right: 11em;
  }

  #lider-4{
    padding-top: 0em;
    padding-bottom: 3em;
    padding-left: 11em;
    padding-right: 11em;
  }
}

@media (max-width: 450px){
  #lider-3{
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 7em;
    padding-right: 7em;
  }

  #lider-4{
    padding-top: 0em;
    padding-bottom: 3em;
    padding-left: 7em;
    padding-right: 7em;
  }
}

#gape{
  display: flex;
  justify-content: center;
  margin-top:3em;
  margin-bottom:3em;
}

#contactos{
  padding-bottom:0;
}


/* Merchandising */

#form-50{
  width: 50%;
}

.hidden {
  display: none;
}

.gal {	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}	

.gal img{ width: 100%; padding: 7px 0;}
  @media (max-width: 500px) {		
	.gal {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;	
	}
}

/*
 * Title: jQuery Etalage plugin CSS
 * Author: Berend de Jong, Frique
 * Author URI: http://www.frique.me/
 * Version: 1.3.1 (20120705.1)
 *
 * ------------------------------------ STYLE ------------------------------------
 * Edit this section to style your thumbnails, zoom area, magnifier etc.
 * If the id of your Etalage instance is different, do a find/replace on #etalage.
 * -------------------------------------------------------------------------------
 */

/* Etalage container (large thumb + small thumbs): */
#etalage{
	display: none;
}

/* Large thumbnail: */
#etalage .etalage_thumb{
	background: white url(../public/images//loading.gif) center no-repeat;
	
}

/* Large thumbnail - image (in case you want to add a border around the image within the frame) */
#etalage .etalage_thumb_image{ }

/* Small thumbnails: */
#etalage .etalage_small_thumbs li{
	
	border: 1px solid #ddd;
	margin: 10px;
	
	cursor:pointer;
}
/* The one on the left that makes them slide */
#etalage ul li.etalage_smallthumb_first{ }
/* The one on the right that makes them slide */
#etalage ul li.etalage_smallthumb_last{ }
/* The currently active one */
#etalage ul li.etalage_smallthumb_active{
	
}

/* Zoomed image area: */
#etalage .etalage_zoom_area,
.etalage_zoom_area{
	background: white url(../public/images//loading.gif) center no-repeat;
	
}

/* Magnifier area (thumbnail hovering rectangle): */
#etalage .etalage_magnifier{
	background: white;
	border: 1px solid #bbb;
}

/* Icon that will apear at the left bottom of the large thumbnail (optional): */
#etalage .etalage_icon{
	background: url(../public/images//zoom.png) no-repeat;
	width: 104px;
	height: 104px;
}

/* Hint that will apear at the top right of the large thumbnail (optional): */
#etalage .etalage_hint{
	background: url(../public/images//hint.gif) no-repeat;
	width: 130px;
	height: 57px;
}

/* Description area (optional) */
#etalage .etalage_description{
	background: white;
	font-style: italic;
	margin: 10px;
	padding: 6px 10px;
}

/*
 * ------------------------------------ FUNCTIONALITY --------------------------------------
 * The following CSS serves to make Etalage function properly. Don't edit or edit carefully.
 * -----------------------------------------------------------------------------------------
 */

.etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint{ display:none }
 .etalage_source_image{
 	display:none !important;
 }
.etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description{ margin:0; padding:0; border:0; list-style:none }
.etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img{ position:relative }
.etalage img, .etalage li{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; -webkit-user-drag:none; -moz-user-drag:none; user-drag:none }
.etalage, .etalage_small_thumbs li{ float:left }
.etalage_small_thumbs li img{
	width:60px !important;
	height:100% !important;
}
.etalage_small_thumbs{
	width:100% !important;
}
.etalage_right{ float:right }
.etalage li{ position:absolute }
.etalage img{ vertical-align:bottom; max-width:none; }
.etalage_thumb_image{
  width:100% !important;
  height: 100% !important;
}
.etalage_zoom_area div{
	width:530px !important;
}

 .etalage_magnifier{ cursor:default } 
.etalage_magnifier div, .etalage_small_thumbs{ overflow:hidden }
 .etalage_magnifier div img{ display:none }
.etalage_icon, .etalage_hint{ cursor:default; width:0; height:0; overflow:hidden }
.etalage_small_thumbs li.vertical{ float:none }
.etalage_zoom_area{ z-index:996 }
.etalage_zoom_area div{ overflow:hidden; z-index:997 }
.etalage_zoom_preview{ position:absolute; z-index:998 }
.etalage_zoom_img, .etalage_hint{ z-index:999 }
.etalage{ direction:ltr; }
div.etalage_description{ position:absolute; bottom:0; left:0; z-index:999 }
div.etalage_description.rtl{ direction:rtl; text-align:right } 

@media only screen and (max-width: 1200px) {
  #sweat-text{
    padding-left: 6rem !important; 
  }
}

@media only screen and (max-width: 992px) {
  #sweat-text{
    padding-left: 10rem !important; 
  }
}

@media only screen and (max-width: 920px) {
.etalage_zoom_area div{
	width:400px !important;
}
#sweat-text{
  padding-left: 10rem !important; 
}

}
@media only screen and (max-width: 768px) {
 .etalage_zoom_area div{
	width:380px !important;
 }

 #sweat-text{
  padding-left: 1rem !important; 
}
}
@media only screen and (max-width: 480px) {
 .etalage_zoom_area div{
	display:none;
 }
 #sweat-text{
  padding-left: 1rem !important; 
}
}
 @media only screen and (max-width: 320px) {
 #etalage .etalage_thumb{
 	width:90% !important;
 }
}

#hidden{
  display: none
  ;
}

.images_3_of_2{
  width: 26.2%;
  float: left;
  margin-right: 2.6%;
} 

.info{
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-height: 500px;
  overflow: hidden;
}

.margin_bot{
  height: auto !important;

}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
