/* ==============================================================
/*   Header
/* ============================================================== */
    #g-header {
        height: auto !important;
        background: grey !important;
        position: relative !important;
    }

    #soluciones-header {
        position: relative;
    }
    
    #soluciones-header-back-desk {
        display: block;
        visibility: visible;
    }
    #soluciones-header-back-mobile {
        display: none;
        visibility: hidden;
    }
        
        
    #soluciones-header .g-content img:nth-child(2),
    #soluciones-header-logo {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
    }
    #soluciones-header .g-content div:nth-child(3),
    #soluciones-header-textos {
        position: absolute;
        bottom: 6%;
        right: 0;
        width: 100%;
        padding: 0 25%;
        text-align: center;
    }
    #soluciones-header .g-content div:nth-child(3) p:nth-child(1),
    #soluciones-header-textos-1 {
        font-size: 30px;
        line-height: normal;
    }
    #soluciones-header .g-content div:nth-child(3) p:nth-child(2),
    #soluciones-header-textos-2 {
        font-size: 50px;
        line-height: normal;
        font-family: rotoplasbold;
    }
/* ------ */


/* ==============================================================
/*   Header
/* ============================================================== */
    #g-showcase {
        background: #fff !important;
        padding: 2rem 1rem !important;
    }

    #soluciones-nodos-wrapper .g-content {
        display: flex;
        justify-content: center;
    }
    .soluciones-nodos {
        text-align: center;
        font-size: 30px;
        line-height: normal;
        width: 25%;
        display: inline-flex;
        flex-direction: column;
        justify-content: end;
        padding: 2rem 3rem;
    }
    .soluciones-nodos p:nth-child(2) {
        padding-top: 1rem;
    }
/* ------ */


/* ==============================================================
/*   Main
/* ============================================================== */
    #caracteristicas-nodos-wrappers .g-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .caracteristicas-nodos {
        display: inline-flex;
        flex-direction: column;
        width: 25%;
        align-items: center;
        padding: 2rem;
        justify-content: start;
        color: #002554;
    }
    .caracteristicas-nodos img {
        height: 100px;
    }
    .caracteristicas-nodos p {
        margin-top: 1rem;
    }
/* ------ */


/* ==============================================================
/*   Subfeature
/* ============================================================== */
	#g-subfeature {
    	background: #fff;
        border-top: none;
        border-bottom: none;
    }
    
    #customForm {
        color: #002554;
    }
    #customForm input[type="text"],
    #customForm input[type="text"],
    #customForm input[type="email"] {
        width: 100%;
    }
    #customForm select {
        width: 100%;
        margin: 0 !important;
        
        background-color: white;
        border: 1px solid #ddd;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
        border-radius: 0.1875rem;
        transition: border-color;
        padding: 0.375rem 0.375rem;
    }
    #customForm input[type="submit"] {
    	width: 100%;
        background: #009cde;
        color: #fff;
        padding: 1rem;
        border-radius: 0.1875rem;
        margin-top: 1rem;
    }
    
    .formulario-texto {
        text-align: center;
        color: #002554;
        padding-left: 10%;
        margin-top: 1rem;
    }
    .formulario-texto p {
        text-align: left;
    }
    
    .zcsffieldsdiv > div {
        margin: 1rem 0;
    }
    .customform-titulo {
        width: 30%;
        float: left;
        line-height: normal;
    }
    .customform-campo {
        width: 65%;
        float: left;
        margin-left: 5%;
    }
    
    #\ REQUIRED_FIELD_TEXT,
    #privacyNotes {
        margin-top: 1rem;
    }
    
    #aviso-privacidad {
    	color: #002554;
        display: none;
        width: 75%;
        margin: 100px auto;
    }
/* ------ */


/* ==============================================================
/*   Footer
/* ============================================================== */
	#g-footer {
    	background: url(../../../rtp_resources/soluciones-almacenamiento/fondo-footer.png) no-repeat !important;
        border-top: none;
    }
    
    #soluciones-footer a {
        margin: 0 1rem;
        display: inline-block;
    }
    
    #soluciones-footer .g-content {
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    #soluciones-footer .g-content p {
        padding: 1.5rem 0;
        font-size: 20px;
    }
/* ------ */


/* ==============================================================
/*   Querys
/* ============================================================== */
    @media screen and (max-width: 425px) {
        #soluciones-header-back-desk {
            display: none;
            visibility: hidden;
        }
        #soluciones-header-back-mobile {
            display: block;
            visibility: visible;
        }
        
        
        #soluciones-header .g-content img:nth-child(2),
        #soluciones-header-logo {
            display: none;
        }
        #soluciones-header .g-content div:nth-child(3),
        #soluciones-header-textos {
            bottom: 3%;
            width: 100%;
            padding: 0 5%;
        }
        #soluciones-header .g-content div:nth-child(3) p:nth-child(1),
        #soluciones-header-textos-1 {
            font-size: 22px;
        }
        #soluciones-header .g-content div:nth-child(3) p:nth-child(2),
        #soluciones-header-textos-2 {
            font-size: 36px;
        }
        

        #soluciones-nodos-wrapper .g-content {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }
        .soluciones-nodos {
            width: 50%;
            padding: 1rem 1rem;
        }


        .caracteristicas-nodos {
            width: 50%;
            padding: 1rem;
            text-align: center;
        }


        .formulario-texto {
            padding: 5%;
        }

        .caracteristicas-nodos img {
            height: 70px;
        }
        
        .formulario-texto p {
            text-align: center;
        }
        
        #soluciones-footer .g-content p {
            padding: 1.5rem 0;
            font-size: 16px;
        }
        
        #aviso-privacidad {
            width: 90%;
            margin: auto;
            padding: 1rem;
        }
    }
/* ------ */