/* 
#2556a3
#2556a3

*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Lato',
        sans-serif;
}

/* .navbar-nav{
    justify-content: space-around;
} */
.bg_negro {
    background-color: #212121;
    color: #A9A9A9;
}

.bg_gris {
    background-color: #F4F4F4;
}

.font_negro {
    color: #212121;
}

.font_gris {
    color: #666666;
    font-size: small;
    line-height: 1.6;
}

.bg_amarillo {
    /*  background: linear-gradient(-67deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
  */
    background-color: #F8F9FA;
    color: #212121;

}

.font_amarillo {
    color: #2556a3;
}

.font_amarillo2 {
    color: #FAE95A;
}

.font_blanco {
    color: white;
}

.titulo {
    font-size: 1.8rem;
    font-weight: 900;
}

.subtitulo {
    font-size: .9rem;
    font-weight: 900;
}

.bordeado {
    border: 2px solid;
    border-color: rgba(0, 0, 0, 0.262);
}

.bordeado:hover {
    border: 2px solid;
    border-color: #FAE95A;
}

.cuadrito {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.boton {
    border: 2px solid #CCCCCC;
    border-radius: 0;
    color: black;
    background-color: #FFFFFF;
    font-weight: bold;
    transition: 0.25s;
    font-size: .8rem;
}

.boton:hover {
    color: white !important;
    box-shadow: inset 12em 0 0 0 #2556a3;
}

.nav-link:hover {
    color: #2556a3 !important;
}

.activo {
    color: white !important;
    background-color: #2556a3;
}

.boton2 {
    border: 2px solid #FFFFFF;
    border-radius: 0;
    color: white;
    background-color: transparent;
    font-weight: bold;
    transition: 0.25s;
    font-size: .8rem;
}

.boton2:hover {
    color: white;
    box-shadow: inset 12em 0 0 0 black;
    border: 2px solid #FFFFFF;
}

.top_header {
    padding-bottom: 4rem;
    font-size: .8rem;
}

.mid_header {
    position: absolute;
    margin-top: -2rem;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);

}

/* @media (max-width:576px) {
    .mid_header {
        left: 0%;
    }

}

@media (min-width:576px) and (max-width:760px) {
    .mid_header {
        left: -1%;
    }
}

@media (min-width:780px) and (max-width:1049px) {
    .mid_header {
        left: 3%;
    }
}

@media (min-width:1050px) and (max-width:1366px) {
    .mid_header {
        left: 6%;
    }
} */

.logo_header {
    float: left;
    width: 44px;
    height: 44px;
    padding-top: 10px;
    font-size: 16px;
    border: 2px solid #2556a3;
    border-radius: 50%;
    text-align: center;
}

.logo_header_texto {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    text-transform: uppercase;
}

.padding-texto {
    display: block;
    margin-left: 55px;
    font-family: Lato;
    font-weight: 700;
}

@media (max-width: 768px) {
    .margen_header {
        margin-left: 25px;
        margin-top: 20px;
    }

    .alinear_logo {
        text-align: center;
    }
}

.mynavbar {
    position: relative;

    background-color: #fff;
    box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.12);
    z-index: 1000;
    min-height: 65px;
}

.bot_header {
    width: 100%;
    height: 15vh;
    background-image: url('../img/border-1_top.png');
    background-position: top;
    background-repeat: repeat-x;
}

@media (max-width: 780px) {
    .bot_header {
        height: 40vh;
    }
}

@media (min-width: 781px) and (max-width: 1024px) {
    .bot_header {
        height: 20vh;
    }
}

.regla_top {
    background-image: url('../img/border-1_top.png');
    background-position: top;
    background-repeat: repeat-x;
}

.regla_bottom {
    background-image: url('../img/border-1_bottom.png');
    background-position: bottom;
    background-repeat: repeat-x;
}

.redes_nav {
    padding-bottom: .3rem;
    padding-top: .3rem;
    padding-left: .7rem;
    padding-right: .7rem;
    border: 1px solid #CCCCCC;
    margin-left: .5rem;
    transition: .5s;

}

.redes_nav a {
    color: #666666;
}

.redes_nav:hover,
.redes_nav a:hover {
    background-color: #2556a3;
    border-radius: 50%;
    text-decoration: none;
    text-decoration: none;
    color: white;
}

/* Slider Inicio */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

.slideshow {
    width: 100%;
    position: relative;
}

.slider li,
ul {
    width: 100%;
}

.slider li {
    overflow: hidden;
}

.slider li img {
    width: 100%;
    transform: translate3d(0px, 0px, 0px) scale(1.02452, 1.02452);
    transform-origin: 0% 0% 0px;
}

.imagen_slider {
    height: 50vh;
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}


