/*======================================*/ /*Testimonios*/ /*======================================*/ .testimonio{ width: 100%; padding: 70px calc((100% - min(96%, 1280px)) / 2) 70px calc((100% - min(96%, 1280px)) / 2); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Sala-conferencias-testimonios.webp'); background-repeat: no-repeat; background-position: center; background-size: cover; } .testimonio header{ width: calc(100% - 600px - 130px); margin: 80px 0 0 0; } .testimonio-titulo{ font-family:'title',helvetica,verdana,sans-serif;color:rgba(255,255,255,1);line-height: 1.2; margin-bottom: 25px; } .testimonio-introduccion{ color:rgba(242,243,240,1); } .testimonio-contenedor{ width: 600px; height: 510px; margin: 0; background-color:rgba(255,255,255,1); } .testimonio-contenedor:before{ font-family: 'icons'; content: "\f005 \f005 \f005 \f005 \f005"; letter-spacing: 13px; font-size: 1.45rem; color: rgba(244, 201, 9, 1); margin: 55px 0 0 60px; line-height: 0; } .testimonio-elementos{ padding: 0 65px 40px 65px; height: calc(100% - 130px); top: 120px; } .testimonio-elementos:before{ content: '"'; font-family:'regular',helvetica,verdana,sans-serif; font-size: 6rem; display: inline-block; line-height: 1; position: absolute; top: -15px; left: 60px; } .testimonio-elemento{ justify-content: flex-start; } .testimonio-imagen{ border-radius: 50%; margin-right: 20px; width: 100px; height: 100px; } .testimonio-titulo-in{ font-family:'title',helvetica,verdana,sans-serif; line-height: 1.4; } .testimonio-titulo-in span{ display: block; } .testimonio-texto{ line-height: 1.6; font-size: 1rem; margin-bottom: 10px; } @media (max-width: 800px){ .testimonio{ width: 100%; padding: 60px 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Sala-conferencias-testimonios-mov.webp'); } .testimonio header{ width: 90%; margin: 0 auto 30px auto; } .testimonio-titulo{ margin-bottom: 15px; } .testimonio-contenedor{ width: 90%; height: 570px; margin: 0 auto; } .testimonio-contenedor:before{ letter-spacing: 10px; font-size: 1.3rem; margin: 35px 0 0 30px; } .testimonio-elementos{ padding: 0 30px 35px 30px; height: calc(100% - 100px); top: 90px; } .testimonio-elementos:before{ left: 30px; } .testimonio-elemento{ justify-content: flex-start; } .testimonio-imagen{ width: 90px; height: 90px; } .testimonio-titulo-in{ width: calc(100% - 120px); } .testimonio-texto{ font-size: 0.95rem; margin-bottom: 15px; } }