/* ==========================================================================
   GLOBAL
   ========================================================================== */
   
  @import url("../css/fontawesome-all.min.css");

   
@font-face {
    font-family: 'Back to Black Demo';
    src: url('../fonts/BacktoBlackDemo.eot');
    src: url('../fonts/BacktoBlackDemo.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BacktoBlackDemo.woff2') format('woff2'),
    url('../fonts/BacktoBlackDemo.woff') format('woff'),
    url('../fonts/BacktoBlackDemo.ttf') format('truetype'),
    url('../fonts/BacktoBlackDemo.svg#BacktoBlackDemo') format('svg');
    font-weight: 900;
    font-style: normal;
}

body {
    padding-top: 56px;
}

.center {
    text-align: center;
}

.menu-icon {
    color: black;
}

#mySidenav {
    width: 250px;
}

#header, #transicion-1, #empresa, #productos, #clientes, #instagram, #footer, #copyright {
    /*margin-left: 250px;*/
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}



/* ==========================================================================
   SECTION HEADER
   ========================================================================== */
.logo-menu img {
    height: 32px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.navbar {
    background: #FFFFFF;
    min-height: 56px;
}

.navbar-light .navbar-brand {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #092770;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}
section > div.nuevo-titulo, section > div > div.nuevo-titulo{
	padding-top: 56px;
}
.nuevo-titulo {
    display: block;
    font-size: 20px;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    background-image: url(img/huevo.png);
    text-transform: uppercase;
}
.titulo{
    background-image: url(../img/huevo.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left;
    padding-left: 17px;
    font-size: 20px;
}
.titulo-2{
    background-image: url(../img/huevo-2.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left;
    padding-left: 17px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #d48e59;
}

.navbar-light .navbar-toggler {
    color: #292929;
    border: 0;
}

.menu-divider {
    width: 2px;
    border-right: 2px solid #d48e59;
    line-height: 18px;
    margin: 11px 8px 8px 8px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 16;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.buttons-menu-group {
    z-index: 1;
    position: fixed;
    right: 25px;
    top: 12px;
    text-align: center;
}

.navbar-text {
    padding: 0;
}

.navbar-light .navbar-text a.navegation-button {
    font-size: 26px;
    cursor: pointer;
    z-index: 1;
    color: #092770;
    display: inline-block;
    padding: 0 15px;
}

.navbar-light .navbar-text a.navegation-button:hover {
    color: #d48e59;
}

.facebook-button {
}

.instagram-button {
}

.indicators-custom {
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 15;
    display: inline-block;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-left: 0;
    margin-right: 0;
    right: initial;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: 6px;
    cursor: pointer;
}

.carousel-indicators li:first-child {
    margin-top: 0px;
}

.container-logo {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    top: 100px;
}

#header {
    transition: margin-left .5s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.1, 1.1);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.1, 1.1);
    }
}

.carousel-header .carousel-item > img {
    -webkit-animation: zoom 11s;
    animation: zoom 11s;
}

@media (max-width: 767px) {
    .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid #fff;
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-text {
        text-align: center;
        display: block;
    }

    .menu-divider {
        width: auto;
        border-bottom: 3px solid #d48e59;
        border-right: 0;
        line-height: 0px;
        margin: 5px 25% 5px 25%;
    }

    .container-logo{
        display: none;
    }

    .nuevo-titulo{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}



/* ==========================================================================
  SECTION EMPRESA
   ========================================================================== */

#empresa {
    background-image: url(../img/empresa/bg-empresa.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: margin-left .5s;
    padding-bottom: 200px;
    margin-top: 3%;
}

.col-text {
    padding-top: 100px;
    padding-bottom: 100px;
}

h1.title {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    color: #000;
    letter-spacing: 10px;
}

h3.subtitle {
    font-family: 'Back to Black Demo';
    font-size: 24px;
    color: #d48e59;
    margin-top: 25px;
    letter-spacing: 3px;
}

p.text, li.text {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 2;
}

video {
    margin-top: 8%;
}

.video-fondo {
    background-image: url("../img/productos/bg-productos.jpg");
    background-size: 100%;
}

.mc {
    font-size: 20px !important;
}

@media only screen and (max-width: 768px) {
    #empresa{
        background-image: none;
        padding-bottom: 30px;
    }
}

/* ==========================================================================
   SECTION TRANSICION
   ========================================================================== */

#transicion-1 {
    /* The image used */
    background-image: url("../img/transicion/bg-transicion-1.jpg");

    /* Set a specific height */
    height: 630px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: margin-left .5s;
}

