@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved 

*/


/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #f9f9f9;
}

a {
    color: #9a999e;
}

a:hover,
a:focus {
    color: #555555;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #bf0811;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #bf0811;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #bf0811;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #bf0811;
    margin-bottom: 0.7rem;
}

p {
    color:#5b5b5f;
}

p.lead {
    color: #bf0811;
    margin-bottom: 2rem;
}

.text-primary {
    color: #5b5b5f !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #bf0811;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #9a999e 0%, #9a999e 100%);
    background-image: -webkit-linear-gradient( 122deg, #9a999e 0%, #9a999e 100%);
    background-image: -ms-linear-gradient( 122deg, #9a999e 0%, #9a999e 100%);
    background-image: linear-gradient( 122deg, #9a999e 0%, #9a999e 100%);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #727176 0%, #727176 100%);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #bf0811;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

/*.light-bg-g {
    background-color: #ff0000;
}*/
/*---------------------------------------DIVS---------------------------------------------*/
.Clientes{
    background-image: url("../images/Marca.jpg");
    background-position: bottom; /* Center the image */
    background-repeat: repeat-x; /* Do not repeat the image */
    background-size: 600px; /* Resize the background image to cover the entire container */	
	min-height: 100px;
}
.mision{
	display: block;
    min-height: 500px;
    background-image: url("../images/Marca.jpg");
    background-position: bottom; /* Center the image */
    background-repeat: repeat-x; /* Do not repeat the image */
    background-size: 1000px; /* Resize the background image to cover the entire container */
}
.Testi{
	display: block;
	height: 500px;
	padding-top: 20px;
	background: #f9f9f9;
}
.Productos{
    display: block;
    /*background-color: #f9f9f9;*/
	background-image: url("../images/f1.png");
	background-size: cover;
    min-height: 800px;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 60px;
}
.Center_prod{
	padding-left: 8.6%;
	padding-right:8.6%;
	display: flex;
	width: 100%;
}
.Servicios{
	min-height: 700px;
	background-color: #f9f9f9;
    padding-top: 20px;
    padding-right: 8.6%;
    padding-left: 8.6%;
	margin-left: 5%;
	margin-right: 5%;
}
.Contacto{
	margin-left: 8.5%;
	margin-right: 8.5%;
	display: block;
}
footer{
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #282828;
    text-align: center;
    margin: 0px;
    color: #7E7E7E;
	font-size: 0.9rem;
}
section {
    background: #ff0000;
    /*border-radius: 0em 0em .25em .25em;*/
    box-shadow: 0 .15em .175em hsla(0,0%,0%,.1);
    margin-top: 0em;
    margin-right: 0em;
    margin-left: 0em;
    margin-bottom: 0em;
	padding: 0px;
    overflow: hidden;
}
/*---------------------------------------DIVS---------------------------------------------*/
.section {
    padding: 80px 0px 0;
	height: auto;
	background-color: #f9f9f9;
	margin: 0px;
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title small {
    color: #5b5b5f;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
	display: block;
    padding: 1rem 0;
    transition: all 0.3s ease;
	z-index: 99;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #bf0811;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #fff;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
	display: block;
    padding-top: 90px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: -moz-linear-gradient(315deg,rgba(214,0,0,1.00) 0%,rgba(198,0,0,1.00) 100%);
    background-image: -webkit-linear-gradient(315deg,rgba(214,0,0,1.00) 0%,rgba(198,0,0,1.00) 100%);
    background-image: -ms-linear-gradient(315deg,rgba(214,0,0,1.00) 0%,rgba(198,0,0,1.00) 100%);
    background-image: -o-linear-gradient(315deg,rgba(214,0,0,1.00) 0%,rgba(198,0,0,1.00) 100%);
    background-image: linear-gradient(135deg,rgba(214,0,0,1.00) 0%,rgba(198,0,0,1.00) 100%);
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #bf0811;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #bf0811;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #bf0811;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.4;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 15px;
    color: #5b5b5f;
    background: #edeef0;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ef0000 #faf6fb #FFF;
    color: #727176;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #5b5b5f;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #FCCACC;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #F5444E;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #bf0811;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
		height: 540px;
    }
    .card-deck .card {
        margin-bottom: 15px;
		height: 540px;
    }
}

.card.pricing1 {
	background-image:url("../images/Serv1-02.jpg");
	background-size:cover;
	height: 540px;
    border-top-width: 3px;
    border-color: #faf6fb #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #cc3941;
}

.card.pricing.popular {
	background-image:url("../images/Serv2-02.jpg");
	background-size:cover;
	height: 540px;
    border-top-width: 3px;
    border-color: #faf6fb #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #cc3941;
}

.card.pricing3 {
	background-image:url("../images/Serv3-02.jpg");
	background-size:cover;
	height: 540px;
    border-top-width: 3px;
    border-color: #faf6fb #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #cc3941;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #cc3941;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #5b5b5f;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #5b5b5f;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #bf0811;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #8f060d;

}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

/*----boton arriba--------*/
/*!
=> Plugin: scrollToTop
=> by zkreations.com | Daniel Abel 
*/.scrollToTop {
	outline: none;
	border: none;
	font-size: 14px;
	cursor: pointer;
}
.scrollToTop svg {
	display: block;
}
.scrollToTop {
	position: fixed;
	z-index: 97;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .3s, opacity .3s, background .1s, -webkit-transform .3s;
	transition: visibility .3s, opacity .3s, background .3s, -webkit-transform .3s;
	transition: transform .3s, visibility .3s, opacity .3s, background .3s;
	transition: transform .3s, visibility .3s, opacity .3s, background .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-2em);
	transform: translateY(-2em);
}
.scrollToTop.visible {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}  
/*
=> Personalizar
*/
/* Icono
--------------------------------------------*/
.scrollToTop svg {
   fill: #FFFFFF; /* color */
}
/* Boton
--------------------------------------------*/
.scrollToTop {
    background-color: rgba(216,216,216,0.77); /* color de fondo */
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.5), 0 1px 7px rgba(0,0,0,0.25);  sombra */
    bottom: 1em; /* Separación inferior */
    right: 1em; /* Separación derecha */
    padding: .5em; /* relleno */
    border-radius: 4px; /* borde redondeado */
}
.scrollToTop:hover {
    background-color: rgba(199,199,199,0.95); /* color de fondo (hover) */
}

/*----------Slider-----------*/
.carousel-item {
  height: 535px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1000px) {
	.carousel-item {
		background-size: cover;
		height: 220px;
	}
}
/*----------Slider-----------*/


/*----------Contacto-----------*/

/* reglas CSS para formulario */
.form-consulta {
	width: 100%; 
	background: #eee; 
	padding: 15px; 
}
.campo-form {
	width:100%; 
	height:30px; 
	margin:2px 0 2px; 
	padding-left:15px;
	padding-top: 5px;
	box-sizing: border-box; 
	border-radius:3px; 
	border:0; 
	font-size:0.9em;
	color: #5b5b5f;
}
label{
	display: block;
	float: left;
	width: 100%;
}

label span {
	color: #f00
}
textarea {
	min-height: 135px!important;
}
.btn-form {
	display: block; 
	border:0; 
	background: #444; 
	height: 46px; 
	line-height: 46px; 
	padding: 0 20px; 
	border-radius: 6px; 
	color:#fff; 
	text-decoration: none; 
	text-transform: uppercase; 
	letter-spacing: 1px
}
.btn-form:hover {
	background: #3A3A3A;
}


.google-map {
    width: 100%;
    float: left;
    position: relative;
}
.google-map iframe {
    width: 100%;
	height: 312px;
    border: 0px;
}
ul.cform {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}
ul.cform li {
    margin-bottom: 5px;
}
ul.cform li:last-child {
    margin: 0px;
}
ul.cform li.half {
    width: 50%;
    float: left;
}
.pl-15 {
    padding-left: 0px;
}
.pr-15 {
    padding-right: 5px;
}
ul.cform li.full {
    width: 100%;
    float: left;
}
ul.cform .form-control {
    border: 2px solid #e1e1e1;
    background: #fafafa;
    color: #5b5b5f;
    height: 30px;
    line-height: 49px;
    padding: 0 20px;
}
ul.cform textarea.textarea-control {
    border: 2px solid #e1e1e1;
    background: #fafafa;
    color: #5b5b5f;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 165px;
    border-radius: 5px;
}
.cform .fsubmit {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #bf0811;
    border: 0px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.cform .fsubmit:hover {
    background: #85060d;
    color: #fff;
}
.contact-form h3 {
    font-weight: 700;
    margin: 0 0 25px;
}
.c-info {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 30px;
}
.c-info:hover {
    box-shadow: 0 0 0 0.2rem rgba(102,187,106,.25);
}
.contact-map-info h6, .c-info h6 {
    font-weight: 600;
    color: #5b5b5f;
    font-size: 20px;
}
.contact-map-info p, .c-info p {
    margin: 0px;
    color: #555555;
    font-size: 16px;
    line-height: 26px;
}
.contact-info {
    margin-top: 70px;
}
.contact-info h3 {
    font-weight: 700;
    margin: 0 0 25px;
}
.contact-form {
    width: 100%;
    float: left;
}
.mb60 {
    margin-bottom: 60px;
}
.contact-map-info {
    background: #fff;
    border-radius: 5px;
    width: 350px;
    position: absolute;
    right: 50px;
    top: 50px;
    padding: 30px;
}
.contact-map-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.contact-map-info ul li {
    margin-bottom: 30px;
}
.contact-map-info ul li:last-child {
    margin: 0px;
}
.contact-page {
	height: 100%;
	display: block;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom:20px;
    background: #f9f9f9;
	margin: 0px;
}
/*----------Contacto-----------*/

/*----------Productos-----------*/
.tabbies{
	width: 20%;
}
.tabbies label{
    display: block;
    position: relative;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 15px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
    color: #5b5b5f;
    background: #edeef0;
}

.tabbies label:hover{
    background-color: #E3E3E3;
    color: #5b5b5f;
}

.tabbies [type=radio] {
	display:none;
} 
.contenido{
    background: #fff;
    margin-left: 21%;
    width: 76%;
    float: right;
    display: block;
    height: 103%;
    text-align: justify;
    overflow: auto;
    color: #5b5b5f;
    transform: scale(0);
    transition: 0s;
    position: absolute;
    border: 1px solid #E8E8E8;
	padding: 10px;
} 
[type=radio]:checked ~ label{
	background-color: #bf0811;
	color: #fff;
	z-index:2; 
	width: 111%;
} 
[type=radio]:checked ~ label ~ .contenido{
	z-index:2;
	transition: 0s all ease-in-out;
	transform:scale(1);
} 
.im2{
	width: 530px; 
	height: 50px; 
	background: url('https://i.imgbox.com/Ruzx35Xk.png'); 
	border-top: 5px solid #1C345C;
} 
.im1{
	width: 530px; 
	height: 100px; 
	background: url('https://i.imgbox.com/Ruzx35Xk.png'); 
	border-bottom: 5px solid #1C345C;
} 
.fon{
    background-color: #fff;
    margin: auto;
    position: relative;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    border-radius: 5px 5px 5px 5px;
} 
.tit{
	background: #bf0811; 
	color:#5b5b5f; 
	font-size: 35px; 
	line-height: 35px;
	text-align: center; 
	padding: 15px;
} 
.cred{
	color: rgb(56, 87, 95); 
	text-transform: uppercase; 
	font-size: 8px; 
	text-align: left; 
	padding: 1px; 
	width: 500px;
} 
::-webkit-scrollbar {
	width: 15px;
	height: 5px;
}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
	height: 10px;
	display: none;
	background-color: #E4E4E4;
}
::-webkit-scrollbar-track-piece  {
	background-color: #f2f2f2;
}
::-webkit-scrollbar-thumb:vertical {
	height: 20px;
	background-color: #E4E4E4;
}

/*----------Productos-----------*/

.product {
	/* odds are you will use flexbox */
	display: flex;

	/* center it */
	margin-left: auto;
	margin-right: auto;

	/* adjust the width to add or remove whitespace  */
	width: 82%;
}

	.photograph {
		/* if parent is flex it will stretch this image */
		align-self: center;
		display: block;

		height: auto;
		width: 100%;
	}

	.product__name.product__name {
		font-size: calc(.5em + 5vw);
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
	}

	@media (min-width: 37.5em) {
		.product__name.product__name {
			font-size: .92em;
		}
	}

	.product__description {
		font-size: calc(.3em + 5vw);
		font-weight: 300;
		line-height: 1.1;
		text-align: center;
	}

	@media (min-width: 37.5em) {
		.product__description {
			font-size: .92em;
		}
	}

/*------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------*/
.product-container {
  background-color: #fff;
  height: 268px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
	border: #E7E7E7 2px solid;
}

.tag-sale {
  background-color: #bf0811;
  width: 86px;
  height: 98px;
  position: absolute;
  color: #fff;
  right: -41px;
  z-index: 9;
  top: -44px;
  transform: rotate(137deg);
}

.tag-sale::before {
  content: "SALE";
  color: #fff;
  font-weight: bold;
  display: block;
  transform-origin: top center;
  transform: rotate(222.5deg) translateX(-28px) translateY(-37px);
}

.product-description {
  background-color: #F7F7F7;
  border-top: 1px solid #EFEFEF;
  padding: 3px 20px;
  color: #5b5b5f;
}

.product-image {
  padding: 0px;
  height: 235px;/*------------------------------------------------------*/
  position: relative;
  overflow: hidden;
  transition: 1s;
}

.product-link {
  position: absolute;
  background: #bf0811;
  width: 100px;
  height: 100px;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  padding: 22px 0;
  line-height: 25px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  opacity: 0;
  transition: 1s;
  font-style: italic;
}

.product-link:hover {
  text-decoration: none;
  color: #fff;
}


.hover-link {
  background-color: #bf0811;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.product-image img {
  width: 100%;
}

.product-description h1 {
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0;
  display: inline-block;
  width: 90%;
  font-weight:normal;
}

.product-description p {
  color: #C4C4C4;
	  font-size: 13px;
	margin-bottom: 10px;
}

.product-description .price {
  display: inline-block;
  width: 20%;
  font-size: 23px;
  text-align: right;
  font-weight: bold;
  color: #bf0811;
  margin-bottom: 5px;
}

.product-option {
  border-top: 1px solid #E4E4E4;
	padding-top: 10px;
}

.product-option h3 {
  font-size: 12px;
  margin-bottom: 0px;
	color: #969696;
}

.product-option .product-color ul {
  list-style-type: none;
  padding: 0;
}

.product-option .product-color li {
  display: inline-block;
  width: 10px;
  height: 10px;
	border-radius: 50%;
}

.product-color li.red {
  background-color: #F75375;
}
.product-color li.blue {
  background-color: #53A0F7;
}
.product-color li.green {
  background-color: #59CFAF;
}
.product-color li.gray {
  background-color: #C7C7C7;
}
.product-color li.black {
  background-color: #4E5156;
}
.product-color li.dark-blue {
  background-color: #2060AF;
}

.product-container:hover {
  /*box-shadow: 0px 10px 10px -2px rgba(0,0,0,0.20);*/
	border: solid #bf0811 2px;
}

.product-container:hover .product-image {
  height: 114px;
  transition: 1s;
}
.product-container:hover .product-option {
  display: block;
}
.product-container:hover .hover-link {
  opacity: 0.5;
}
.product-container:hover .product-link {
  opacity: 1;
}

.product-link:hover {
  -webkit-animation: hovering 1000ms linear both;
  animation: hovering 1000ms linear both;
}

@-webkit-keyframes hovering {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.3% { -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.6% { -webkit-transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.41% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.01% { -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  15.72% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.52% { -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% { -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.12% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.83% { -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  32.43% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.04% { -webkit-transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  49.15% { -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.26% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  71.37% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  82.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.59% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes hovering {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.3% { -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.6% { -webkit-transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.41% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.01% { -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  15.72% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.52% { -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% { -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.12% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.83% { -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  32.43% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.04% { -webkit-transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  49.15% { -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.26% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  71.37% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  82.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.59% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}


.section-title::after {
    content: "";
    height: 3px;
    background: #fbb900;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/*------------------------Clientes-----------------------------*/
.Client {
  display: inline-block;
  width: 160px;
  height: 80px;
}

.carouselC {
  width: 81%;
  height: 120px;
  overflow: hidden;
  padding: 8px;
  box-sizing: border-box;
  /*border: 2px solid #999;*/
  /*box-shadow: 0 0 4px #000;*/
  margin: 0 auto;
  border-radius: 5px;
  
}

.holder {
  animation: carousel 90s linear infinite;
  white-space: nowrap;
  will-change: transform;
}


  .holder:hover {
    animation-play-state: paused;
  }

@keyframes carousel {
  0% {
    transform: translateX(0);
  }
  
  50% {
    transform: translateX(-80%);
  }
  
  100% {
    transform: translateX(0);
  }
}
.Cli {
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    color: #5E5E5E;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}


@media only screen and (max-width: 1000px) {
	.carouselC {
		width: 100%;
  }
	.holder {
		width: 325%;
	  animation: carousel 50s linear infinite;
	  white-space: nowrap;
	  will-change: transform;
	}
	.Client {
	  display: inline-block;
	  width: 100px;
	  height: auto;
}
}


/*------------------------Clientes-----------------------------*/

/*------------------------------------------------------------------Modal-----------*/
#modal, #modal1{
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  /*top: -100vh;*/
  left: 0;
  height: 100%;
  width: 100%;
  transition: all .5s;
	z-index: 99999999999;
	overflow: hidden;
}
#mostrar-modal, #mostrar-modal1{
  display: none;
}
#mostrar-modal + label {
  background: #bf0811;
  display: table;
  margin: auto;
  color: #fff;
  cursor: pointer;
}
#mostrar-modal + label:hover {
  background: #bf0811;
}
#mostrar-modal:checked ~ #modal {
  top: 0;
}
#cerrar-modal {
  display: none;
}
#cerrar-modal + label {
  position: absolute;
  top: -0.7em;
  right: -0.7em;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #bf0811;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  transition: all .5s;
}
#cerrar-modal:checked ~ #modal {
  top: -100vh;
}
/*------------------------------------------------------------------Modal1-----------*/

#mostrar-modal1 + label {
  background: #bf0811;
  display: table;
  margin: auto;
  color: #fff;
  cursor: pointer;
}
#mostrar-modal1 + label:hover {
  background: #bf0811;
}
#mostrar-modal1:checked ~ #modal1 {
  top: 0;
}
#cerrar-modal1 {
  display: none;
}
#cerrar-modal1 + label {
  position: absolute;
  top: -0.7em;
  right: -0.7em;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: #bf0811;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  transition: all .5s;
}
#cerrar-modal1:checked ~ #modal1 {
  top: -100vh;
}

.Ctp{
	margin-top: 90px;
	height: 83%;
	width: 82%;
	background-color: #fff;
	display: block;
	z-index: 100;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	padding: 35px 35px 35px 35px;
}



/*---------------------------menú productos---------------------------------------*/
.tabs {
	width: 82%;
  position: relative;   
  height: 607px; /* This part sucks */
  clear: both;
	margin-left: auto;
	margin-right: auto;
}
.tab {
  float: left;  
  clear: both;
  width: 25%;
  height: 45px;
    border-bottom: 1px solid #DCDCDC;
    background: #D0D0D0;
	}

.tab:hover{
	background-color: #BCBCBC;
}

.tab label {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 18px;
    padding-bottom: 10px;
    margin-left: -1px;
    position: relative;
    left: 1px;
    display: inline-block;
    cursor: pointer;
}

.tab [type=radio] {
  display: none;   
}
.content {
	overflow: scroll;
	width: 75%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
    background-color: #fff;
    /*border-top: 2px solid #D0D0D0;*/
	border-left: 3px solid #bf0811;
    /*border-right: 2px solid #D0D0D0;
    border-bottom: 2px solid #D0D0D0;*/
    /*overflow: scroll;*/	
	/*-webkit-box-shadow: -6px 0px 11px -2px rgba(0,0,0,0.16);
	-moz-box-shadow: -6px 0px 11px -2px rgba(0,0,0,0.16);
	box-shadow: -6px 0px 11px -2px rgba(0,0,0,0.16);*/
}
[type=radio]:checked ~ label {
  background: #bf0811;
  z-index: 2;
	width: 100%;
	height: 45px;
}

[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
	.tabs {
		width: 100%
	}
  .tab {
    font-size: 60%;
	  width: 35%;
  }
	.content {
		height: 565px;
		width: 65%;
	}
}
/*---------------------------menú productos---------------------------------------*/

/*---------------------------Servicios---------------------------------------*/

.Servicios1 {
	height: 530px;
	width: 99%;
  overflow: hidden;
  position: relative;
	margin: 0px 15px 30px 0px;
}
.Servicios2 {
	height: 530px;

	width: 99%;
  overflow: hidden;
  position: relative;
	margin: 0px 15px 30px 0px;

}
.Servicios3 {
	height: 530px;
	width: 99%;
  overflow: hidden;
  position: relative;
	margin: 0px 15px 30px 0px;

}

/*---------------------------Servicios---------------------------------------*/

.B1 {
	display: block;
	max-width: 23%;
	height: auto;
    position:absolute;
    bottom:70px;
    left:12%;
}
@media only screen and (max-width: 900px) {
.B1 {
	display: block;
	min-width: 30%;
	height: auto;
    position:absolute;
    bottom:70px;
    left:12%;
}
}
/*---------------------------Proveedores---------------------------------------*/
.Proveedores{
	opacity: 0.7;
}
