body {
    font: 18px 'Gilroy', sans-serif;
    overflow-x: hidden!important;
}

body::-webkit-scrollbar {
    width: 7px;
    background: rgb(206, 206, 206);
}

body::-webkit-scrollbar-thumb {
    background: #666666;
    border-radius: 7px;
}

@font-face {
    font-family: 'Leo SemiRounded Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Leo SemiRounded Bold'), url('../fonts/LeoSemiRounded-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Leo SemiRounded Light';
    font-style: normal;
    font-weight: normal;
    src: local('Leo SemiRounded Light'), url('../fonts/LeoSemiRounded-Light.woff') format('woff');
}

nav a {
    color: white;
    text-decoration: none;
    transition: all .3s ease-in;
}

nav a:hover {
    color: white;
    overflow: hidden;
    transition: all .2s ease-in;
}

a {
    text-decoration: none!important;
}

.titulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.tbold {
    font-weight: bold!important;
}

.menu-principal {
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 4px -4px black;
    -moz-box-shadow: 0 4px 4px -4px black;
    box-shadow: 0 4px 4px -4px black;
}

.menu-principal .navbar {
    padding: .1rem 0rem;
}

.bg-fontana {
    background-color: rgb(0, 100, 157);
    color: #ffffff;
}

.bg-fontana-secondary {
    background-color: #f7be06!important;
}

.tfsecondary {
    color: #f7be06!important;
}

.text-fontana {
    color: rgb(0, 100, 157)!important;
}

.text-fontana2 {
    color: rgb(2, 55, 87)!important;
}

.bg-fontana2 {
    background-color: rgb(2, 55, 87)!important;
    color: #ffffff!important;
}

nav .redes a {
    color: rgb(0, 100, 157)!important;
}

nav .redes a:hover {
    overflow: inherit!important;
}

.dropdown-menu {
    border: 1px solid white;
}

.dropdown-menu .dropdown-item {
    border-bottom: 1px solid white;
    transition: all .2s ease-out;
}

.dropdown-menu .dropdown-item:hover {
    border-bottom: 1px solid rgb(0, 100, 157);
}

.dropdown-item:active {
    color: #ffffff;
    background-color: #009bde98;
}

.our-team {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 43.25%;
    display: block;
}

@media(max-width:1000px) {
    .our-team {
        padding-bottom: 56.25%;
    }
}

@media(max-width:763px) {
    .our-team {
        padding-bottom: 125%!important;
    }
    .servicio {
        width: 70%!important;
    }
}

.our-team img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border: 0;
}

.full-size {
    height: 100%;
    width: 100%;
}

.quienes-somos {
    position: absolute;
    height: 100%!important;
    left: 0;
    top: 0;
}

.our-team .quienes-somos .row {
    height: 100%!important;
}

.our-team .quienes-somos .row .team-texto {
    vertical-align: middle;
}


/* ESTILOS PARA EL CAROUSEL DE NUESTROS VALORES  */

.owl-prueba .owl-nav .owl-prev {
    position: absolute;
    top: 44px;
    left: -25px;
    color: #009de0;
}

.owl-prueba .owl-nav .owl-next {
    position: absolute;
    top: 44px;
    right: -25px;
    color: #009de0;
}

@media( max-width: 600px) {
    .owl-prueba .owl-nav .owl-prev {
        top: 44px;
        left: 15px;
    }
    .owl-prueba .owl-nav .owl-next {
        top: 44px;
        right: 15px;
    }
}


/* ESTILOS PARA EL CAROUSEL DE EQUIPO CREO XD  */

.owl-carousel1 .owl-nav .owl-prev {
    position: absolute;
    top: 100px;
    left: 20px;
}

.owl-carousel1 .owl-nav .owl-next {
    position: absolute;
    top: 100px;
    right: 20px;
}


/* ESTILOS PARA EL CAROUSEL DE NUESTROS VALORES  */

