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

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

p {
    font-size: 23px;
}

body{ 
    font-family: 'Raleway', sans-serif;
}

/*header*/ 

/*video background*/
.video_background{
    width: 100%;
    z-index: -1;
    opacity: 0.3;
    position: fixed;
}
/*name header*/
.box_name_header{
    position: relative;
    display: flex;
    justify-content: center;
}

.name_header_one{
    text-align: center;
    background-color:rgb(0,0,0);
    color: #f4c012;
    z-index: 2;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    top: 48px;
    left: -40px;
    
}

.name_header_two{
    text-align: center;
    background-color:rgb(0,0,0);
    color: transparent;
    z-index: 1;
    padding-left: 25px;
    padding-right: 25px;
    background-color:#f4c012;
    position: relative;
    top: 8px;
    left: 40px;
}
/*menu*/
.main_box_menu{
    background-color: #000;
    min-height: 5%;
    margin:  auto;
    display: flex;
    position: absolute;
    top: 0px;
    justify-content: center;
    position: fixed;
    z-index: 3;
    width: 100%;
}

.box_menu_pc {
    text-align: center;
    display: grid;
    grid-auto-flow:column;
    grid-auto-columns: minmax (5%, max-content);
    gap: 3em;
    margin: auto;
}

.items_menu {
    list-style: none;
    margin: auto;
}

.items_links {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

#M1 {
    padding: 10px;
 
}

#M2N {
    padding: 10px;
 
}

#M2 {
    padding: 10px;
 
}

#M3 {
    padding: 10px;
}

#M4 {
    padding: 10px;
}

#M5 {
    padding: 10px;
}

#M6 {
    padding: 10px;
}

#M6N {
    padding: 10px;
}

#M7 {
    padding: 10px;
}

#M8 {
    padding: 10px;
}

.items_close {
    display: var(--show, none);
}

.box_menu_cel {
    margin-left: auto;
    cursor: pointer;
    display: none;
}

.img_menu {
    padding: 0px;
    margin: 0px;
    width: 25px;
    height: 25px;
}

.items_menu a:hover{
    color: #f4c012;
}
/*header*/

/*footer*/
.main_footer_box{
    position: relative;
    top: 590px;
    background-color: #f4c012;
}

.footer_box{
    display: grid;
    width: 100%;
    margin: auto;
    gap: 1em;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    position: relative;
    top: 20px;
}

.footer_items{
    display: grid;
    justify-items: center;
    width: 300px;
    overflow: hidden;
    margin: 0 auto;
}

.footer_items_icon{
    width: 50px;
   
}

.footer_copy_box{
    position: relative;
    top: 50px;
    text-align: center;
    background-color: #fff;
    height: 50px; 
}

.footer_items_paragraph{
    text-align: center;
    font-weight: 100;
}

.footer_copyright{
  padding: 15px;
  color: #000;
  font-weight: 150px;
}
/*footer*/

/*facebook*/
.facebook_ref{
    display: block !important;
    position: fixed;
    z-index: 9999999;
    bottom: 298px;
    right: 10px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 100px;

}

.facebook_img{
    width: 50px;
}

.facebook_ref:hover{
    border-radius: 100px;
    background-color: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(3, 43, 151); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(3,43,151);
    box-shadow: 0px 0px 15px 0px rgba(3,43,151);;
    transition-duration: 1s;
} 

/*instagram*/
.instagram_ref{
    display: block !important;
    position: fixed;
    z-index: 9999999;
    bottom: 360px;
    right: 10px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 100px;
}
 
.instagram_img{
    width: 50px;
}

.instagram_ref:hover{
    border-radius:100px !important;
    background-color: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(170, 21, 184); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(170,21,184);
    box-shadow: 0px 0px 15px 0px rgba(170,21,184);;
    transition-duration: 1s;
}

/*youtube*/
.youtube_ref{
    display: block !important;
    position: fixed;
    z-index: 9999999;
    bottom: 236px;
    right: 10px;
    cursor: pointer;
    text-decoration: none;
}

.youtube_img{
    width: 50px;
}

.youtube_ref:hover{
    border-radius: 100px;
    background-color: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(235, 36, 1); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(235,36,1);
    box-shadow: 0px 0px 15px 0px rgba(235,36,1);;
    transition-duration: 1s;
}