#transicion-2 {
    /* The image used */
    background-image: url("../img/transicion/bg-transicion-2.jpg");

    /* Set a specific height */
    height: 630px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: margin-left .5s;
}

@media only screen and (max-width: 768px) {
    #transicion-1,#transicion-2 {
        display: none;
    }
}

/* ==========================================================================
   SECTION PRODUCTOS
   ========================================================================== */

#productos {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: margin-left .5s;
    margin-top: 3%;
}

.col-text-2 {
    padding-top: 100px;
    padding-bottom: 25px;
}

.subtitle-2 {
    padding-bottom: 25px;
}

.slick-prev-custom, .slick-next-custom {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 55%;
    display: block;
    width: 18px;
    height: 24px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev-custom:before, .slick-next-custom:before {
    font-size: 26px;
    line-height: 1;
    opacity: 1;
    color: #f8b41f;
}

.slick-prev-custom {
    left: -25px;
}

.slick-next-custom {
    right: -25px;
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    border-bottom: 0px;
    padding: 10px;
}

.col-modal {
    padding-top: 5px;
    padding-bottom: 5px;
}

.col-modal h3.subtitle {
    margin-top: 5px;
}

.container-producto {
    position: relative;
    width: 24%;
    margin:0.5%;
}

.image-producto {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-producto {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #092770;
}

.container-producto:hover .overlay-producto {
    opacity: 1;
}

.text-producto {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .slick-slider-ca h3.subtitle {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .col-producto {
        text-align: center;
    }

    .iframe-youtube {
        height: 200px;
    }

    .slick-prev-custom {
        left: 0px;
    }

    .slick-next-custom {
        right: 0px;
    }
    .slick-prev-custom:before, .slick-next-custom:before {
        font-size: 18px;
    }

    p.p-producto{
        font-size: 10px;
        text-align: center;
    }
    .container-producto {
        width: 49%;
    }
}

/* ==========================================================================
   SECTION BENEFICIOS
   ========================================================================== */

#beneficios {
}

.col-bg-beneficios {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5.3%;
}

.slick-slider-be, .slick-slider-be .slick-list, .slick-slider-be .slick-track {
    height: 100% !important;
}

.content-img-be{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
	min-height: 568px;
}

.img-be {
    /* The image used */
    background-image: url("../img/beneficios/img-beneficios-2.jpg");
    /* Set a specific height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 2s;
    display: block;
}

.img-be::before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:inherit;
    transition:inherit;
}
.img-be:hover::before {
    transform: scale(1.2);
}

.prev-be {
    left: 35px;
    z-index: 2;
}

.next-be {
    right: 35px;
}

ul.ul-beneficios{
    margin-top: 78px;
    margin-left: 18%;
    list-style-image: url('../img/beneficios/ticket-beneficios.png');
}

li.li-beneficios{
    color: #292929;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 30px;
}



@media only screen and (max-width: 768px) {
    #beneficios {
        background-image: none;
    }

    .slick-slider-be {
        min-height: 350px;
    }

    .logo-beneficios{
        width: 70%;
        margin-bottom: 25px;
    }

    ul.ul-beneficios {
        margin-top: 40px;
        margin-left: 10%;
    }

    li.li-beneficios{
        font-size: 22px;
    }

    .content-img-be{
        display: none;
    }
}

/* ==========================================================================
   SECTION CLIENTES
   ========================================================================== */

#clientes {
}

.col-bg-clientes {
    /* The image used */
    background-color: #FFFFFF;

    /* Set a specific height */
    height: 100%;

    padding-top: 50px;
    padding-bottom: 50px;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-slider-cl, .slick-slider-cl .slick-list, .slick-slider-cl .slick-track {
    height: 100% !important;
}

.img-cl {
    /* The image used */
    background-image: url("../img/clientes/auto.jpg");
    /* Set a specific height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 2s;
    display: block;
}

.img-cl::before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:inherit;
    transition:inherit;
}

.img-cl:hover::before {
    transform: scale(1.2);
}

.bold{
    font-weight: bold;
}

.italic{
    font-style: italic;
}

.text-pedido{
    line-height: 1.5 !important;
}

.pedido {
    background-color: #f8b41f;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    padding: 15px 5px;
}

.pedido:hover {
    background-color: #fff;
    color: #d48e59;
    text-decoration: none;
    transition: 0.5s;
}

/*.img-cl-2{

    background-image: url("../img/beneficios/img-clientes-2.jpg");

    height: 100%;

    padding-top: 30px;
    padding-bottom: 30px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.white {
    color: #FFFFFF !important;
}

.carousel-caption{
    background-color: rgba(29, 29, 29, 0.5);
    left: 55%;
    right: 5%;
    padding: 20px;
}

@media only screen and (max-width: 768px) {
    #clientes {
        background-image: none;
        background-color: #000;
    }

    .slick-slider-cl {
        min-height: 350px;
        display: none;
    }

    .slider-clientes{
        display: none;
    }

    .col-bg-clientes{
        padding-top: 0px;
    }
}

/* ==========================================================================
   SECTION POLITICAS
   ========================================================================== */

#politicas {
    padding: 40px 0 60px;
    background-image: url("../img/politicas/bg-politicas.jpg");

    /* Set a specific height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-slider-po .slick-slide {
    display: flex;
}

.title-text {
    text-transform: uppercase;
    font-size: 16px;
}

p.text-pol{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
}

/* ==========================================================================
   SECTION INSTAGRAM
   ========================================================================== */

#instagram {
    /*background-color: #222221;
    padding: 25px 0 40px;*/
    transition: margin-left .5s;
}
.container-instagram{
	padding: 0px !important;
}
.lightwidget__tile{padding: 0px !important;}
/* ==========================================================================
   SECTION FOOTER
   ========================================================================== */

#footer {
    /* The image used */
    background-image: url("https://snazzymaps.com/embed/49723");

    /* Set a specific height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: margin-left .5s;
}

.col-footer{
    background-color: rgb(9,39,112,0.1);
}

.col-form{
    padding: 85px 10px;
	max-height: 650px;
}

p.text-footer {
    font-size: 16px;
    line-height: 1;
}

p.text-footer a {
    color: #092770;
    text-decoration: none;
}

label.text-footer {
    color: #092770;
}

.form-control {
    border-radius: 0px;
}

.form-control:focus {
    border-color: #d48e59;
    box-shadow: 0 0 0 0.2rem rgba(212, 142, 89, .25);
}

.btn-cinta {
    background-color: #092770;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.btn-header{
    color: #fff !important;
    border-radius: 4px;
    width:auto;
    text-align:center;
}
.btn-cinta:hover {
    background-color: #f8b41f;
}

.p-social{
    font-size: 30px;
}

.a-social{
    color: #292929;
}

.alert-success, .alert-danger{
		font-size: 11px;
	}

@media only screen and (max-width: 768px) {
    .col-text-footer {
        text-align: center;
        padding-bottom: 25px;
    }

    text-footer{
        text-align: left;
    }
	
	.alert-success, .alert-danger{
		font-size: 10px;
	}
	.hide-sm{
	    display:none;
	}
	.btn-header{
	    padding: .5rem 2.5rem;
	}
}

@media only screen and (max-width: 560px) {
    .btn-header{
        width:100%;
        margin-top: 10px;
    }
    
}

/* ==========================================================================
   SECTION COPYRIGHT
   ========================================================================== */

#copyright {
    /* The image used */
    background-color: #FFFFFF;
    padding: 20px 0 15px;
    transition: margin-left .5s;
}

p.text-copyright {
    font-size: 12px;
}

a.text-link{
    font-size: 12px;
    padding-bottom: 15px;
}

.cd-top {
    display: inline-block;
    height: 35px;
    width: 35px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    text-align: center;
}

.cd-top i {
    padding-top: 8px;
    color: #FFF;
    font-size: 40px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #d48e59;
    opacity: 1;
}
 .btn-responsive{
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 25px;
        bottom: 20px;
    }
    .btn-responsive{
        display:none;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 25px;
        bottom: 30px;
    }
}


/* LOCALIDADES*/
#localidades{

}

.t-huevo {
    width: 350px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
