/* LIMPIANDO HR */ 

hr{
    margin-block-start: 0;
    margin-block-end: 0;
    border-width: 1px;
}
h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

/* INICIO ESTILOS GENERALES */
.fixed {
    display: flex;
    position: fixed;
    top: 91%;
    right: 2%;
    z-index: 1;
    align-items: center;
}

#whatsapp {
    height: 60px;
    width: 60px;
}

#btn-back-to-index {
    height: 60px;
    width: 60px;
    margin-right: 15px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat','Poppins';
}

.container {
    width: 90%;
    max-width: 1280px;
    margin: auto; 
}

hr {
    width: 40px;
    float: left;
}

a{
    text-decoration: none;
}
/* FIN ESTILOS GENERALES */

/* MENU */
.menu {
    background: #fff;
    padding: 9px 20px;
}

.menu .container {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}

header .logo {
    color: #000;
    font-size: 23px;
    font-weight: 800;
}

.menu .container p span {
    color: #000;
    font-size: 23px;
    font-weight: 400;
}

nav ul li {
 display: inline-block; 
 margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: #000;
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;

}

nav ul li a:before {
    content: '';
    width: 30px;
    position: absolute;
    border-bottom: 2.5px solid rgb(29, 29, 29);
    bottom: 0;
    right: 250px;
    transition: 0.7s all;
    
}

.menu-responsive {
    display: none;
    
}
nav ul li a:hover:before {
    right: 0;
}
/* INIT */

#init {
    display: flex;
    background: url(img-optimize/image-init2.jpg);
    background-size: cover;
    background-position: 50% 75%;
    justify-content: space-between;
    align-items: center;
    height: 650px;
}

#init .png-logo{
    width: 450px;
    height: auto;
    margin-bottom: 10px;
    margin-top: -10px;
    margin-left: 10vh;
}

#init .end h3 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: -10px;
}

#init .end a{
    background-color: rgb(254, 92, 92);
    font-weight: 600;
    padding: 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px 6px 6px 6px;
    transition: 1s;
    color: rgb(255, 255, 255);
    border: 1px;
}

#init .end a:hover{
    background-color: rgb(252, 57, 57);

}

#init .start{
    color: #fff;
    font-size: 50px;
}

#init .end{
    margin-right: 30vh;
}
/* BRAND */

#brand .content-brand{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    flex-wrap: wrap;
}

.brand-01, .brand-02, .brand-03, .brand-04{
    width: 250px;
    height: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    transition: 1s all;
}

.brand-01:hover, .brand-02:hover, .brand-03:hover, .brand-04:hover {
    width: 250px;
    height: auto;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


/* TIPOS DE PRODUCTOS */

#type-product {
    padding: 90px 0;
    padding-top: 70px;
}

/* PRODUCT TOP */

#type-product .product-top{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
}

#type-product .product-top .number-product{
    color: rgb(47, 48, 54);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

#type-product .product-top .title-product{
    color: rgb(58, 58, 58);
    font-size: 20px;
    font-weight: 500;
}

 .line{
    margin-top: 25px;
    border-bottom: solid 3px rgb(58, 58, 58);
   /* border-bottom: solid 1px rgb(216, 216, 216); */
    width: 5%;
}

/* PRODUCT DEVELOP */

/****** PRODUCT ONE ******/
#type-product .line-separation {
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(58, 58, 58,0.1);
    width: 100%;   
}

#type-product  .type-product-one {
    position: relative;
}

#type-product .place-content {
    display: flex;
    flex-direction: row;
}

#type-product .place-content .content-product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
}

#type-product .content-product .title-product{
    font-size: 50px;
    color:#343a40;
    z-index: 5;
}

#type-product .content-product .text-product{
    width: 80%;
    font-size: 20px;
    color:#343a40;
    z-index: 5;
}

#type-product .content-product .button-product{
    /*
    background-color: #343a40;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    transition: 1s;
    color: rgb(255, 255, 255);
    border: 1px;
    z-index: 5;
    margin-top: 25px;
    */
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid rgb(61, 138, 171);
    transition: 1s;
    color: rgb(61, 138, 171);
    z-index: 5;
    margin-top: 25px;
    transition: all 0.5s;

}




#type-product .place-content .content-img  {
    width: 50%;
}

#type-product .place-content .content-img img  {
    width: 100%;
    height: auto;
}

