
@import "../bootstrap/css/bootstrap.css";
@import "font-awesome/css/font-awesome.min.css";
@import "proxima-nova-alt-lt/style.css";
@import "animate.css";
@import "../js/fancybox/jquery.fancybox.css";
@import "menu.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "sweetalert.css";


/* ==========================================================================
   FRAKTALWEB
   ========================================================================== */

/*ESTILOS GENERALES*/


html,
body {
    /*height: 100%;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #333333;

}

.seccion-home {
    position: relative;
    overflow: hidden;
}

#banner .owl-dots {
    width: 100%;
    text-align: right;
    position: absolute;
    z-index: 20;
    bottom: 30px;
    padding-right: 50px;
}

#banner .item img {
    width: 100%;
}

#banner .item .caption {
    position: absolute;
    width: 60%;
    top:45%;
    z-index: 10;
    color: #ffffff;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1em;

}

.caption-left {
    left: 5%;
}

.caption-right {

    right: 3%;
    left: auto;
    text-align: right;


}

.shadow-text {
    text-shadow: 2px -2px #000000;
}

.effect-1 {
    animation-name: bounceInRight;
}

.effect-2 {
    animation-name: bounceInLeft;
}

.effect-3 {
    animation-name: bounceInUp;
}

.effect-4 {
    animation-name: bounceInDown;
}



#banner .item .caption i {
    color: #0a3668;
    margin-right: 10px;

}

#banner .item .caption span {
    color: #0a3668;
    font-weight: bold;

}


.overlay-banner {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: url("../img/banners/bg-banner.png");
    background-size: cover;

}

.item-us {
    padding: 40px 30px;
    text-align: justify;
    font-size: 1.1em;
}

.bg-white {
    background: #ffffff;
    color: #333333;
    overflow: hidden;
}

.bg-white .overlay {
    left: 0;
    top: 0;
    background: rgba(10,54,104, .9);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;

}

.bg-gray:hover .overlay {
    opacity: 1;

}


.bg-gray .overlay {
    left: 0;
    top: 0;
    background: rgba(194,33,56, .9);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;

}

.bg-white:hover .overlay {
    opacity: 1;
}

.bg-white:hover .item-us h2 {
    color: #ffffff;
}
.bg-white:hover .item-us i {
    color: #c22138;
}


.bg-gray:hover > .item-us, .bg-white:hover > .item-us {
    color: #ffffff;
}

.bg-gray:hover .item-us h2 {
    color: #ffffff;
}
.bg-gray:hover .item-us i {
    color: #ffffff;
}

.bg-red {
    background: #c22138;
}

.bg-gray {
    background: #eeeeee;
}

.bg-blue {
    background: #485b71;
    color: #ffffff;
}

.i-head {
    font-size: 1.5em;
}

.item-us {
    position: relative;
    z-index: 3;

}

.item-us i {
    font-size: 3em;
    margin: 20px 0 40px 0;
    color: #0a3668;
}

.item-us h2 {
    color: #0a3668;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.item-us h1 {
    display: inline-block;
    font-size: 1.3em;
    margin: 0;
}

section {
    display: block;
    clear: both;
}



.css3-shadow{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}


#productos {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/cream-pixels.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    padding: 80px 0;
    color: #0a3668;
}

#productos .item-producto {
    overflow: hidden;
    min-height: 340px;
    margin-top: 20px;
    padding: 15px 10px;
}

#productos .item-producto.view_categories .image-product {
    overflow: hidden;
}

#productos .item-producto.view_categories .image-product {
    height: 290px;
}

#productos .item-producto.view_categories .image-product img {
    height: 240px;
}


#productos .item-producto.view_categories {
    background: #f6f6f6;
    box-shadow: 0 4px 8px 0 rgba(10, 54, 104, 0.04), 0 6px 20px 0 rgba(10, 54, 104, 0.09);

}

#productos .item-producto.view_categories:hover {
    box-shadow: 0 1px 20px 2px rgba(3, 101, 6, 0.3), 0 1px 20px 2px rgba(3, 101, 6, 0.3);
}


#productos .item-producto.view_categories h2 {
    color: #0a3668;
    text-align: center;
    font-size: 1.2em;
    height: 36px;
}


#productos figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 350px;
    height: auto;
    background: #0a3668;
    text-align: center;
    cursor: pointer;
}

#productos figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.6;
}

#productos figure:hover img {
    opacity: .3;
}

#productos figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#productos figure figcaption h2{
    font-size: 1.5em;
    font-weight: 400;
}

#productos figure figcaption::before,
#productos figure figcaption::after {
    pointer-events: none;
}

#productos figure figcaption,
#productos figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#productos figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

#productos figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

#productos figure h2 span {
    font-weight: 800;
}

#productos figure h2,
#productos figure p {
    margin: 0;
}

#productos figure p {
    letter-spacing: 1px;
    font-size: 95%;
    color: #f0ad4e;

}

.modelos {
    color: #006400;
}


figure.effect-jazz img {
    opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}

figure.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}


.close-btn-category {
    float: right;
    font-size: 3em;
    color: #ffffff;
    margin-right: 20px;
}

.close-btn-category:hover {
    color: #ffffff;
}


#distribuidor {
    margin: 0;
    /*background: #f0ad4e;*/
    padding: 40px 0;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/cream-pixels.png");



}

