/*======================================*/ /*Destacados*/ /*======================================*/ .destacado{ padding: 70px 0; } .destacado header{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 55px; } .destacado-titulo{ font-family:'title',helvetica,verdana,sans-serif;color:rgba(0,0,0,1);line-height: 1.2; margin: 0; width: 460px; } .destacado-introduccion{ font-size: 1.125rem; line-height: 1.6; margin: 0; width: calc(100% - 460px - 60px); } /*------------------*/ .destacado-elementos-margen{ margin-bottom: 0; margin-top: 105px; padding: 0 30px 30px 30px; border: solid 1px rgba(217,218,216,1); } .destacado-margen-imagen{ width: 210px; height: 210px; overflow: hidden; margin-top: -105px; margin-bottom: 30px; border-radius: 50%; background-color:rgba(144,199,74,1); } .destacado-margen-imagen > a:hover{ opacity: 0.8; } .destacado-margen-wrapper{ padding: 0; } .destacado-margen-titulo-in{ font-family:'title',helvetica,verdana,sans-serif;color:rgba(0,0,0,1);line-height: 1.2; margin-bottom: 10px; min-height: 0px; } .destacado-margen-titulo-in a:hover{ color:rgba(144,199,74,1); text-decoration: underline; } .destacado-margen-contenido{ width: 100%; align-items: center; } .destacado-margen-texto{ width: 100%; } .destacado-margen-texto .medium-content{ border-top: solid 1px rgba(217,218,216,1); font-family:'title',helvetica,verdana,sans-serif; padding-top: 15px; } .destacado-margen-texto .medium-content strong{ font-weight: normal; display: block; } .destacado-margen-texto ul{ padding-left: 20px; } .destacado-margen-contenido a{ font-family:'title',helvetica,verdana,sans-serif;border-radius: 10px;color:rgba(0,0,0,1);background-color:rgba(144,199,74,1);font-size: 1rem;padding:10px 20px;line-height:1;transition: all 0.4s ease-in-out 0s; width: fit-content; line-height: 1.4; } .destacado-margen-contenido a:hover{ background-color:rgba(0,0,0,1);color:rgba(255,255,255,1); } @media (max-width: 800px){ .destacado{ padding: 45px 0; } .destacado header{ margin-bottom: 30px; text-align: center; } .destacado-titulo{ width: 100%; } .destacado-introduccion{ font-size: 1.05rem; width: 100%; } /*------------------*/ .destacado-contenedor-margen{ gap: 25px 0; } .destacado-elementos-margen{ margin-top: 65px; } .destacado-margen-imagen{ margin-top: -65px; margin-bottom: 25px; } }