@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{
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/connected.png");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	font-family: 'Poppins', sans-serif;
}
header{
	background: #000;
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 100;
}
h2{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 2.5rem;
	color: #000;
}

h3{
	font-family: stilson-display, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5rem;

}
ul{
	color: #fff;
}
li{
	text-decoration: none;
	color: #fff;
}
p{
	font-size: 1.1rem;
}
.intro{
	font-size: 1.2rem;
	font-weight: 300;
}

/*Header*/
.oper {
  background-image: url(../img/portada-bimba.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 800px;
}

.oper1 {
  background-image: url(../img/03.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;

}

.tit1 {
  text-align: center;
  font-family: stilson-display, serif;
font-weight: 400;
font-style: normal;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5vw;
  padding: 15% 0px 40% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
}
/*heder*/
/*--button--*/
button.ver {
 padding: 0.5em 2em;
 border: 2px solid #fff;
 position: relative;
 overflow: hidden;
 background-color: transparent;
 text-align: center;
 text-transform: uppercase;
 font-size: 16px;
 transition: .3s;
 z-index: 1;
 font-family: inherit;
 color: #fff;
}

button.ver::before {
 content: '';
 width: 0;
 height: 300%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) rotate(45deg);
 background: #fff;
 transition: .5s ease;
 display: block;
 z-index: -1;
}

button.ver:hover::before {
 width: 105%;
}

button.ver:hover {
 color: #000;
}
/*--button--*/
.carousel-control-next-icon{
	color: #000;
}
.bajada{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	letter-spacing: 1px;
	color: #000;
}

.triangle {
	color: #fff;
  background: #000;
  position: relative;
}

.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 26px 0 26px;
  border-color: #000 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.accordion-button:not(.collapsed) {
    color: #fff!important;
    background-color: #000!important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.elle{
	width: 110px;
	padding: 0.5rem;
}

.box1{
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 80%, rgba(255,255,255,0) 80%);
 	position: relative;
}
.box-negro{
	background: linear-gradient(90deg, rgba(255,255,255,0) 20%, rgba(0,0,0,0.8) 20%);
}
.box-negro1{
	background: linear-gradient(90deg, rgba(0,0,0,0.8) 85%, rgba(255,255,255,0) 85%);
}

.pic-1{
	position: relative;
}

.negro{
	color: #000;
}
.blanco{
	color:#fff;
}
.caja-texto{
	font-size: 1.2rem;
	font-weight: 300;
}
.row{
	margin-left: 0px;
	margin-right: 0px;
}
.pie{
	background: #000;
	width: 100%;
}

.alto{
	margin-top: 2rem;
}
.pantene{
	height: 100px;
}

img.btn-conoce2{
	width: 200px;
	padding-top: 2rem;
}
.btn{
		text-align: center;
}

.glass{
/* From https://css.glass */
background: rgba(0, 0, 0, 0.6);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4.2px);
-webkit-backdrop-filter: blur(4.2px);
border: 1px solid rgba(255, 255, 255, 0.48);
}
.espacio{
	padding: 25% 0px 25% 0px;
}


.insta{
	width: 100%;
	height: 100%;
}
/*video*/
/* Start: Video Responsive */
.video-responsive {
    overflow:hidden;
    padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
a.link{
	color: #8257CE;
	transition: 1s;
}
a.link:hover{
	color: #479983;
	transition: 1s;
}

.aire{
	    padding-right: 0px;
    padding-left: 0px;
}
@media only screen and (max-width: 750px) {
	h2{
		font-size: 1.5rem;
	}
	.caja-texto{
		margin-left: 0%;
	}

	.box1{
		background: rgb(0,0,0);
	}
	.box-negro{
	background: rgba(0,0,0, 0.8);
	}

	.oper {
  background-image: url(../img/portada-bimba-m.jpg);

}
.tit1 {

  font-size: 10vw;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  border: none;
  
}
.insta{
	width: 100%;
	height: 800px;
}

.box-negro1{
	background: linear-gradient(90deg, rgba(0,0,0,0.8) 100%, rgba(255,255,255,0) 100%);
}
}