.fullscreen-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    border-radius: 20px;
    width: auto;
    height: 100vh !important;
}
.fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
.fullscreen-video {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
}
@media (max-aspect-ratio: 16/9) {
.fullscreen-video {
    width: auto;
    height: 100%;
}
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: "Segoe UI", sans-serif;
  background: url(bg.png)no-repeat;
  background-size: cover;
  height: 100vh;
  font-family: 'Rajdhani', sans-serif;

}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 20px solid white;
    border-radius: 20px;
}

.container img{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.container h2 {
    z-index: 1;
    position: relative;
    color: #111;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 60px;
    TEXT-ALIGN: CENTER;
    BACKGROUND: #ffffffd9;
    PADDING: 60PX 90PX;
    BORDER-RADIUS: 20PX;
	font-weight:bold;
}

.container h2 span {
    font-size: 32px;
    font-weight: 500;
}
#video_background {
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}
#video_pattern {
background:#fff;
position: fixed;
opacity: 0.8;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 1;
}




.btn-flotante {
	font-size: 26px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #111; /* Color del texto */
	border-top-left-radius: 5px; /* Borde del boton */
	border-bottom-left-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #fff; /* Color de fondo */
	padding: 22px 30px; /* Relleno del boton */
	position: fixed;
	top: 80px;
	right: 20px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
	text-decoration:none;
}
.btn-flotante:hover {
    background-color: #378d6d;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 30%);
    transform: translateY(-7px);
    COLOR: WHITE;
}

img.object.logo {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    margin-top: -220px;
    top: 0;
}


@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
img.object {
    margin-top: 200px;
}
img.object.luces {
    margin-top: -280px;
}
} 

@media (max-width:800px){
img.object.logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    margin-top: -280px;
    top: 0;
}
.container h2 {
    font-size: 20px;
    line-height: 35px;
    padding: 20px;
    margin-top: 400px;
}
.container img{
  width: 100%;
  height: 100%;
}
.container h2 span {
    font-size: 20px;
}
.btn-flotante {
    height: 40px!important;
}

}
@media (max-width:600px){
.dnone {
    display: none!important;
}
img.object.monkey {
    width: 770px;
    margin-top: 60px;
    margin-left: -40px;
}
img.object.zebra {
    width: 520px;
    margin-top: 180px;
    z-index: 1;
}
img.object.plantas {
    margin-top: 240px;
}
img.object.bird {
    margin-top: 90px;
    margin-left: 150px;
}
img.object.palmeramini {
    width: 670px;
    margin-top: 120px;
    margin-left: -260px;
}
}