@font-face {
  font-family: 'nova-black';
  src: url(/fonts/Proxima-Nova-Black.otf);
}

@font-face {
  font-family: 'poppins-medium';
  src: url(/fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: 'raleway-medium';
  src: url(/fonts/Raleway-Medium.ttf);
}
@font-face {
  font-family: 'poppins-semibold';
  src: url(/fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: 'poppins-light';
  src: url(/fonts/Poppins-Light.ttf);
}


html {
  margin: 0;
  padding: 0;
}

body{
    overflow-x:hidden;
    margin: 0;
  padding: 0;
}




.fixed-height-section {
  height: 100vh; /* Establece el tamaño fijo basado en la altura de la ventana */
}



.full-screen-section {
  background-color: #c2b0d6;
  height: 95vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vertical-center-box {
  background-color: #c2b0d6;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}



.section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.expandablerow{
  margin-top: 50px;
  margin-bottom: 50px;
}

.texto-creando {
  font-family: nova-black;
  color: #c2b0d6;
  font-size: medium;
  text-align: left;
  line-height: 1;
}
.divcreando{
  background-color: #fff;
  height: 95vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/**
 * 03. Pie
 *
 * -------------------------------------------------------------------
 */

 a:link { text-decoration:none; } a:visited { text-decoration:none; } 



.texto-pie-derecho {
  font-family: poppins-medium;
  font-size: 22px;
  color: #ffffff;
  text-align: left;
}

.contenedor-imagen-pie-derecho{
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}

.imagen-pie-derecho{
  width: 35px;
  height: 35px;
}
.contenedor-titulo-footer-derecho{
  text-align: right;
  padding-bottom: 70px;
}
.contenedor-iconos-pie-derecho {
  padding-bottom: 45px;
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
  height: 50px;
}

.contenedor-formulario{
  width: 100%;
  height: 365px;
}

.cajatexto {
  height: 60px;
}

.derechos {
  height: 50px;
  text-align: center;
  align-items: center;
}

.derechos p {
  margin: auto;
  font-size: 15;
}


/* fin seccion pie */


.texto-titulos {
  font-family: nova-black;
  text-align: center;
  font-size: 100pt;
  line-height: .8;
  padding-bottom: 50px;
}

.texto-parrafos {
  font-family: poppins-medium;
  font-size: 22px;
  text-align: left;
  /* word-spacing: -1px;
  letter-spacing: -1px; */
  color: #333;

}

/* .logo-oko {
  max-width: 80%;
  max-height: 20%;
} */





/* ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
} */




.responsive-img {
  max-width: 100%;
  height: auto;
}

.divimg {
  justify-content: center;
}

.small-button {
  border: none;
  font-family: 'raleway-medium';
  border-radius: 5px;
  background-color: #c2b0d6;
  padding: 5px 10px;
  width: 150px;
  height: 45px;
  /* Ajusta el tamaño del botón */
  color: black;
  cursor: pointer;
 /* align-self: flex-start; */
  /* Alinea el botón a la izquierda */
  margin-left: 10px;
  /* Agrega un margen derecho para separar el botón de otros elementos */
}

.footer {
  background-color: #c2b0d6;
  /* color: #fff; */
  text-align: center;
  font-size: 12px;
  padding: 10px;
  /* Agrega un espacio interno al footer */
}

.footerDerecha {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-izquierda {
  display: flex;
  justify-content: center;
  align-items: center;
}

.formulario-contacto {
  width: 100%;
}

.form-group {
  padding-bottom: 15px;
}



.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c2aed6;
  opacity: 1; /* Firefox */
}

.contenedor-btn-enviar {
  text-align: left;
}

.btneviar {
  height: 50px;
  width: 200px;
  background-color: #ffffff;
  color: #000000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #000000;
  background-color: #bda8d2;
  border-color: #ffffff; /*set the color you want here*/
}

.footer-icons {
  display: inline-block;
  justify-content: center;
  /* gap: 10px; */
  /* margin: 10px; */
  margin-bottom: 10px;
  padding-bottom: 30px;
}

.titlefooter {
  font-family: nova-black;
  font-size: 100px;
  /* text-align: left; */
  color: white;
  line-height: .8;
}

.footer-icons a {
  margin-right: 5px;
}

.footer-icons img {
  width: 40px;
  height: 40px;
}

.footer-text {
  color: white;
  /* Otros estilos adicionales si los tienes */
}

.footer-text-facebook {
  color: white;
  /* Otros estilos adicionales si los tienes */
}

.text-content {
  background-color: #dec2d4;
  padding: 5px 10px;
  /* Ajusta el relleno según sea necesario */
  /* Otros estilos adicionales si los tienes */
}


.portafolioimagenes img {
  max-width: 100%;
}
.mi-lista {
  display: inline-block;
  text-align: left;
  padding: 10px;
  min-width:234px;
  max-width: 234px;
}
.mi-lista p {
  font-family: 'poppins-light';
  font-size:17px;
  margin-bottom: 5px; /* Espacio entre elementos */
  
}

.mi-lista .elemento-destacado {
  font-family: 'poppins-semibold';
}

.hidden_content {
height: 0;
opacity: 0;
overflow: hidden;
transition: height 0.8s ease, opacity 0.8s ease;
}

.coltituloservicio {
padding-bottom: 80px;
}

.coltitulofooter{
padding-bottom: 30px;
padding-top: 30px;
}

.rowservicios .col-lg-4,
  .rowservicios .col-md-4 {
    padding-bottom: 100px;
  }

  .contenedorGen {
    text-align: right;
    height: 500px;
  }

  .imagenGen{
    height: 60%;
  }
  
  .ogilvy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    z-index: 1000;
  }
  .carousel-outer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
  }
  
  .carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .carousel {
    display: flex;
    transition: transform 0.5s ease;
    position: relative;
   
  }
  
  .slide {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
   
  
  }
  
  .prev-next-buttons {
    position: absolute;
    top: 40%; /* Ajusta la posición vertical de los botones */
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  
  .btncarousel {
    position: absolute;
   background-color: transparent;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 10px; /* Ajusta el margen entre botones según sea necesario */
  }

  .prev{
    position: absolute;
    left: -120px;
  }
  .next{
    position: absolute;
    right: -120px;
  }
  .btncarousel img {
  width: 70px; /* Ajusta el tamaño de la imagen según tu diseño */
  height: 70px;
  /* Otros estilos que desees agregar */
}


/* de 0 a 480*/
@media (max-width: 480px) {
    .ogilvy {
    
    z-index: 998;
  }
  .texto-parrafos {
  font-family: poppins-medium;
  font-size: 20px;
  text-align: left;
  /* word-spacing: -1px;
  letter-spacing: -1px; */
  color: #333;

}
  .imagenGen{
    height: 70%;
    
  }
  .contenedorGen {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
  }
  .mi-lista {
    padding-left: 30px;
  }
  .imagenGen{
    height: 70%;
    
  }

  .seccionescritorio{
    display: none;
  }

  .seccionmovil{
    display: block;
  }

  .subcontenedor-formulario{
    width: 100%;
    height: 365px;
    padding: 0px;
  }

  .texto-pie-derecho {
    font-family: poppins-medium;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
  }

  .texto-creando {
    text-align: center;
    text-justify: distribute-all-lines;
    font-size: 35px;
    /* Tamaño de fuente para pantallas pequeñas */

  }

  .logooko-container {
    padding-top: 150px;
    
  }
  .logo-oko {
    max-height: 20%;
  }

  .texto-titulos,
  .titlefooter {
    font-size: 30px;
    line-height: 1.2;
  }
  
 

  .rowservicios .col-lg-4,
  .rowservicios .col-md-4 {
    padding-bottom: 10px;
  }

  .logos-container {
    max-width: 50px;
    /* Elimina el ancho máximo */
  }
  .colprincipal{
    height: 100%;
  }

  .col {
    flex: 100%;
  }

  .imagen-pie-derecho{
    width: 35px;
    height: 35px;
  }
  .contenedor-titulo-footer-derecho{
    padding-bottom: 30px;
  }
  .contenedor-iconos-pie-derecho {
    padding-bottom: 45px;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 40px;
  }

  .derechos p {
    font-size: 10px;
  }
}

 /* de 480 a 768*/
 @media screen and (min-width: 480px) {

  .texto-creando {
    text-align: center;
    text-justify: distribute-all-lines;
    font-size: 55px;
    /* Tamaño de fuente para pantallas pequeñas */

  }
 
  .mi-lista {
    padding-left: 30px;
  }

  

  .texto-titulos,
  .titlefooter {
    font-size: 40px;
    line-height: 1.2;
  }

  .colportafolio {
    flex: 50%;
  }

  .logos-container {
    max-width: 50px;
    /* Elimina el ancho máximo */
  }

  .seccionescritorio{
    display: none;
  }

  .seccionmovil{
    display: block;
  }
}

 /* de 768 hasta 1200*/
 @media screen and (min-width: 768px) {
     
  .contenedorGen {
    text-align: center;
  }
  .texto-creando {
    font-size: 50px;

  }

  .footer .contact-title {
    float: left;
    clear: both;
    margin-bottom: 10px;
  }

  .footer .small-text {
    float: right;
    clear: both;
  }

  .texto-titulos,
  .titlefooter {
    font-size: 50px;
    line-height: 1;
  }
  .seccionescritorio{
    display: block;
  }

  .seccionmovil{
    display: none;
  }
  
  .espacio-escritorio {
      padding-bottom : 50px;
  }
}

/* de 1200 para arriva */
@media screen and (min-width: 1200px) {

.contenedorGen {
    text-align: center;
  }
  
.texto-creando {
  font-size: 80px;
  /* Tamaño de fuente para pantallas pequeñas */

}

.colportafolio {
  flex: 50%;
}

.colprincipal{
  height: 50%;
}

.logo-oko {
  max-height: 100%;
  height: 300px;
}
.logooko-container {
  padding-top: 120px;
  
}
.seccionescritorio{
  display: block;
}

.seccionmovil{
  display: none;
}

.espacio-escritorio {
      padding-bottom : 50px;
  }

}

@media screen and (max-height: 400px) {
.texto-creando {
  font-size: 30px;
  /* Tamaño de fuente para pantallas pequeñas */

}

.logo-oko {
  max-width: 40%;
}

.seccionescritorio{
  display: none;
}

.seccionmovil{
  display: block;
}
}