:root{--color-principal: #1c43bc;--color-secundario: #f04c4b;--color-hover: #5f9ebb;--color-salmon: #e2acac;--color-blanco: #fffbfb;--color-negro: #333}*{margin:0;padding:0;font-family:Roboto,Arial,Tahoma,sans-serif;box-sizing:border-box}body{margin-top:140px}h1{color:#000;font-size:12px;float:right;font-weight:10px;font-style:italic}h2{font-size:36px;color:#11549b;border-bottom:2px solid #11549b;display:inline-block;padding-bottom:5px}html,body{width:100%;overflow-x:hidden}button{padding:15px 40px;background-color:#000;font-size:1em;color:#fff;-webkit-transition:background 1s linear;transition:background .5s linear}.container{width:100%;height:auto;display:flex;flex-direction:column;gap:30px}.row{position:relative;display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeInRow 1s ease-in-out forwards}.image{width:672px;height:448px;background-size:cover;background-position:center;position:relative}.text-box{width:35%;max-width:529px;padding:46px;text-align:justify;background-color:#f2f4f3;font-family:Roboto,sans-serif}.text-box p{line-height:1.7}.row.left .text-box{left:10%;top:70%}.row.right .text-box{right:10%;top:70%}.row:first-child{margin-top:45px}.row.left{animation:moveInLeft 1.5s ease-in-out forwards}.row.right{animation:moveInRight 1.5s ease-in-out forwards}@keyframes moveInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes moveInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRow{0%{opacity:0}to{opacity:1}}.section-title{text-align:center;margin-top:100px;font-family:Roboto,sans-serif}.section-title h2{font-size:28px;color:#11549b;border-bottom:2px solid #11549b;display:inline-block;padding-bottom:5px}.section-title h3{font-size:28px;font-weight:700;color:#11549b;border-bottom:2px solid #11549b;display:inline-block;padding-bottom:5px}.slider-container{width:672px;height:448px;overflow:hidden;position:relative}.slider{display:flex;transition:transform .5s ease-in-out;width:2016px}.slide{flex:0 0 672px;height:448px;display:flex;justify-content:center;align-items:center;background-color:#f0f0f0}.slide img{max-width:100%;max-height:100%;object-fit:cover}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;font-size:32px;padding:8px 16px;cursor:pointer;z-index:10;border-radius:8px}.prev{left:10px}.next{right:10px}.nav-btn:hover{background-color:#000c}.titulo{text-align:center;width:50%;display:flex;justify-content:center;background:#11549b;color:#fff;padding:15px;font-size:24px;font-weight:700;position:absolute;top:24%;left:50%;transform:translate(-50%)}.containerMV{display:flex;flex-direction:column;align-items:center;gap:100px;margin:40px auto;width:90%;max-width:1000px}.section{display:flex;align-items:center;justify-content:center;gap:50px}.section.upper.reverse{flex-direction:row}.hexagon{width:200px;height:185px;background-color:#989898;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%)}.hexagon img{width:100%;height:100%;object-fit:cover}.text-block{max-width:350px;line-height:2em;font-family:Roboto,sans-serif;opacity:0;animation:fadeIn 1s ease-in-out forwards}.label{font-weight:700;font-size:22px;margin-bottom:10px;color:#333;font-family:Roboto,sans-serif}.hex-text{font-family:Roboto,sans-serif;font-size:16px;line-height:1.4;text-align:justify}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contenedor{display:flex;justify-content:center;align-items:stretch;gap:32px;padding:50px;flex-wrap:nowrap;line-height:1.8}.tarjeta{background-color:#fff;width:250px;padding:20px;border-radius:10px;text-align:center;box-shadow:0 4px 8px #0003;transition:transform .3s ease-in-out,background-color .7s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:320px}.tarjeta:hover{transform:scale(1.1);background-color:#e0e0e0}.tarjeta img{width:80px;height:80px;object-fit:cover;border-radius:50%;margin-bottom:10px;display:block}.tarjeta h3{color:#1b1eca;font-size:20px;margin-bottom:10px}.tarjeta p{font-size:14px;line-height:21px;color:#333;text-align:justify;flex-grow:1}@media screen and (max-width: 1024px){.row{flex-direction:column;gap:20px;text-align:center}.text-box{width:90%;padding:20px;position:static}.image{width:90%;height:auto;aspect-ratio:3/2}.slider-container{width:100%;height:auto}.slider{width:300%}.slide{width:100%;height:auto;aspect-ratio:3/2}.titulo{width:90%;font-size:20px;padding:10px;top:10%}.section{flex-direction:column!important;text-align:center;gap:30px}.text-block{max-width:90%;font-size:15px}.hexagon{width:150px;height:130px}.contenedor{flex-wrap:wrap;justify-content:center;padding:20px}.tarjeta{width:90%;max-width:300px;margin-bottom:20px}h1{font-size:10px;float:none;text-align:center}h2,.section-title h2,.section-title h3{font-size:24px}.row.left{display:flex;flex-direction:column}.row.left .text-box{order:1}.row.left .slider-container{order:2}}