#type-product .type-product-one .number-content{
    width: 100%;
    position: absolute;
    top: -20%;
    left: -1%;
    z-index: -1;
    font-size: 226px;
    color: rgb(250,250,250);
    font-weight: bold;
}

#type-product .type-product-one .svg-content{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 9%;
}

#type-product .type-product-one .svg-content img{
    width: 80px;
    height: auto;
    -webkit-filter: drop-shadow(1px 1px 8px rgba(0,0,0,0.1));
    filter: drop-shadow(1px 1px 8px rgba(0,0,0,0.1));
}

#type-product .type-product-one .svg-content-ski{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 12%;
}

#type-product .type-product-one .svg-content-ski img{
    width: 100px;
    height: auto;
    -webkit-filter: drop-shadow(2px 2px 12px rgba(0,0,0,0.2));
    filter: drop-shadow(2px 2px 12px rgba(0,0,0,0.2));
}





/* VIDEO */

#video {
    position: relative;
}
video {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1000;
}

#video .title-video{
    position: absolute;
    top: 46%;
    width: 100%;
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
}

/* COMO COMPRAR */ 

/* AS-BUY TOP */

#as-buy {
    padding: 60px 0;
  /*   background-image: linear-gradient(rgb(235, 235, 235),rgb(255, 255, 255)); */
    background-color:#EFEDEE;  
}

#as-buy .as-buy-top{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#as-buy .as-buy-top .number-as-buy{
    color: rgb(58, 58, 58);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

#as-buy .as-buy-top .title-as-buy{
    color: rgb(58, 58, 58);
    font-size: 20px;
    font-weight: 500;
}

#as-buy .container {
    display: flex; 
} 

#as-buy .buy-left .text-as-buy{
    color: #1e1e1e;
    font-weight: 400;
}

#as-buy .buy-left .text-as-buy span{
    color: #dc3a72;
    font-weight: 700;
}

#as-buy .buy-right .text-as-buy{
    color: #1e1e1e;
    font-weight: 400;
}

#as-buy .buy-right .text-as-buy span{
    color: #3b5998;
    font-weight: 700;
}

.buy-left .as-buy-img, .buy-right .as-buy-img{
    padding-top: 10px;
    width: auto;
    height: 600px;
    -webkit-filter: drop-shadow(5px 5px 5px #222 );
    filter: drop-shadow(5px 5px 5px #222);
}

.buy-left {
    display: flex;
    width: 60%;
    position: relative;
}

.buy-right {
    display: flex;
    width: 60%;
    margin-top: 180px;
    position: relative;
}

.content-buy{
    width: 40%;
    padding-left: 20px;
    padding-top: 100px;
}

.content-buy img{
    width: 50px;
    height: auto;
    -webkit-filter: 0;
    filter: 0;  
}

#as-buy .buy-left .content-buy a{
    background-color:  #dc3a72;
    font-weight: 600;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px 6px 6px 6px;
    transition: 1s;
    color: rgb(255, 255, 255);
    border: 1px;
} 

#as-buy .buy-left .content-buy a:hover{
    color: #fff;
    background-color:  #b02d5b;

}

#as-buy .buy-right .content-buy a{
    background-color:  #3b5998;
    font-weight: 600;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px 6px 6px 6px;
    transition: 1s;
    color: rgb(255, 255, 255);
    border: 1px;
} 

#as-buy .buy-right .content-buy a:hover{
    color: #fff;
    background-color:  #2f4576;

}
 

/* Questions */

#questions {
    padding: 60px 0;
    
} 

#questions  .questions-top{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

#questions  .questions-top .number-questions{
    color: rgb(58, 58, 58);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

#questions  .questions-top .title-questions{
    color: rgb(58, 58, 58);
    font-size: 20px;
    font-weight: 500;
}

.content-questions {
    padding: 60px;
}


.content-questions .first-question, .second-question, .three-question {
    margin-bottom: 50px;
}


.content-questions .title-content-questions{
    font-weight: 600;
    font-size: 20px;
    color: #314c68;  
}  

.content-questions .text-content-questions{
    color: #2C3E50;
}  

.content-questions .dark-line {
    border-bottom:solid 1px rgb(216, 216, 216);
    width:100%;
} 

/* OPINIONS */

