* {list-style: none;
  box-sizing: border-box;
 
}


Header {
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    display:flex;
    justify-content:space-between;
    align-items: center;
    padding:0 5%;
    height:100px;
    background-color: rgb(255, 255, 255);
    z-index: 10000;

}
.logo{
  height:50px;

}
.menu {
  display: flex;
  justify-content:center;
  align-items: center;
}

.item {
  margin: 0 15px;
  font-size:18px;
  font-weight: 600;
  cursor: pointer;
  color: rgb(29, 57, 93);
}
.item:hover {
  color: rgb(6, 64, 156);
}

#menu {
  display: none;

}
.menu-icono{
  width: 25px;

}
label {
  cursor: pointer;
  display: none;
}

.btn {
  padding: 10px 24px;
  border-radius: 30px;
  background-color: rgb(12, 12, 104);
  color: rgb(255, 230, 0);
  font-weight:600;
  cursor: pointer;

}

.btn:hover {
  background-color: rgb(157, 150, 18);

}
.linea_azul li{
    color: white;
}





@media(max-width:991px) {
  .menu {
    padding: 30px;
    margin: 0;
  }
  label {
    display: initial;
  }
  .menu{
    position: absolute;
    top:100%;
    left:0;
    right:0;
    background-color: rgb(255, 255, 255);
    display: none;
  }
  .item {
    margin: 0 0 20px 0;
    width: 100%;

  }
.btn {
  width: 120px;
}
#menu:checked ~ .menu {
  display: initial;
}

}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;

}
 body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main{
    flex: 1;
}
 .container {
  max-width: 1200px;
  margin: 0 auto;
 }

 .footer {
   
    background-color: #152A47;
    padding:  80px 0;
 }
.footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 .footer-links h4 {
  font-size: 25px;
  color: rgb(5, 5, 5);
  margin-bottom: 25px;
  font-weight: 500;
  border-bottom: 2px solid #2c1cdf;
  padding-bottom: 10px;
 }
 
 .footer-links ul li a {
    font-size: 18px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: block;
    margin-bottom: 15px;
    transition: all .3s ease;
 }
 .footer-links ul li a:hover {
  color: aliceblue;
  padding-left: 6px;
 }


 @media(max-width:991px) {
  .footer-row {
    text-align: center;
  
  }
  .footer-links {
    width: 100%;
    margin-bottom: 30px;
  }
 }


     .products {
    padding: 60px 20px;
    text-align: center;
}

.products h2 {
    margin-bottom: 40px;
}

