@font-face
{
    font-family: Lato-Black;
    src: url('../fonts/Lato-Black.ttf');
}
@font-face
{
    font-family: Lato-Bold;
    src: url('../fonts/Lato-Bold.ttf');
}

@font-face
{
    font-family: Lato-Hairline;
    src: url('../fonts/Lato-Hairline.ttf');
}
@font-face
{
    font-family: Lato-Light;
    src: url('../fonts/Lato-Light.ttf');
}
@font-face
{
    font-family: Lato-Regular;
    src: url('../fonts/Lato-Regular.ttf');
}
@font-face
{
    font-family: Display-Regular;
    src: url('../fonts/Display-Regular.ttf');
}
@font-face
{
    font-family: Display-Bold;
    src: url('../fonts/Display-Bold.ttf');
}
@font-face
{
    font-family: Display-Black;
    src: url('../fonts/Display-Black.ttf');
}
@font-face
{
    font-family: DisplaySC-BlackItalic;
    src: url('../fonts/DisplaySC-BlackItalic.ttf');
}
@font-face
{
    font-family: DisplaySC-BoldItalic;
    src: url('../fonts/DisplaySC-BoldItalic.ttf');
}
@font-face
{
    font-family: DisplaySC-Italic;
    src: url('../fonts/DisplaySC-Italic.ttf');
}
/**/
@font-face
{
    font-family: Playfair-Black;
    src: url('../fonts/Playfair-Black.ttf');
}
@font-face
{
    font-family: Playfair-BlackItalic;
    src: url('../fonts/Playfair-BlackItalic.ttf');
}
@font-face
{
    font-family: Playfair-Bold;
    src: url('../fonts/Playfair-Bold.ttf');
}
@font-face
{
    font-family: Playfair-BoldItalic;
    src: url('../fonts/Playfair-BoldItalic.ttf');
}
@font-face
{
    font-family: Playfair-Italic;
    src: url('../fonts/Playfair-Italic.ttf');
}
@font-face
{
    font-family: Playfair-Regular;
    src: url('../fonts/Playfair-Regular.ttf');
}

/*#homeLink*/
/* {*/
/*     color: #FFF;*/
/* }*/
/*#quienesSomosLink*/
/*{*/
/*    color: #FFF;*/
/*}*/
/*#serviciosLink*/
/*{*/
/*    color: #FFF;*/
/*}*/
/*#clientesLink*/
/*{*/
/*    color: #FFF;*/
/*}*/
/*#contactoLink*/
/*{*/
/*    color: #FFF;*/
/*}*/
.actived
{
    /*background: #333333;*/
    background: #33333359;
    color: #f2dede !important;
}
.contrast
{
    color: #f0ad4e;
}

.home-1
{
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.0) 100%), url('../images/home.jpg');
    background-repeat: no-repeat;
    background-position: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed; 
    min-height: 700px;
    position: relative;
}
.letrasMenu
{
    font-family: 'Display-Regular';
    /*color: #FFF;*/
    font-size: 1.1em;
    font-weight: 100 !important;
    letter-spacing: 3px;
}
.letrasMenu:hover
{
    border-bottom: 1px solid white;
}
.design-difference {
    /* background-image: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.0) 100%), url('../images/home.jpg');
    background-repeat: no-repeat;
    background-position: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed; */
    min-height: 850px;
    position: relative;
    background-color: #FFFFFF;
}
.img-difference {
    position: absolute;
    top: 13%;
    left: 10%;
}
.blackUpper {
    font-family: Lato-Black;
    font-size: 3.3em;
    position: absolute;
    bottom: 38%;
    right: 25.6%;
    color: black;
    font-weight: 800;
    letter-spacing: 0px;
}
.txtClover {
    font-family: Lato-Light;
    font-size: 1.2em;
    text-align: justify;
}

.positionTextDesign {
    position: absolute;
    bottom: 0%;
    right: 19%;
    color: #7B7B7B;
    font-size: 1em;
}
.txtDifferent {
    /*font-family: Playfair-BoldItalic;*/
    font-family: Playfair-Italic;
    font-style: italic;
    font-size: 3.4em;
    text-transform: lowercase;
    position: absolute;
    bottom: 32%;
    right: 29.5%;
    color: black;
    font-weight: 800;
    letter-spacing: 1px;
}
.dividerFat {
    height: 10px;
    background-color: #000;
    position: absolute;
    bottom: 30%;
    right: 41%;
    width: 53px;
}
.quienes-somos
{
    min-height: 850px;
    position: relative;
    background-color: #FFFFFF;
}
.tituloQuienes {
    font-family: Lato-Black;
    color: #ddd;
    font-size: 7em;
    position: absolute;
    left: 10%;
    top: 5%;
}
.img-quienes-somos
{
    position: absolute;
    top: 20%;
    right: 10%;
}
.blackUpperSomos
{
    font-family: Lato-Black;
    font-size: 3.4em;
    position: absolute;
    bottom: 20%;
    right: 50%;
    color: black;
    font-weight: 800;
}
.txtSomos
{
    font-family: Playfair-Italic;
    font-style: italic;
    font-size: 3.4em;
    text-transform: lowercase;
    position: absolute;
    bottom: 14%;
    right: 45%;
    color: black;
    letter-spacing: 2px;
    font-weight: 800;
}
.positionTextSomos {
    position: absolute;
    top: 35%;
    left: 10%;
    color: #7B7B7B;
}
.dividerFatSomos {
    height: 10px;
    background-color: #000;
    position: absolute;
    bottom: 12%;
    right: 58%;
    width: 63px;
}
.clientes
{
    min-height: 650px;
    position: relative;
    background-color: #FFFFFF;
}
.tituloClientes
{
    font-family: Lato-Black;
    color: #d0d0d0;
    font-size: 3.5em;
    text-align: center;
}
.subTitClientes
{
    font-family: Lato-Regular;
    color: #d0d0d0;
    font-size: 1.8em;
    text-align: center;
    padding-top: 100px;
}


