/*custom*/
/*
@font-face{
	font-family: 'Salmela';
	src: url(../fonts/Salmela.otf);
}*/
@font-face {
    font-family: 'SF Pro';
    src: url('/fonts/SF-Pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* @font-face{
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf);
} */
*::selection {
  background-color: #fd0068;
  color: #fff;
}
.letters-section-h4{
  font-size: 1.2rem;
}
.letters-section-p{
      font-size: 0.8rem;
}
.text-muted {
    color: #4e5154 !important;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 1;
    top: 10%;
    right: 1em;
}
.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    /* text-shadow: 0 1px 0 #fff; */
    opacity: .8;
}
.link_rose {color: #ff0066;	font-family: 'SF Pro', 'Montserrat', sans-serif;}
.link_rose:hover {color: #ff0066; text-decoration: none;}
.link_rose:focus {color: #ff0066; text-decoration: none;}
.montserrat{font-family: 'SF Pro', 'Montserrat', sans-serif;}
.salmela{font-family: 'Salmela', sans-serif;}
.opacity {opacity: .3;}
.bg_rose {
    background: #fff;
    border-radius: 15px;
}
.bg_rose2 {
    background: #ff0066;
}
.text_color{
  color: #ff0066;
}
.text_d_none {text-decoration: none;}
.text_d_none:hover {text-decoration: none;}
/*Menu*/
.mobile_navbar {
    display: none;
}
.mobile_navbar,
.menu_movil_list,
.bar_search,
.footer_mobile{
    display: none;
}
.logo {
	width: 100%;
	height: auto;
	text-align: center;
}

.nav .nav-item .nav-link {
	color: #222;
	font-family:'SF Pro', 'Montserrat', sans-serif;
	transition: all ease-in-out .5s;
}

.nav .nav-item .nav-link.active {
  color: #ff0066;
}

.nav .nav-item .nav-link:hover {
	color: #ff0066;
}
.red-social {
	position: absolute;
	/* top: 2.5em; */
	left: 20px;
}

.red-social a {
	padding-right: 10px;
	color: #ff0066;
}

.red-social a:hover {
	color: #ff0066;
}
.btn_portafolio {
  position: fixed;
  width: 210px;
  /* top: 20px; */
  top: 55px;
  right: 0;
  z-index: 99;
  cursor: pointer;
	padding: 12px 17px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .35);
  border-radius: 25px 0 0 25px;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ff0066;
  border: none;
  transition: all ease-in-out .5s;
}
.btn_portafolio img {
  width: 20px;
  height: 20px;
  margin-right: -5px;
}

.btn_portafolio span {
  font-family:'SF Pro', 'Montserrat', sans-serif;
  font-weight: 500;
  padding-right: 10px;
  transition: all ease-in-out .5s;
}

/*-------BOTONES ASIGNACION-------*/

.btn-boton-1 {
  position: fixed;
  width: 17%;
  /* top: 20px; */
  height: auto;
  top: 55px;
  right: 0;
  z-index: 99;
  cursor: pointer;
  

  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ff0066;
  border: none;
  transition: all ease-in-out .5s;
}


.btn-boton-2 {
  position: fixed;
  width: 17%;
  /* top: 20px; */
  height: auto;
  top: 125px;
  right: 0;
  z-index: 99;
  cursor: pointer;
  

  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ff0066;
  border: none;
  transition: all ease-in-out .5s;
}

 @media (max-width: 1275px){ 
      .btn-boton-1{ 
        width: 20%;
      }
      .btn-boton-2{ 
        width: 20%;
      }
    }

     @media (max-width: 955px){ 
      .btn-boton-1{ 
        width: 25%;
      }
      .btn-boton-2{ 
        width: 25%;
      }
    }

     @media (max-width: 755px){ 
      .btn-boton-1{ 
        width: 30%;
      }
      .btn-boton-2{ 
        width: 30%;
      }
    }

.contenedor-redes-sociales {
  width: 400px;
  right: 0;
  position: fixed;
  top: 55px;
  margin-left: 100px;
  z-index: 999;
}

.icono {
  top: 40%;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}

.img-boton {
  width: 56%; height: auto;
}

.icono-primary {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #3b5998;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;

  -webkit-box-shadow: 1px 0 1px rgba(0,0,0,0.5);
  box-shadow: 1px 0 1px rgba(0,0,0,0.5);

  margin-left: 345px;
}

.contenedor-descripcion {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 24px;
}

.icono-descripcion {
  width: 250px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #3b5998;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  border-radius: 0 20px 20px 0;

  -webkit-box-shadow: 1px 0 1px rgba(0,0,0,0.5);
  box-shadow: 1px 0 1px rgba(0,0,0,0.5);

  -webkit-transform: translate3d(110%, 0, 0);
  -ms-transform: translate3d(110%, 0, 0);
  -o-transform: translate3d(110%, 0, 0);
  transform: translate3d(110%, 0, 0);

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.icono-primary-1 {
  display: inline-block;
  text-decoration: none;
  color: transparent;
  background: transparent;
  position: relative;
  z-index: 1;
  height: auto;
  width: 30%;
  text-align: center;
  line-height: 5px;
  margin-left: 320px;
}

.contenedor-descripcion-1 {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 45px;
}

.icono-descripcion-1 {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: transparent;
  background: transparent;
  height: auto;
  line-height: 5px;
  padding-left: 0px;

  -webkit-transform: translate3d(110%, 0, 0);
  -ms-transform: translate3d(110%, 0, 0);
  -o-transform: translate3d(110%, 0, 0);
  transform: translate3d(110%, 0, 0);

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}



.icono-primary:hover ~ .contenedor-descripcion .icono-descripcion {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.icono-primary-1:hover ~ .contenedor-descripcion-1 .icono-descripcion-1 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*-------Colores Para Redes Sociales-------*/
.color-twitter {
  background: #3B94D9;
}

.color-googleplus {
  background: #dd4339;
}

/*-------BOTONES ASIGNACION-------*/

.PortafolioAnimation {
  animation: PortafolioAnimation .7s;
  border-radius: 25px 25px 25px 25px;
  width: 45px;
  padding-left: -40px;
  margin-right: 13.75px;
}
.portafolio {
  width: 25px;
}
.spanPortafolio {
  display: none;
}
@keyframes PortafolioAnimation {
  from {
    border-radius: 25px 0px 0px 25px;
    width: 210px;
  }

  to {
    border-radius: 25px 25px 25px 25px;
    width: 45px;
    margin-right: 13.75px;
  }
}
.btn_portafolio:hover {
    border-radius: 25px 0 0 25px;
    width: 210px;
    margin-right: 0;
}
.btn_portafolio:hover span {
  display: block;
  opacity: 1;
  visibility: visible;
}
.btn_portafolio:focus {
  outline: none;
}
.bg-pink-hr{
    border-top: 1px solid #ff0066;
}
.font-title {
  font-weight: 600;
  color: #495057;

}

/*=============================================
SLIDESHOW
=============================================*/

.caption_carousel {
    position: absolute;
    top: 35%;
    right: 12%;
    text-align: center;
}

.caption_carousel h1 {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-family: 'SF Pro', 'Montserrat', sans-serif;
    
}

.caption_carousel h2 {
    font-size: 3rem;
    font-family: 'Salmela', sans-serif;
    color: #ff0066;
    
}

/* publiser */
.ropa__intima {margin-top: 35%;}
.carteras {margin-top: 10%;}
.ropa__carteras {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img__cartera {
    width: 33%;
    height: 77vh;
    visibility: hidden;
    opacity: 0;
}

.h-vh-88{
  height: 88vh;
}
.ml_-10{
  margin-left: -10%;
}
/*collage*/

.collaje {
    margin: auto;
    width: 45%;
    height: 100%;
}

.gallery_family {
    margin: auto;
    width: 100%;
    height: 100%;
    margin-top: 200px;
}
.collaje .owl-item .item {
    transform: scale(.4);
    transition: all .5s;
    opacity: 0;
}
.gallery_family .owl-item .item {
    transform: scale(.8);
    transition: all .5s;
    opacity: 0;
}

.collaje .owl-item.active .item, .gallery_family .owl-item.active .item {
    opacity: .6;
}
.collaje .owl-item.active.center .item {
    transform: scale(.7);
    transition: all .5s;
    opacity: 1;
}
.gallery_family .owl-item.active.center .item {
    transform: scale(1);
    transition: all .5s;
    opacity: 1;
}

/*nosotros index*/

.fuerza_venta {
	background: url(../images/bg2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
  height: 95vh;
}
/*video*/

.slide_video .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
}

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}



.videoI {
	width: 100%;
	opacity: .5;
}

.btn_play_i,
.btn_play_i:focus {
    position: absolute;
    top: 45%;
    left: 45%;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.btn_play_i img {
    width: 150px;
}


.playVideo:hover a {
	box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.h3_video {
    margin-top: -5%;
    margin-left: 40px;
    padding-bottom: 5%;
}

/*libelulas*/

.libelulasf {
	margin-bottom: 5em;
    margin-top: 5em;
}

.libIMG {opacity: .1;}

/* #region footer */
footer {
	/* background: #e4e4e3; */
	font-family:'SF Pro', 'Montserrat', sans-serif;
  height: 100%;
}

footer .red-social-footer {
	padding-left: 1rem;
}

footer .red-social-footer a {
	color: #ff0066;
	font-size: 1.3rem;
	letter-spacing: 1.5rem;
}

footer .red-social-footer a:hover {
	color: #ff0066;
}
.title_foot {
  font-family: 'SF Pro', 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

.footer_copy {
  width: 100%;
  display: flex;
  background: #e4e4e3;
  flex-direction: column;
  align-items: center;
  padding-block: 2.5rem;
  gap: 2rem;
  font-weight: 300;
}

.footer_copy > p {
  margin-top: 1rem;
  font-size: 0.8rem;
}


/*==========================*/
/*nosotros*/
/*===========================*/

.mision__movil,
.weMV,
.We_moMV {
    display: none;
}

.text_s_we {
    margin-left: -15%;
}

#mision, #vision {cursor: pointer;}

.text_vision {
    display: none;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
#lineVision div {
    display: none;
}
.line_vertical {
	border-left: 1px solid #E3B8CD;
}

.we_f {
	font-family: 'SF Pro', 'Montserrat', sans-serif;
	letter-spacing: 5px;
	color: #222;
	writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: absolute;
    left: -9%;
    font-weight: bold;
    font-size: 4rem;
    font-style: italic;
}

.line_we {
	width: 100%;
	height: 1px;
	background: #E3B8CD;
	padding-right: -2px;
}

.dot_circle {
	width: 8px;
	height: 8px;
	background: #E3B8CD;
	border-radius: 50%;
}

.dot_circle::before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #E3B8CD;
	border-radius: 50%;
	position: absolute;
	top: -50%;
	left: -1.5%;
}

.fuerza__venta {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    flex-direction: row;
}

.fuerza__venta .fuerza__child {
    width: 45%;
    margin-right: 10%;
}

.item .item__division:nth-child(1) {
    width: 100%;
}
.item .item__division:nth-child(2) {
    width: 40%;
    margin-left: -10%;
}
.nav_owl button {
  margin-top: 20px;
  background: none;
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.nav_owl button:focus {
  outline: none;
}
.video-wrapper {
    position: relative;
}

.video-wrapper > video {

    width: auto;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.womanWe {
	opacity: .2;
}

.cont_imgWe {
	height: 100vh;
	width: 100%;
	background: url(../images/nosotros.jpg);
	background-position: center center;
	background-size:cover;
	opacity: .2;
}

.bg_f {
	width: 100%;
	height: 100vh;
	background: url(../images/rostros.png);
	background-position: center center;
	background-size:cover;
	opacity: .7;
}
.face_yt {
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 20px;
}
.face_yt:hover {
  text-decoration: none;
}
.face_yt img {
  width: 40px;
  height: 40px;
}
.face_yt div p {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  color: #fff;
  font-family: 'SF Pro','Montserrat', sans-serif;
  line-height: 1;
}
.face_yt div .small {
  font-size: 10px;
}

.btn_fv {
  border: none;
  border: 2px solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-color: #fff;
  color: #ff0066;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.35);
  cursor: pointer;
}
.btn_fv:focus {
  outline: none;
}

#view_videoo {
    cursor: pointer;
}

.slider_we {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg_slider {
  width: 100%;
  height: 100vh;
}

.bg_slider img {
  width: 100%;
  height: 100%;
}
.text_we_slider {
  width: 40%;
  position: absolute;
  top: 40%;
  right: 30px;
}



/*colecciones*/
.banner_c {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  visibility: visible;
}
.banner_c img {
  transform: translateY(-10%);
}

.Search_td {
  position: fixed;
  left: 0;
  /* top: 90px; */
  top: 3.6rem;
  width: 16%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  /* box-shadow: 0 0 10px rgba(0,0,0,.1); */
  z-index: 4;
  padding: 8px 17px;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  transition: all ease-in-out .5s;
}

.SearchAnima {
  animation: animSearch .7s;
  border-radius: 25px 25px 25px 25px;
  width: 40px;
  padding-left: -40px;
  margin-right: 13.75px;
  
}

@keyframes animSearch {
  from {
    border-radius: 25px 0px 0px 25px;
    width: 195px;
  }
  to {
    border-radius: 25px 25px 25px 25px;
    width: 40px;
    margin-right: 13.75px;
  }
}
.Search_td input {
  width: 100%;
  border: none;
  background: white;
  font-family: 'SF Pro','Montserrat', sans-serif;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.Search_td input:focus {
  outline: none;
}
.Search_td input::placeholder {
  color: rgb(149,149,149);
}
.Search_td img {
  margin-left: -12px;
}

.title_categories_filter {
  font-size: 1rem;
  color: #ff0066;
  padding-left: 1rem;
  font-weight: 600;
}

.categorias_c {
  width: 16%;
  height: auto;
  max-height: 78%;
  overflow-y: scroll;
  position: fixed;
  z-index: 4;
  left: 0;
  /* top: 150px; */
  top: 7rem;
  /* background: #fff; */
  /* box-shadow: 0 0 10px rgba(0,0,0,.35); */
  padding: 10px 0px;
  border-radius: 0 25px 0px 0px;
}

.categorias_c::-webkit-scrollbar {
    width: 8px;
}

.categorias_c::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 4px;
}

.categorias_c::-webkit-scrollbar-thumb {
    background: #ff0066;
    border-radius: 4px;
}

.categorias_c .categorias_title {
  display: flex;
  color: #ff0066;
  font-weight: bold;
  font-family: 'SF Pro', 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 8px 17px;
  cursor: pointer;
  justify-content: flex-end;
  border-radius: 25px 25px 25px 25px;
  transition: all ease-in-out .3s;
}
.categorias_c .categorias_title span {
  transition: all ease-in-out .5s;
}
.animCateg_C {
  animation: animatCategorias .7s;
  width: 40px;
  border-radius: 25px 25px 25px 25px;
  margin-right: 13.75px;
  height: auto;
  overflow: hidden;
  padding-left: 13px;
}

@keyframes animatCategorias {
  from {
    border-radius: 25px 0px 0px 0px;
  }
  to {
    width: 40px;
    border-radius: 25px 25px 25px 25px;
    margin-right: 13.75px;
    height: auto;
    overflow: hidden;
    padding-left: 13px;
  }
}

.visual_Cont {
  /* display: none; */
  /* visibility: hidden; */
  transition: all ease-in-out .8s;
  height: 100vh;
}

.fixedV {
position: fixed;
z-index: 1;
top: 0;
left: 0;
display: block;
/* visibility: visible; */
}

.categorias_title img {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  transition: all ease-in-out .3s;
}
.card-header {
  /* background-color: rgb(241,241,241); */
  background: none;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
  font-family: 'SF Pro','Montserrat', sans-serif;
}

.card-header h2 button {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.card-header h2 button i {
  color: #dddbdb;
}
.accordion .card:first-of-type, .accordion .card:last-of-type {
  border: none;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border: none;
}

.categorias_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categorias_list li a {
  color: rgba(149,149,149);
  font-family: 'SF Pro','Montserrat', sans-serif;
  transition: all ease-in-out .3s;
}

.categorias_list li a.active {
  color: rgba(217,4,102);
}

.categorias_list li a:hover {
  text-decoration: none;
  color: rgba(217,4,102);
}
.item_col a img {transition: all ease-in-out .5s;}
.item_col:hover > a img {
  box-shadow: 0 0 8px rgba(0,0,0,.15); 
}

.share_v {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.30);
  padding: 20px 10px;
  border-radius: 0 15px 0 0;
}

.share_v a {
  width: 20px;
  height: 20px;
  margin-top: 20px;
}

/* .visualizador {
    height: 75vh;
  border-radius: 0 0 0 75px;
  display: block;
  max-width: 310px;
  width: auto;
  height: auto;
} */

#top-visualizador {
  width: 80%!important;
  margin: 35px 0 0 19px;
}
.slect_c {
  margin-top: 7%;
  text-align: center;
  width: 90%;
  height: 17.5vh;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

@media only screen and (min-height: 720px) {
  .slect_c {
    margin-top: 3%;
    height: 21.5vh;
  }

}

@media (max-width: 1250px) {
  .fadeInLeft br {
    display: none;
  }
}

@media (max-width: 720px) {
  .fadeInLeft br {
    display: none;
  }
    .ticket .re {
    padding-right: 6px !important;
  }
  .ticket span, .ticket a {
    font-size: 14px !important;
  }
  
}



.slect_c button {
  background: none;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}
.slect_c button:focus {
  outline: none;
}
.select_items_collec {
  width: 85%;
  margin-top: 10px;
}
.select_items_collec item {
  width: 100%;
}

.catep .catep-linkM,
.catep .catep-linkM:hover {
    width: 80%;
    display: block;
    color: #ff0066;
    text-transform: uppercase;
    padding-left: 3rem;
    font-family: 'SF Pro','Montserrat', sans-serif;
    text-decoration: none;
    padding-right: 5%;
    border-radius: 0 15px 15px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cates li a {
	width: 80%;
	display: block;
	padding-left: 3rem;
	font-family: 'SF Pro','Montserrat', sans-serif;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #222;
}
.cates li a:hover {text-decoration: none;}
.act {font-weight: bold; color: #E3B8CD;}
.actM {color: #E3B8CD;}


.btns_action_vista a img {
	width: 20px;
	height: 20px;
	margin-left: 15px;
}
.btns_action_vista {
	text-align: center;
}

.btns_arrows_vistas a img {
	width: 50px;
	margin-left: 15px;
}

.btns_arrows_vistas {
text-align: center;
}

.categorias__movil {
    width: 60%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -60%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.30);
    z-index: 98;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    overflow: scroll;
}

.cate__actv {
    right: 0;
}


#close_categorias {
    background: #fff;;
    outline: none;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,.30);
    padding: 15px 18px;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 40px;

}

#open__categorias {
    background: #fff;;
    outline: none;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,.30);
    padding: 15px 18px;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    display: none;
}

#visualizador__img {
    margin-top: 1.5rem;
}

.portada__categorias {
    overflow: hidden;
}

.tarjeta {
    position: relative;
    transition: all ease .5s;
    transform-style: preserve-3d;
    transform: perspective(600px) rotateY(0deg);

}

.frontal {
    /*display: none;*/
    border-radius: 0 0 0 25%;
}

.trasera {
    position: absolute;
    top: 0;
    color: #fff;
    transform: perspective(600px) rotateY(180deg);
    backface-visibility: hidden;
    overflow: auto;
    border-radius: 0 0 25% 0;
}
.img__rotada {
    transform: perspective(600px) rotateY(180deg);
}

.img__portadaCole {
    width: 35%;
    height: 95%;
}

.bgVideo__contact {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.bgVideo__contact video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

   .bg__contact {
    background: rgba(255,255,255,.85);
    border-radius: 15px;
    width: 40%;
    padding: 3rem;
    position: absolute;
       margin-top: 2%;
   }
   .map__contact {
      width: 60%;
      background: url(../images/ubicacion.jpg);
      background-position: center center;
      background-size:cover;
   }
   .bg__info {
    width: 40%;
    background: #ff0066;
    padding: 1.5rem;
   }
.vpb{
    z-index: 1;
    position: absolute;
    left: 45%;
    top: 45%;
    height: 80px;
    width: 80px;
}
.foot__contact {
    position: absolute;
    bottom: 0;
}
.fixFooter{
    transform: translate3d(0px, -440%, 0px) !important;
    transition: all 1000ms ease 0s;
}

.fixFooter4{
    transform: translate3d(0px, -240%, 0px) !important;
    transition: all 1000ms ease 0s;
}

.fixFooter2{
    transform: translate3d(0px, -40%, 0px) !important;
    transition: all 1000ms ease 0s;
}

.fixEffect{
    visibility: initial !important;
}
.txt_f{
  font-size: 0.8rem;
}
.txt_t{
  font-size: 1.5rem;
}
.txt_l{
  font-size: 0.9rem;
}
.owl-item.active.center {
    z-index: 1;
   
}

#form_contact input, #form_contact textarea {
  font-size: 13pt;
  color: rgb(149,149,149);
  background: rgb(241,241,241);
  border: none;
  width: 100%;
  margin-top: 10px;
  padding: 10px 10px;
  text-align: center;
  font-weight: 300;
  border-radius: 5px;
}

#form_contact input:placeholder, #form_contact textarea:placeholder {
  color: rgb(149,149,149);

}

#form_contact input:focus, #form_contact textarea:focus {
  outline: none;

}
#form_contact button {
  font-weight: 600;
  color: #fff;
  background: #ff0066;
  padding: 10px 20px;
  font-size: 1rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  font-family: 'SF Pro','Montserrat', sans-serif;
  transform: translateY(-20px);
  cursor: pointer;
}

.video_contact {
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

.video_contact video {
  width: 100%;
}



.container_n {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.caption_n {
  font-size: small;
  font-style: italic;
  text-align: right;
}

.libelula_n {
  position: absolute;
  width: 15%;
  right: 20px;
  bottom: 20px;
}

/* .slide {
  padding: 0 3rem!important;
  height: 200px !important;
} */

/* familia */
.banner_familia {
  width: 100%;
  height: 100vh;
  min-height: 100%;
  overflow: hidden;
}
.banner_familia img {
  transform: translateY(-13%);
}
.cont_figure__ h1 {
  position: absolute;
  top: calc(50% - 90px);
}

.cont_figure__ h3 {
  position: absolute;
  top: calc(50% - 40px);
}

.cont_figure__ p {
  width: 70%;
  position: absolute;
  top: calc(50% - 5px);
}

.figure__ {
  position: absolute;
  z-index: 4;
  left: 46.5%;
  top: calc(50% - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
   width: 80px; 
  height: 50px;
  background: #ff0066;
  text-align: center;
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0 10px;
  z-index: 5;
  visibility: hidden;
}
.figure__:hover {
  width: auto;
}
.figure__ div {
  transition: all ease-in-out .4s;
  width: 0%;
}

.figure__ div span {
  opacity: 0;
  color: #fff;
  font-weight: 500;
  font-family: 'SF Pro','Montserrat', sans-serif;
  font-size: .7rem;
  line-height: 50px;
  transition: all ease .4s;
}
.figure__:focus {
  outline: none;
}
.figure__ img {
  height: 25px;
}

.figure__:hover div {
  width: 130%;
}

.figure__:hover div span {
  opacity: 1;
  letter-spacing: 2px;
  padding: 0 7px;
}

.revistaBar {
  width: auto;
  max-width: 1024px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.35);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  z-index: 4;
}
.revistaBar button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.revistaBar button:focus {
  outline: none;
}
.revistaBar button span {
  font-size: small;
  color: #555;
  font-family: 'SF Pro','Montserrat', sans-serif;
  padding-right: 20px;
  font-weight: 500;
}
.revistaBar button img {
  width: 20px;
  margin-right: 10px;
}

.revista_pag button img {
  width: 10px;
  margin-right: 0;
}

.revista_pag {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}

.revista_pag p {
  color: #555;
  font-family: 'SF Pro','Montserrat', sans-serif;
  font-weight: 500;
}
.catalogo_back, .catalogo_next {
  position: absolute;
  z-index: 99;
  background: none;
  border: none;
  top: calc(50% -25px);
}

.catalogo_back {
  left: 9%;
}
.catalogo_next {
  right: 9%;
}

.catalogo_back img, .catalogo_next img {
  width: 30px;
  height: 50px;
}

.catalogo_back:focus, .catalogo_next:focus {
  outline: none;
}
/*catalogo*/
.catalogo {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all ease-in-out .4s;
}

.catalogo_thumb {
  width: 90%;
  left: 10%;
}

#go_top {
  position: fixed;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  bottom: -60px;
  right: 10px;
  padding: 0;
  z-index: 99;
  transition: all ease-in-out .5s;
}

#go_top:focus {
  outline: none;
}

#go_top img {
  width: 100%;
  height: 100%;
}

.tooltip > .tooltip-inner {
  transition: all ease-in-out .5s; 
  background-color: #fff; 
  box-shadow: 0 0 3px rgba(0,0,0,.35); 
  font-family: 'SF Pro','Montserrat', sans-serif;
    border-radius: none;
    color: #ff0066;
    font-weight: bold;
    padding: 7px;
}

@media only screen and (min-height: 719px) {
  .collaje {
    margin-top: -3%;
  }
}

@media only screen and (max-height: 720px) {
/*   .collaje {
    margin-top: -8.5%;
  } */
  .der {
    padding-right: 0px !important;
}
}


.msj_oficina {
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    transition: all ease-in-out .3s;
}
.oficina_hide {
    bottom: -100px;
}
.msj_oficina p {
    margin: 0;
    text-align: center;
    color: rgb(149,149,149);
    font-family: 'SF Pro','Montserrat', sans-serif;
    padding: 20px 0;
}

.msj_oficina p a {
    background: #ff0066;
    color: white;
    padding: 10px 20px;
    font-family: 'SF Pro','Montserrat', sans-serif;
    font-weight: 500;
}

/* ============================ */
/*     MEDIAS QUERY            */
/* ============================ */

/* slide show*/
@media only screen and (max-width: 1270px) {
.caption_carousel h1 {
    font-size: 3rem;
    text-transform: uppercase;
    font-family: 'SF Pro', 'Montserrat', sans-serif;
    
}

.caption_carousel h2 {
    font-size: 3rem;
    font-family: 'SF Pro', 'Salmela', sans-serif;
    color: #ff0066;
    
}
    
}

@media only screen and (max-width: 850px) {
  .der {
    padding-right: 0px !important;
}
    .carousel, .menu {
    display: none !important;
}
    .mobile_navbar,
.menu_movil_list,
.bar_search,
.footer_mobile{
    display: block;
}
    .portada_movil {
        display: block;
        width: 100%;
        height: 100vh;
        background: url('../images/banner_movil.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -25px;
    }
    .mobile_navbar {
        width: 100%;
        height: 50px;
        border-radius: 0px 0 15px 15px;
        background: #fff;
        box-shadow: 3px 2px 10px rgba(0,0,0,.3);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        /* position: fixed; */
        position: relative;
        z-index: 2;
        top: 0;
    }
    
    #btn_search_main {
        background: none;
        border: none;
        outline: none;
    }
    
    .bar_search {
        width: 90%;
        height: 50px;
        position: absolute;
        top: 70px;
        left: 5%;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #c1c1c1;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        display: none;
        z-index: 99;
    }
    
    .bar_search input[type="search"] {
        box-sizing: border-box;
        width: 85%;
        height: 45px;
        font-size: 1.5rem;
        font-family: 'SF Pro','Montserrat', sans-serif;
        border: none;
        border-radius: 8px;
        padding: 10px 10px;
        outline: none;
        justify-content: space-between;
        background: #fff;
    }
 .bar_search input[type="search"]:focus:not([readonly]) {
    border-bottom: none;
    box-shadow: none;
 }

    
        .bar_search button {
        height: 45px;
        font-size: 1.5rem;
        font-family: 'SF Pro', 'Montserrat', sans-serif;
            background: none;
            border: none;
            outline: none;
    }
    
    #btn_main_p {
        background: none;
        border: none;
        outline: none;
    }
    
    .menu_movil_list {
        width: 60%;
        height: 100vh;
        background: #fff;
        position: fixed;
        top: 0;
        left: -60%;
        z-index: 99;
        box-shadow: 0 0 10px rgba(0,0,0,.30);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        
    }
    .menu_movil_list_des {
        left: 0;
    }
    .menu_movil_list h1 {
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 2rem;
        color: #ff0066  ;
    }
    .ul_menu_mobile {
        padding-top: 3rem;
        list-style: none;
        padding: 0;
        margin: 0;
        font-family: 'SF Pro', 'Montserrat', sans-serif;
        text-align: center;
    }
    .ul_menu_mobile li {
        padding: 5px 0;
    }
    .ul_menu_mobile li a {
        color: #222;
        text-decoration: none;
    }
    .ul_menu_mobile .active a {
        font-weight: bold;
        color: #E3B8CD ;
    }
    #close_main_movil_list {
        background: #fff;;
        outline: none;
        border: none;
        box-shadow: 0 0 10px rgba(0,0,0,.30);
        padding: 15px 18px;
        border-radius: 50%;
        position: absolute;
        bottom: 40px;
        left: 40px;
        
    }
    .publiser {
        display: block;
    }
    .complementosVideo {
        margin-bottom: -6rem;
    }
    .complementosVideo h3 {
        font-size: 1rem;
    }
    .btn_play_i img {
        width: 50px;
    }
    .playVideo {
       left: 45%;
        top: 45%;
    }
    .collaje, .gallery_family {
        width: 90%;
    }
    /*footer*/
    .footer_pc {
        display: none;
    }
    footer {
        background: rgb(254,244,245);
    }
    .copy {
        font-size: small;
    }
    .colapse_footer {
        display: none;
    }
    #bar_footer {
        background: none;
        border: none;
        outline: none;
    }
    .line_vertical {
        border: none;
        border-right: 1px solid #E3B8CD ;
    }
    .we_f {
        right: -10%;
    }
    .weMV,
    .dot_circle,
    .line_we {
    display: block;
}
    .weMv {
        display: none;
    }
    .bg_rose {
        margin-top: 200px;
    }
    .form__title {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 500px) {
    .complementosVideo {
        margin-bottom: -3rem;
    }
    .complementosVideo h3 {
        font-size: .8rem;
    }
}
@media only screen and (max-width: 450px) {
    .bg_rose {
        width: 100%;
    }
}
/*font-family: 'Montserrat', sans-serif;*/
/*animaciones*/
.a1, .a2 {animation-delay: .3s;}
.a5 {animation-delay: .5s;}
.a6 {animation-delay: .3s;}
.a7 {animation-delay: .6s;}
.a8 {animation-delay: .8s;}

