@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff');
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.woff');
}

body {
margin: 0;
min-height: 100vh;
display: flex;
flex-direction: column;
/* border: 1px solid red; */
font-family: 'Gotham','Open Sans', sans-serif;
color: dimgray;
}
section {

  flex: 1;
  /* border: 1px solid red; */
  margin: auto;
  width: 100%;
  background: #f6f6f6;
}
#container-ps {
  max-width: 1200px;
}
#container-ps h4 {
color: #353a3f;
font-family: 'Gotham', 'Zilla Slab', serif;
font-weight: bold;
}

.redes img {
  width: 20px;
  margin-left:5px;
}

.logo img {
  width: 200px;
}

.btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #31d74f;
  color: white;

}

.size-whats {
  font-size: 10px;
}

.btn-whatsapp:hover {
  background: #37b74e;

}

.bg-blue {
  background-color: #002855;
}

.bg-white {
  background-color: #ffffff;
}

.link-blue{
  color: #002855;
}

/* /header */

/* main */

.banner {
  background: url('../images/banner-ps.png');
  height: 22vh;
  min-height: 270px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* filter: grayscale(60%); */
  font-family: 'Gotham', 'Zilla Slab', serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
}

.bannerretail {
  background: url('../images/banner-retail.jpg');
  height: 22vh;
  min-height: 270px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* filter: grayscale(60%); */
  font-family: 'Gotham', 'Zilla Slab', serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
}

.bannerinternacional {
  background: url('../images/banner-internacional.jpg');
  height: 22vh;
  min-height: 270px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* filter: grayscale(60%); */
  font-family: 'Gotham', 'Zilla Slab', serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
}

.bannerinstitucional {
  background: url('../images/banner-institucional.jpg');
  height: 22vh;
  min-height: 270px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* filter: grayscale(60%); */
  font-family: 'Gotham', 'Zilla Slab', serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
}

.bannerchensonbusiness {
  background: url('../images/banner-chensonbusiness.jpg');
  height: 22vh;
  min-height: 270px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* filter: grayscale(60%); */
  font-family: 'Gotham', 'Zilla Slab', serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
}

.banner h1 {
    font-size: 30px;
    color: white;
    font-weight: bold;
    line-height: 26px;

}

.banner h2 {
    font-size: 25px;
    color: white;
    font-weight: bold;
    line-height: 20px;
}

.line {
border-top: 4px solid pink;
}

/* /main */
/* section */

.box {
  border: 1px solid lightgray;
  height: auto;
  max-width:220px;
  background: white;
  line-height: 18px;
}

.box img {
  width: 80%;
}

.description {

  font-size: 12px;
  font-weight: lighter;
}

.description p {

  font-size: 12px;
  font-weight: lighter;
}

.cod  {

  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}

.tacha {
  font-weight: bold;
  text-decoration: line-through;
}

#producto {
  max-width: 1200px;
}

#producto a {
  color: dimgray;
  text-decoration: none;
}

#sec-config {
  background: white;
}

.res {
  font-weight: bold;
  color: #8e1314;
}

.sep-prod {
  border-top: 1px solid #dedede;
}

#img-update img {
  border: 1px solid gray;
}

.sep-estilo {
  border-bottom: 3px solid #683f57;
}