.owl-prueba2 .owl-nav .owl-prev {
    position: absolute;
    top: 90px;
    left: 25px;
    color: black;
}

.owl-prueba2 .owl-nav .owl-next {
    position: absolute;
    top: 90px;
    right: 25px;
    color: black;
}


/* ESTILOS PARA EL CAROUSEL DE TRANSPORTE DE AGREGADO  */

.owl-transporte1 .owl-nav .owl-prev {
    position: absolute;
    top: 160px;
    left: 25px;
    color: black;
}

.owl-transporte1 .owl-nav .owl-next {
    position: absolute;
    top: 160px;
    right: 25px;
    color: black;
}


/* ---------------- fin de carouseles ------------------ */

.carousel-caption {
    height: 100%!important;
    bottom: -30%;
}

@media( max-width: 763px) {
    .carousel-item img {
        object-fit: cover;
        height: 50vh!important;
        max-width: 100%!important;
    }
    .carousel-caption {
        bottom: -16%!important;
    }
}

@media( max-width:370px) {
    .carousel-item img {
        object-fit: cover;
        height: 60vh!important;
        max-width: 100%!important;
    }
    .carousel-caption {
        bottom: -8%!important;
    }
}

.nuestros-valores {
    background-image: url(../img/team3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: inherit;
}

@media( max-width:763px) {
    .nuestros-valores .valores-contenedor {
        width: 80%!important;
    }
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
}

.altura {
    line-height: 50px!important;
}

.lista-valores>li {
    position: relative;
    padding-left: 1.2rem;
    padding-top: 8px;
}

.lista-valores {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lista-valores>li:before {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 1rem;
    background-color: #f7be06;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 1;
}

.btn-fontana {
    padding: 8px 25px;
    background-color: #1f1f1f;
    color: #ffffff;
    letter-spacing: 2px;
    border: none;
}

.btn-fontana-alternate {
    padding: 8px 25px;
    background-color: rgb(0, 100, 157);
    color: #ffffff!important;
    border: none;
}

.contacto-derecha {
    background-image: url(../img/team2.jpg);
    background-size: cover;
    background-position: center center;
}

@media( max-width: 991px) {
    .contacto-derecha {
        height: auto;
    }
}

.leo {
    font-family: 'Leo SemiRounded Bold';
    font-weight: normal;
}


/************* SERVICIOS ***************/

@media(max-width:763px) {
    .banner-servicio .row .col-12 .display-4 {
        font-size: 2.5rem;
    }
}

.formulario-servicio {
    width: 50%!important;
}

@media( max-width: 1140px) {
    .formulario-servicio {
        width: 70%!important;
    }
}

@media( max-width: 450px) {
    .formulario-servicio {
        width: 80%!important;
    }
}

.banner-servicio {
    background-image: url(../img/proyecto2.jpg);
    background-size: cover;
    background-attachment: inherit;
    background-position: center center;
    overflow: hidden;
}

.banner-servicio.cantera {
    background-image: url(../img/cantera.jpg);
}

.banner-servicio.agregados {
    background-image: url(../img/portada-agregado.jpg);
}

.banner-servicio.asfalto {
    background-image: url(../img/portada-asfalto.jpg);
}

.banner-servicio.concreto {
    background-image: url(../img/concreto.jpg);
}

.banner-servicio.movimiento {
    background-image: url(../img/movimiento-tierras.jpg);
}

.form-group .form-control {
    border: 1px solid white;
    border-bottom: 1px solid #00000093;
    transition: all .4 ease-in;
}

.form-group .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    border: 1px solid white;
    border-bottom: 1px solid rgb(0, 100, 157);
    transition: all .4 ease-in;
}

.img-service {
    padding: 15px;
    transition: all .3s linear;
}

.img-service:hover {
    padding: 7px;
}

.img-service img {
    transition: all .3s linear;
}

.img-service:hover img {
    -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.75);
}


/*************************************/

