/**IMPORT**/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@100;300;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700;800;900&display=swap');
@import url(faq.css);

/**NORMALIZE**/
*,
*::after,
*::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/**GLOBALS**/
html{
    font-family: 'Montserrat', Sans-serif;
    font-size: 62.5%;
}

/***VARIABLES***/
:root{
    --principal: #FFF5F4; --efectoPrincipal: #f77626;
    --secondary: #FFB8B8; --efectoSecondary: #036F82;
    --negro: #1A1A1A;
    --gris: #848484;
    /* --blanco: #f3f3f3; --negro: #0f0f0f;
    --cTituloTour:#696c6d; */
}
/**HELPERS**/
.container{
    max-width: 1170px;
    margin: 0 auto;
}
/*****    header    *****/
.header-c{
    background-color: var(--principal);
}
.container__navbar{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    background-color: var(--principal);
}
.container__navbar .navbar{
    width: 90%;
}

/* .container__navbar .navbar .navbar__menu{
   display: flex;
    flex-direction: row;
    justify-content: center;
} */

.navbar__menu .navbar__item{
    list-style-type: none;
    margin: 6px 2%;
}

.navbar__menu .navbar__item:hover .navbar__item__link{
    color: var(--secondary);
}

.navbar__menu .navbar__item .navbar__item__link{
    text-decoration: none;
    color: var(--negro);
    font-size: 1.5em;
    font-weight: 600;
    font-family: 'Comfortaa';
    white-space: nowrap;
}
.navbar-collapse{
    width: 100%;
    justify-content: center;
}
.container__slider{
    /* max-width: 1440px; */
    /* background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/slider1.png); */
    background-image: url(../images/slider1.png);
    background-repeat: no-repeat;
    background-position: none center;
    background-size:cover;
    height: 85vh;
    /* height: 100%; */
    position: relative;
}

