html{
    scroll-behavior:smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0;
    background-color:rgb(245,245, 245);
    min-height: 100vh;
    color:black;
}

h1{ font-size: 3.5em;}
h2{font-size: 2.7em; font-family: "Montserrat", sans-serif;   }
h3{font-size:2em;}
p{font-size: 1.25em;}
ul{list-style:none;}

.container{
    max-width:1400px;
    margin: 0px;
  }
  
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

nav{
  background-color: #93BEBE;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  padding-right: 60px;
  height:90px;
  

}
nav ul{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
 
}
nav li{
  height: 70px;
}

nav .logo{
  padding-left:70px;
  background-color: none;

}
nav .logo img{
  width:100px;
  padding-top: 20px;
  padding: 0px;
}


nav a{

  height:100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
  font-family: "Open Sans", sans-serif;
  margin: 10px;
}
nav a:hover{
  
  color: white;
}
nav li:first-child{
  margin-right: auto;
}
.sidebar{
  position: fixed;
  top: 0; 
  right: 0;
  height: 100vh;
  width: 250px;
  background-color:#028585;
  backdrop-filter: blur(12px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;

  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 99999;
}
.sidebar li{
  width: 100%;
}
.sidebar a{
  width: 100%;
  color: white;
  font-size: 20px;
  border-bottom: 1px solid rgb(240, 240, 240);
}

.sidebar a:hover{
  width: 100%;
  background-color:#015656 ;
  font-size: 20px;
  cursor: pointer;
  
}
.menu-button{
  display: none;
}

.undernav{
  background-color:#0360a8;
  width:100%;
  padding: 5px;
  padding-left:70px;
  display: flex;
  justify-content: space-between;
  
}
.undernav p{
  color:white;
  font-size: 12px;
}

.containerselect{
  padding-right:80px;
  
}
.containerselect a{
  color:white;
  

  
}




#perfil .container-perfil{
    background-color:white;
    padding: 10px;
    

}



#perfil .container-h2{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin:20px;
    margin-bottom:50px;
    box-shadow: 0px 0.1px 0px rgba(0, 0, 0, 0.3);
    
}
#perfil .quienes-somos{
  display:none;
}


#perfil .titulo {
 
  margin-left: 60px;
}

#perfil .continuacion{
    margin-top: 7px;
    padding-left: 60px;
    font-weight:600;
}




.profile-card {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-left: 60px;
}

.profile-card p{
  color: rgb(86, 86, 86);
  font-size:13px;
  text-align: left;
}
.profile-image img {
  width: 150px;
  height: auto;
  border-radius: 3px;
}

.profile-info {
  margin-left: 20px;
  flex-grow: 1;
}

.profile-info h2 {
  color: #0056b3;
  margin-bottom: 10px;
  font-size:15px;
}

.social-links a {
  margin-right: 10px;
 
}

.social-links img {
  width: 20px;
  height: 24px;
}



.profile-info p {
  margin: 10px 0;
  line-height: 1.6;
}

#perfil .titulo p{
    color: rgb(84, 84, 84);
    font-size:15px;
    line-height: 1.7;

}
#perfil .container-h2 h2{
    color:#0360a8;
    text-align: center;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    
    
}

.color-acento1{
  color: #0360a8;
}

.mail{
  position: relative;
  top: 2px;   /* Mueve hacia abajo */
  left: 0px; 
}

#perfil .container-p{
    display: flex;
    justify-content: space-between;
    margin:70px;
    background-color: white;
    margin-top: 1px;
    gap:20px;
}

.color-acento{
    color:#003157;
}


#perfil .container-p1{
    font-size:11px;
    color: rgb(58, 58, 58);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    
}

#perfil .container-p2{
    font-size:11px;
    color: rgb(58, 58, 58);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    
    width:1700px;
    
}


#practica .container-perfil{
  background-color:rgb(42, 42, 42);
  padding: 10px;
  width: 100%;
  
}

#practica .container-h2{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(42, 42, 42);
  margin:20px;
  margin-bottom:50px;
  box-shadow: 0px 0.1px 0px rgba(0, 0, 0, 0.3);
  
}

#practica .container-h2 h2{
  color:#0360a8;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  
  
}

.color-acento1{
color: #0360a8;
}


#practica .container-p{
  display: flex;
  justify-content: space-between;
  margin:70px;
  background-color: rgb(42, 42, 42);
  margin-top: 1px;
  gap:20px;
}

.color-acento{
  color:#003157;
}


#practica .container-p1{
  font-size:11px;
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  
}

#practica .container-p2{
  font-size:11px;
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  
  width:1700px;
  
}


.carousel{
    background: white;
}

.carousel__contenedor {
    position: relative;
    margin-left: 70px;
    margin-right:70px;

    background-color: white;
    max-width: 100%;

}

.carousel__anterior,
.carousel__siguiente {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border:none;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
    opacity: 1;
}

