@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400&display=swap');

:root {
    --accent: #e63946;
    --dark: #17191D;
    --light: #f4f4f4;
    --overlay: rgba(23,25,29,0.8);
    --ease: all 0.3s ease 0s;
    --green:#f03514;
    --black:#192a56;
    --light-color:#666;
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);

}
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;

}

body{
   
    background: var(--light)
}

/* BARRA DE NAVEGACION */




*{
    font-family: 'Source Sans Pro', sans-serif;   
     margin:0; 
     padding:0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none; border:none;
    transition: all .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 5.5rem;
    scroll-behavior: smooth;
}



header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--light);
    padding: 1rem 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: var(--box-shadow);
    height: 15vh;
    transition: var(--ease);
}

header:hover {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

header .logo {
    color: var(--black);
    font-size: 2.5rem;
    font-weight: bolder;
}

header .logo i {
    color: var(--green);
}

header .navbar a {
    font-size: 1.8rem;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    color: var(--light-color);
    transition: var(--ease);
}

header .navbar a.active,
header .navbar a:hover {
    color: #fff;
    background: var(--green);
}

header .icons i,
header .icons a {
    cursor: pointer;
    margin-left: 0.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    width: 4.5rem;
    text-align: center;
    font-size: 1.7rem;
    color: var(--black);
    border-radius: 50%;
    background: #eee;
    transition: var(--ease);
}

header .icons i:hover,
header .icons a:hover {
    color: #fff;
    background: var(--green);
    transform: rotate(360deg);
}

.icons #menu-bars {
    display: none;
}


/* media queries  */

@media (max-width:991px){

    html{
        font-size: 55%;
    }
    
    header{
        padding:1rem 2rem;
    }
    
}

@media (max-width:768px){

    .icons #menu-bars{
        display: inline-block;
    }

    header .navbar{
        position: absolute;
        top:100%; 
        left:0; 
        right:0;
        background:#fff;
        border-top: .1rem solid rgba(0,0,0,.2);
        border-bottom: .1rem solid rgba(0,0,0,.2);
        padding:1rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    header .navbar a{
        display: block;
        padding:1.5rem;
        margin:1rem;
        font-size: 2rem;
        background:#eee;
    }

   
    #logo-smile{
    height: 50px;
    margin-left: 0px;}

    header .icons i,
    header .icons a{
        margin: -100px;
}
    header .icons{
        margin: -50px;
    }

    }




@media (max-width:450px){

    html{
        font-size: 50%;
    }
  
    
}


/* footer */

* Footer */

.container{
    margin:auto;
    
}
.row{
    display: flex;
    flex-wrap: wrap;
}

.footer{
    background-color: #0b0b0b;
    padding: 70px 0;
    width: 100vw;

}
.footer-col{
   width: 25%;
   padding: 0 30px;
   margin: 10px auto;

}
.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 29px;
    font-weight: 500;
    position: relative;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color:var(--light);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #181313;
    transition: all 0.5s ease;
    font-size: 15px;
}
.footer-col  .social-links a:hover{
    background: var(--accent);
    color: var(--light);
}
.social-links i{
    width: 100%;
}


.uno{
    margin-left: 90px;
}

.dos{
    margin-left: -90px;
}

.tres{
    margin-left: -90px;
}

.foto-footer{
    width: 100%;
}
.foto-footer2{
    width: 100%;
}

.sandra{
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 13px;
    margin: 0 auto;
}

 /*responsive*/
 @media(max-width: 767px){
    .footer-col{
      width: 50%;
      margin-bottom: 30px;
  }
  .uno{
    margin-left: 0px;
}

.dos{
    margin-left: 0px;
}

.tres{
    margin-left: 0px;
}
  
  }
  @media(max-width: 574px){
    .footer-col{
      width: 100%;
  }
  .fondo_video{
    position: relative;
}
  }


button {
    cursor: pointer;
    transition:  all 0.3s ease 0s;
}

button:hover {
    transform: scale(1.02);
}

/* General Section Styling */
.content__section {
    padding: 60px 20px;
    background-color: var(--light);
    margin-top: 100px;


    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.section-title {
    text-align: center;
    margin-bottom: 40px;

    margin-bottom: 20px;
    font-size: 24px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: var(--black);
    font-family: 'Merriweather', serif;
}

.videos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    justify-items: center;
}

.video {
    width: 400px;
    height: 200px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: var(--box-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video:hover {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
}

.video i {
    cursor: pointer;
    font-size: 3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--light);
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.video i:hover {
    opacity: 1;
}




/* Media Queries */
@media (max-width: 1200px) {
    .video {
        height: 280px;
    }
}

@media (max-width: 800px) {
    .video {
        height: 260px;
    }
}

@media (max-width: 600px) {
    .video {
        height: 240px;
    }
}

/* PRUEBAS  */




    .video {
      margin-bottom: 20px;
      position: relative;
    }

    .video-thumbnail {
      height: 200px; /* Altura de la imagen de fondo */
      background-size: cover;
      background-position: center;
      margin-bottom: 10px; /* Espacio entre la imagen de fondo y la descripción */
      position: relative;
    }

    .video-thumbnail a {
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      text-decoration: none;
      font-size: 32px;
    }

    .video-description {
      text-align: center; /* Centrar texto */
    }

    .video-description h3 {
      margin-bottom: 10px;
      font-size: 18px;
      text-transform: uppercase;

    }

  
    .section-title{
    margin-top: 10px;
    padding-top: 0;
    color: var(--accent);
    font-size: 50px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    }