@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');

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

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


/*------------------------------------- VIDEO FONDO -------------------------------------*/


header {
    position: relative;
    background-color: #8535b9;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
  
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 120%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
  
header .container {
    position: relative;
    z-index: 2;
}
  
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #7c7400;
    background: linear-gradient(#7c7400 75%, white);
    opacity: 0.7;
    z-index: 1;
}
  
/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
  
@media (pointer: coarse) and (hover: none) {
    header {
        height: 100vh;
        background: url('../images/video_1_movil.mp4') #f0e54c no-repeat center center scroll;
    }
}

/*------------------------------------- IMG FONDOS ----------------------------------------*/

.fondo1{
    /* background-image: url('../images/fondo_1.webp'); */
    background-image: url('../images/video_1_movil.mp4');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100vh;
}

@media (pointer: coarse) and (hover: none) {
    .fondo1 {
      background-image: url('../images/video_1_movil.mp4');
      background-size: cover;
      height: 100vh;
    }
}

.fondo2{
    background-image: url('../images/img_12.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    height: 125vh;
}

@media (pointer: coarse) and (hover: none) {
    .fondo2 {
      background-image: url('../images/img_12_movil-2.png');
      background-size: cover;
      height: 115vh;
    }
}

/* Gradiente Verde */
/* .gradiente-1{
    background-image: linear-gradient(120deg, #9fcdcc 0, #56b4b3 50%, #2c9e9c 100%);
} */

.gradiente-1{
    background: #674E94;
    background: linear-gradient(0deg, rgba(103, 78, 148, 1) 35%, rgba(103, 78, 148, 0.64) 100%);
}

.gradiente-2{
    background: rgb(247,151,176);
    background: linear-gradient(90deg, rgba(247,151,176,1) 11%, rgba(201,101,130,1) 82%);
}

.text-orange {
    color: #f5b335;
}

.text-blue {
    color: #00a2dc;
}

.text-blue2 {
    color: #3e3bfe;
}

.text-morado {
    color: #8535b9;
}

.btn-morado {
    color: #fff;
    background-color: #8535b9;
    border-color: #8535b9;
}  

.btn-morado:hover {
    color: #fff;
    background-color: #8f5db1;
    border-color: #8f5db1;
}

.btn-verde {
    color: #fff;
    background-color: #3b86a2;
    border-color: #3b86a2;
    font-size: 25px;
    border-radius: 100px;
}  

.btn-verde:hover {
    color: #fff;
    background-color: #56a4c0;
    border-color: #3b86a2;
}

.btn-orange {
    color: white;
    background-color: #f5b335;
    border-color: #f5b335;
    font-size: 25px;
    border-radius: 100px;
}

.btn-orange:hover {
    color: black;
    background-color: white;
    border-color: #d89c2b;
}

.bg-morado{
    background: #674E94;
}

.bg-blue{
    background: #00a2dc;
}

.bg-blue2{
    background: #3e3bfe;
}

.bg-orange {
    background: #f5b335;
}

.bg-chica {
    background: #3b86a2;
}

.whatsApp {
    height: 80px;
    width: 80px;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 99;
  
    a {
      display: block;
      height: 80px;
      width: 80px;
      display: flex;
      justify-content: center;
  
      img {
        height: 80px;
      }
    }
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#btn-mas, #btn-share{
    display: none;
}

.container-botons{
    position: fixed;
    bottom: 90px;
    right: 13px;
    z-index: 99;
}

.redes a, .btn-mas label{
    display: block;
    text-decoration: none;
    background: #f5b335;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
    font-size: 20px;
    z-index: 99;
}

.redes a:hover{
    background: #fff;
    color: #f5b335;
}

.redes a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-mas:checked~ .redes a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.btn-mas label{
    cursor: pointer;
    background: #e7a323;
    font-size: 33px;
}

#btn-mas:checked ~ .btn-mas label{
    transform: rotate(135deg);
    font-size: 35px;
}


.container-botons-share{
    position: fixed;
    bottom: 95px;
    left: 13px;
    z-index: 99;
}

.redes-s a, .btn-share label{
    display: block;
    text-decoration: none;
    background: #323230;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
    font-size: 20px;
    z-index: 99;
}

.redes-s a:hover{
    background: #fff;
    color: #323230;
}

.redes-s a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-share:checked~ .redes-s a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.btn-share label{
    cursor: pointer;
    background: #323230;
    font-size: 28px;
}