.carousel__anterior {
    left: -30px;
    z-index: 1;
}

.carousel__siguiente {
    right: -30px;
}

.carousel__anterior img,
.carousel__siguiente img {
    width: 200px;
    height: 100%;
    object-fit: contain;
}

.carousel__elemento {
    text-align: center;
    flex-shrink: 0; /* Evita que los elementos se reduzcan al ajustar el tamaño */
    margin: 0 10px; /* Margen lateral entre los elementos */
    border: 1px solid  rgb(136, 136, 136);
    width: 220px;
    
}


.carousel__lista {
    display: flex;
    gap: 30px; /* Espacio entre las imágenes del carrusel */
    overflow: hidden;
    padding: 10px 0;
    max-width: 100%; /* Controla el ancho máximo visible */
  
}



.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: #343434;
	opacity: .2;
	border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
}


.contenedor-footer{
    background:linear-gradient(135deg, rgba(51, 76, 76, 0.9), rgba(19, 114, 114, 0.9)), url(img/lawyers_corporate_cover.jpeg);
}

.footer {
    display: flex; /* Usamos flexbox para organizar las columnas */
    justify-content: space-between; /* Distribuye las columnas con espacio entre ellas */

    
    padding: 40px; /* Espaciado interno */
    color: #fff; /* Color del texto */
    margin: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .footer-column {
    flex: 1; /* Las columnas se expanden igualmente */
    margin-right: 20px; /* Espacio entre columnas */
  }
  
  .footer-column h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  .footer-column p {
    margin-bottom: 15px; /* Espacio entre párrafos */
    line-height: 1.6; /* Separación de las líneas para una mejor lectura */
        font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}

  
  .footer-column strong {
    font-weight: bold;
  }
  
  .footer-column ul {
    list-style-type: none;
    padding: 0;
    
  }
  
  .footer-column ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(240, 240, 240);
  }
  
  .footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: block; /* Asegura que el enlace ocupe todo el ancho del <li> */
    padding: 10px 0; 
  }
  
  .footer-column ul li a:hover {
    color: #b6b6b6;
  }
  
  .footer-column:last-child {
    margin-right: 0; /* Elimina el margen derecho en la última columna */
  }

  




.short-footer{
    background-color: #232323; /* Color de fondo del footer */
    color: #fff; /* Color del texto */
    text-align: center; /* Centrar el texto */
    padding: 20px 0; /* Espaciado interno */
    font-size: 12px; /* Tamaño de fuente */
    position: relative;
    bottom: 0;
    width: 100%;
    
   
}

.menu-button{
  display: none;
}


@media(max-width: 800px){
  .hideOnMobile{
    display: none;
  }
  .menu-button{
    display: block;
  }
.profile-card {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-left: 0px;
}
nav{
  background-color: #93BEBE;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  padding-right: 60px;
  height:90px;
  

}
nav ul{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
 
}
nav li{
  height: 70px;
}

nav .logo{
  padding-left:0px;
  background-color: none;

}
nav .logo img{
  width:100px;
  padding-top: 20px;
  padding: 0px;
}  
.footer {
  display: flex; /* Usamos flexbox para organizar las columnas */
  justify-content: center; /* Distribuye las columnas con espacio entre ellas */
  padding: 40px; /* Espaciado interno */
  color: #fff; /* Color del texto */
  margin: 70px;
  margin-top: 0px;
  margin-bottom: 0px;

}

.undernav{
  background-color:#0360a8;
  width:100%;
  padding: 5px;
  padding-left:10px;
  display: flex;
  justify-content: space-between;
  
}
.undernav p{
  color:white;
  font-size: 11px;
}

.containerselect{
  padding-right:10px;
  display: flex;
  gap:5px;
}
.containerselect a{
  color:white;
  

  
}
#perfil .container-perfil{
  background-color:rgb(255, 255, 255);
  text-align: center;

}

#perfil .container-h2{
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  margin-bottom:50px;
  box-shadow: 0px 0.1px 0px rgba(0, 0, 0, 0.3);
  
}

#perfil .container-h2 h2{
  color:#0360a8;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  padding-left: 30px;
  width:100%;
}

.color-acento1{
color: #0360a8;
}


#perfil .container-p{
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  margin-top: 1px;
  text-align: center;
}

.color-acento{
  color:#003157;
}


#perfil .container-p1{
  font-size:11px;
  color: rgb(58, 58, 58);
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  text-align: center;
  width:100%;
}

#perfil .container-p2{
  font-size:11px;
  color: rgb(58, 58, 58);
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  text-align: center;
  width:100%;
  
}


.undernav{
  background-color:#0360a8;
  width:100%;
  padding: 5px;
  padding-left:10px;
  display: flex;
  justify-content: space-between;
  
}
.undernav p{
  color:white;
  font-size: 11px;
}

