/*================================================
Default CSS
=================================================*/

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-Medium.ttf");
}
@font-face {
    font-family: "RalewayB";
    src: url("../font/Raleway-Bold.ttf");
  }

/* Colores */
:root{
    --rojo:#bc0013;
    --negro:#000000;
    --gris: #4e4e4e;
    --grisfuerte: #1a1a1a;
    --amarillo:#ff9800;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    min-height: 100%;
    width: 100%;
    position: relative;
  }
body {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    background-color: #ffffff;
    padding-right: 0 !important;
    background-color: #ffffff;
    overflow-x: hidden;
    margin: 0;
}
body.modal-open {
    overflow: hidden !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'RalewayB', sans-serif;
}
a:hover {
    color:#ffffff;
}
a{
    color:#ffffff;
    text-decoration: none;
}
.btn-rojo{
    background-color: var(--rojo);
    color:#ffffff;
    margin:20px 0px;
}
.btn-rojo:hover{
    color:var(--dorado);
}
.btn-blanco{
    background-color: #ffffff;
    color:var(--dorado);
    margin:20px 20px;
    font-weight: 700;
}
.btn-blanco:hover{
    color:var(--rojo);
}
.panel-red{
    background-color: var(--rojofuerte);
    color:#ffffff;
    border-radius: 10px;
    padding:20px 0px;
    margin:20px 15%;
}
/*================================================
Navbar Area CSS
=================================================*/
.header-area {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: transparent;
    transition: 0.5s;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    margin:0px 10px;
}
.nav-link:hover{
    color:var(--dorado);
    font-weight: 700;
}
.navbar-collapse.show {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: var(--rojo);
    border-radius: 10px;
}
.navbar-toggler {
    margin-top: 10px;
}
.header-area.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
        box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
        background-color: var(--grisfuerte) !important;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        color: #ffffff;
}
.links-header i{
    color:#ffffff;
}
.logo{
    text-align: center;
}
.link-head{
    margin-top: 20px;
}
/*================================================
Banner Area CSS
=================================================*/
#main-banner {
    height: 600px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-main.jpeg);
    color:#ffffff;
}

#main-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: .3;
}

#main-banner .texto{
    margin-top: 250px;
    text-align: center;
}
#main-banner .texto p{
    font-size: 50px;
    font-weight: 700;
}
#main-banner .texto h1{
    font-size: 20px;
    font-weight: 500 !important;
}


@media only screen and (max-width: 377px) {
    #main-banner {
        height: 400px;
    }
    #main-banner .texto{
        margin-top: 200px;
        text-align: center;
    }
    #main-banner .texto p{
        font-size: 16px;
    }
    #main-banner .texto h1{
        font-size: 22px;
    }
    #main-banner .imagen{
        margin: -250px 0px 0px 0px;
        text-align: center;
    }
    #main-banner .imagen img{
        width: 200px;
    }
}
/*================================================
Banner productos Area CSS
=================================================*/
#bannerproductos{
    background-color:var(--amarillo);
    color:#ffffff;
    text-align: center;
    padding: 10px 0px;
}
#bannerproductos p{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
}
/*================================================
Leyenda Area CSS
=================================================*/
#leyenda {
    padding:40px 0px;
}
#leyenda p{
    text-align: center;
    font-size: 20px;
}

/*================================================
Servicios Area CSS
=================================================*/
#servicios {
    height: auto;
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-2.jpeg);
    color:#ffffff;
}

#servicios::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: .9;
}
#servicios h2{
    margin-top: 150px;
    font-size: 42px;
    text-align: center;
}
#servicios p{
    text-align: center;
}
#servicios .servicios-card{
    margin-top:80px;
    text-align: center;
    margin-bottom: 80px;
}
#servicios .servicios-card p{
    background-color: var(--rojo);
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 700;
    
}
/*================================================
Productos Area CSS
=================================================*/
#productos{
    padding: 40px 0px;
}
#productos h2{
    text-align: center;
    color: var(--gris);
}
#productos .card-product{
    border: #4e4e4e 1px solid;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin:20px;
    background-color: var(--gris);
    color: #ffffff;
}
#productos .card-product i{
    font-size: 40px;
    margin-top: 20px;
    color:var(--amarillo)
}
#productos .card-product p{
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700;
}
#productos .slide-productos{
    width: 350px;
    margin: 0 auto;
}
/*================================================
Contacto Area CSS
=================================================*/
#contacto{
    padding: 40px 0px;
}
#contacto h2{
    text-align: center;
    color: var(--gris);
}
#contacto h3{
    font-size: 16px;
}
#contacto h4{
    text-align: center;
}
#contacto p{
    font-size: 28px;
    text-align: center;
    font-weight: 800;
}
/*================================================
Footer Area CSS
=================================================*/
.fixed-bottom {
    position:absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
.footer-area {
    background-color: var(--rojo);
}

.single-footer-widget {
    margin-top:35px;
}

.single-footer-widget .logo a {
    display: inline-block;
}

.single-footer-widget .logo p {
    color: #ebe7e7;
    margin-bottom: 0;
    margin-top: 15px;
}
.single-footer-widget .footer-quick-links{
    margin-top:50px;
}
.single-footer-widget .footer-quick-links li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    display: inline;
}

.single-footer-widget .footer-quick-links li a {
    display: inline-block;
    color: #ebe7e7;
    text-transform: uppercase;
    font-size: 14px;
}

.single-footer-widget .footer-quick-links li a:hover {
    color: var(--dorado);
    font-weight: 700;
}

.single-footer-widget .footer-contact-info {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li {
    color: #ebe7e7;
    font-size: 15px;
    margin-bottom: 12px;
}

.single-footer-widget .footer-contact-info li span {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}

.single-footer-widget .footer-contact-info li a {
    display: inline-block;
    color: #ffffff;
    position: relative;
}

.single-footer-widget .footer-contact-info li a::before {
    width: 100%;
    height: 1px;
    background-color: var(--dorado);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget .footer-contact-info li a:hover {
    color: var(--dorado);
}

.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li:last-child a::before {
    opacity: 1;
    visibility: visible;
}

.copyright-area {
    margin-top: 0px;
    border-top: 1px solid var(--dorado);
    padding-top: 25px;
    padding-bottom: 25px;
}

.copyright-area p {
    color: #ebe7e7;
    font-size: 15px;
}

.copyright-area p a {
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
}

.copyright-area p a:hover {
    color: #3aade1;
}

.copyright-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
}

.copyright-area ul li {
    display: inline-block;
    color: #ebe7e7;
    font-size: 15px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.copyright-area ul li a {
    display: inline-block;
    color: #ebe7e7;
}

.copyright-area ul li a:hover {
    color: #3aade1;
}

.copyright-area ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -13px;
    width: 1px;
    height: 14px;
    background-color: #ffffff;
}

.copyright-area ul li:last-child {
    margin-right: 0;
}

.copyright-area ul li:last-child::before {
    display: none;
}

.copyright-area ul li:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    .copyright-area ul {
        padding-left: 0;
        margin-top: 20px;
        list-style-type: none;
        text-align: left;
    }
}
@media only screen and (max-width: 575px) {
    .single-footer-widget {
        margin-top: 10px;
        text-align: center;
    }
    .single-footer-widget img{
        width: 200px;
    }
}
@media only screen and (max-width: 533px) {

    .single-footer-widget .footer-quick-links {
        margin-top: 0px;
        padding-left: 0px;
    }

}
/*================================================
Go Top CSS
=================================================*/

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background-color: var(--dorado);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.go-top svg {
    font-size: 50px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #3aade1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
    color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}