/* ==============================================================
/*	SLIDER
/* ============================================================== */
    .header-slide {
        height: 800px;
        display: inline-flex !important;
        flex-direction: column;
        justify-content: center;
    }

    .header-slide-text {
        width: 40%;
        margin-left: 9%;
        color: #fff;
    }

    .header-slide-btn {
        display: inline-block;
        background: #49c0b1;
        color: #fff;
        text-decoration: none;
        border-radius: 2rem;
        padding: 0.25rem 2rem;
        transition: all ease .3s;
    }
    .header-slide-btn:hover {
        background: #277067;
        color: #fff;
    }

    .header-slide-1 {
        background: url(../images/inicio/header-slide-1.jpg);
    }
    .header-slide-2 {
        background: url(../images/inicio/header-slide-2.jpg);
    }
    .header-slide-3 {
        background: url(../images/inicio/header-slide-3.jpg);
    }
    .header-slide-4 {
        background: url(../images/inicio/header-slide-4.jpg);
    }
    .header-slide-5 {
        background: url(../images/inicio/header-slide-5.jpg);
    }

    @media only screen and (max-width: 768px) {
        .header-slide-text {
            width: 66%;
            margin-left: 17%;
        }
    }

    @media only screen and (max-width: 576px) {
        .header-slide {
            height: 450px;
        }
    }
/**/


/* ==============================================================
/*	SLICK
/* ============================================================== */
    .slick-next, .slick-prev {
        width: 40px;
        height: 40px;
    }
    .slick-next:before, .slick-prev:before {
        font-size: 40px;
    }
    .slick-prev {
        left: 3%;
        z-index: 1;
    }
    .slick-next {
        right: 3%;
    }
/**/


/* ==============================================================
/*	SERVICIOS
/* ============================================================== */
    #nuestros-servicios {
        padding: 0 3%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .servicios {
        width: 230px;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
    }
    .servicios-img img {
        border-radius: 50%;
        overflow: hidden;
        border: solid 2px #49c0b1;
        padding: .5rem;
    }
    .servicios p {
        font-family: 'rotoplas-regular';
        font-size: 18px;
        margin-top: 1rem;
        margin-bottom: 0;
        color: #49c0b1;
    }

    @media only screen and (max-width: 1290px) {
        .servicios {
            width: 200px;
        }
    }
    
    @media only screen and (max-width: 576px) {
        .servicios {
            width: 150px;
        }
    }
/**/


/* ==============================================================
/*	COMO
/* ============================================================== */
    #como-lo-hacemos {
        padding: 0 3%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .como-nodo {
        width: 300px;
        position: relative;
        text-align: center;
        box-shadow: 0px 11px 12px 0px rgb(0 0 0 / 25%);
        padding-bottom: 0.5rem;
        cursor: pointer;
        flex-grow: 0;
        vertical-align: top;
        margin: 1rem;
    }

    .como-nodo-img {
        margin-bottom: 30px;
    }

    .como-nodo p {
        color: grey;
    }

    .como-nodo svg {
        fill: #49c0b1;
        height: 30px;
        transition: all ease .3s;
    }

    .como-nodo-texto {
        padding: 1rem;
    }

    .como-nodo-indicador {
        background: #49c0b1;
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 30px;
        line-height: normal;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: calc(172px - 25px);
        left: calc(50% - 25px);
        transition: all ease .3s;
    }

    .como-nodo:hover svg {
        fill: #277067;
    }
    .como-nodo:hover .como-nodo-indicador {
        background: #277067;
    }
/**/


/* ==============================================================
/*	NEWSLETTER
/* ============================================================== */
    #newsletter {
        height: 128px;
        padding: 0 3%;
        margin-top: 2rem;
        /* margin-bottom: 2rem; */
        background: url(../images/inicio/newsletter.jpg) no-repeat top center;
    }

    #newsletter h2 {
        color: #fff;
    }

    .btn-newsletter {
        color: #fff;
        background-color: #49c0b1;
        border-color: #49c0b1;
        border-radius: 0rem 1rem 1rem 0;
    }
    .btn-newsletter:hover {
        color: #fff;
        background-color: #277067;
        border-color: #277067;
    }

    @media only screen and (max-width: 767px) {
        #newsletter {
            height: auto;
        }
    }
/**/


/* ==============================================================
/*	CERTIFICACIONES
/* ============================================================== */
    #nuestras-certificaciones {
        padding: 0 3%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .certificaciones-nodo {
        width: 150px;
    }
/**/