/*whatsaap*/
img.btn-whatsapp {
    display: block !important;
    position: fixed;
    z-index: 9999999;
    bottom: 120px;
    right: 10px;
    cursor: pointer;
    border-radius:100px !important;
    width: 50px;
}

img.btn-whatsapp:hover{
    border-radius:100px !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1); 
    -moz-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
    box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);;
    transition-duration: 1s;
} 


@media screen and (max-width: 1024px){

    h1 {
        font-size: 45px;
    }

    /*header*/ 
    /*video background*/
    .video_background{
        width: 100vw;
    }
    /*menu*/
    .box_menu_cel{
        display: block;
        position: absolute;
        top: 0px;
        left: 5px;
    }

    .box_menu_pc--menu{
        position: fixed;
        background-color: #000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .7s opacity;
    }

    .box_menu_pc--show{
        --show: block;
        opacity:1 ;
        pointer-events: unset;
        gap: 1em;
    }
    
    .items_links {
        color: #fff;
        text-decoration: none;
    }

    .img_menu {
        padding: 0px;
        margin: 0px;
        width: 50px;
        height: 50px;
    }

    .items_menu a:hover{
        color: #F9D762;
    }

    .main_box_menu{
        border-color: transparent;
        background-color: transparent;
        height: 0%;
    }
    /*header*/
    /*footer*/
    .main_footer_box{
        top: 360px; 
    }

    .footer_box{
        grid-template-columns: repeat(auto-fit, minmax(150px, auto));
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;        
        top: 15px;
        gap: 1em;
    }

    .footer_copy_box{
        height: 70px;
    }
    /*footer*/
  
}

@media  screen and (max-width: 1000px) {

    /*header*/
    /*name header*/
    .box_name_header{
        top: 0px;
    }

    .name_header_one{
        padding-left: 5px;
        padding-right: 5px;
        top: 0px;
        left: 0px;
        
    }
    
    .name_header_two{
        padding-left: 5px;
        padding-right: 5px;
        top: -30px;
        left: 10px;
    }
    /*header*/
    /*footer*/
    .footer{
        top: 55px;
    }
    /*footer*/
}

@media screen and (max-width: 950px){

    /*header*/ 
    /*video background*/
    .video_background{
      position: relative;
    }
    /*header*/
    /*footer*/
    .footer_box{
        grid-template-columns: repeat(auto-fit, minmax(120px, 280px));
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;        
        top: 15px;
        gap: 1em;
    }
    /*footer*/
}

@media  screen and (width: 820px ) {
    /*footer*/
    .footer_box{
     grid-template-columns: repeat(auto-fit, minmax(120px, 250px));
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;        
     top: 15px;
     gap: 1em;
    }
 
    .footer_items .footer_items_paragraph{
     text-align: left;
     font-size: 20px;
    
    }
    /*footer*/
 }
 
 @media  screen and (width: 768px ) {
    /*footer*/
    .footer_box{
         grid-template-columns: repeat(auto-fit, minmax(100px, 220px));
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;        
         top: 15px;
         gap: 1em;
    }
  
    .footer_items .footer_items_paragraph{
      text-align: left;
      font-size: 20px;
    }
    /*footer*/
  }

@media screen and (max-width: 550px){
    /*footer*/
    .footer_box{ 
        grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    }
    /*footer*/
}

@media screen and (width: 540px){
    /*footer*/
    .footer_box{ 
        grid-template-columns: repeat(auto-fit, minmax(320px, auto));
    }
    /*footer*/
}

@media screen and (max-width: 320px){

    /*header*/
    /*menu*/
    .items_links {
        font-size: 15px;
    }
    /*header*/
  
}

@media screen and (max-width: 280px){
    /*header*/
    /*name header*/
    .name_header_one{
        font-size: 40px;
    }

    .name_header_two{
        top: -15px;
        display: none;
    }
    /*header*/
    /*footer*/
    .footer_box{ 
        grid-template-columns: repeat(auto-fit, minmax(140px, 200px));
        margin: 0px;
    }

    .footer_items .footer_items_paragraph{
        text-align: left;
        font-size: 20px;
       
        }

    .main_footer_box{
        top: 60px;
    }
    
    .footer_copy_box{
        height: 100px;
    }
    /*footer*/
  
}
