#banner-hero {
    position: relative;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 60px;
}

.contenido-hero > img {
    width: 100%;
    background-size: cover;
    background-position: bottom;
}

#banner-hero:before {
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.contenido-hero {
    position: relative;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contenido-hero h3 span {
        font-weight: 600;
        position: absolute;
        z-index: 2;
        top: 35%;
        text-transform: uppercase;
        font-size: 43px;
        padding: 10px;
        color: #fff;
    }

    .contenido-hero p {
        position: absolute;
        text-transform: uppercase;
        line-height: 1.8;
        color: #fff;
        font-size: 20px;
        text-align: justify;
        padding: 20px;
        margin-top: 15%;
        z-index: 1;
    }

@media only screen and (min-width:220px) and (max-width: 450px) {
    .contenido-hero h3 span {
        font-size: 14px;
    }

    .contenido-hero p {
        font-size: 10px;
        margin-bottom: -15px;
    }
}

@media only screen and (min-width:451px) and (max-width: 499px) {
    .contenido-hero h3 span {
        font-size: 18px;
    }

    .contenido-hero p {
        font-size: 13px;
    }
}

@media only screen and (min-width:500px) and (max-width: 680px) {
    .contenido-hero h3 span {
        font-size: 21px;
    }

    .contenido-hero p {
        font-size: 15px;
    }
}


@media only screen and (min-width:681px) and (max-width: 870px) {
    .contenido-hero h3 span {
        font-size: 30px;
    }

    .contenido-hero p {
        font-size: 18px;
    }
}

/******************* COTIZADOR | SERVICIOS *******************************/
.container-servicios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 30px;
}

    .container-servicios > h2 {
        padding: 20px;
    }

.line {
    height: 1px;
    width: 80%;
    margin: auto;
    background-color: #ff9100;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    width: 80%;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
}

.grid-item {
    border-style: none;
    border-bottom-width: 1px;
    font-size: 30px;
    text-align: center;
}

    .grid-item .h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        margin-right: auto;
        box-sizing: border-box;
    }

.grid-item, .valor > p {
    text-align: center;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: 14px;
    color: #828282;
    box-sizing: border-box;
}

    .grid-item > p {
        text-align: justify;
    }

@media all and (max-width:768px) {
    .grid-item .h2 {
        font-size: 14px;
    }

    #resultados, #resultados2, #resultados3 {
        margin-left: -30px;
        font-size: 15px;
    }

    .grid-item > img {
        width: 65px;
    }

    .grid-container {
        width: 100%;
    }

    .line {
        width: 100%;
    }
}

@media all and (max-width:454px) {
    #resultados, #resultados2, #resultados3 {
        margin-left: -10px;
        font-size: 10px;
    }

    .grid-item {
        font-size: 9px;
    }

        .grid-item > img {
            width: 65px;
        }

        .grid-item .h2 {
            font-size: 10px;
        }

        .grid-item .valor > p {
            font-size: 12px;
        }
}

@media all and (max-width:325px) {
    .grid-container {
        width: 100%;
    }

    .grid-item .valor > p {
        font-size: 10px;
    }

    .line {
        width: 100%;
    }
}


/****************** SECCION CONTACTO | COMUNICATE CON NOSOTROS ************************/

.container-contactanos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 90px;
}

#txt-rastreo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #009adc;
    text-transform: uppercase;
    margin-top: 50px;
}

.card-contactanos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}

.card-col h3 {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
    color: #0057aa;
    margin-bottom: 5px;
}

.card-col {
    width: 100%;
    margin: 20px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 400ms ease-out;
    cursor: default;
}

    .card-col span {
        color: #999999;
        font-size: 16px;
        font-weight: 400;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        line-height: 1.8;
    }


    .card-col:hover {
        box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
        transform: translateY(-3%);
        transition: all 300ms;
    }

    .card-col > img {
        width: 150px;
    }


.card-col {
    padding: 15px;
    text-align: center;
}

    .card-col p {
        color: #999999;
        font-size: 16px;
        font-weight: 400;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        line-height: 1.8;
    }

    .card-col a {
        text-transform: uppercase;
        display: inline-block;
        padding: 10px;
        margin-top: 10px;
        text-decoration: none;
        color: #1C5D95;
        border: 1px solid #1C5D95;
        border-radius: 16px;
        transition: all 400ms ease;
        margin-bottom: 5px;
    }

.card-contactanos > a {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #000;
    background: #0057aa;
    border-radius: 16px;
    transition: all 400ms ease;
    margin-bottom: 15px;
}

.card-col a:hover {
    background: #0057aa;
    transform: scale(1.1);
    color: #fff;
    transition: all 300ms;
}

.card-contactanos a:hover {
    background: #009adc;
    transform: scale(1.1);
    color: #fff;
    transition: all 300ms;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .card-contactanos {
        flex-wrap: wrap;
    }
}



html{
    scroll-behavior: smooth;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
