:root{
--bs-gutter-x: 50px;
}

body {
  font-family: 'Raleway', sans-serif;
  background-image: url("../img/fondo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/*Imagenes*/
.canvas img {
  width: 100%;
  height: auto;
}
.chicos img {
  width: 100%;
  height: auto;
}
.pick-color img {
  width: 100%;
  height: auto;
}

.capsula{
  display: block;
  text-decoration: none;
}
.capsula img {
  width: 100%;
  height: auto;
}

.ui-widget.ui-widget-content {
    border: 1px solid #30b49c;
    border-radius: 50px;

}
.ui-slider .ui-slider-handle {
  border-radius: 50px;
  border-color: #30b49c;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid  #30b49c!important;
    background:  #30b49c!important;
    font-weight: bold;
    color:  #30b49c!important;
}


/*botones*/
.btn{
  color: #FFFFFF!important;
  transition: box-shadow ease-in-out .3s;
  border-radius: 8px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.btn:hover{
  box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.3);
}

.btn-celeste {
  background-color: #58B6DA;
  border-color:#58B6DA;
}
.btn-turquesa {
  background-color: #2aa38d;
  border-color: #30B49C;
}
.btn-piel {
  background-color: #f2b80a;
  border-color: #F0A359;
}
.btn-marron {
  background-color: #de061b;
  border-color: #B45630;
}
.btn-verde {
  background-color: #218c1f;
  border-color: #32B430;
}
.btn-celeste2 {
  background-color: #0f6cf6;
  border-color: #3090B4;
}

/*footer*/
.footer{
  background-color: #7C7C7C;
}
.redes {
  width: 32px;
  height: auto;
  margin-right: 5px;

}
/*color de fuentes*/
.f-blanco{
    color: #FFFFFF;
}

/*fuentes*/
.fs-22{
  font-size: 22px;
}

.fs-21{
  font-size: 21px;
}

.fs-16 {
font-size: 16px;
}
.fs-15{
  font-size: 15px;
}
.fs-13 {
  font-size: 15px;
  font-weight: bold;
}

h1{
 font-size: 39px;

}
/*pantalla xxl*/
@media (min-width: 1400px){
  .container-xl{
      max-width: 1560px!important;
  }
}
@media (min-width: 960px) and (max-width: 1366px){
      .fs-13 {
        font-size: 11px!important;
      }

}
/*hasta pantallas lg*/
@media (max-width:1200px) {
      .fs-22{
        font-size: 16px!important;
            }

      .fs-16 {
        font-size: 14px!important;
            }

      .fs-15 {
        font-size: 13px!important;
            }



      .chicos img{
          width: 50%;
          height: auto;
          margin-top: 50px;
                }

      .titulo img{
          width: 95%;
          height: auto;
                }
}
/*pantallas chicas*/
@media (max-width: 768px){
  :root{
  --bs-gutter-x: 20px;
  }

  h1{
    font-size: 24px!important;
  }

  .pick-color img{
    width: 80%;
    height: auto;
  }
}