#distribuidor .btn-custom {

    background: #f0ad4e;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px 30px;
    letter-spacing: 2px;
    border-color: transparent;
    margin-top: 20px;
    transition: .4s all;
    border-bottom: 2px solid #f0ad4e;
}

#distribuidor .btn-custom:hover {
    background: #ffffff;
    border-bottom: 2px solid #ffffff;
    color: #f0ad4e;
}

.distribuidor-form label {
    color: #0a3668;margin-top: 20px;
    font-weight: normal;
    letter-spacing: 2px;


}

#distribuidor .botones {
    margin: 60px 0;
}

.distribuidor-form #close_form {
    color: #333333;
    font-size: 1.5em;
}

.botones .item-pedidos {
    padding: 80px 40px;
}


.content-interior {
    min-height: calc(100vh - 51px) !important;
    padding-top: 100px !important;


}

.list-productos {
    padding: 80px 0;
}

.list-productos .item-producto {
    text-align: center;

}

#productos.content-interior figure {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: #ffffff;

}

#productos.content-interior figure figcaption {
    background: rgba(10, 54, 104, .5);
    color: #ffffff;
}

#productos.content-interior figure img {
    display: inline-block;
    opacity: 1 !important;
}

#productos.content-interior figure:hover {
    background: rgba(10, 54, 104, .8);
}

#productos.content-interior figure:hover > img {
    opacity: .4 !important;
}



.list-productos .item-producto .effect-jazz > img {
    width: auto !important;
    height: 250px;
}

.content-interior .name-categoria {
    padding: 20px 0;
    border-right: 1px solid #e58b5c;
    text-transform: uppercase;
}

.content-interior .description-categoria {
    padding: 25px 20px;
    font-size: 1.2em;
}

.content-interior .interior-image {
    margin-top: 40px;
    text-align: center;
}


.content-interior .interior-image img{
    max-width: 100%;
    max-height: 550px;
}


.interior-producto h4 {
    color: #f0ad4e;
}

.interior-producto h3 {
    color: #c22138;
}

.interior-producto .badge {
    font-weight: normal;
}

.info-producto {
    position: relative;
}

.botones-nav {
    position: absolute;
    width: 100%;
    margin-top: 20%;
    z-index: 2;
    font-size: 5em;

}


.botones-nav .nav-btn-left {
    text-align: left;
}


.botones-nav .nav-btn-right {
    text-align: right;
}

.botones .btn-custom {

    background: #0a3668;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px 30px;
    letter-spacing: 2px;
    border-color: transparent;
    margin-top: 20px;
    transition: .4s all;
    border-bottom: 2px solid #284f7b;
}

.botones .btn-custom:hover {
    background: #284f7b;
    border-bottom: 2px solid #f0ad4e;
    color: #ffffff;
}

b.name_cate {
    color: #f0ad4e;
}
/* iconos conocenos */
.iconos{
    background-color: #0a3668; /*6dbab1   41c6c6 37c6ba */
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    max-width: 100%;
    padding-top: 0px;
    font-size: 4.5em !important;
    box-shadow: inset 0 0 0 6px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
    text-align: center;
    margin: 20px auto;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;

}


.iconos img {
    height: 50px;
}


.iconos:hover{
    background: #f0ad4e;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    box-shadow: none;

}


.colores {
    border:2px solid #000000;
    margin: 10px;

}

.colores {
    height: 70px;
}

