/* Created on : 27-ene-2020, 20:48:34 Author: Eduardo*/ // Case study // Common .iconTituloCaseStudyGroup { width: 100%; height: auto; float: left; margin-bottom: 40px; margin-top: 40px; } .iconTituloCaseStudyGroup h1 { font-size: 2em; display: block; text-decoration: underline; font-weight: 300; line-height: 1.2; } .iconBackCaseStudyGroup { padding: 5px; padding-top: 0; position: fixed; bottom: 6em; right: 5%; width: 70px; height: 90px; background-color: rgba(255, 255, 255, 1); border-radius: 5px; border: 1px solid #8e8e8e; z-index: 999; } .iconBackCaseStudyGroup a { text-decoration: none; color: black; } .iconBackCaseStudyGroup h2 { margin-top: -15px; font-size: .9em; font-weight: 600; text-align: center; line-height: 15px; } article { width: 100%; float: left; box-sizing: border-box; } .article50 { width: 50%; } .article50 :first-child { margin-top: 80px; } .left { float: left; padding-right: 20px; } .right { float: right; } // Fin Common article h2 { font-size: 1.5em; font-weight: 300; margin-bottom: 10px; text-decoration-line: underline; text-decoration-style: solid; } article p { margin-bottom: 10px; font-size: 1.3em; font-weight: 300; -webkit-font-smoothing: antialiased; line-height: 25px; } .articuloCabecerasVECI { width: 90%; margin: 1% 5%; } .articuloCabecerasVECI figure { width: 70%; height: auto; float: left; margin: 32px 0; } .articuloCabecerasVECI figure:last-child { margin-left: -40%; margin-top: 5%; margin-bottom: 32px; } .articuloCabecerasVECI figure img { width: 100%; height: auto; box-shadow: 2px 2px 5px 2px lightgrey; } .articuloCabecerasVECI figure figcaption { padding-left: 20px; padding-top: 5px; font-size: .8em; font-weight: 400; font-style: italic; } .articuloCabecerasfdj figure { width: 100%; height: auto; float: left; margin: 32px 0; } .articuloCabecerasPagoNxt figure { width: 100%; height: auto; float: left; margin: 32px 0; } .articuloCabecerasfdj figure img { width: 100%; height: auto; float: left; margin-bottom: 16px; } .articuloCabecerasPagoNxt figure img { width: 100%; height: auto; float: left; margin-bottom: 16px; } .articuloCabecerasfdj { width: 90%; margin: 1% 5%; } .articuloCabecerasPagoNxt { width: 90%; margin: 1% 5%; } .articuloCabecerasfdjtext h2 { width: 100%; margin-top: 100px; text-decoration: none; font-size: 1.6em; } .articuloCabecerasPagoNxt h2 { width: 100%; margin-top: 100px; text-decoration: none; font-size: 1.6em; } .articuloCabecerasfdjtext article { width: 100%; text-decoration: none; } .articuloCabecerasPagoNxttext article { width: 100%; text-decoration: none; } .articulofdjP span { font-weight: 400; } .articuloPagoNxt span { font-weight: 400; } .articulofdjP { margin-bottom: 80px; } .articuloPagoNxt { margin-bottom: 80px; } .articulofdjP a { text-decoration: none; color: black; } .articuloPagoNxt a { text-decoration: none; color: black; } .articulofdjP a:hover { text-decoration: underline; } .articuloPagoNxt a:hover { text-decoration: underline; } .articuloCabecerasfdj figure figcaption { padding-left: 20px; padding-top: 5px; font-size: .8em; font-weight: 400; font-style: italic; } .articuloCabecerasPagoNxt figure figcaption { padding-left: 20px; padding-top: 5px; font-size: .8em; font-weight: 400; font-style: italic; } .subrayadoCaseVeci { margin-top: -70px; width: 270px; float: left; border: 1px solid black; } .iconCaseStudyVeci { width: 40px; float: left; margin: 0; } .articlePrototipar h3 { margin-top: 20px; } .prototipadoImagenes { float: left; margin: 0 0 20px 0; } .prototipadoImagenes div { float: left; overflow: hidden; height: 300px; } .prototipadoImagenes div img { width: 100%; height: auto; padding: 20px; box-sizing: border-box; } .prototipadoImagenes div:nth-child(1) { width: 70%; } .prototipadoImagenes div:nth-child(2) { width: 30%; } .articleEvaluar { padding-bottom: 70px; } /* 37.5em = 600px */ @media (max-width: 37.5em) { .iconBackCaseStudyGroup { position: fixed; top: 70%; right: 5%; width: 70px; } .article50 { width: 100%; } .article50 :first-child { margin-top: 60px; } } // Fin Case study