.grid-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.product-card {
    background: var(--light);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.product-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.product-card h3 {
    margin-bottom: 10px;
}

.product-card p {
    color: var(--gray);
    margin-bottom: 15px;
}

.product-card:hover {
    transform: translateY(-8px);
}

/* =========================
   INFO SECTION
========================= */
.info {
    background: var(--primary);
    color: var(--light);
    padding: 60px 20px;
    text-align: center;
}

.info h2 {
    margin-bottom: 20px;
}


      .categories {
    padding: 60px 20px;
    text-align: center;
}

.categories h2 {
    margin-bottom: 30px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.grid a {
    background: var(--light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(245, 244, 244, 0.05);
    transition: 0.3s;
    font-weight: 600;
}

.grid a:hover {
    background: var(--primary);
    color: white;
}






.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}



.btn {
    background: var(--primary);
    color: var(--light);
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
}

.btn:hover {
    background: hsl(246, 92%, 14%);
}


* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: Arial, Helvetica, sans-serif;
}

.titulo {
  text-align: center;
  font-size: 50px;
  
  color: aliceblue;
  font-family: 'Times New Roman', Times, serif;
}
.slider-box {
  width: 1280px;
  height: auto;
  margin: 50px auto 0;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  
 
  
}
.slider-box ul {
  display: flex;
  padding: 0;
  width: 400%;
 

}
.slider-box li{
      display: flex;
      width: 100%;
        overflow-x: auto;
      list-style: none;
      position: center;
      scroll-snap-type: x mandatory;
       
      

}

.texto {
    position: absolute;
    text-align: center;
    padding: 250px 250px;
    
    color: rgb(0, 0, 0);
    
}

.texto h2{
   font-size: 45px;
   margin-bottom: 35px;
   color: black;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
 .slider-box img {
  width: 100%;
  object-fit: cover;
 }

 @keyframes slider{

    0% {margin-left: 0;}
    20% {margin-left: 0;}

    25% {margin-left: -100%;}
    45% {margin-left: -100%;}

    50% {margin-left: -200%;}
    70% {margin-left: -200%;}

    75% {margin-left: -300%;}
    100% {margin-left: -300%;}
}
@media(max-width:991px){
  body {
    padding: 30px;
  }
  .slider-box {
    top: 50px;
  
  }
  .texto h2 {
    font-size: 35px;
    margin-bottom: 15px;

  }
  .texto p {
    font-size:  15px;

  }
}


.carousel {
  margin: 0px auto;
  width: 90%;
 
  display: flex;
  overflow: auto;
  gap: 1em;
}
.carousel::-webkit-scrollbar{
  display: none;
}

.card {
  flex: 0 0 5em;
  height: 5em;
  padding: auto;
   
  font-size: 3rem;
  border-radius: auto;
  text-align: center;
  align-content: center;
}

.group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  animation: spin 5s infinite linear;
  padding-right: 1em ;
}


@keyframes spin {
  from {translate: 0;}
  to {translate: -100%;}
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins', sans-serif;
background:#f5f7fb;
color:#1c2a39;
}

/* HERO SECTION */

.hero{
padding:80px 10%;
}

.hero-container{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

/* TEXT */

.hero-text{
max-width:550px;
}


.badge{
margin-top: 100px; 
background:#e6edf8;
color:#4b5c74;
padding:8px 18px;
border-radius:20px;
font-size:14px;
display:inline-block;
margin-bottom:20px;

}

.hero-text h1{
font-size:48px;
line-height:1.2;
font-weight:700;
margin-bottom:20px;
}

.highlight{
color:#4f6df5;
}

.hero-text p{
color:#6b7c93;
font-size:16px;
line-height:1.6;
margin-bottom:30px;
}

/* BUTTON */
.btn {
    padding: 0.5rem 1rem;
    border-radius: var(--radius-pill);
    /* Pill shaped buttons */
    font-weight: 600;
    transition: all 0.2s;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.85rem;
}
.btn-outline-primary {
    background: transparent;
    color: var(--azul-oscuro);
    border: 1px solid var(--azul-oscuro);
}


.btn-primary{
    color:#152A47;
color:white;
padding:16px 28px;
border-radius:30px;
text-decoration:none;
font-weight:600;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
transition:0.3s;
}

.btn-primary:hover{
transform:translateY(-3px);
}

/* ACTIONS */

.hero-actions{
display:flex;
align-items:center;
gap:20px;
}

.patients{
display:flex;
align-items:center;
gap:8px;
font-size:14px;
color:#6b7c93;
}

.patients img{
width:32px;
height:32px;
border-radius:50%;
border:2px solid white;
margin-left:-10px;
}

/* IMAGE */

.hero-image{
position:relative;
display:flex;
align-items:center;
justify-content:center;
z-index: -10; 
}

.image-bg{
position:absolute;
width:380px;
height:380px;
background:#e8edf7;
border-radius:50%;
z-index:1;

}

.hero-image img{
  
width:320px;
height:320px;
object-fit:cover;
border-radius:50%;
border:8px solid white;
z-index:2;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}
 section h1 {
  font-family: raquel;
  color: #243a5e;
  
 }
 section h1 span {
  font-family: raquel;
  font-size: 120%;
  color: #152A47;
  
 }

/* RESPONSIVE */

@media (max-width:900px){

.hero-container{
flex-direction:column;
text-align:center;
}

.hero-actions{
justify-content:center;
}

}
@font-face {
  font-family: raquel;
  src: url(tipografia/Argentum-Novus-Black/ArgentumNovus-ExtraBold.ttf)
}

header span {

  
  font-size: 1.5rem !important;
    font-weight: 800 !important;
    color:#1e3a5f
  

}

.img-logo {
      max-width: 100%;
    height: auto;
    padding: auto;
    margin: auto;
}


.linea_azul{
   background-color: #152A47;
    
         max-width: 100%;
         border-radius: 100px;
   text-align: center;
   position: center;
   padding: 5px 1px 1px 5px;
   
}
.contenedor-grid {
    display: grid;
    /* Crea 3 columnas de igual tamaño (1 fracción cada una) */
    grid-template-columns: repeat(3, 1fr); 
    /* Espaciado entre elementos */
    gap: 15px; 
}

.item-grill {
    background-color: #3498db;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.services-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    

}
.service-card-clean.variant-clean {
    color: var(--sc-text-clean);
    box-shadow: 0 15px 40px var(--sc-shadow-clean);
    background: var(--sc-bg-clean);
    border-color: rgba(30, 58, 95, 0.05);
}

.service-card-clean.variant-clean {
    color: var(--sc-text-clean);
    box-shadow: 0 15px 40px var(--sc-shadow-clean);
    background: var(--sc-bg-clean)
#ffffff
;
    border-color: rgba(30, 58, 95, 0.05);
    
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.service-card-clean {
    position: relative;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    padding: 3.5rem 2.5rem 3rem;
    border-radius: 32px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
}

.service-card-clean.variant-dark * {
    color: white !important;
}

.service-card-clean.variant-dark {
    color: var(--sc-text-dark);
    box-shadow: 0 15px 40px var(--sc-shadow-dark);
    background: var(--sc-bg-dark);
    
}

.service-card-clean {
    position: relative;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    padding: 3.5rem 2.5rem 3rem;
    border-radius: 32px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
}

.service-card-clean.variant-dark:hover {
    box-shadow: rgba(30, 58, 95, 0.4) 0px 30px 60px;
}
.service-card-clean.variant-dark {
    color: var(--sc-text-dark);
    box-shadow: 0 15px 40px var(--sc-shadow-dark);
    background: var
↳
var(--azul-oscuro)
↳
#1E3A5F
(--sc-bg-dark);
}

.service-card-clean {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 3.5rem 2.5rem 3rem;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 15px 50px rgba(30, 58, 95, 0.06);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(30, 58, 95, 0.04);
}

.service-card-clean.variant-clean {
    color: var(--sc-text-clean);
    box-shadow: 0 15px 40px var(--sc-shadow-clean);
    background: var(--sc-bg-clean);
    border-color: rgba(30, 58, 95, 0.05);
}


.service-card-clean:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(30, 58, 95, 0.12);
    border-color: var(--blue-100);
}

.service-card-clean.featured {
    background: var(--azul-oscuro);
    border-color: var(--azul-oscuro);
    box-shadow: 0 25px 50px rgba(30, 58, 95, 0.3);
}

.service-card-clean.featured * {
    color: white !important;
}

.service-card-clean.featured h3 {
    color: white;
}

.service-card-clean.featured .service-icon-circle {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.service-card-clean.featured .service-checklist li i,
.service-card-clean.featured .service-checklist li svg {
    color: var(--acento);
}

.service-icon-circle {
    width: 64px;
    height: 64px;
    background: var(--blue-50);
    color: var(--azul-oscuro);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 1.6rem;
    border: 1px solid var(--blue-100);
    transition: transform 0.3s;
}

.service-card-clean:hover .service-icon-circle {
    transform: scale(1.1) rotate(5deg);
}

.service-card-clean h3 {
    color: var(--navy-900);
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
}
.service-card-clean.variant-dark .service-icon-circle {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.service-card-clean.variant-dark {
    color: var(--sc-text-dark);
    box-shadow: 0 15px 40px var(--sc-shadow-dark);
    background: var(--sc-bg-dark);
}
.service-card-clean {
    position: relative;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    padding: 3.5rem 2.5rem 3rem;
    border-radius: 32px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--azul-claro);
    text-align: center;
    width: 100%;
    gap: 0.5rem;
    transition: gap 0.2s;
}

[data-theme="dark"] {
    --bg-color: #0f172a;
    --surface-color: #1e293b;
    --text-color: #f1f5f9;
    --text-muted: #94a3b8;
    --border-color: #334155;
}
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


link {
    display: none;
}

:root {
    --azul-oscuro: #1E3A5F;
    --azul-claro: #4A90E2;
    --gris-neutro: #F5F5F5;
    --blanco: #FFFFFF;
    --acento: #FFC857;
    --navy-900: var(--azul-oscuro);
    --navy-800: #254a75;
    --navy-700: #2c5a8a;
    --blue-500: var(--azul-claro);
    --blue-100: #d4e5f7;
    --blue-50: #eef5fc;
    --peach-100: #fff4e6;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --text-light: #94a3b8;
    --bg-white: var(--blanco);
    --bg-light: var(--gris-neutro);
    --primary: var(--azul-oscuro);
    --primary-light: var(--azul-claro);
    --secondary: var(--blue-100);
    --accent: var(--acento);
    --text-on-primary: #ffffff;
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 8px;
    --radius-pill: 9999px;
    --sc-bg-clean: #ffffff;
    --sc-text-clean: var(--azul-oscuro);
    --sc-shadow-clean: rgba(30, 58, 95, 0.08);
    --sc-bg-dark: var(--azul-oscuro);
    --sc-text-dark: #ffffff;
    --sc-shadow-dark: rgba(30, 58, 95, 0.2);
    --sc-bg-blue: var(--azul-claro);
    --sc-text-blue: #ffffff;
    --sc-shadow-blue: rgba(74, 144, 226, 0.2);
    --sc-bg-accent: var(--acento);
    --sc-text-accent: var(--azul-oscuro);
    --sc-shadow-accent: rgba(255, 200, 87, 0.2);
}
:root {
    --bg-color: #F5F5F5;
    --surface-color: #ffffff;
    --sidebar-color: #ffffff;
    --text-color: #1e293b;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --primary-color: #1E3A5F;
    --primary-dark: #152a47;
    --primary-soft: rgba(30, 58, 95, 0.08);
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #4A90E2;
    --accent-color: #FFC857;
    --card-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
    --card-radius: 24px;
    --sidebar-width: 280px;
}
link {
    display: none;
}


/* =========================================
   PROFESIONALES (NUESTRO EQUIPO)
   ========================================= */
.section-profesionales {
    padding: 100px 0;
    background: var(--bg-white, #ffffff);
}

.section-profesionales .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.profesionales-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
    
}

.profesional-card-premium {
    background: transparent;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: default;
    display: flex;
    flex-direction: column;
}

.prof-image-container {
    width: 100%;
    aspect-ratio: 1/1.2;
    overflow: hidden;
    border-radius: var(--radius-md, 16px);
    background: var(--bg-light, #f5f5f5);
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(30, 58, 95, 0.08);
}

.prof-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.profesional-card-premium:hover .prof-img {
    transform: scale(1.08);
}

.profesional-card-premium:hover {
    transform: translateY(-10px);
}

.prof-info h4 {
    font-size: 1.5rem;
    color: var(--azul-oscuro, #1e3a5f);
    margin: 0 0 6px;
    font-weight: 700;
    line-height: 1.2;
}

.prof-specialty {
    font-size: 1rem;
    color: var(--azul-claro, #4a90e2);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Dark Mode adjustment for Professionals */
[data-theme="dark"] .section-profesionales {
    background: var(--bg-white);
}

[data-theme="dark"] .prof-info h4 {
    color: var(--text-dark);
}

[data-theme="dark"] .prof-image-container {
    background: var(--bg-light);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .profesionales-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 24px;
    }
}


.seccion-header{
    text-align:center;
    max-width:700px;
    margin:50PX;
    margin-bottom:60px;
}
.seccion-header{
    max-width: 700px;   /* controla el ancho del texto */
    margin: 0 auto;     /* centra el div */
    text-align: center; /* centra el texto */
    padding: 40px 20px;
}

.seccion-header p{
    color:#6b7a90;
    font-size:14px;
    letter-spacing:2px;
    
   
    
}

a {
    text-decoration: none;
    color: inherit; /* O el color que desees, ej: black */
}


.seccion-header h2{
    font-size:48px;
    font-weight:700;
    color:#243a5e;
    margin:10px 0 20px 0;
}

.seccion-header p:last-child{
    font-size:18px;
    color:#6b7a90;
    line-height:1.6;
    
}

@media (max-width: 968px) {
    .trust-grid {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
        text-align: center;
    }
}
.section-trust {
    padding: 5rem 0;
    background: var
↳
var(--gris-neutro)
↳
#F5F5F5
(--bg-light);
}


.trust {
    background: #f5f7fb;
    padding: 80px 0;
}

.trust-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.trust-image{
    text-align: center;
}

.trust-img{
    width: 100%;
    max-width: 520px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.trust-content{
    max-width: 520px;
}

.trust-content h2{
    font-size: 38px;
    line-height: 1.25;
   color: #152a47;
   font-family: raquel;
  
}
.trust-content p{
    font-size: 16px;
    line-height: 1.8;
}

/* Botón estilo moderno */
.trust-content .btn{
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    border-width: 2px;
}

/* Responsive */
@media(max-width: 992px){
    .trust-grid{
        grid-template-columns: 1fr;
        text-align: center;
    }

    .trust-content{
        margin: auto;
    }
}


#celeste {
    color: #3b82f6;
    letter-spacing: 1px;
}
#raquel {
    font-family: raquel;
}

.footer-links h4{
  color: #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
}



.testimonios{
  padding: 80px 0;
  background: #ffffff;
  text-align: center;
}

.testimonios-header h2{
  font-size: 40px;
  color: #243b5a;
  margin: 10px 0;
}

.testimonios-header p{
  color: #6c7a89;
}

.testimonios-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.testimonio-card{
  background: #f5f7fb;
  padding: 30px;
  border-radius: 20px;
  text-align: left;
}

.testimonio-user{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.testimonio-user img{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonio-card p{
  font-style: italic;
  color: #5f6f81;
  line-height: 1.6;
}

.stars{
  color: #f5a623;
  margin-top: 15px;
  font-size: 18px;
}

.equipo{
  padding: 80px 0;
  background: #f5f7fb;
}

.equipo-header{
  position: relative;
  margin-bottom: 40px;
}

.subtitulo{
  color: #4a7bd1;
  font-weight: 600;
}

.equipo-header h2{
  font-size: 36px;
  color: #243b5a;
  margin-top: 10px;
}

.btn-equipo{
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #243b5a;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  color: #243b5a;
  font-weight: 500;
}

.equipo-card{
  width: 420px;
}

.equipo-img{
  width: 100%;
  border-radius: 20px;
}

.equipo-info h3{
  margin-top: 20px;
  font-size: 28px;
  color: #243b5a;
}

.cargo{
  color: #4a7bd1;
  letter-spacing: 2px;
  font-weight: 600;
}

.equipo-info p{
  margin-top: 10px;
  color: #5f6f81;
  line-height: 1.6;
}