html {
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
}

* {
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #000000;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.1rem;
}

p {
    color: #000000;
}

.top-bar {
    background-color: #1D3054;
}

.top-bar a:link,
.top-bar a:visited {
    color: #ffffff;
}

.top-bar ul li {
    margin-top: 10px;
    display: inline-block;
}

.pedido-item {
    margin-right: 40px;
}

.nav-link span {
    color: #F8AC1B;
    font-size: 1.2rem;
}

.subrayado {
    text-decoration: underline;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-light {
    background-color: #ffffff !important;
}

#banner-respuesta {
    background-color: white;
    margin-top: 250px;
}

#banner-head {
    background: #000000 url('../images/concretos-metropolitana-banner.jpg') top left no-repeat;
    background-size: cover;
}

#banner-head h1 {
    font-weight: 300;
    font-size: 2rem;
    color: #ffffff;
}

#banner-head h1 span {
    font-weight: 700;
}

#banner-head p {
    font-size: 1.6rem;
    color: #ffffff;
}

.img-fluid-s {
    width: 100%;
    height: auto;
}

.logo-top {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 99;
}

.form-box {
    background: #CCCCCC;
    padding: 0 20px 20px 20px;
}

.tit {
    background-color: #F8AC1B;
    padding: 5px;
    color: #000000;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.form-box-2 {
    background: #F8AC1B;
    padding: 0 20px 20px 20px;
}

.tit-2 {
    background-color: #CCCCCC;
    padding: 5px;
    color: #000000;
    font-weight: 700;
    font-size: 1.4rem;
}

.btn-enviar {
    font-weight: 700;
    width: 50%;
    background-color: #F8AC1B;
    border: 1px solid #000000;
}

.btn-enviar-2 {
    font-weight: 700;
    width: 50%;
    background-color: #1D3054;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-enviar-2:hover {
    background-color: #ffffff;
    color: #1D3054;
}

img.anim:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#pide,
#proceso {
    background-color: #1D3054;
}

#pide h3,
#proceso h3 {
    font-weight: 300;
    color: #ffffff;
}

#pide h3 span a:link,
#pide h3 span a:visited {
    text-decoration: underline;
    color: #F8AC1B;
}

#porque {
    background: #ebebeb url('../images/back-textura-1.jpg') top center no-repeat;
    background-size: cover;
}

#porque img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

#proceso h3 span {
    color: #F8AC1B;
}

#garantia {
    background-color: #F8AC1B;
}

#compromiso p,
#tienes p {
    font-size: 1.2rem;
}

#formulario {
    background: #000000 url('../images/back-textura-2.jpg') top center no-repeat;
    background-size: cover;
}

footer h6,
footer p {
    color: #ffffff;
}

footer ul li {
    color: #ffffff;
    list-style: none;
}

footer ul li a:link,
footer ul li a:visited {
    color: #ffffff;
}

footer ul li a:hover {
    text-decoration: none;
    color: #F8AC1B;
}

.fixed-whats {
    position: fixed;
    top: -6px;
    right: 0px;
    z-index: 1030;
}

.fixed-whats img {
    width: 40px;
    height: auto;
}


/********************************************************************



MEDIA QUERIES



*************************************************************************/


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .logo-top {
        width: 100px;
        height: auto;
        left: 10px;
    }
    .fixed-top {
        top: 10px;
    }
    #banner-head {
        background-image: none;
    }
    #banner-head h1 {
        font-size: 1.6rem;
        margin-top: -260px;
    }
    #banner-head p {
        font-size: 1.1rem;
        color: #ffffff;
    }
    #banner-head .fila-banner {
        padding-top: 0px !important;
    }
    .pedido-item {
        margin-right: 0px;
        font-size: 0.9rem;
    }
    #porque {
        background-color: #ebebeb;
        background-image: none;
    }
    .whats-icon {
        position: fixed;
        bottom: 0px;
        right: 0;
    }
    .fixed-whats img {
        width: 60px;
        height: auto;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}

@media (max-width: 1400px) {}