.container__slider .forma{
    color: #FFFFFF;
    font-family: 'Comfortaa';
    font-size: 4.3em;
    background-image: url(../images/forma.png);
    height: 222px;
    width: 636px;
    position: absolute;
    bottom: 6rem;
    right: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container__slider .forma__texto{
    padding-top: 2rem;
}
/*****  end header  *****/

/*****    main    *****/

main{
    margin: 6rem 0;
}

.container .services{
    max-width: 90%;
    margin: 8em auto;
    display: flex;
    justify-content: space-between;
}

.container .services .services__item{
    width: 30%;
    font-size: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: 'Comfortaa';
}

.container .services .services__item .services__item__img{
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}
.container .services .services__item .services__item__img .img__obj{
    height: auto;
    width: auto;
}
.subtitle{
    /* font-family: ; */
    margin: 1em 0;
}
/* .subtitle:hover{
    color: var(--secondary);
    cursor: pointer;
} */
.container .services .services__item .services__item__text{
    padding: 0.7em;
    font-family: 'Montserrat', Sans-serif;
}

/* .top-pre{
    height: 57px;
    background-repeat: no-repeat;
    background-size: cover;
} */

.top{
    /* background-color: var(--secondary); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: none center;
    padding: 12em 0;
}
.top-Products{
    /* background-color: var(--principal); */
    color: var(--principal);
    position: relative;
    padding-bottom: 7rem;
}

.top-Products .top-Products__title{
    text-align: center;
    padding: 6rem;
    font-size: 3em;
    font-family: 'Comfortaa';
    font-weight: 550;
}

.top-Products .container-products{
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.top-Products .container-products .top-Products__item{
    width: 30%;
    height: 26.2em;
    background-repeat:no-repeat;
    background-position: center;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.top-Products .container-products .top-Products__item .top-Products__item__text{
    font-family: 'Montserrat';
    font-size: 2.5em;
    font-weight:bold;
    text-align: center;
}
.top-Products .star{
    z-index: 1;
    position: absolute;
    left: -126px;
    top: -80px;
}
.top-Products .star2{
    display: none;
    z-index: 1;
    position: absolute;
    left: -126px;
    top: -80px;
}
/* .bottom-pre{
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
} */

.history{
    margin-top: 20em;
    margin-bottom: 5em;
}
.history .nuestra{
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-family: 'Comfortaa';
}

.history .nuestra .nuestra__cari{
    width: 45%;
}

.history .nuestra .nuestra__historia{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.history .nuestra .nuestra__historia .historia__titulo{
    font-family: 'Comfortaa';
    font-size: 3rem;
    font-weight: 850;
    margin: 2rem 0;
}

.history .nuestra .nuestra__historia .historia__parrafo{
    margin-top: 2rem;
    font-family: 'Montserrat', Sans-serif;
    font-size: 2rem;
}

.close-com{
    height: 100px;
    background-repeat: no-repeat;
    background-position: right;
}

.history .ig{
  display: flex;
  justify-content: center;
  padding: 8rem 7rem 4rem 7rem;
}
.history .ig .ig_caja{
    display: inline-block;
}
.history .ig .ig_caja .ig_caja__flex{
    display: flex;
    justify-content: center;
    font-family: 'Comfortaa';
}
.history .ig .ig_text__seguinos{
    font-size: 1.5em;
    margin-bottom: 0.1rem;
}
.history .ig .ig_text__costu{
    font-size: 2.6em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: var(--negro);
}
.history .ig .ig_caja .ig_caja__flex:hover .icon_insta{
    filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(2346%) hue-rotate(290deg) brightness(105%) contrast(101%);
}
.history .ig .ig_caja .ig_caja__flex:hover .ig_text .ig_text__costu{
    color: var(--secondary);
}
.titulos{
    font-family: 'Comfortaa';
    font-size: 3em;
    font-weight: 850;
    margin: 2rem 0;
    text-align: center;
}
.parrafos{
    font-family: 'Montserrat';
    font-size: 1.6em;
    text-align: center;
    padding: 2rem;
    max-width: 75%;
    font-weight: normal;
}
.nuestros-productos{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}
.nuestros-productos .productos{
    width: 100%;
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
    grid-gap: 25px 15px;
}
.nuestros-productos .productos .producto{
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 5px 0.5px #FFE7E4;
    border-radius: 20px;
}
.nuestros-productos .productos .producto:hover{
    border: 1px solid var(--secondary);
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 950;
}
.producto .producto__imagen{
    overflow: hidden;
}
.producto .producto__img{
    width: 100%;
    vertical-align: top;
    object-fit: cover;
    transition: transform 0.5s;
}
.producto .producto__img:hover{
    /* filter: blur(2px); */
    transform: rotate(0deg)
    scale(1.1);
}
.producto .producto__titulo{
    font-family: 'Comfortaa';
    font-size: 1.4em;
    text-align: center;
    height: 50px;
    align-content: center;
    padding-top: 15px;
    font-weight: bold;
}

.producto .producto__titulo a{
    text-decoration: none;
    color: var(--negro);
}
.nuestros-productos .productos .producto:hover .producto__titulo a{
    color: var(--secondary);
}

.item{
    display: flex;
}
.item .titulos10{
    font-family: 'Comfortaa';
    font-size: 3em;
    font-weight: 850;
    display: none;
}
.item .parrafos10{
    font-family: 'Montserrat';
    font-size: 2em;
    padding: 1rem 0;
    display: none;
}
.item__imagenes__principal{
    display: flex;
    flex-direction: column;
}
.item__descripcion{
    padding: 0 3em;
}
.titulos1{
    font-family: 'Comfortaa';
    font-size: 3em;
    font-weight: 850;
}
.titulos11{
    font-family: 'Comfortaa';
    font-size: 3em;
    font-weight: 850;
}
.parrafos1{
    font-family: 'Montserrat';
    font-size: 2em;
    padding: 1rem 0;
}
.item__descripcion__detalle{
    font-family: 'Montserrat';
    font-size: 1.55em;
}
.subtitulos{
    padding: 0.5em 0;
    font-weight:550 ;
}
.parrafos2{
    padding-bottom: 0.5em;
}
.descipcion__colores{
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    gap: 1em;
}
.descipcion__colores .descipcion__colores__color{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 7.5rem;
}
.descipcion__colores__circulo{
    width: 28px;
    height: 28px;
    border-radius: 20px;
}
.descipcion__colores__nombre{
    font-size: 1.1rem;
    text-align: center;
}
/*****  end main  *****/
/*****    footer    *****/
footer{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: none center;
}
footer .footer{
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 8em;
    font-size: 1.6em;
}

.format{
    width: 30%;
}
.footer .footer__seccion{
    font-family: 'Comfortaa';
    color: var(--negro);
    text-align: center;
    padding-bottom: 1em;
}
.footer__navegation .navegation__item{
    list-style-type: none;
    margin: 0 2%;
}
.footer__navegation .navegation__item a{
    text-decoration: none;
    color: var(--negro);
}
.footer__navegation .navegation__item:hover a{
    /* color: var(--secondary); */
    text-decoration: underline;
}
.footer .footer__social .footer_social__logo{
    display: flex;
    justify-content: center;
    height: 33px;
}
footer .copy{
    padding: 1rem;
}
footer .copy .copy__text{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    color: var(--gris);
}
/*****  end footer  *****/
.deskhide{
    display: none;
}
@media (max-width:991.98px) {
    .navbar-toggler:focus {
    box-shadow: none !important;
    }
    .navbar>.container-fluid{
        justify-content: center !important;
    }
    .container-fluid button.navbar-toggler{
            position: absolute;
    left: 0;
        border: none;
            top: 7px;
    }
    .navbar-toggler-icon {
        width: 2.5em !important;
        height: 2.5em !important;
    }
    .item {
        flex-direction: column;
    }
    .deskhide{
        display: block;
    }.mobhide{
        display: none;
    }
    .order1{
        text-align: center;
    }
    .ig-faq {
        justify-content: center;
    }
    .order3{
        padding: 15px
    }
    .item .titulos10{
        text-align: center;
        font-size: 2.4em;
        display: block;
    }
    .item .parrafos10{
        text-align: center;
        font-size: 1.6em;
        display: block;
    }
    .item .titulos1{
        display: none;
    }
    .item .parrafos1{
        display: none;
    }
    .parrafos {
        max-width: 100%;
    }
}
@media screen and (max-width:768px){
    .container .services {
        flex-direction: column;
    }
    .container .services .services__item {
        width: 100%;
        margin: 1em 0;
    }
    .top-Products .top-Products__title {
        padding: 0 6rem 6rem 6rem;
    }

    .top-Products .container-products {
        flex-direction: column;
        align-items: center;
    }

    .top-Products .container-products .top-Products__item {
        width: 100%;
        margin: 1rem 0;
    }
    .top-Products {
        padding-bottom: 0rem;
    }
    .history {
        margin-top: 15em;
        margin-bottom: 5em;
    }
    .history .nuestra {
        flex-direction: column;
    }
    .history .nuestra .nuestra__cari {
        width: 100%;
    }
    .history .nuestra .nuestra__historia {
        width: 100%;
        text-align: center;
    }
    .item__imagenes__1{
        width: -webkit-fill-available;
    }
    .titulos1 {
        text-align: center;
        font-size: 2.4em;
    }
    .titulos11 {
        text-align: center;
        font-size: 2.4em;
    }
    .parrafos1 {
        text-align: center;
        font-size: 1.6em;
    }
}

@media screen and (max-width:450px){
    /**  index  ***/
    /* .heroSlider{
        height: 40vh;
    }
    .carousel-item {
        height: 100%;
        width: auto!important;
    } */
    .container .services {
        flex-direction: column;
    }
    .container .services .services__item {
        width: 100%;
        margin: 1em 0;
    }
    .top-Products .top-Products__title {
        padding: 0 6rem 6rem 6rem;
    }

    .top-Products .container-products {
        flex-direction: column;
        align-items: center;
    }

    .top-Products .container-products .top-Products__item {
        width: 85%;
        height: 22em;
        margin: 1rem 0;
    }
    .top-Products {
        padding-bottom: 0rem;
    }
    .top-Products .star {
        left: -49px;
        top: 146px;
        width: 60%;
    }
    .top-Products .star2 {
        /* display: block; */
        left: 239px;
        top: 546px;
        width: 60%;
        overflow: hidden;
    }
    .history {
        margin-top: 15em;
        margin-bottom: 5em;
    }
    .history .nuestra {
        flex-direction: column;
    }
    .history .nuestra .nuestra__cari {
        width: 100%;
    }
    .history .nuestra .nuestra__historia {
        width: 100%;
        text-align: center;
    }
    .history .ig .ig_text__seguinos{
        font-size: 1.4em;
    }
    .footer__navegation{
        display: none;
    }
    footer .footer{
        max-width: 90%;
        flex-direction: row-reverse;
    }
    .format{
        width: 48%
    }
}