.be-loading {
        position: relative;
}
.be-loading:after {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2;
}
.be-loading .be-spinner {
    display: none;
}
.be-loading-active:after {
    visibility: visible;
    opacity: 1;
}
.be-loading-active .be-spinner {
    display: block;
}
.be-loading .be-spinner {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -20px;
    margin-right: -20px;
    z-index: 99999;
}
.be-spinner svg {
    -webkit-animation: be-spinner-rotation 1.4s linear infinite;
    -o-animation: be-spinner-rotation 1.4s linear infinite;
    animation: be-spinner-rotation 1.4s linear infinite;
    stroke: #4285f4;
}
.be-spinner svg .circle {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-animation: be-spinner-turn 1.4s ease-in-out infinite;
    -o-animation: be-spinner-turn 1.4s ease-in-out infinite;
    animation: be-spinner-turn 1.4s ease-in-out infinite;
}
@-webkit-keyframes be-spinner-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
@-o-keyframes be-spinner-rotation {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
@keyframes be-spinner-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
@-webkit-keyframes be-spinner-turn {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
@-o-keyframes be-spinner-turn {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -o-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
@keyframes be-spinner-turn {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        -o-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

div.jscroll-inner {
    display: inline-flex !important;
}

.pagination-sm .page-link {
    color: rgb(217, 4, 102) !important;
}

.page-item.active .page-link {
    background-color: rgb(217, 4, 102) !important;
    border-color: rgb(217, 4, 102) !important;
    color: white !important;
}

.form {
  position: absolute;
  z-index: 9;
  transform: translate(10px, -51px);
  width: 100%;
}
.f {
  width: 55%;
  float: left;
  padding-left: 10px;
}

.modal-content {
  border: transparent;
}

.k {
  width: 35%;
  float: right;
}

.ticket {
  background: #fd0068;
  padding: 10px;
  width: 100%;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 50% 50%;
  grid-auto-rows: auto;
}

.ticket  span, .ticket a {
  color: white;
  font-size: 16px;
}

.ticket  span {
  font-size: 17px;
}

.ticket .re {
  font-weight: 700;
  padding-right: 20px;
  float: right;
}

.ticket a {
  text-decoration: underline;
  float: right;
}

.der {
  padding-right: 20px;
}

.ticket .input-group {
  /* width: 47%;
  float: left;
  margin-right: 17px;
  padding-left: 0px; */
  margin-right: 11px;
}

.ticket .input-group-btn {
  float: left;
}

.ticket .input-group-btn {
  font-size: 12px;
}

.ticket .input {
  font-size: 13px;
}

.izq {
  padding-left: 20px;
}

.ticket .btn-pink {
  padding: 0rem 1rem;
  font-size: 16x;
}

.ticket .glyphicon-search {
  float: left;
  padding: 1px;
}

.ticket #search_code_id {
  padding: 8px 12px !important;
}

.op {
  padding: 0 5px 0 1px!important;
}

.arriba {
 /*  position: absolute;
  top: 10px;
  margin-left: 12px; */
  background: url(../images/ticket.svg); 
    min-width: 216px;
    max-width: 200px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7px;
    margin: -7px;
}

.h {
  height: 24px !important;
  font-size: 13px;
}

/* .tick .close {
  padding: 0;
  border: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  background: url(../images/boton.svg);
  top: 0;
}

.tick .close span {
  color: deeppink;
  position: absolute;
  transform: translate(-13px, -19px);
  font-size: 35px;
} */

.icon-box span {
  font-size: 23px;
  color: #fd0068;
  position: absolute;
  top: 0;
  margin-top: -6px;
  left: 0;
  margin-left: 5.5px;
  cursor: pointer;
}

.modal-footer {
  padding: 0px;
  margin: 0px;
  border-top: transparent;
  display: grid;
}
.modal-footer span {
  padding: 8px 1.4rem 15px;
  font-size: 13px;
  color: #3f3f3f;
}

.centro {
  display: flex;
  justify-content: center;
  align-items: center;
} 

#save_riffle {
  width: 100%;
  margin: 0 1.6rem;
}


.tam {
  font-weight: 700;
    font-size: 17px;
}

.size {
  width: 251px;
  position: absolute;
  margin-top: -10px;
}

.icon-box {
  color: #fff;
  position: absolute;
  transform: translate(10px, 3px);
  margin: 0 auto;
  right: 0;
  top: -17px;
  width: auto;
  height: auto;
  border-radius: 50%;
  z-index: 9;
  background: white;
  padding: 13px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

#search_code_id {
  text-align: center;
}

.input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14.5px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: transparent;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.p {
  padding: 1.6rem 1.6rem 0;
}

.input-rose {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 0px 9px rgba(253, 0, 104, 0.2);
}

.sig {
  padding: 1.4rem 1.4rem 0;
}

.input::placeholder, .input-rose::placeholder {
  color: #3f3f3f;
}

.btn-pink {
  color: #fff;
  font-weight: 600;
  background-color: #fd0068;
  border-color: #fd0068;
  padding: 0.375rem 1rem;
}

.input:focus, .input-rose:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent !important;
  outline: 0;
  box-shadow: transparent !important;
}

h3 {
  font-size: 1.75rem !important;
}
 /* p {
  font-size: 16px !important;
 } */

 .valores__corporativos {
  font-size: 2.5rem !important;
 }

 h1 {
  font-size: 2.5rem !important;
}

/* New css */

.social_network {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn_virtualoffice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #222;
  font-family: 'SF Pro','Montserrat', sans-serif;
  font-weight: 600;
  font-size: 80%;
}

.btn_virtualoffice:hover {
  outline: none;
  text-decoration: none;
  color: #222;
}

.footer_link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #010101;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 1rem;
  font-weight: 300;
}

