@font-face{
    src: url(../fonts/LeelUIsl.woff);
    font-family: 'Leelawadee UI Semilight';
}
@font-face{
    src: url(../fonts/Montserrat-Black.woff);
    font-family: 'Montserrat-Black';
}
@font-face{
    src: url(../fonts/FREESCPT.woff);
    font-family: 'freestyle script';
}
@font-face{
    src: url(../fonts/BritannicBoldBold.woff);
    font-family: 'Britannic Bold';
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
 html, body, #myVerticalCarousel{
    height: 100%;
    margin: 0;
}
body{
    overflow-x: hidden;
}
.menu-fixed{
    width: 100%;
    /*max-width: 1200px;*/
    position: fixed;
    top: 0;
    background-color: #FFF;
    z-index: 99999;
    transition: all .3s ease;
}
.container{
    max-width: 1200px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.mini-container{
    width: 90%;
    position: relative;
    margin: auto;
}
.padded_top{
    padding-top: 70px;
}
.padded_boton{
    padding-bottom: 100px;
}
#section1{
    background-color: #ccc;
    z-index: 9;
}
#section2{
    background-color: #ddd;
    z-index: 8;
}
#section3{
    background-image: url(../imagen/Collage-Promocionales-unicos.jpg);
    z-index: 7;
}
#section4{
    background-color: #F1F1F1;
    z-index: 6;
}
#section5{
    background-image: url(../imagen/clientes-Promocionales-Unicos.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    z-index: 5;
}
#section6{
    background-image: url(../imagen/Contacto-Promocionales-Unicos.jpg);
    background-position: center;
    background-size: cover;
    z-index: 4;
}
#contenedor_social{
    width: 50px;
    height: 150px;
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 99999;
}
#contenedor_social a
{
	list-style: none;
	text-decoration: none;
}
#contenedor_social i{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    transition: .3s;
    cursor: pointer;
}
#contenedor_social i:hover{
    width: 100px;
}
.face{
    background-color: #3c5a99;
	    color: #FFF;

}
.youtube{
    background-color: #ff0000;
	    color: #FFF;

}
.insta{
    background-color: #FFF;
}
.instagra {
    width: 15px;
    height: 15px;
}
.down
{
	background: #ffff00;
	color: #3c5a99;
}
.telef{
    font-size: 20px;
    font-weight: bold;
    color: #4ced68;
}
#box-boton
{
	width: 100%;
	max-width: 250px;
	height: 40px;
	margin: auto;
	text-align: center;
	background: #e67e22;
	display: table;
}
#box-boton a
{
	color: #fff;
	font-family: 'Leelawadee UI Semilight';
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
#box-boton i
{
	width: 50px;
}
/********     Menu    *******/
#header-top{
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 100px;
    z-index: 99999;
    width: 100%;
    background-color: rgba(138,138,138,0.50);
    box-sizing: border-box;
}
#header-top .logo{
    width: 30%;
    height: 70px;
    float: left;
    display: table;
}
#header-top .logo img{
    width: 220px;
    display: table;
}
#header-top nav{
    float: right;
}
#header-top nav ul{
    margin: 0;
    padding: 0;
    display: flex;
}
#header-top nav ul li{
    list-style: none;
    position: relative;
}
#header-top nav ul li a{
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-family: 'Leelawadee UI Semilight';
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
}
#header-top nav ul li a:hover,
#header-top nav ul li a.active{
    color: #FFF;
    background-color: #2196f3;
}
.menu-toggle{
    color: #FFF;    
    width: 50px;
    text-align: center;
    float: right;
    line-height: 70px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}