.slick-slider {
    width: 100%;
    /*background-color: transparent;*/
}
.slick-slider .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100px;
    justify-content: center;
}
.slick-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    margin: 10px;
    background-color: white;
    transition: all 0.3s ease;
    height: auto;
    text-align: center;
}
.slick-slider .slick-slide.slick-current, .slick-slider .slick-slide.slick-center {
    /*background: linear-gradient(45deg, #f69259, #f16975);*/
    padding: 30px 0px;
}

.slick-prev,
.slick-next {
    z-index: 10;
    top: 0px;
    background-color: transparent;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}
.background-carrousel-1
{
    background-image: url("../images/nailbar.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
.background-carrousel-2
{
    background-image: url("../images/oriunda.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
.background-carrousel-3
{
    background-image: url("../images/previ.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.background-carrousel-4
{
    background-image: url("../images/rassini.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.background-carrousel-5
{
    background-image: url("../images/Renault.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.background-carrousel-6
{
    background-image: url("../images/w.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.captionCarrousel
{
    font-size: 1.2em;
    font-family: DisplaySC-Italic;
    /*color:black;*/
    color: #5a5a5a;
    padding-top:10px;
    padding-right:30px;
    padding-left:30px;
    letter-spacing: 5px;
}

.servicios
{
    padding-top: 0px;
    min-height: 700px;
    position: relative;
    background-color: #F9F5F4;
    margin: 0px;
}
.tituloServicios
{
    font-family: Lato-Black;
    color: #d0d0d0;
    font-size: 3.5em;
    text-align: center;
    /* padding-bottom: 100px; */
    position: absolute;
    left: 2.5%;
    top: 7%;
}

.subtituloServicios
{
    font-family: Lato-Black;
    color: #d0d0d0;
    font-size: 2.5em;
    text-align: center;
}
.textServicios
{
    font-family: Lato-Light;
    font-size: 1.1em !important;
    position: absolute;
    letter-spacing: 0px;
    position: absolute;
    bottom: 22%;
    left: -50%;
    color: #9e9e9e;
    text-align: justify;
}
.captionCarrousel-2
{
    font-family: Lato-Black;
    color: #d0d0d0;
    font-size: 2.5em;
    text-align: center;
}
.side_1Contacto
{
    background-image: url(../images/IMG-CONTACTO.jpg);
    height: -webkit-fill-available;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.contacto
{
    margin: 0px;
    height: 687px;
}
.contactoFrm
{
    padding: 25px 60px 0px 60px !important;
}
.tituloContacto
{
    font-family: Lato-Black;
    color: #d0d0d0;
    font-size: 3.5em;
}
.lblFrmCnt
{
    font-family: Display-Regular;
}
.btnSendContacto
{
    font-family: Display-Bold;
    color: #626262;
    font-size: 1.2em;
    background: transparent;
    border: 0px;
    box-shadow: 0 0px 0px 0;
    transition-duration: 0.3s;
}
.btnSendContacto:hover
{
    background: #4d4d4d;
    color: #F2F2F2;
    transition-duration: 0.3s;
}
.footer
{
    background: #CECECE;
    height: 250px;
    margin: 0px;
    padding: 70px 0px 0px 0px;
}
.footerText
{
    font-family: Lato-Light;
    color: #FFF;
    font-size: 1.7em;
}
.footerText span
{
    font-family: Playfair-Italic;
}
.linkFooter
{
    color: #333333;
    transition-duration: 0.3s;
}
.linkFooter:hover
{
    color: #646464;
    transition-duration: 0.3s;
}
#sliderServs2 {
    width: 100%;
    -webkit-perspective: 0px !important;
    transform-style: flat !important;
    perspective: unset !important;
    min-height: 750px;
}
#sliderServs2.carousel-slider .carousel-item {
    /*width: 80%;
    height: 100%;
    min-height: 397px;
    position: absolute;
    top: 0;
    left: 0;*/
    width: 65%;
    height: 100%;
    min-height: 397px;
    position: absolute;
    top: 120px;
    left: 472px;
}
#sliderServs2 .indicators {
    position: absolute;
    text-align: center;
    left: -350px;
    right: 0;
    bottom: -15px;
    margin: 0;
}
#sliderServs2 .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: #949494;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}
#sliderServs2 .indicators .indicator-item.active {
    background-color: #5a5a5a;
}
.divTxtCarrusel
{
    background: #e0e0e0;
    box-shadow: 5px 10px #00000000;
    width: 641px;
    left: -112%;
    position: absolute;
    bottom: -163%;
}
.txtCarrusel
{
    font-family: DisplaySC-Italic;
    font-size: 0.8em;
}
@media (min-width: 1400px) {
  /* acá van las reglas CSS que aplican para este media query */
  .home-1 {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.0) 100%), url(../images/home.jpg);
    background-repeat: no-repeat;
    background-position: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height: 940px;
    position: relative;
    }
    .design-difference {
        min-height: 1050px;
        position: relative;
        background-color: #FFFFFF;
    }
    .txtDifferent {
        /* font-family: Playfair-BoldItalic; */
        font-family: Playfair-Italic;
        font-style: italic;
        font-size: 3.4em;
        text-transform: lowercase;
        position: absolute;
        bottom: 29%;
        right: 30.5%;
        color: black;
        font-weight: 800;
        letter-spacing: 1px;
    }
    .blackUpper {
        font-family: Lato-Black;
        font-size: 3.3em;
        position: absolute;
        bottom: 35%;
        right: 27.3%;
        color: black;
        font-weight: 800;
        letter-spacing: 0px;
    }
    .dividerFat {
        height: 10px;
        background-color: #000;
        position: absolute;
        bottom: 27%;
        right: 41%;

    }
    .positionTextDesign {
        position: absolute;
        bottom: 3%;
        right: 23%;
        color: #7B7B7B;
        font-size: 1em;
    }

    .dividerFatSomos {
        height: 10px;
        background-color: #000;
        position: absolute;
        bottom: 12%;
        right: 57%;
        width: 63px;
    }


    .txtSomos {
        font-family: Playfair-Italic;
        font-style: italic;
        font-size: 3.4em;
        text-transform: lowercase;
        position: absolute;
        bottom: 14%;
        right: 46%;
        color: black;
        letter-spacing: 2px;
        font-weight: 800;
    }
    #sliderServs2 {
        width: 100%;
        -webkit-perspective: 0px !important;
        transform-style: flat !important;
        perspective: unset !important;
        min-height: 750px;
    }
    #sliderServs2.carousel-slider .carousel-item {
        /*width: 80%;
        height: 100%;
        min-height: 397px;
        position: absolute;
        top: 0;
        left: 0;*/
        width: 65%;
        height: 100%;
        min-height: 397px;
        position: absolute;
        top: 120px;
        left: 672px;
    }
    #sliderServs2 .indicators {
        position: absolute;
        text-align: center;
        left: -955px;
        right: 0;
        bottom: -15px;
        margin: 0;
    }
    #sliderServs2 .indicators .indicator-item {
        display: inline-block;
        position: relative;
        cursor: pointer;
        height: 8px;
        width: 8px;
        margin: 24px 4px;
        background-color: #949494;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        border-radius: 50%;
    }
    #sliderServs2 .indicators .indicator-item.active {
        background-color: #5a5a5a;
    }
}
@media (max-width: 600px) {
.home-1 {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.0) 100%), url(../images/home.jpg);
    background-repeat: no-repeat;
    background-position: initial;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-attachment: fixed;
    min-height: 260px;
    position: relative;
}
.img-difference {
    position: absolute;
    top: 5%;
    left: 12%;
    text-align: center;
    width: 80%
}
.design-difference {
    min-height: 650px;
    position: relative;
    background-color: #FFFFFF;
}
.blackUpper {
    font-family: Lato-Black;
    font-size: 3.3em;
    position: absolute;
    bottom: 41%;
    right: 23.6%;
    color: black;
    font-weight: 800;
    letter-spacing: 0px;
}
.txtDifferent {
    /* font-family: Playfair-BoldItalic; */
    font-family: Playfair-Italic;
    font-style: italic;
    font-size: 3.4em;
    text-transform: lowercase;
    position: absolute;
    bottom: 32%;
    right: 37%;
    color: black;
    font-weight: 800;
    letter-spacing: 1px;
}
.dividerFat {
    height: 10px;
    background-color: #000;
    position: absolute;
    bottom: 30%;
    right: 74%;
    width: 53px;
}
.positionTextDesign {
    position: absolute;
    bottom: -2%;
    right: 9%;
    color: #7B7B7B;
    font-size: 1em;
}
.tituloQuienes {
    font-family: Lato-Black;
    color: #ddd;
    font-size: 3em;
    position: absolute;
    left: 10%;
    top: 3%;
}
}