.containerselect{
  padding-right:10px;
  display: flex;
  gap:5px;
}
.containerselect a{
  color:white;
  

  
}

}
@media(max-width: 525px){

  nav{
    background-color: #93BEBE;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    padding-right: 60px;
    height:90px;
    
  
  }
  nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
   
  }
  nav li{
    height: 70px;
  }
  
  nav .logo{
    padding-left:0px;
    background-color: none;
  
  }
  nav .logo img{
    width:100px;
    padding-top: 20px;
    padding: 0px;
  } 
  .footer {
    display: flex; /* Usamos flexbox para organizar las columnas */
    align-items: center;
    flex-direction: column;
    padding: 40px; /* Espaciado interno */
    color: #ffffff; /* Color del texto */
    
  }
  
  .footer-column {
    flex: 1; /* Las columnas se expanden igualmente */
    /* Espacio entre columnas */
 
  }
  
  .footer-column h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  .footer-column p {
    margin-bottom: 15px; /* Espacio entre párrafos */
    line-height: 1.6; /* Separación de las líneas para una mejor lectura */
        font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}

  
  .footer-column strong {
    font-weight: bold;
  }
  
  .footer-column ul {
    list-style-type: none;
    padding: 0;
    
  }
  
  .footer-column ul li {
    
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(240, 240, 240);
  }
  
  .footer-column ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    display: block; /* Asegura que el enlace ocupe todo el ancho del <li> */
    padding: 10px 0; 
  }
  
  .footer-column ul li a:hover {
    color: #b6b6b6;
  }
  .profile-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.profile-info {
    margin-left: 0;
    margin-top: 20px;
}

.profile-image img {
    width: 120px;
}

.social-links img {
    width: 20px;
}  

}





@media(max-width: 470px){
  .profile-image img {
    width: 100px;
}

.social-links img {
    width: 18px;
}

.profile-card {
    padding: 10px 0;
}

.profile-info p {
    font-size: 14px;
}
  
  .sidebar{
    width: 100%;
    z-index: 999999;
  }
  .sidebar{
    width: 100%;
  }
  .footer {
    display: flex; /* Usamos flexbox para organizar las columnas */
    justify-content: center; /* Distribuye las columnas con espacio entre ellas */
    align-items: center;
    padding: 40px; /* Espaciado interno */
    color: #ffffff; /* Color del texto */
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .footer-column {
    flex: 0; /* Las columnas se expanden igualmente */
    /* Espacio entre columnas */

 
  }
  
  .footer-column h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
   
  }

  .footer-column p {
    margin-bottom: 20px; /* Espacio entre párrafos */
    line-height: 1.6; /* Separación de las líneas para una mejor lectura */
        font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size:20px;
}

  
  .footer-column strong {
    font-weight: bold;
  }
  
  .footer-column ul {
    list-style-type: none;
    padding: 0;
    margin:0px;

  }
  
  .footer-column ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(240, 240, 240);
    margin-left: 0px;

    margin-right: 0px;
  }
  
  .footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: block;/* Asegura que el enlace ocupe todo el ancho del <li> */
    padding: 10px 0; 
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .footer-column ul li a:hover {
    color: #b6b6b6;
  }
  
  .footer-column:last-child {
      padding: 60px;
      padding-right:70px;
      margin-right:20px;

  }

  nav{
    background-color: #93BEBE;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    padding-right: 60px;
    height:90px;
    
  
  }
  nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
   
  }
  nav li{
    height: 70px;
  }
  
  nav .logo{
    padding-left:0px;
    background-color: none;
  
  }
  nav .logo img{
    width:100px;
    padding-top: 20px;
    padding: 0px;
  } 
  #perfil .container-perfil{
    background-color:white;
    padding: 10px;
    

}

#perfil .container-h2 h2{
  margin:0px;
  padding: 0px;
  
}
#perfil .titulo p{
  font-size: 20px;
  color: black;
  line-height:1.6;
  margin-bottom: 30px;
}
#perfil .undertitle{
  font-size:18px;
  color: #0360a8;
}
.social-links img {
  width: 50px;
  height: 30px;
}


.profile-image img {
  width: 300px;
}
#perfil .profile-info h2{
  font-size: 30px;
}
#perfil .container-h2{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin:0px;
    margin-bottom:50px;
    box-shadow: 0px 0.1px 0px rgba(0, 0, 0, 0.3);
    display: none;
}

#perfil .quienes-somos{
  display:flex;
  justify-content: center;
  color:#0360a8;
  margin-bottom:10px;
  font-family: "Roboto", sans-serif;
  font-weight:300;
  font-style: normal;
}

#perfil .profile-card p{
  text-align: center;
  font-size: 20px;
  color: black;
}

#perfil .titulo {
 
  margin-left:0px;
}

#perfil .continuacion{
    margin-top: 7px;
    padding-left:0px;
    font-weight:600;
}

.profile-card {
  display: flex;
  align-items:center;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-left:0px;
}  




}
@media(max-width: 400px){
  .sidebar{
    width: 100%;
  }
}
