@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Rubik&display=swap');






body {
    background-color: #5a399c;
    background-image: url("02.png");
    background-repeat: repeat;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
 #video {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 99vh;
 z-index: -10;
 visibility: visible;
 }


h3 {
    text-align: center;
    color: beige;
    font-family: 'Roboto Condensed', sans-serif;
}

h4 {
    width: 95%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}
li {
    color:#5d20da;
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    color: #D02D00;
    font-family: 'Rubik', sans-serif;
}

h2 {
    text-align: center;
    color: #5C058F;
    font-family: 'Roboto', sans-serif;
}

.funciones {
    background-color: rgba(255,255,255,0.95);
    border: none;
    padding: 8px;
    border-radius: 8px;
    margin-top: 1%;
}

.precio {
    width: 95%;
    text-align: center;
    text-decoration: inherit;
    background-color: #5C058F;
    padding: 8px;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    border-radius: 10px;
    font-family: 'Rubik', sans-serif;
}

.fa-whatsapp {
    width: 42px;
    height: 42px;
    padding: 3px;
    background: #F3F3F3;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #19CC05;
    font-size: 35px;
    transition: .3s ease all;
}

.fa-whatsapp:hover {
    background: #FFFFFF;
    color: #70D856;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.fa-facebook-square {
    width: 40px;
    height: 40px;
    background: #F3F3F3;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: #0065ED;
    font-size: 40px;
    transition: .3s ease all;
}

.fa-facebook-square:hover {
    background: #FFFFFF;
    color: #1872EB;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

.fa-twitter-square {
    width: 40px;
    height: 40px;
    background: #F3F3F3;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #05B2FB;
    font-size: 40px;
    transition: .3s ease all;
}

.fa-twitter-square:hover {
    background: #FFFFFF;
    color: #00B5EC;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.fa-commenting {
    width: 40px;
    height: 40px;
    background: #F3F3F3;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #0065ED;
    font-size: 40px;
    transition: .3s ease all;
}

.fa-commenting:hover {
    background: #FFFFFF;
    color: #1872EB;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}



.fa-instagram {
    width: 40px;
    height: 40px;
    background: #F3F3F3;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #a838bc;
    font-size: 40px;
    transition: .3s ease all;
}

.fa-instagram:hover {
    background: #FFFFFF;
    color: #bc328a;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}


.fa-android{
    width: 40px;
    height: 40px;
    background: #F3F3F3;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #43C000;
    font-size: 40px;
    transition: .3s ease all;
}

.fa-android:hover {
    background: #FFFFFF;
    color: #3BE01A;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}


.stream {
    background-color: rgba(0,0,0,0.84);
    background-repeat: repeat;
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 20px;
    margin-top: 1%;
}



#contenedor {
 text-align: left;
 width: 100%;
 margin: auto;
}


#principal {
 width: 50%;
 float: left;
}

#lateral {
 width: 50%;
 float:right;
}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.boton-flotante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000; /* Asegura que el botón esté sobre otros elementos */
}

.boton-flotante a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  border-radius: 50%; /* Para hacer el botón redondo */
}




@media screen and (max-width:1500px){
    .stream {
    margin-left: 15%;
    margin-top: 0px;
    margin-right: 15%;
    margin-bottom: 0px;
    }
  #principal {
 width: 50%;
 float: left;
}

#lateral {
 width: 50%;
 float:right;
}
  
    
}

@media screen and (max-width:1300px){
    .stream {
    margin-left: 8%;
    margin-top: 0px;
    margin-right: 8%;
    margin-bottom: 0px;
    }
    
    #principal {
 width: 50%;
 float: left;
}

#lateral {
 width: 50%;
 float:right;
}

    
}

@media screen and (max-width:1000px){
    .stream {
    margin-left: 5%;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 0px;
    }
    
  #principal {
 width: 100%;
 float: left;
}

#lateral {
width: 100%;
float:right;
align-content: center;
}   
    
}

@media screen and (max-width:800px){
    .stream {
    margin-left: 0%;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 0px;
    }
    
     #principal {
 width: 100%;
 float: left;
align-content: center;
}

#lateral {
width: 100%;
float:right;
align-content: center;
}   
    
}

@media screen and (max-width:400px){
    .stream {
    margin-left: 0%;
    margin-top: 0px;
    margin-right: 0%;
    margin-bottom: 0px;
    }
    
}