#opinions {
    padding: 60px 0;
    background-image: linear-gradient(rgb(245, 245, 245),rgb(255, 255, 255)); 
} 
#opinions .circle {
    display: none;
}

#opinions  .opinions-top{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

#opinions  .opinions-top .number-opinions{
    color:rgb(58, 58, 58);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

#opinions  .opinions-top .title-opinions{
    color: rgb(58, 58, 58);
    font-size: 20px;
    font-weight: 500;
}

#opinions .content-opinion {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    padding-top: 30px;
}

#opinions .content-opinion  .one-opinon {
    width: 100%;
}

/* PERSON */

#opinions .content-opinion .one-opinion{
    display: flex;
    flex-direction: column;   
}

#opinions .content-opinion .one-opinion .person{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#opinions .content-opinion .one-opinion .person .name-person{
    color: #3b5998;
}

#opinions .content-opinion .one-opinion .person .description-person{
    color: #5e75a7;
}


#opinions .content-opinion .one-opinion .conversation-opinion {
    margin-top: 30px;
    width: 300px;
    height: auto;
    -webkit-filter:drop-shadow(-1px 2px 5px rgba(0,0,0,0.2));
    filter: drop-shadow(-1px 2px 6px rgba(0,0,0,0.2));
}

.line-opinion{
    margin-bottom: 20px;
    margin-top: 15px;
    border-bottom: solid 1px rgb(130, 155, 191);
    width: 100%;

}


/* FOOTER */

.footer {
    padding: 12px;
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding-top: 150px;
}

.content-studio .footer-studio-text{
    color: #6b7d8e;
}

.content-studio .footer-studio-text a{
    color: #6b7d8e;
    text-decoration: none;
    transition: 1s;
}

.content-studio .footer-studio-text a:hover{
    color: #1C2833;
}

@media screen and (max-width: 1300px) {
    /* PRODUCT DEVELOP */

    /****** PRODUCT ONE ******/

    #type-product .type-product-one .number-content{
        top: -20%;
        left: -1%;

    }

    #type-product .type-product-one .svg-content{
        top: 9%;
    }

    #type-product .type-product-one .svg-content img{
        width: 70px;
        height: auto;
    }

    #type-product .type-product-one .svg-content-ski{
        width: 100%;
        position: absolute;
        text-align: center;
        top: 12%;
    }
    
    #type-product .type-product-one .svg-content-ski img{
        width: 90px;
        height: auto;
        -webkit-filter: drop-shadow(2px 2px 12px rgba(0,0,0,0.2));
        filter: drop-shadow(2px 2px 12px rgba(0,0,0,0.2));
    }
    

}