/********     Slider    *******/
.banner-promocional{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-promocional img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: table;
}
.banner-promocional>div.negro{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    z-index: 99;
}
.negro h2{
    color: #FFF;
    font-size: 90px;
    line-height: 95px;
    margin-top: 240px;
    font-family: 'freestyle script';
}
.negro h3{
    color: #FFF;
    font-size: 90px;
    line-height: 95px;
    margin-top: 0px;
    margin-left: 90px;
    font-family: 'freestyle script';
}
/********     Slider    *******/
div#slider{
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
div#slider>div#mover{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: -100%;
}
div#slider>div#mover>article{
    width: 100%;
    height: 100%;
    position: relative;
}
div#slider>div#mover>article img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#slider>div#mover>article>div.fondo-negro{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    top: 0;
}
div#slider>div#mover>article>div.fondo-negro>div.mini-container{
    width: 90%;
    position: relative;
    margin: auto;
}
/**
div#slider>div#mover>article>div.fondo-negro>div.mini-container h2{
    color: #FFF;
    font-size: 70px;
    line-height: 80px;
    margin-top: 280px;
    position: relative;
    text-align: center;
    font-family: 'Montserrat-Black';
}
**/
div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.secion-promicional_right{
    width: 40%;
    height: 380px;
    margin-top: 160px;
    text-align: center;
    float: right;
}
div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.secion-promicional_right h2{
    font-size: 70px;
    line-height: 80px;
    margin-top: 70px;
    color: #FFF;
    font-family: 'Britannic Bold';
}
.c-inpulso{
    font-size: 75px;
    text-align: center;
    color: #000;
}
.c-marcas{
    font-size: 60px;
    text-align: center;
    color: #ffff00;
}
div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promocional-left{
    width: 65%;
    height: 290px;
    margin-top: 220px;
    float: left;
}
div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promocional-left h2{
    font-size: 65px;
    line-height: 75px;
    margin-top: 70px;
    color: #6de5e5;
    font-family: 'Britannic Bold';
}
.c-somos{
    font-size: 90px;
    font-style: italic;
}
.c-consiente{
    font-size: 80px;
    margin-left: 40px;
    font-style: italic;
}
.c-vip{
    font-size: 110px;
    margin-left: 40px;
    margin-top: 90px;
    color: #ffff00;
}
.c-soluciones{
    font-weight: bold;
    font-style: italic;
}
div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promicional_LFT{
    width: 70%;
    height: 200px;
    text-align: center;
    margin-top: 245px;
    float: left;
}
div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promicional_LFT h2{
    font-size: 60px;
    line-height: 70px;
    margin-top: 70px;
    color: #FFF;
    font-family: 'Britannic Bold';
}
.c-expos{
    font-size: 100px;
    color: #ffff00;
}
.c-pro{
    color: #ffff00;
}
.c-promocionales{
    font-size: 70px;
    font-weight: bold;
    font-style: italic;
}
.c_proveedores{
    font-size: 35px;
    margin-left: 40px;
    font-style: italic;
}
div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_promocional_LEFT{
    width: 80%;
    height: 160px;
    margin-top: 480px;
    float: left;
}
div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_promocional_LEFT h2{
    font-size: 35px;
    line-height: 45px;
    margin-top: 65px;
    color: #FFF;
    font-family: 'Britannic Bold';
}
div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_cont_slide{
    width: 70%;
    height: 290px;
    margin-top: 220px;
    float: left;
}
div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_cont_slide h2{
    font-size: 45px;
    line-height: 55px;
    margin-top: 65px;
    color: #FFF;
    font-family: 'Britannic Bold';
}
.c-experiencia{
    font-size: 50px;
    margin-left: 40px;
}
.c-campanas{
    font-size: 60px;
    margin-left: 40px;
    color: #ffff00;
}
#anterior, #siguiente{
    width: 50px;
    height: 70px;
    position: absolute;
    top: 47%;
    background-color: rgba(0,0,0,0.5);
    transform: translateY(-50%;);
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: monospace;
    cursor: pointer;
    color: #FFF;
    z-index: 999;
}
#anterior:hover, #siguiente:hover{
    color: #123056;
}
#anterior{
    left: 50px;
}
#siguiente{
    right: 50px;
}
/********     Galeria ==>  Collage    *******/
.c-titulo{
    font-size: 35px;
    line-height: 55px;
    text-align: center;
    color: #FFF;
    font-family: 'Montserrat-Black';
}
.gr_100{
    width: 100%;
    height: 220px;
    text-align: center;
    display: table;
}
.gr_65{
    width: 28%;
    height: 220px;
    margin: 5px;
    display: inline-block;
}
.gr_65 img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: table;
}
.gr_25{
    width: 20%;
    height: 220px;
    margin: 5px;
    display: inline-block;
}
.gr_25 img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: table;
}
.gr_30{
    width: 22%;
    height: 220px;
    margin: 5px;
    display: inline-block;
}
.gr_30 img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    background-position: top;
    display: table;
}
.gr_40{
    width: 30%;
    height: 220px;
    margin: 5px;
    display: inline-block;
}
.gr_40 img{
     width: 100%;
    height: 220px;
    object-fit: cover;
    display: table;
}
/********     Testimonial    *******/
#slider_testimonial{
    width: 100%;
    height: 100%;
    background-image: url(../imagen/Testimonial-Promocionales-Unicos.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: table;
}
.c_testimonial{
    font-size: 35px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat-Black';
}
.opaco{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: table;
}
ul,ol{
    list-style: none;
}
.slideshow{
    width: 100%;
    position: relative;
}
.slider li, ul{
}
.slider li{
    overflow: hidden;
}
.caption{
    width: 100%;
    height: 100%;
}
.slider img{
    height: 100%;
    height: 100%;
    display: table;
}
.slider .caption{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 15px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    text-align: center;
    color: #000;
    z-index: 1;
}
.slider .caption h4{
    position: relative;
    display: block;
    margin-top: 10px;
    left: 0px;
    color: #009cd3;
    font-family: 'Leelawadee UI Semilight';
    font-size: 30px;
    line-height: 50px;
    margin-top: 40px;
    font-weight: bold;
}
.slider .caption img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin-top: 40px;
}
.slider .caption p{
    position: relative;
    margin: auto;
    color: #FFF;
    margin-top: 10px;
    font-family: 'Leelawadee UI Semilight';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.pagination{
    position: absolute;
    top: 110%;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 100;
}
.pagination li{
    font-size: 20px;
    color: #009cd3;
    margin: 2px 5px;
    cursor: pointer;
    transition: all .3s ease;
}
.left, .right{
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 25px;
    cursor: pointer;
    transition: all .4s linear;
    z-index: 1000;
}
.left:hover, .right:hover{
    color: #fdc236;
}
.left{
    left: 20px;
}
.right{
    right: 20px;
}
/********     Clientes    *******/
.c_clientes{
    font-size: 35px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat-Black';
}
.gr_clientes{
    width: 19%;
    height: 160px;
    display: inline-block;
    margin: 2px;
}
.gr_clientes img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
/********     Contacto    *******/
.c_formulario{
    width: 50%;
    height: 100%;
    float: left;
    display: table;
}
.c_formulario p{
    color: #FFF;
    font-family: 'Leelawadee UI Semilight';
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}
.c_input{
    width: 100%;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    font-family: 'Leelawadee UI Semilight';
    font-weight: bold;
}
.c_textarea{
    width: 100%;
    padding: 8px 10px;
    height: 80px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    font-family: 'Leelawadee UI Semilight';
    font-weight: bold;
}
.c_enviar{
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #009cd3;
}
.c-datos_contacto{
    width: 50%;
    height: 100%;
    float: right;
    display: table;
}
.c-datos_contacto i{
    width: 30px;
}
.c-datos_contacto p{
    color: #FFF;
    font-size: 16px;
    font-family: 'Leelawadee UI Semilight';
    line-height: 22px;
    margin-top: 15px;
}

.cmapa{
    width: 100%;
    height: 400px;
}
/********     Footer    *******/
.ir-arriba{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    cursor: pointer;
    background-color: #153979;
    z-index: 1;
    display: none;
}
@media screen and (max-width: 1100px){
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.secion-promicional_right{
        
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.secion-promicional_right h2{
        font-size: 45px;
        line-height: 55px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promicional_LFT{
        
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promicional_LFT h2{
        font-size: 40px;
        line-height: 50px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_promocional_LEFT{
        margin-top: 250px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_promocional_LEFT h2{
        font-size: 30px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promocional-left{
        
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promocional-left h2{
        font-size: 45px;
        line-height: 55px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_cont_slide{
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_cont_slide h2{
        font-size: 45px;
        line-height: 55px;
    }
    .gr_clientes{
        width: 23%;
    }
}
@media screen and (max-width: 1030px){
    #section3{
        overflow-y: scroll;
    }
    .gr_65{
        width: 48%;
    }
    .gr_25{
        width: 48%;
    }
    .gr_30{
        width: 48%;
    }
    .gr_40{
        width: 48%;
    }
}
@media screen and (max-width: 900px){
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.secion-promicional_right{
        width: 100%;
        position: relative;
        text-align: center;
        margin: auto;
        margin-top: 170px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.secion-promicional_right h2{
        font-size: 50px;
        line-height: 60px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promicional_LFT{
        width: 100%;
        position: relative;
        text-align: center;
        margin: auto;
        margin-top: 230px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promicional_LFT h2{
        font-size: 50px;
        line-height: 60px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_promocional_LEFT{
        width: 100%;
        position: relative;
        text-align: center;
        margin: auto;
        margin-top: 200px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_promocional_LEFT h2{
        font-size: 50px;
        line-height: 60px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promocional-left{
        width: 100%;
        position: relative;
        text-align: center;
        margin: auto;
        margin-top: 210px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promocional-left h2{
        font-size: 50px;
        line-height: 60px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_cont_slide{
        width: 100%;
        position: relative;
        text-align: center;
        margin: auto;
        margin-top: 110px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_cont_slide h2{
        font-size: 50px;
        line-height: 60px;
    }
    #section6{
        overflow-y: scroll;
    }
    .c_formulario{
        width: 100%;
        height: 300px;
        display: table;
    }
    .c-datos_contacto{
        width: 100%;
        height: 300px;
        display: table;
    }
    .negro h2{
        font-size: 60px;
        line-height: 65px;
        margin-top: 240px;
        text-align: center;
        font-family: 'freestyle script';
    }
    .negro h3{
        font-size: 60px;
        line-height: 65px;
        margin-top: 0px;
        margin-left: 0px;
        text-align: center;
        font-family: 'freestyle script';
    }
}
@media screen and (max-width: 850px){
    #header-top{
        padding: 0 20px;
    }
    .menu-toggle{
        display: block;
    }
    #header-top nav{
        position: absolute;
        width: 60%;
        height: calc(100vh - 50px);
        background-color: #333;
        top: 70px;
        left: -60%;
        transition: 0.5s;
    }
    #header-top nav.active{
        left: 0;
    }
    #header-top nav ul{
        display: block;
        text-align: left;
    }
    #header-top nav ul li a{
        border-bottom: solid 1px rgba(0,0,0,0.2);
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.secion-promicional_right h2{
        font-size: 40px;
        line-height: 50px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promicional_LFT h2{
        font-size: 40px;
        line-height: 50px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_promocional_LEFT h2{
        font-size: 40px;
        line-height: 50px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promocional-left h2{
        font-size: 40px;
        line-height: 50px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_cont_slide h2{
        font-size: 40px;
        line-height: 50px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_cont_slide{
        margin-top: 180px;
    }
    #section5{
        overflow-y: scroll;
    }
    .gr_clientes{
        width: 30%;
    }
    
}
@media screen and (max-width: 650px){
    .gr_clientes{
        width: 45%;
    }
    .negro h2{
        font-size: 40px;
        line-height: 45px;
        margin-top: 240px;
        text-align: center;
        font-family: 'freestyle script';
    }
    .negro h3{
        font-size: 40px;
        line-height: 45px;
        margin-top: 0px;
        margin-left: 0px;
        text-align: center;
        font-family: 'freestyle script';
    }
}
@media screen and (max-width: 550px){
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.secion-promicional_right h2{
        font-size: 30px;
        line-height: 40px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promicional_LFT h2{
        font-size: 30px;
        line-height: 40px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_promocional_LEFT h2{
        font-size: 30px;
        line-height: 40px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section-promocional-left h2{
        font-size: 30px;
        line-height: 40px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_cont_slide h2{
        font-size: 30px;
        line-height: 40px;
    }
    div#slider>div#mover>article>div.fondo-negro>div.mini-container>div.section_cont_slide{
        margin-top: 180px;
    }
    .gr_65{
        width: 95%;
    }
    .gr_25{
        width: 95%;
    }
    .gr_30{
        width: 95%;
    }
    .gr_40{
        width: 95%;
    }
}
@media screen and (max-width: 450px){
    .gr_clientes{
        width: 95%;
    }
}