/*Textura
------------------------------------------*/
    #g-above, #g-bottom {
        background-image: url("../../../../images/automation-s/bg-light.png");
    }
    /*Botones*/
    .button {
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        background-color: #189E92;
    }
    .button:hover {
        background-color: #1B867C;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    }



/*Módulo de MENÚ
------------------------------------------*/
    #g-navigation {
        border-bottom: none !important;
        box-shadow: 0px 3px 9px -4px #808080;
        font-weight: 100 !important;
        font-family: sans-serif;
    }

    #g-showcase:before {
        display: none;
    }


/*Módulo de PORTADA
------------------------------------------*/
    /*Overlay*/
    #g-header:before {
        background: rgba(0, 0, 0, 0.2);
    }
    /*Tamaño de la imagen de portada*/
    #g-header {
        background-size: cover;
    }

    /*Título de la oprtada bajo el logo*/
    .g-flexslider-slideshow-item-desc > h3 {
        margin: 2rem 0rem 0rem 0rem;
        font-size: 2rem;
        font-weight: 100;
    }
    /*Párrafo bajo el título*/
    .g-flexslider-slideshow-item-desc > p {
        margin: 0;
    }

@media only all and (max-width: 30rem){
    #g-header {
        background-position: top center !important;
    }
    .g-flexslider-slideshow-item-desc > h3 {
        margin: 2rem 0rem 0rem 0rem;
        font-size: 1.3rem;
        font-weight: 100;
    }
}

/*Módulo de NOSOTROS
------------------------------------------*/
    #g-showcase {
        background: #FBFBFB;
        color: #686868;
        position: relative;
        padding-bottom: 1rem;
    }
    h2.small-h2 {
        color: #199E92;
        font-size: 22px;
        line-height: 0rem;
        margin-top: 2rem;
    }
    hr.small-h2-hr {
        border: 2px solid #199E92;
        width: 5rem;
        margin: 0 auto;
    }

    /*Tarjetas*/
    #g-utility {
        background: ##FBFBFB;
        color: #686868;
    }
        .content-card {
            padding: 3rem;
        }
        .title-card {
            font-size: 20px;
            font-weight: 700;
            border-left: 2px solid #47B1A7;
            padding-left: 1rem;
        }

        .big-h2 {
            color: #199E92;
            font-size: 30px;
            line-height: 1rem;
            padding: 5rem 0rem 0rem 0rem;
        }

        .big-h2-hr {
            border: 2px solid #199E92;
            width: 5rem;
            margin: 0 auto;
        }

        .img-card-1 {
            background-image: url(../../../../images/automation-s/img-2.png);
            background-size: contain;
        }

        .img-card-2 {
            background-image: url(../../../../images/automation-s/img-3.png);
            background-size: contain;
        }


/*Estilos del formulario*/
input, textarea {
    background-color: #fff !important;
    border: 0px !important;
    margin-bottom: .3rem;
    border-radius: 0 !important;
    box-shadow: 0px 2px 6px -3px #696969 !important;
    padding: .5rem !important;
    transform: scale(1,1);
    transition: ease-in-out .2s !important;
}
input:focus {
    box-shadow: 0px 3px 8px -3px #696969 !important;
    transform: scale(1.01,1.01);
    animation-fill-mode: backwards !important;

}
textarea:focus {
    border-bottom: 4px solid #189E92 !important;
    animation-fill-mode: backwards !important;
}

input#fCel {
    width: 35%;
}
input#fMail {
    width: 64%;
    float: right;
}
input.button.btn-hover {
    background-color: #189E92 !important;
    padding: 0.7rem 1.4rem !important;
}


/*Diseño y posicion de los mensajes del sistema*/
.alert {
    background-color: rgb(24, 158, 146);
    border-color: #189E92;
    padding: 0.938rem;
    position: fixed;
    z-index: 9999;
    bottom: 0;
}
.alert, .alert h4, .text-warning {
    color: #FFFFFF;
}
.alert a, .alert a:hover, .alert .alert-link, .alert .alert-link:hover {
    display: none;
}