@media screen and (max-width: 1200px) {

    #btn-back-to-index {
        top: 90%;
        right: 10%;
        z-index: 1;
    }

    #init .start{
        color: #fff;
        font-size: 50px;
    }
        
    #init .end{
        margin-left: 100px;
    }

    /* BRAND */ 

    .brand-01, .brand-02, .brand-03, .brand-04{
        width: 160px;
        height: auto;
    }

    .brand-01:hover, .brand-02:hover, .brand-03:hover, .brand-04:hover {
        width: 160px;
        height: auto;
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

    /* PRODUCT */ 


    #type-product .content-type-product {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }
    #type-product .product-ski{
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-size: cover;
        background-position: 70% 75%;
    
    }
    
    #type-product .product-snow{
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-size: cover;
        background-position: 50% 75%;
    }
    
    #type-product .product-ski-kid{
        width: 100%;
        display: flex;
        flex-direction: column;
        background-size: cover;
        background-position: 20% 75%;
    }

    /* PRODUCT DEVELOP */

    /****** PRODUCT ONE ******/

    #type-product .type-product-one .number-content{
        top: -20%;
        left: -1%;
    }

    #type-product .type-product-one .svg-content{
        top: 12%;
    }

    #type-product .type-product-one .svg-content img{
        width: 60px;
        height: auto;
    }

    #type-product .type-product-one .svg-content-ski{
        width: 100%;
        position: absolute;
        text-align: center;
        top: 12%;
    }
    
    #type-product .type-product-one .svg-content-ski img{
        width: 75px;
        height: auto;
        -webkit-filter: drop-shadow(2px 2px 12px rgba(0,0,0,0.2));
        filter: drop-shadow(2px 2px 12px rgba(0,0,0,0.2));
    }
    

    /* AS BUY */

    #container-as-buy{
        display: flex;
    }

    .buy-left .as-buy-img, .buy-right .as-buy-img {
        padding-top: 22px;
        width: auto;
        height: 350px;
        -webkit-filter: drop-shadow(5px 5px 5px #222 );
        filter: drop-shadow(5px 5px 5px #222);
    }

    .buy-left .as-buy-img, .buy-right .as-buy-img {
        padding-top: 22px;
        width: auto;
        height: 350px;
        -webkit-filter: drop-shadow(5px 5px 5px #222 );
        filter: drop-shadow(5px 5px 5px #222);
    }

    .buy-right {
        display: flex;
        width: 60%;
        margin-top: 50px;
    }

    .content-buy {
        width: 40%;
        padding-left: 20px;
        padding-top: 40px;
    }

}

@media screen and (max-width: 1000px) {

    /* INICIO ESTILOS GENERALES */
    .fixed {
        display: flex;
        position: fixed;
        top: 83%;
        right: 5%;
        z-index: 1;
        flex-direction: column;
    }

    #btn-back-to-index {
        height: 60px;
        width: 60px;
        margin-right: 0px;
        margin-bottom: 10px;
    }


    #whatsapp {
        height: 60px;
        width: 60px;
    }


    /* INI T*/

    #init .png-logo{
        width: 300px;
        height: auto;
        margin-bottom: 10px;
        margin-top: -10px;
        margin-left: 5vh;
    }

    /* PRODUCT DEVELOP */

    /****** PRODUCT ONE ******/

    
    #type-product .content-product .title-product{
        font-size: 40px;
    }

    #type-product .content-product .text-product{

        font-size: 15px;

  
    }

    #type-product .content-product .button-product{
        font-size: 15px;
        padding: 12px;
        border-radius: 6px 6px 6px 6px;
    }


    #type-product .type-product-one .number-content{
        top: -20%;
        left: -1%;
        font-size: 150px;
    }

    #type-product .type-product-one .number-content{
        top: -20%;
        left: -1%;
    }

    #type-product .type-product-one .svg-content{
        top: 18%;
    }

    #type-product .type-product-one .svg-content img{
        width: 40px;
        height: auto;
    }

    #type-product .type-product-one .svg-content-ski{
        width: 100%;
        position: absolute;
        text-align: center;
        top: 12%;
    }
    
    #type-product .type-product-one .svg-content-ski img{
        width: 60px;
        height: auto;
        -webkit-filter: drop-shadow(2px 2px 12px rgba(0,0,0,0.2));
        filter: drop-shadow(2px 2px 12px rgba(0,0,0,0.2));
    }



}