/* footer */
    #footer {
      max-width: 1200px;
    }
  .footer {
    background: #FDDD00;
    color: black;
    font-size: 14px;
  }
  .footer a {
    color: white;
    text-decoration: none;
  }

  .btn-consulta {
    line-height: 20px;
    font-size: 14px;
  }
  .footer img {
    width: 25px;
  }
  .linea-separadora {
    border-top: 1px solid gray;

  }
  #politicas a {
    font-size: 12px;
    font-family: 'Gotham-Light';
  }
  #politicas div {
    /* border: 1px solid red; */
    width: 100%;
    
  }
  #text-producto {
    background-color: white;
    display: flex;
    padding-bottom: 15px;
    justify-content: space-around;
    flex-direction: column;
    padding-bottom: 7px;
    line-height: 15px;
  }

  #container-color {
    background-color: white;
    display: flex;
    padding-bottom: 15px;
    justify-content: space-around;
    align-items: center;
  }
  #image-size {
    background-color: white;
  }
  #limit {
  	max-width: 1200px;
  	margin: auto;
  }
  .ocultar {
    display: none;
  }
  .view {
    display: block;
  }
  #text {
  	font-weight: bold;
  	font-size: 25px;

  	line-height: 15px;
  	text-align: center;
  }
  #text-second {
  	font-weight: bold;
  	font-size: 18px;

  	line-height: 15px;
  	text-align: center;
  }
  #divide {
  	border-top: 1px solid lightgray;
  	width: 90%;
  	margin: auto;
  	padding-bottom: 10px;
  }
  #text small {
  	font-size: 12px;
  }
  #modal-chenson {
  	border-bottom: 0;
  }
  #modal-chenson h5 {
  	font-family: 'Gotham', 'Oswald', sans-serif;
  	font-weight: bold;
  	font-size: 18px;
  	color: dimgray;
  	line-height: 15px;
  }
  #text-accordion {
  	line-height: 18px;
  	font-size: 14px;

  }
  #text-accordion-title h2{
    line-height: 25px;
  }
  a .pestana {
    color: black;
  }
  .pestana {
    top:-37px;
    border-radius: 5px 5px 0 0;
    position: relative;
    background: #E0EAFC;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #CFDEF3, #E0EAFC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #CFDEF3, #E0EAFC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .pestana img {
    width: 90%;
    padding: 20px 20px 20px 20px;
  }
  /* botones */
  .seccion-botones {
    background: #E0EAFC;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #CFDEF3, #E0EAFC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #CFDEF3, #E0EAFC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: 3;
    height: auto;
    position: fixed;
    bottom: -205px;
    border-radius: 30px 30px 0 0;
    transition: 1s;
  }
  .showing{
    bottom: 0%;
  }
  .showing img {
    transform: rotate(180deg);
  }
  .btn-sel {
  	background: #4B79A1;
  	color: white;
  	border: none;
  }
  .btn-sel:hover {
  	color: #9db2e0;
  }
/* /footer */

 .buscador-superior input {
    height: 40px;
    background: lightgray;
    padding: 8px;
    border: none;
 }

  #space-between-us{
    line-height: 14px;
  }
  .loader {
        display: flex;
        justify-content: center;
        align-items: center;
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url('../images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
      opacity: .8;
  }


  .instrucciones img {
    border: 1px solid gray;

  }

  .logo-workshop {
    max-width: 60%;
    height: auto;
  }

  .li-header {
    padding:0; 
    margin:0;
    display: flex;
    list-style: none;
    justify-content:center;
  }

@media screen and (max-width: 767px) {
   .seccion-botones {
   	bottom: -200px;
  }
  .showing {
    bottom: 0%;
  }
  .logo-workshop {
    max-width: 90%;
  }

  .li-header {
    padding:0; 
    margin:0;
    display: flex;
    list-style: none;
    justify-content:center;
  }

}

@media screen and (max-width: 460px) {
  .box {
    max-width:170px;
  }
  
  .li-header {
    margin-top: 45px;
  }
}

/*Buttons download files*/
.faf{
  color: white;
}

.fab{
  position: fixed;
  bottom: 32px;
  right: 32px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #6AA9DD;
  box-shadow: 1px 2px 4px grey;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../images/iconos/icono_desc.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;


}
/*.fab2{
  position: fixed;
  bottom: 32px;
  right: 32px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #FDDD00;
  box-shadow: 1px 2px 4px grey;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../images/iconos/icono_desc.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;

}*/

.fab:hover{
  cursor: pointer;
}

.fab2:hover{
  cursor: pointer;
}

.boxi{
  position: fixed;
  bottom: 44px;
  right: 5px;
  height: 0px;
  transition-delay: 0.3s;
  width: 80px;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.itemm{
  overflow: hidden;
  border-radius: 50%;
  transition: 0.4s ease-in;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 3px grey;

}
.itemm2{
  overflow: hidden;
  border-radius: 50%;
  transition: 0.4s ease-in;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 3px grey;

}
.item1{
  transition-delay: 0.2s;
  border: transparent;
  background: #FDDD00;
}

.item2{
  transition-delay: 0.3s;
  background: #FDDD00;
}

.item3{
  transition-delay: 0.4s;
  background: #FDDD00;
  margin-bottom: 69px;
}

.itemm:hover{
  cursor: pointer;
}

.boxi-active{
  height: 250px;
}

.fab-active{
  width: 60px;
}

.fab2-active{
  width: 60px;
}

.column {
	margin: 15px 15px 0;
	padding: 0;
}

.column:last-child {
	padding-bottom: 60px;
}

.column::after {
	content: '';
	clear: both;
	display: block;
}

.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}

.column div:first-child {
	margin-left: 0;
}

.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}

figure {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}