@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600;700&display=swap');


:root {

    --color-body:#fff;
    --color-heading:#eef3db;
    --color-base:#15ab9f;
    --color-base2:#fd8a8aa5;
    --color-brand:#eef3db ;
    --color-brand2:#9EA1D4;
    --color-go:#13978c;
    --sidebar-width:240px;
    --font-base:"roboto";}

    body{

       background: #159b90d9;
        color: var(--color-body);
        font-family: var(--font-base), "roboto";
    }
  

    #home{
        background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(2, 2, 2, 0.6)), url('../Images/GALERIA5.JPG'); 
        background-size: cover;
        background-position: center;
    }

    #reviews{

        background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(2, 2, 2, 0.5)), url('../Images/GALERIA7.0.JPG'); 
        background-size: cover;
        background-position: center;
    }

    #bb{

        color: var(--color-brand);
        font-family: "roboto";
    }

    #services{
        background: url('../Images/Fondo\ invneto.png');
        background-size: cover;
        background-position: center;
    }

    #about{
        background: url('../Images/Fondo\ invneto.png');
        background-size: cover;
        background-position: center;
    }

    #blog{
        background: url('../Images/Fondo\ invneto.png');
    }

    #contact{

        background-image: linear-gradient(rgba(2, 2, 2, 0.8), rgba(2, 2, 2, 0.8)),url('../Images/LIZETH.JPG');
        backdrop-filter:blur(5px) grayscale(100%);      
        
        background-size: cover;
        background-position: center;
       
    }

    .costo {
        color: #020202c5;
    }

    #frank {

        color: rgb(11, 230, 230);
        
    }

    #work{
        background-image: url('../Images/fondete2.pdf');
        background: linear-gradient(#9198e5 ,#e66465 );
        background-size: cover;
        background-position: center;
    }


    /* h3,h4,h6{

        color:#020202;
        font-weight: 700;
    } */



    h1{ color:#020202;
        font-weight: 700;}
    
    h2{
        color:#18a9a9;
        font-weight: 700;
    }
    h3{
        color:var(--color-heading);
        font-weight: 700;
    }
    h4{
        color:var(--color-heading);
        font-weight: 700;
    }
    h5{
        color:var(--color-heading);
        font-weight: 700;
    }
    h6{
        color:#020202;
        font-weight: 700;
    }

    .eventos_title{

        color:white;
        font-weight: 700;
    }
     
  
    p{
        color:var(--color-brand);
        font-family: "roboto";
        font-size: 1.1rem;
     }
     
     ul{

       margin-bottom: 5;
       padding-left: 6%;
       letter-spacing: 0.5px;
       
     }

     ul li {
        color:#fff;
        font-weight: 500;
      line-height: 1.5;
      margin-bottom: 5px;
   
    

     }

    a{

        text-decoration: none;
        color: var(--color-body);
        transition: all 0.4s ease;
    }

    a:hover {
        color: #020202;
        text-decoration: none;
    }

    img {
        width: 100%;
    }

 

    .bg-base{
        background: linear-gradient(#169a9f, #9198e5);
        border-radius: 4%;
        
    }

    .shadow-effect{
        transition: all 0.5s;
    }

    .shadow-effect:hover{

        box-shadow: -6px 6px 0 0px var(--color-brand);
    }

    .iconbox {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        background-color: var(--color-brand);
        border-radius: 20%;
        color: #020202;
    }



    .text-brand {

        color: var(--color-brand);
    }

    .full-height {

        min-height: 100vh;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 80px;
        padding-bottom: 80px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    }

    .navbar{
        background-color: var(--color-base);
    }

   .navbar .nav-link span{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
   
 
   }

   .navbar .nav-link span:hover{
   
    color: black;
 
   
   }

   .navbar .nav-link.activate {

    color: black;
    
   }

/* ***WORK  */
.card-custom img{

    border-radius: 5%;
}


/* ***WORK  */


/* CARD CUSTOM */

.card-custom .card-custom-image{

    overflow: hidden;
}

.link-custom .card-custom-image img{
    transition: all 0.4S ease;
    overflow: hidden;
}

.card-custom .card-custom-image:hover img{
    transform: scale(1.1);
    overflow: hidden;
    border-radius: 20%;
    
}
/* //CARD CUSTOM */



    /* NAVBAR  */
    @media (min-width: 992px) {
        .navbar{
            min-height: 100vh;
            width: var(--sidebar-width);
           /* background-image: url('../Images/sidebar-img.jpg'); 
           filter: hue-rotate(90deg); */
              background: linear-gradient(rgba(55,226,213,0.9), rgba(158, 161, 212, 0.9)), url('../Images/IMG_7175.JPG'); 
              background-size: cover;
              background-position: center;
        }

        .navbar img{
            border: 8px solid var(--color-brand);
            animation: pulsar 20s linear infinite;
        } 

        .navbar img:hover{
            border: 8px solid var(--color-brand);
            animation: girar 5s linear infinite;
            box-shadow: 10px 10px white;
        } 
        @keyframes pulsar {
            
                0% { 
                   opacity: 0.5; 
                   transform: scale(.3);
                }
                50% { 
                   opacity: 1;
                   transform: scale(1.05);
                }
                70% {
                   transform: scale(.9);
                }
                100% {
                   transform: scale(1);
                }
             
          }

        @keyframes girar {
            0% {
              
              transform: rotate(0deg);
            }
            100% {
              transform: rotate(360deg);
             
            }
           
          }

        .navbar img:hover{
            border: 9px solid var(--color-brand);
            box-shadow: 2px 5px 2px 2px var(--color-heading);
            filter: drop-shadow(10px 10px 20px var(--color-brand2)) ;
        }


        



        /* CONTENT WRAPPER  */
        .content-wrapper{
            padding-left: var(--sidebar-width);
        }
    }

   /* BUTTON */

   .btn{

    padding: 12px 28px;
    font-weight: 700;
   }

   .btn-brand{
    background-color:#02020266 ;
    border-color: var(--color-go);
    color: var(--color-brand);
   }

   .btn-brand:hover,.btn-brand:focus {
    background-color:#020202 ;
    color:rgb(144, 240, 255);
    border-color: var(--color-brand);
    box-shadow: 0px 5px white;
   }

   .link-custom{
    margin-top: 10px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    color: var(--color-brand);
    font-family: "roboto";
    font-size: 1.1rem;
   }
   .link-custom:hover{
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: var(--color-brand);
   }

   .link-custom::after{
    content: "";
    width: 0%;
    height: 2px;
    background-color: var(--color-brand);
    position: absolute;
    left: 0;
    top: 110%;
    transition: all 0.4s;
    text-decoration: none;
   }

   .link-custom:hover::after{
    width: 100%;
    text-decoration: none;
    

   }

   /* CONTACT */


 #contact .form-control{
    background-color: #020202a5;
    border-color: var(--color-base);
    color: var(--color-body);
 }

 #contact .form-control:focus{
    box-shadow: none;
    border-color: #deff58;
 }

 #contact .form-control::placeholder{ 
  color: var(--color-heading);
 }

 #contact input.form-control{
    height: 44px;
 }

    /* FINALIZA  CONTACT */


 /* SOCIAL LINKS */
 .social-links{


  
    
    

 }

 .social-links a{
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(#e66465, #9198e5);
    border-radius: 100%;
    color:var(--color-brand);
    border: 2px solid white; 
}


.social-links a i{
    font-size: 40px;
    animation: pulsar 10s linear infinite; 
}
.social-links a i:hover{
    font-size: 40px;
    animation: girar 10s linear infinite reverse; 
    background-color:#169a9f;
    border-radius: 50%;
    padding: 3px;
}



  /* SOCIAL LINKS */
 

  @media (max-width: 320px){

    #bb{
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 1rem;
   
      
    }

    .btn-brand{
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #hola{

        margin-top: 3px;
    }

  }
  
  /* ****Pagina de blog */
  @media(max-width: 320px){
    
  #tarjeta{
    margin: 5rem;

  }
  
}
/* ****final Pagina de blog */

/* ****Pagina de footer */



/* ****Pagina de footer */