.footer_link > .info_address {
  display: flex;
  /* gap: 0.5rem; */
  justify-content: center;
  flex-direction: column;

}

.footer_link:hover {
  text-decoration: none;
  color: #010101;
}

.banner_section_two {
  display: block;
  width: 100%;
  height: 100dvh;
}

.banner_section_two > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_container {
  width: 100%;
  height: 100dvh;
  position: relative;
}

.section_container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_container > .seccion_info_text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -20%);
  text-align: center;
  color: #fff;

}


.section_container > .seccion_info_text > h1 {
  font-size: 2.5rem;
  font-family: 'SF Pro','Montserrat', sans-serif;
  font-weight: 600;
}

.section_container > .seccion_info_text > h1 > span {
  font-weight: 800;
}

.section_container > .seccion_info_text > p {
  font-size: 1.5rem;
  font-family:'SF Pro' 'Montserrat', sans-serif;
  font-weight: 300;
}

.section_container > .seccion_info_text > p > span {
  font-weight: 600;
}

/* FAQ */
.faq_container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.title_faq {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.title_faq > h1 {
  display: block;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-family: 'SF Pro','Montserrat', sans-serif;
  font-weight: 800;
  max-lines: 1;
  text-wrap: nowrap;
  color: #fd0068;
}

.faq_line {
  width: 100%;
  height: 1px;
  background: #fd0068;
}

.faq_cards > .card {
  padding-bottom: 0.8rem;
}

.faq_cards > .card > .card-header {
  background: #fd0068;
  border-radius: 0.5rem !important;
  
}

.faq_cards > .card > .card-header > h5 > button {
  font-family: 'SF Pro','Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}

.faq_cards > .card > .card-header > h5 > button:hover {
  text-decoration: none;
}

.faq_cards > .card > .card-header > h5 > button:focus {
  text-decoration: none;
}

/* carousel familia */

.carousel_simple {
  height: calc(100dvh - 56px);
  margin-top: 56px;
}


/* new collections */

.gallery_container {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.gallery_container a {
  display: flex;
  width: 100%;
  cursor: pointer;
  /* aspect-ratio: 1/1; */
  transition: all ease-in-out 300ms;
}

.gallery_container a:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  
}

.gallery_container a img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.view_image_container {
  width: 100%;
  display: block;
}

.view_image_container img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.view_image_container_fixed {
  position: fixed;
  top: 2rem;
  right: 0;
  width: 27%;
  z-index: 1000;
}

/* header new sticky */
/* .new_menu {

} */

.new_menu {
  padding-block: 0.6rem;
  height: 56px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#sticky-header {

  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  transition: top 0.3s;
}

.header-hidden {
  top: -100px !important;
}