@media screen and (max-width: 800px) {
    
    .fixed {
        top: 73%;
        z-index: 100;
    }
    /* INIT */ 

    #init .end{
        margin-left: 0px;
    }


    /* NAV BAR */

    .menu .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .menu .btn-logo{
        width: 50%;
    }

    .menu .menu-responsive{
        position: relative;
        width: 10%;
    }

    #nav-menu{
        z-index: 1000;
        left: 0%;
        top: 100px;
        background: #fff;
        width: 100%;
    }


    nav ul {
        display: flex;
        flex-direction: column;
    }

    nav ul li {
        display: inline-block; 
        margin: 0 0px;
    }

    nav ul li a {
        text-decoration: none;
        color: #000;
        position: relative;
        display: block;
        overflow: hidden;
        padding-bottom: 10px;
        font-size: 20px;
    }

    nav ul {
        padding-inline-start: 0px;
    }

    nav ul li a:before {
        display: none;
        
    }

    /* INIT */

    #init {
        display: flex;
        background-size: cover;
        background-position: 50% 75%;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 600px;
    }

    #init .start{
        margin-left: 0px;
    }

    #init .png-logo{

        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0vh;
    }
        
    #init .end{
        margin-top: -30px;
        margin-right: -3vh;
    }

    #init .end a {
        margin-bottom: 50px;

    }
    .brand-01, .brand-02, .brand-03, .brand-04{
        width: 160px;
        height: auto;
    }

    .brand-01:hover, .brand-02:hover, .brand-03:hover, .brand-04:hover {
        width: 160px;
        height: auto;
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

    /* PRODUCT DEVELOP */

    /****** PRODUCT ONE ******/

    #type-product .place-content {
        display: flex;
        flex-direction: column;
    }

    #type-product .place-content .content-product {
        width: 100%;
        margin-bottom: 50px;
    }

    #type-product .place-content .content-img  {
        width: 100%;
    }

    #type-product .type-product-one .number-content{
        top: -10%;
        left: -1%;
    }


    #type-product .type-product-one .svg-content img{
        display: none;
           
    }
    
    #type-product .type-product-one .svg-content-ski img{
        display: none;

    }

    #type-product .content-product .button-product{
        align-self: center;
        text-align: center;
        width: 93%;
        background-color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        padding: 15px;
        display: inline-block;
        text-decoration: none;
        border-radius: 5px 5px 5px 5px;
        border: 1px solid rgb(61, 138, 171);
        transition: 1s;
        color: rgb(61, 138, 171);
        z-index: 5;
        margin-top: 25px;
        transition: all 0.5s;



    } 



    /* AS BUY */

    #as-buy .container {
        display: flex;
        justify-content: center;
    } 

    #container-as-buy{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .buy-left .as-buy-img, .buy-right .as-buy-img{
        padding-top: 22px;
        width: auto;
        height: 350px;
        -webkit-filter: drop-shadow(5px 5px 5px #222 );
        filter: drop-shadow(5px 5px 5px #222);
    }

    .buy-left .as-buy-img, .buy-right .as-buy-img {
        padding-top: 22px;
        width: auto;
        height: 350px;
        -webkit-filter: drop-shadow(5px 5px 5px #222 );
        filter: drop-shadow(5px 5px 5px #222);
    }

    .buy-left {
        display: flex;
        width: 100%;
        margin-top: 0px;
    }

    .buy-right {
        display: flex;
        width: 100%;
        margin-top: 50px;
    }

    #questions {
        padding: 60px 0;
        padding-bottom: 0px;
    }

    #video .title-video{
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 50px;
        text-align: center;
        font-weight: 500;
        color: #ffffff;
    }

    /* OPINIONS */

    #opinions .circle {
        height: 25px;
        width: 25px;
        background-color: rgb(228, 228, 228);
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 10px;

    }

    #opinions .content-opinion {
        flex-direction: column;
        justify-content: center;
        align-items: center;


    }

    #opinions .content-opinion .one-opinion .conversation-opinion {
        margin-top: 0px;
        margin-bottom: 40px;
        width: 250px;
        height: auto;
        -webkit-filter:drop-shadow(-1px 2px 5px rgba(0,0,0,0.2));
        filter: drop-shadow(-1px 2px 6px rgba(0,0,0,0.2));
    }
    
}

@media screen and (max-width: 670px) {
    
    nav ul {
        padding-inline-start: 0px;
    }

    /* BRAND */

    .brand-01, .brand-02, .brand-03, .brand-04{
        width: 160px;
        height: auto;
    }

    .brand-01:hover, .brand-02:hover, .brand-03:hover, .brand-04:hover {
        width: 160px;
        height: auto;
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    /* PRODUCT */

    #type-product  .place-one .title-place{
        font-size: 28px;
    }



    /* VIDEO */ 


    #video .title-video{
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 30px;
        text-align: center;
        font-weight: 500;
        color: #ffffff;
    }

    /*  QUESTIONS */
    .content-questions {
        padding: 15px;
    }

    /* FOOTER */

    .footer {
        padding: 12px;
        display: flex;
        justify-content: center;
        font-size: 12px;
        padding-top: 50px;
    }
        
}

    
@media screen and (max-width: 440px) {

    #init .end h3 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 10px;
        margin-top: -10px;
    }

    /* BRAND */

    .brand-01, .brand-02, .brand-03, .brand-04{
        width: 120px;
        height: auto;
    }

    .brand-01:hover, .brand-02:hover, .brand-03:hover, .brand-04:hover {
        width: 120px;
        height: auto;
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

    /*VIDEO */

    #video .title-video{
        position: absolute;
        top: 47%;
        width: 100%;
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        color: #ffffff;
    }

    /* AS-BUY */ 

    #as-buy .buy-left .text-as-buy{
        color: #1e1e1e;
        font-weight: 400;
        font-size: 12px;
    }

    #as-buy .buy-right .text-as-buy{
        color: #1e1e1e;
        font-weight: 400;
        font-size: 12px;
    } 


}