.btn-subir {
    position: fixed;
    z-index: 1;
    bottom: 25px;
    left: 25px;
    background-color: rgb(0, 100, 157);
    color: #ffffff;
    padding: 15px;
}

a.btn-subir {
    color: #ffffff!important;
}

.btn-bajar {
    position: absolute;
    bottom: 25px;
    right: 48%;
    color: #ffffff;
    padding: 15px;
}

.btn-bajar span {
    font-size: 2.5rem;
    text-shadow: 0px 0px 10px #000000;
}

a.btn-bajar {
    color: #ffffff!important;
}

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

.mcenter {
    margin: 0 auto;
}

.borde-radius {
    /* border: 5px solid rgb(0, 100, 157); */
    -webkit-border-radius: 20px 0px 20px 0px;
    -moz-border-radius: 20px 0px 20px 0px;
    border-radius: 20px 0px 20px 0px;
}

.form-s.borde-radius {
    /* border: 5px solid rgb(0, 100, 157); */
    -webkit-border-radius: 30px 0px 30px 0px;
    -moz-border-radius: 30px 0px 30px 0px;
    border-radius: 30px 0px 30px 0px;
}

.a-none {
    color: inherit!important;
    text-decoration: none;
}

.btn-whatsapp-a {
    position: fixed;
    z-index: 1;
    bottom: 25px;
    right: 25px;
}

.btn-whatsapp {
    border: inherit;
    background-color: inherit;
    width: 60px;
    height: 60px;
    background-image: url(../img/wsp-ico.png);
    background-size: cover;
}

.mt-s {
    margin-top: 30px!important;
}


/***************************************/


/***************************************/

.banner-servicio.combustiblex {
    background-image: url(../combustible/img/combustible-portada.jpg);
}

.bd-example {
    position: sticky;
}


/* .size-video {
    height: 45rem;
} */

@media( max-width:763px) {
    .size-video {
        height: 30rem;
    }
    #video {
        object-fit: cover;
        height: 100%!important;
    }
}

#video {
    width: 100%;
    height: auto;
    z-index: -2;
    visibility: visible;
}

.banner-float {
    position: absolute;
    top: 36%;
    left: 45px;
}

.adition {
    font-size: 16px;
}

.btn-fontana2 {
    padding: 8px 16px;
    background-color: rgb(0, 100, 157);
    color: #ffffff!important;
    border: none;
    font-size: 14px!important;
}

@media( max-width:763px) {
    .banner-float {
        top: 12%;
        left: 0;
    }
}

.banner-title {
    font-size: 3rem;
    text-decoration: underline;
    font-weight: bold;
}

.element {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 30px 20px 20px 20px;
    align-items: center;
}

.button-inside {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 28px;
    fill: #000000;
    color: #000000;
    background-color: #F7BE06;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #F7BE06;
    padding: 4% 4% 4% 4%;
    border-radius: 5px;
    margin: 5px 0;
}

.button-inside:hover {
    background-color: #fff;
    transition: background-color 0.3s ease-out 0.5ms
}

.section-blue {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 0% 0% 2% 0%;
}

.order-items {
    display: flex;
    margin-top: -0.5rem;
    padding: 10px;
    justify-content: space-around;
}

@media( max-width:763px) {
    .order-items {
        flex-direction: column!important;
    }
}

@media( max-width:763px) {
    .align-center2 {
        display: block;
        margin: 0 auto;
        width: 12rem;
        height: 12rem;
    }
}

.letters {
    width: 25%;
    color: #fff;
    position: relative;
}

.letters2 {
    position: absolute;
    top: 0.5rem;
    left: 5rem;
}

.fixx {
    left: 6rem;
}

.fix22 {
    margin-left: 3rem;
}

@media( max-width:763px) {
    .letters {
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .letters2 {
        position: unset;
        /* text-align: center; */
    }
    .button-inside {
        padding: 2% 2% 2% 2%;
    }
    .fix1 {
        display: block;
        text-align: center;
    }
    .fix22 {
        margin-left: auto;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}