@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:400,700&display=swap');


.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: bolder;
}

p {
    font-family: 'Open Sans', sans-serif;
}

nav {
    font-family: 'Oswald', sans-serif;
    font-weight: bolder;
    color: black;
    text-transform: uppercase;
}

.fondo-home {
    height: 100vh;
    background-image: url(../img/gruas-industriales-cargoser.png);
    background-size: cover;
    background-position: 35% 100px;
    background-attachment: fixed;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, .8);

}

.fondo-equipo-cargoser {
    height: 88vh;
    background-image: url(../img/equipo-cargoser-slide.png);
    background-size: cover;
    background-position: 35% 100px;
    background-attachment: fixed;
}

.fondo-maniobras-cargoser {
    height: 88vh;
    background-image: url(../img/maniobras-slide.png);
    background-size: cover;
    background-position: 45% 100px;
    background-attachment: fixed;
}

.card-body.fondo-rojo-titulo {
    height: 200px;
}
.rojo-cargoser {
    color: #ea0d44;
}

.fondo-rojo-cargoser {
    background-color: #ea0d44;
}

.fondo-negro {
    background-color: #000000;
}

.display-4 {
    font-size: 4rem;
}

.display-5 {
    font-size: 3.5rem;
}

.display-6 {
    font-size: 2.7rem;
}

.display-7 {
    font-size: 2rem;
}

.boton-whats {
    background-color: black;
    width: 200px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.boton-whats:hover {
    background-color: #6f6f6f;
}

.titulo-rojo {
    background-color: #ea0d44;
    width: 200px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.titulo-rojo2 {
    background-color: #ea0d44;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.boton-rojo {
    background-color: #ea0d44;
    width: 200px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.boton-rojo:hover {
    background-color: #b5032f;
}

a:hover {
    text-decoration: none;
}

.fondo-ubicacion {
    height: 50vh;
    background-image: url(../img/fondo-ubicacion.jpg);
    background-position: center;
    background-size: cover;
}

.servicio-grua-fondo {
    height: 50vh;
    background-image: url(../img/brazo-grua.png);
    background-position: right top;
    background-size: 32%;
    background-repeat: no-repeat;
}

.fondo-negro-titulo {
    background-color: black;
}

.fondo-rojo-titulo {
    background-color: #ea0d44;
}


.form-control {
    border: 1px solid #ffffff !important;
    background-color: rgba(255, 255, 255, 0);
    color: white !important;
}

.form-control:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #2b4e61;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #2b4e61;
}

/* ESTILOS FORMULARIO DE CONTACTO */
.form-control::placeholder {
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}

/* ESTILOS FOOTER */

.fondo-footer {
    background-image: url(../img/imagen-footer.png);
    background-position: center left;
    background-size: 40%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.fondo-carrousel {
    background-image: url(../img/fondo-nuestras-gruas.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.fondo-carrousel-2 {
    background-image: url(../img/fondo-clientes.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.card {
    border: 0px solid rgba(0, 0, 0, .125);
}


/* ESTILOS DE LIGHTBOX */

.contenedor-lightbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.contenedor-lb-imagen {
    width: 33%;
    height: 300px;
    background-color: #676767;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid white;
}

.contenedor-lb-imagen img {
    width: 100% !important;
    min-width: 120% !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.contenedor-lb-imagen .texto-lb {
    width: 80% !important;
    position: absolute;
    z-index: 10;
    color: white;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}

.contenedor-lb-imagen .texto-lb h4 {
    background-color: #ea0d44;
}

.contenedor-lb-imagen:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.contenedor-lb-imagen:hover .texto-lb {

    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

/*OWl carrousel */

.owl-theme .owl-nav {
    margin-top: 0px !important;
    margin-top: -30px !important;
    padding: 0px !important;
    color: white;
    font-size: 5rem;
}


.owl-theme .owl-nav span {
    margin: 0px !important;
    padding: 0px !important;
}




/* Larger than mobile */
@media (min-width: 319px) {
    .contenedor-lb-imagen {
        width: 50%;
        height: 130px;

    }

    .contenedor-lb-imagen img {
        width: 100% !important;
        min-width: 120% !important;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        cursor: pointer;
    }

    .fondo-footer {
        background-image: url();
        background-position: center left;
        background-size: 40%;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    .fondo-home {
        height: 88vh;
        background-image: url(../img/gruas-industriales-cargoser-blur.png);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        text-shadow: 0px 0px 5px rgba(255, 255, 255, .8);
    }

    .display-4 {
        font-size: 2.7rem;
    }

    .telefonos h5 a {
        font-size: 1rem;
        padding: 0px;
        margin:  0px;
    }
    
    .navbar-brand img {
        width: 150px;
    }
    .display-6 {
    font-size: 2.5rem;
}
    
   
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 4rem;
    }
    .display-6 {
    font-size: 2.7rem;
}
    .telefonos h5 a {
        font-size: 1.2rem;
        padding: 0px;
        margin:  0px;
    }
    
    .navbar-brand img {
        width: 210px;
    }
   

    .contenedor-lb-imagen {
        width: 33%;
        height: 400px;
        background-color: #676767;
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid white;
    }

    .fondo-home {
        height: 100vh;
        background-image: url(../img/gruas-industriales-cargoser.png);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0);
    }

    .contenedor-lb-imagen img {
        width: 100% !important;
        min-width: 110% !important;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        cursor: pointer;
    }

    .fondo-footer {
        background-image: url(../img/imagen-footer.png);
        background-position: center left;
        background-size: 40%;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

}