.img1 {
    background-image: url('../img/img-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 50s;
    /* Chrome, Safari, Opera */
    animation: zoom 50s;
}

.img2 {
    background-image: url('../img/img-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 50s;
    /* Chrome, Safari, Opera */
    animation: zoom 50s;
}

.img3 {
    background-image: url('../img/img-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 50s;
    /* Chrome, Safari, Opera */
    animation: zoom 50s;
}

.slider .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px 50px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: #fff;
    z-index: 1;
}

.slider .caption h1 {
    font-size: 50px;
}

.slider .caption p {
    margin-top: 10px;
    font-size: 20px;
}

.pagination {
    position: absolute;
    top: 102%;
    width: 100%;

    display: flex;
    justify-content: center;
}

.pagination li {
    font-size: 20px;
    margin: 2px 5px;
    color: #F4F4F4;
    cursor: pointer;
}

.left,
.right {
    position: absolute;
    top: 0;
    height: 100%;

    display: flex;
    align-items: center;

    color: #fff;
    font-size: 35px;
    cursor: pointer;
    z-index: 2;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}


@media screen and (max-width: 600px) {
    /*  .slider .caption p {
        display: none;
    } */

    .slider .caption h1 {
        font-size: 35px;
    }

    .left,
    .right {
        font-size: 30px;
    }

    .slider li img {
        width: 600px;
    }

    .pagination {
        display: none;
    }
}

/* Slider Fin */

.divider {
    border: .2rem solid;
    color: #2556a3;
    width: 2.5rem;
}

.divider2 {
    border: .2rem solid;
    color: #FAE95A;
    width: 2.5rem;
}

.mini_divider {
    border: .1rem solid;
    color: #2556a3;
    width: 2rem;
}

.mini_divider2 {
    border: .1rem solid;
    color: #FAE95A;
    width: 2rem;
}

.divider_blanco {
    border: .2rem solid;
    color: white;
    width: 2.5rem;
    margin-top: 0;
}

.fondo {
    background-image: url('../img/1-2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 25vh;
}

.fondo2 {
    background-color: #DCAC44;
    background-color: #212121;
}

.icono_servicios {
    display: inline-block;
    width: 80px;
    height: 80px;
    padding-top: 12px;
    font-size: 37px;
    color: #666;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s;
}

a:link {
    text-decoration: none;
}

.fondo3 {
    position: relative;
    z-index: 1;
    background-image: url('../img/3-1.jpg');
    background-size: cover;
    background-position: center;
}

.fondo3:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}

.icono_grande {
    font-size: 3rem;
}

.numero_grande {
    font-size: 2.5rem;
}

.img_proyectos {
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-position: center;
}

.logo_clientes {
    display: inline-block;
    width: 200px;
    height: 100px;
    margin-right: 7px;
    margin-left: 8px;
    margin-bottom: 30px;
    vertical-align: top;
    border: 2px solid #ddd;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

@media (max-width: 760px) {
    .logo_clientes {
        width: 50vw;
        height: 10vh;
        margin: 0;
        padding: 0;
    }

    .logo_clientes_padding {
        padding: 0;
    }
}

/* .logo_clientes img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
} */

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.fondo4 {
    position: relative;
    background-image: url('../img/4-1.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fondo4:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}

.mapa {
    width: 100%;
    height: 100%;
}

.fondo5 {
    background-image: url('../img/viejolesbiano.png');
    background-size: contain;
    background-color: #EABC47;
    background-position: right;
    background-repeat: no-repeat
}

@media(max-width:780px) {

    .mapa_contenedor,
    .mapa {
        height: 50vh !important;
    }

    .fondo5 {
        background-position: top;
        background-size: cover;
    }
}



.fondo6 {
    position: relative;
    z-index: 1;
    background-color: #212121;
}

.fondo6:before {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url('../img/2.png');
    background-position-x: center;
    background-position-y: top;
    background-size: contain;
}

.footer_amarillo {
    padding-top: 1.5rem;
}

.copyright {
    font-size: .8rem;
    margin: 0;
}

.form-control {
    background-color: transparent !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: white;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: .8;
    /* Firefox */
}

/* Pagina de Productos */

.slider_producto {
    position: relative;
    z-index: 1;
    background-image: url('../img/montacargas.jpg');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.slider_producto:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}

.imagen_producto {
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bot_header_productos {
    width: 100%;
    height: 15vh;
    background-image: url('../img/border-1_top.png');
    background-position: top;
    background-repeat: repeat-x;
}

@media (max-width:768px) {
    .bot_header_productos {

        height: 25vh;

    }
}

.redes_footer {
    width: 3.15em !important;
    height: 3.15em !important;
    border: 1px solid #555;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_contacto_footer {
    width: 3.15em !important;
    height: 3.15em !important;
    border: 1px solid #555;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* extras gracias puta jermin */

.cuadro_servicios {
    min-height: 25rem;
}

.formulario {
    padding-left: 1.5rem;
}

@media(max-width:780px) {
    .formulario {
        padding-left: 0;
    }

    .pading_movil {
        padding-bottom: 1rem !important;
    }

    .alinear_redes {
        justify-content: center;
    }
}


.catologo_productos {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 20vh;
}

.imagen_portafolio {
    height: 30vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #2556a3;
    border: 0;
    z-index: 1000;
    transition: .5s;
    color: white;
}

.descargas {
    color: white;
}

.descargas:hover {
    color: #2556a3;
}