*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif !important;
}

.navbar{
  background-color: #ffffff!important;
}

header .navbar .navbar-nav {
  margin-left: auto;
}

.logo-empresa {
  width: 7rem ;  
  height: auto; 
}

.nav-link {
  color:#575757 !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold!important;
  font-size: 1.1rem!important;
  margin: 0.6rem;
}

header .navbar .navbar-nav .nav-link:hover {
  color: #24248f!important;
}

.navbar-toggler{
  border: none !important;
}

.contenedor{
	display: block;
}
.imagen{
	display:flex;
}

.imagenFondo{
	aspect-ratio: 1200 / 600;
    width: 100%;
}

.seccion-principal {
  background: url("../images/fondoazul.jpg") no-repeat center; 
  background-size: cover;
  background-position: center 90%;
  justify-content: center;
  position: relative;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  padding: 50px 0px;
  padding-bottom: 100px;
}

.titulo-principal {
  color: white;
  font-weight: bold;
  z-index: 1;
  text-align: center;
  flex-basis:100%;
  font-size: 5rem;
  font-family: "Michroma", serif;
}

.titulo-secundario {
  color: white;
  font-weight: bold;
  z-index: 1;
  text-align: center;
  flex-basis:100%;
  font-size: 2rem;
}

.titulo-secundario2 {
  color: white;
  font-weight: bold;
  z-index: 1;
  text-align: center;
  padding: 20px;
  font-size: 1.8rem;
  margin-top:30px;
}

.quien-soy {
  min-height: 50vh;
  background-color: #00007ddb;
  background: url("../images/quienessomos.jpg") no-repeat center;
  background-size: cover;
  color: white;
  font-weight: 300;
  text-align:left;
  box-sizing: border-box;
  padding: 100px 100px 150px; 
  position: relative;
}

.quien-soy-titulo{
  font-size: 1.7rem;
  margin-bottom: 15px;
  text-align:center;
  font-weight: bold;
}

.quienesSomos{
	margin-bottom: 0;
  font-size: 1.1rem;
}

.titulos-slide {
  color: #00007ddb;
  background: white;
  padding: 60px 30px;
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.titulos-slide h3 {
 font-size: 35px;
 word-break: break-word;
}


.whatsapp_pic{
  width: 3rem;;
}

.boton-whatsapp {
  position: fixed;
  bottom: 20px; 
  right: 20px; 
  z-index: 1000; /* Sobre otros elementos */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.boton-whatsapp:hover {
  opacity: 0.7; 
}

.logo-whatsapp {
  width: 30px;
  height: 30px;
  fill: #25D366; 
}


.contenedor, .slider-container {
  max-width: 100%;
  overflow: hidden;
}


.slick-slide {
  height: initial !important;
}

.slick-prev, .slick-next {
  z-index: 1; 
   width: 50px;
  height: 50px;
}

.slick-prev:before, .slick-next:before {
  font-size: 50px;
  color: rgb(47, 0, 255);
  width: 50px;
  height: 50px;
  z-index: 9;
}

.slider-item {
  display: flex;
  margin: 0 50px;
  background: #e5e5e5;
  padding: 50px 5px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 1px 11px 20px #00000040;
}


    #contacto {
    background: #00007ddb;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
		flex-wrap: wrap;
		padding: 30px;

    }


    .links-contactos{ 
      color: rgb(255 255 255);
      text-decoration: none;
    }

    
    .contactos{
      flex: 1;
    }

    .contactos-celular{
      margin-top: 50px;
      padding-left: 50px;
    }

    .contactos-celular p {
      font-size: 1.1rem;
      color: white;
      
    }

    .ubicacion-container{
      display: flex;
      margin-top: 10px; 
    }

  
    
    .ubicacion-container i {
      margin-right: 12px; 
      font-size: 1.3em; 
      color: white; 
 
    }

    /* Formulario */
    .formulario-contacto {
      max-width: 600px;
      margin: 0 auto;
      padding: 20px;
    }
  
    /* Título del formulario */
    .contacto-titulo {
      text-align: center;
      font-size: 1.8rem;
      color: white;
      margin-bottom: 20px;
      font-weight: 600;
    }
  
    /* Estilos para las etiquetas de los campos */
    label {
      display: block;
      font-size: 1rem;
      color: white;
      margin-bottom: 5px;
    
    }
  
    /* Estilos para los campos de texto */
    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%;
      padding: 12px;
      margin: 8px 0 20px 0;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-sizing: border-box;
      font-size: 15px;
      transition: border-color 0.3s ease;
    }
  
    input[type="text"]:focus,
    input[type="email"]:focus,
    textarea:focus {
      border-color: #007BFF;
      outline: none;
    }
  
    /* Estilo para el botón de envío */
    .button {
      background-color:#e5e5e5;
      color: #20208b;
      font-weight:550;
      border: none;
      padding: 10px 35px;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
  
    .button:hover {
      background-color:#ccc;
    }
  
    /* Estilo para el área de mensaje */
    textarea {
      height: 150px;
      resize: none;
      font-family: 'Arial', sans-serif;
    }
    
  /* Fin formulario */
.arrow{
	display: flex;
	position: absolute;
  bottom: 0;
	left: 0;
}

.izquierda{
transform: rotateY(180deg);
}

.arrow-down, .arrow-up {
  width: 0; 
  height: 0; 
  border-left: 50% solid transparent;
  border-right: 50% solid transparent;
  border-bottom: 40px solid rgb(255, 255, 255);
}


.arrow-down {
  width: 0; 
  height: 0; 
  border-left: calc(50vw) solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid rgb(255 255 255);
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: calc(50vw) solid transparent;
  border-right: 50vw  solid transparent;
  border-bottom: 40px solid  #00007ddb;
}

.scroll-container {
  display: none; /* Inicialmente oculto */
  justify-content: flex-end;
  padding: 20px;
  position: fixed;
  bottom: 60px;
  right: 5px;
  z-index: 1000;
}

.scroll-top {
  width: 2.5rem;

}



@media (max-width: 768px) {
  .titulos-slide h3 {
  font-size: 25px;
  }

  .quien-soy{
    padding: 100px 30px 150px; 
  }

  .titulo-secundario{
    font-size: 1.8rem;
  }

  .titulo-secundario2{
    font-size:1.6rem;
  }

  .quien-soy-titulo{
    font-size: 1.5rem;
  }

  .quienesSomos{
    font-size: 1rem;
  }


 
}

@media (max-width: 480px) {

  .nav-link {
    margin: none!important;
  }

  .titulo-principal{
    font-size:3rem;
  }

  .titulo-secundario{
    font-size:1.6rem;
  }

  .titulo-secundario2{
    font-size: 1.4rem;
  }

  .quienesSomos{
    font-size: 1rem;
  }

  .quien-soy-titulo{
    font-size: 1.5rem;
  }

  .logo-empresa{
    width: 6rem;

  }
  
  .titulos-slide h3 {
  font-size: 20px;
  }
  .quien-soy{
    padding: 100px 30px 150px; 
  }

  #contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contactos {
    width: 100%;
    order: 1;
  }

  .contactos-celular {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0;
    order: 2;
    text-align: start;
  }
}