/** Globales **/

img {
    max-width: 100%;
}

.contenedor {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

h1 {
    font-size: 3.8rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.6rem;
    text-align: center;
}


/** Utilidades **/

.seccion {
    margin-top: 14rem;
    margin-bottom: 2rem;
}

.fw-300 {
    font-weight: 300;
}

.centrar-texto {
    text-align: center;
}

.d-block {
    display: block!important;
}

.contenido-centrado {
    max-width: 800px;
}


/** Botones **/

.boton {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    margin-top: 3rem;
    display: inline-block;
    text-align: center;
    border: none;
    display: block;
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .boton {
        display: inline-block;
        flex: 0 0 auto;
    }
}

.boton:hover {
    cursor: pointer;
}

.boton-azul {
    background-color: rgb(12, 210, 236);
}

.boton-amarillo {
    background-color: #FFC107;
    ;
}


/** Iconos Servicios **/

@media (min-width: 768px) {
    .iconos-nosotros {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .Titulo_servicios {
        margin-top: 200px;
    }
}

.iconos-nosotros {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    justify-content: space-between;
    line-height: normal;
}

.icono {
    text-align: center;
    max-width: 350px;
    margin: 30px;
}

.titulos {
    font-size: 20px;
    text-align: center;
}

.Titulo_servicios {
    text-emphasis: none;
    font-size: 40px;
    color: #156fb4de;
    margin-bottom: 40px;
    max-width: 40%;
    border-bottom: solid 5px #38a7bb;
    line-height: 1.1;
    margin-right: 15%;
    margin-left: 30%;
    text-align: center;
}

.capacitacion {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/capacitacion.jpg);
    background-attachment: fixed;
    height: 200px;
    background-size: cover;
    text-align: center;
    color: floralwhite;
    font-size: 40px;
}

.logistica {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/logistica.jpg);
    background-attachment: fixed;
    height: 200px;
    background-size: cover;
    text-align: center;
    color: floralwhite;
    font-size: 40px;
}

.mantenimiento {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Mantenimiento.jpg);
    background-attachment: fixed;
    height: 200px;
    background-size: cover;
    text-align: center;
    color: floralwhite;
    font-size: 40px;
}

.renta {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Renta.jpg);
    background-attachment: fixed;
    height: 200px;
    background-size: cover;
    text-align: center;
    color: floralwhite;
    font-size: 40px;
}

.venta {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Venta.jpg);
    background-attachment: fixed;
    height: 200px;
    background-size: cover;
    text-align: center;
    color: floralwhite;
    font-size: 40px;
}

@media (min-width: 768px) {
    .icono {
        flex-basis: calc(33.3% - 1rem);
    }
}


/**Parte inferior capacitación**/

.texto-entrada a {
    color: #000000;
    text-decoration: none;
}

.texto-entrada h4 {
    margin: 0;
    line-height: 1.4;
}

.texto-entrada h4::after {
    content: '';
    display: block;
    width: 350px;
    height: .5rem;
    background-color: rgb(12, 210, 236);
    margin-top: 1rem;
}

.texto-entrada span {
    color: #FFC107;
    ;
}


/***********************CONTAINER CARDS BLANCO******************************/

.container {
    width: 100%;
    max-width: 2000px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-bottom: 60px;
}

.container .card {
    max-width: 350px;
    max-height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}

.card {
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 15px;
    justify-content: center;
}

.container .card:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.container .card img {
    width: 90%;
    height: auto;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.container .card h4 {
    font-weight: 600;
}

.container .card p {
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
}

.container .card a {
    font-weight: 500;
    text-decoration: none;
    color: #2196F3;
}

.colum0 {
    max-width: 260px;
}

.colum0 h1 {
    font-size: 22px;
    padding-bottom: 20px;
}

.colum0 p {
    font-size: 14px;
    color: #C7C7C7;
    margin-top: 20px;
}


/****************** Media Queryes ********************/

@media screen and (max-width: 320px) {
    .container-body {
        display: grid;
        padding: 15px;
        justify-content: center;
    }
    .colum1 {
        max-width: 260px;
    }
    .colum1 h1 {
        font-size: 22px;
        padding-bottom: 20px;
    }
    .map {
        max-width: 240px;
        margin: 10px;
    }
}

@media screen and (max-width: 1050px) {
    .container-body {
        display: grid;
        padding: 10px;
        justify-content: center;
    }
    .map {
        max-width: 400px;
        margin: 10px;
    }
}