/* COLORES 

Morado:
#bf03aa

Fucsia:
#ff126c

Fucsia claro:
#ff4666

Amarillo:
#ffb332

Azul:
#2d0a63

*/
/*
 ESTILOS WP GENRALES
 */
 .centered-paragraph {
    margin: 0 auto;
    max-width: none;
    white-space: unset;
    width: 100%;
 }
 /*
 FIN ESTILOS WP GENRALES
 */
 
 p:empty {
   display: none;
 }
 br{
   display: none;
 }
 
 .site-footer{
     z-index: 9999;
     position: relative;
 }
 
 .what-btn {
     z-index: 99999999;
 }
 
 .brd-redondo{
     border-radius: 20px;
 }

 
 .main-general {
     background-image: url("https://www.imagina.cl/content/uploads/2026/07/01_desk.png");
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     /*background-attachment: fixed;*/
 }

.caja_fija {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.font_bebas{
  font-family: 'Bebas Neue', sans-serif;
}


.color_white{
  color: #fff;
}
.color_fucsia{
  color: #ff126c;
}
.bg_fucsia{
  background: #ff126c;
}

.color_azul{
  color: #2d0a63;
}
.bg_azul{
  background: #171e27;
}

.bg_amarillo{
  background: #fff03c;
}

.bg_negro{
  background: #000;
}

.logo_imagina{
    width: 118px;
    margin-left: 20px;
}

.condiciones_01{
  width: 400px;
}

.contenedor_condiciones{
   text-overflow: clip;
   /*overflow: hidden;*/
   height: 292px;
   rotate: -4deg;
}

.texto_fijo {
    position: absolute;
    bottom: 100px;
    left: 20%;
    right: 20%;
}

/*
.linea_1 {
    position: absolute;
    left: -1rem;
}
*/
.linea_1 {
    position: absolute;
    left: -16rem;
    right: -20rem;
}

.linea_2 {
    position: absolute;
    left: -12rem;
    right: -14rem;
    top: 6rem;
    direction: rtl;
}

.linea_3 {
    position: absolute;
    top: 11rem;
    right: 10rem;
}

.u-btn-primary {
    color: #fff;
    background-color: #b03d37;
}

/*=================*/


@media only screen and (max-device-width: 812px) {
    .main-general {
         background-image: none;
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
		 background: #171e27;
         /*background-attachment: fixed;*/
     }
	
	.caja_fija {
    height: auto;
    overflow-y: auto;
    overflow-x: auto;
}

  .texto_flotante {
    padding: 6px;
    top: 42px;
    padding-left: 24px;
  }
  .text-left-xs{
    text-align: left !important;
  }
  
 .logo_imagina {
     width: 96px;
     margin-left: 12px;
 }
 .wrapper{
   display: none;
 }
 #graf_1{
   display: none;
 }
 .what-btn{
   display: none;
 }
 #hubspot-messages-iframe-container.widget-align-left {
     display: none !important;
 }
}