/*General*/
@font-face {
    font-family: 'Montserrat-Light';
    src:url(../css/Fonts/Montserrat-Light.otf);
}
@font-face {
    font-family: 'Montserrat-Medium';
    src:url(../css/Fonts/Montserrat-Medium.otf);
}
@font-face {
    font-family: 'Montserrat-Bold';
    src:url(../css/Fonts/Montserrat-Bold.otf);
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src:url(../css/Fonts/Montserrat-ExtraBold.otf);
}
@font-face {
    font-family: 'Montserrat-ExtraBoldItalic';
    src:url(../css/Fonts/Montserrat-ExtraBoldItalic.otf);
}
@font-face {
    font-family: 'FontAwesome';
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2");
}
body{
    font-family: 'Montserrat-Light' !important;
    margin: 0;
    color: black;
}
a{
    color: inherit;
}
a:hover, a:focus {
    color: initial !important;
    text-decoration: underline;
    outline: none !important;
    outline-offset: 0 !important;
}
.family-medium{
    font-family: 'Montserrat-Medium';
}
.family-bold{
    font-family: 'Montserrat-Bold';
}
.family-extrabold{
    font-family: 'Montserrat-ExtraBold';
}
.family-italic{
    font-family: 'Montserrat-ExtraBoldItalic';
}
.display-align-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ocultar{
    display: none;
}
.ocultar650{
    display: none;
}

/*Menu*/
/*cronometro*/
.cronometro{
    background-color: black;
    color: white;
    text-align: center;
}
.contenedor-cronometro{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}
.h2-cronometro{
    font-size: 38px;
    font-family: 'Montserrat-Bold';
    margin-left: 5px;
}
.logo-chauchau{
    width: 11rem;
    height: auto;
    padding-top: 2px;
}
/*logo y buscador*/
#logo-search{
    margin: 2rem 0;
}
.logo-menu{
    width: 100%;
    height: auto;
    margin-left: -4rem;
}
.search{
    width: 60% !important;
    background-color: #f0f0f0 !important;
    border: none !important;
    border-radius: 15px !important;
    color: black !important;
    line-height: 0 !important;
    float: right;
}
.icon-search{
    position: relative;
    right: -30;
    color: #c06f4f;
}
ul#autocomplete-result-list-1{
    top: 45 !important ;
    z-index: 2 !important;
}
/*menu*/
.check-falso {
    display: none;
}
.menu{
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    margin-left: -4rem;
    margin-bottom: 3rem;
}
.opccion-menu{
    font-size: 18px;
    font-family: 'Montserrat-Bold';
}
.check-falso{
    display: none;
}
#menu a {
    color: black;
    text-decoration: none;
}
.menu a:active, .menu a:hover {
    color: #c06f4f !important;
}
.active{
    color: #c06f4f !important;
}
/*barra de contenido*/
.contenido{
    background-color: #f0f0f0;
    margin-bottom: 3rem;
}
#opciones-contenido{
    display: flex;
    flex-direction: row;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0;
    padding: 1rem 0;
}
.parrafo-opciones-contenido:hover,.parrafo-opciones-contenido:focus {
    text-decoration: underline;
}
.parrafo-opciones-contenido{
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: black;
}
.line-vertical-black{
    width: 2px;
    background-color: black;
    height: 13px;
}

/*Footer*/
.footer-loreal{
    background-color:#c06f4f;
    padding:3rem;
    color: white;
}
.logo-footer{
    width: 100%;
    height: auto;
}
.line-vertical{
    width: 2px;
    background-color: white;
    height: 150px;
    margin: 1rem;
}
.texto-footer-ul{
    list-style: none;
    font-size: 2rem;
    padding-left: 0;
    font-family: Montserrat-Bold;
}
.texto-footer-li{
    cursor: pointer;
}
.texto-footer-li:hover{
    text-decoration: underline;
    color: white;
}
.texto-footer{
    font-size:11px;
    font-family: Montserrat-Bold;
    text-align: justify;
}

/*Responsive*/
@media screen and (max-width: 991px){
    .mostrar{
        display: none;
    }
    .ocultar{
        display: block;
    }
    .img-100{
        width: 100%;
        height: auto;
    }
    .img-100-principal{
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .search{
        width: 100% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .h2-cronometro {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px){
    .barra-ocultar{
        display: none;
    }
    .display-align-center{
        display: block;
    }
    #opciones-contenido {
        display: block;
        padding: 0 0;
    }
    .line-vertical{
        display: none;
    }
    .line-vertical-black{
        display: none;
    }
    .logo-menu {
        margin-left: -0; 
    }
    .centrar-logo{
        text-align: center;
    }
    .contenedor-search {
        justify-content: center;
    }
    .contenedor-cronometro{
        display: block;
    }
    .h2-cronometro {
        font-size: 26px;
    }
}

/*Responsive menu*/
@media screen and (max-width: 767px){
    .check-falso{
        display: block;
    }
    #menuToggle{
        display: block;
        position: relative;
        top: 17px;
        left: 0;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        height: 50px;
    }
    #menuToggle a{
        text-decoration: none;
        color: #232323;
        transition: color 0.3s ease;
        display: block;
        font-size: 18px;
    }
    #menuToggle input{
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: 0;
        cursor: pointer;
        opacity: 0;
        z-index: 2; 
        -webkit-touch-callout: none;
    }
    #menuToggle span{
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #343a40;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    #menu{
        display: block;
        width: auto;
        margin: -50px 0 0 -50px;
        padding: 50px;
        padding-top: 50px;
        background: #ffffff;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    #menu li{
        padding: 8px 0;
        font-size: 18px;
    }
    #menuToggle input:checked ~ ul{
        transform: none;
    }           
}