/*
.colores {
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1px solid #cccccc;
    margin: 0 7px;
    background-size: contain;
}

.colores.color_plata {
    background: url(../img/colores/color_plata.jpg) center;
}

.colores.color_rojo {
    background: url(../img/colores/color_rojo.jpg) center;
}

.colores.color_blanco {
    background: #ffffff;
}

.colores.color_bronce {
    background: url(../img/colores/color_bronce.jpg) center;
}
.colores.color_negro {
    background: url(../img/colores/color_negro.jpg) center;
}

.colores.color_azul {
    background: url(../img/colores/color_azul.jpg) center;
}
*/

/******************************/
/* CONTACTO */

.contacto {
    background: url("../img/contact-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #ffffff;

}

.contacto .container {
    font-size: 1.3em;
    letter-spacing: 1px;
}

.contacto h4 {
    color: #f0ad4e;
    border-top: 1px solid #827e7e;
    margin: 30px 0;
    padding: 30px 0;

}

.contacto .light-txt {
    font-weight: 200;
}



/******************************/
/* FOOTER */



.footer {
    padding: 15px 0;
   /* background: rgba(240,198,139,1);
background: -moz-linear-gradient(top, rgba(240,198,139,1) 0%, rgba(240,173,78,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,198,139,1)), color-stop(100%, rgba(240,173,78,1)));
background: -webkit-linear-gradient(top, rgba(240,198,139,1) 0%, rgba(240,173,78,1) 100%);
background: -o-linear-gradient(top, rgba(240,198,139,1) 0%, rgba(240,173,78,1) 100%);
background: -ms-linear-gradient(top, rgba(240,198,139,1) 0%, rgba(240,173,78,1) 100%);
background: linear-gradient(to bottom, rgba(240,198,139,1) 0%, rgba(240,173,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c68b', endColorstr='#f0ad4e', GradientType=0 );*/

    background: rgba(10,54,104,1);
    background: -moz-linear-gradient(left, rgba(10,54,104,1) 0%, rgba(240,173,78,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10,54,104,1)), color-stop(100%, rgba(240,173,78,1)));
    background: -webkit-linear-gradient(left, rgba(10,54,104,1) 0%, rgba(240,173,78,1) 100%);
    background: -o-linear-gradient(left, rgba(10,54,104,1) 0%, rgba(240,173,78,1) 100%);
    background: -ms-linear-gradient(left, rgba(10,54,104,1) 0%, rgba(240,173,78,1) 100%);
    background: linear-gradient(to right, rgba(10,54,104,1) 0%, rgba(240,173,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3668', endColorstr='#f0ad4e', GradientType=1 );



}

.footer a {
    color: #ffffff;
    font-size: .9em;
}

.item-footer {
    padding: 30px 40px;
}


.footer .item-footer h3 {
    letter-spacing: 2px;
    color: #0a3668;
}

.servicios {
    padding: 40px 0;
}


.servicios .contamos-item {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.servicios .contamos-item img {
    font-size: 3em;
    color: #DD743C;
    display: inline-block;

}

.footer .item-footer .contacto i{

    color: #0a3668;
    font-size: 1.5em;

}

.firma {
    color: #ffffff;
    font-size: .9em;
}


/* Effect 18: cross */
.cl-effect-18 {
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.cl-effect-18 a {
    padding: 1px 5px;
    color: #ffffff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none;

}

.cl-effect-18 a::before,
.cl-effect-18 a::after {
    position: absolute;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    height: 2px;
    margin-top: -1px;

    content: '';
    z-index: -1;

    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.cl-effect-18 a::before {

    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
}

.cl-effect-18 a::after {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
}

.cl-effect-18 a:hover,
.cl-effect-18 a:focus {
    color: #ffffff;


}

.cl-effect-18 a:hover::before,
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::before,
.cl-effect-18 a:focus::after {
    opacity: 0.7;
    background: #0a3668;
}

.cl-effect-18 a:hover::before,
.cl-effect-18 a:focus::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}






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

    .content-interior .interior-image img{
        max-width: 100%;
    }

    #productos.content-interior {
        padding-top: 20px !important;
    }

    #banner .item .caption {
        font-size: 2em;
        width: 80%;
    }




}


@media screen and (max-width: 500px){
    .iconos {
        width: 100px;
    }

    b.name_cate {
        display: block;
        height: 50px;
    }

    #banner .item .caption {
        font-size: 1em;
        width: 80%;
    }


}



.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}






