:root{
    --color-tema: #f9ee1b;
    --color-prueba-tema: #282828;
    --height-aboutus: 800px;
    --color-fondo:white;
    --color-blanco-suave:#e6e6e6;
    --color-blanco-transition: #f4f4f4;
    --color-prueba-menu: #aaa;
    --color-real-menu: #32302b;
}


*{
     margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;

}
.show-320{
    display: none;
}


h3{
    font-size: 1.8rem;
}

h2 {
    font-size: 2.8rem;
    color: #32302b;

}
html, body {
    overflow-x: hidden;
}

body{

 min-height: 150vh;
 width: 100%;
}

/* HEADER STYLE */
.header{

   height: 150px;
   background-color:var(--color-fondo);
   display: flex;
   flex: 1;

}

.logo{
  
    width: 40%;
    height: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.image {
    width: 50%;
}


.container-contact-top{
 
    width: 59%;
    height: inherit;
    display: flex;
    justify-content: flex-end;
    align-items: center;
   
    
}


.contact-top{
   
 
    width: 27%;
    padding: 0.5em;
    display:grid;
    height: 50%;
    margin-left: 2em;
    margin-right: 2em;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr;  
    grid-column-gap: 0.7em;
}

.c-icon{
 
    grid-row: 1/ span 2;
    font-size: 3em;
    color:var(--color-tema);

  
    
}

.h-title{
    font-size: 1.3em;
    font-weight: 600;
   
}

.h-text{
font-size: 1.3em;
font-weight: 300;

}


.social-container{

    height: inherit;
    width: 22%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.social-icon{
    font-size: 1.7em;
    line-height: 1.2;
    padding: .3em .4em;
    transition: background-color 0.5s;
    margin: 0 0.3em;
    border-radius: 50%;
    background-color: #f2f2f5;
    color: #666;
}

.social-icon:hover{
    cursor: pointer;
    background-color:var(--color-tema);
    color: white;
}

/* BARA MENU -  NAV MENU  */

.container-menus{

   display: flex;
   height: 70px;
   width: 100%;
   position: relative;
   background-color:var(--color-tema);
}

.menus{
    width: 70%;
    display: flex;
    padding-left: 13rem;
    height: inherit;
    align-items: center;
   
  
}
.menu-responsive{
    list-style: none;
    background-color: var(--color-tema);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 100%;
    left: -18em;
    z-index: 100;
    
 
}


@keyframes mresponh {
    from {left: 0} 
    to {left: -18em}
    }


.mresponh {
    animation-name: mresponh;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
  
@keyframes mrespon {
    from {left: -18em} 
    to {left: 0}
    }


.mrespon {
    animation-name: mrespon;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
.menu-responsive >li{
 width: 270px;
 height: 80px;
 border-top: 1px solid black;
 border-right: 1px solid black;
 border-left: 1px solid black;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 1.3rem;
}
.menu-responsive >li:last-child{
    border: 1px solid black;
}

.menu-responsive >li:hover{
   
   background-color: white;
}

#btn-respon{
   display: none;
   width: 80px;
   font-size: 2.5em;
   color: white;
   background: none;
   border: none;
}
#btn-respon:focus{
    outline: 0;


}

.menu-alollaves{
    display: none;
    font-size: 1.8em;
    font-style: italic;
    color: white;
    height: inherit;
    line-height: 65px;
    margin-left: 350px;
    
 }

.menus ul{
        background-color: var(--color-tema);
    
}

.menu{


    list-style: none;
    font-size: 1.4rem;
    width: 160px;
    height: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.menu-content{

    height: 33px;
    overflow: hidden;
}

.menu:hover{
    background-color: rgba(0, 0, 0, 0.1);
   
}

.fixed {
    position:fixed;
    z-index: 50;
    top: 0px; 
   
}


.topmenu{
    top: 155px; 
}

.menu ul{
    position: absolute;
    left: 0%;
    top: 100%;
  display: none;
   
}
.menu ul > li{
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
}

.menu > ul > li:hover {
    background-color: white;

}
a {
    text-decoration: none;
    color: var(--color-real-menu);

}

.link{
    height: 30px;
    font-weight: 700;
    text-shadow: 0 2.2em 0 #32302b;
    position: relative;
    transition: all 0.5s ;

}

.menu:hover .link{
   top: -1.2em;
   text-shadow: 0 1.2em 0 white;
}

.menu:hover > ul{
    display: block;
    z-index: 100;
}

.arrowlist {
   font-size: 0.7em;
    margin-left: 0.5em;
    
    color: #32302b;

}


.search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
    height: inherit;
    font-size: 1.6em;
    padding-right: 10%;
    color: white;
}

.sh:hover{
   cursor: pointer;
}

/*  SLIDER */



.slideshow-container2{

    position: relative;
    width: 100%;
    height: 600px;
    background-image: url("./img/banner.jpg");
    background-repeat: no-repeat;
    background-size: 100% 90%;
    transition: background-image 7s;
    overflow: hidden;

 

}








.slideshow-container2:hover .prev{
    opacity: 1;
}
.slideshow-container2:hover .next {
    opacity: 1;
}


.prev, .next{

  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 40%;
  padding: 1.6rem;
  color: white;
  font-weight: normal;
  font-size: 2.5rem;
  transition: background-color 0.7s, color 0.7s, opacity 0.5s linear;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.3);
  border: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover, .next:hover {
    background-color: white;
    color: #666;
  }

  .text-slide2{
    line-height: 75px;
    border: 1px solid rgba(250, 193, 28, 0.9);
    padding: 0 25px;
    background-color: rgba(0, 0, 0, 0.7);;
    font-family: 'Raleway',sans-serif;
    font-size: 1.6em;
    color: white ;
    left: 9%;
    position: absolute;
    width: 27%;
    height: 80px;
    font-weight: 300;
  }
  .text-slide2-5{
    line-height: 75px;
    /* border: 1px solid rgba(250, 193, 28, 0.9); */
    padding: 0 25px;
    background-color: white;
    font-family: 'Raleway',sans-serif;
    font-size: 1.6em;
    color: #6d6d6d;
    left: 9%;
    position: absolute;
    width: 33%;
    height: 80px;
    font-weight: 300;
  }
  .text-slide3 {
    line-height: 75px;
    border: 1px solid rgba(250, 193, 28, 0.9);
    padding: 0 25px;
    background-color: rgba(0, 0, 0, 0.7);;
    font-family: 'Roboto',sans-serif;
    font-size: 1.6em;
    color: white ;
    left: 9%;
    position: absolute;
    width: 30%;
    height: 80px;
    font-weight: 300;
   
  }

  .text-slide4 {
    line-height: 75px;
    border: 1px solid rgba(250, 193, 28, 0.9);
    padding: 0 25px;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: 'Raleway',sans-serif;
    font-size: 1.6em;
    color: #FFF;
    text-align: center;
    left: 25%;
    position: absolute;
    width: 50%;
    height: 85px;
    font-weight: 300;
   
  }


  .active, dot2:hover {
    background-color: #717171;
  }
  
  @keyframes bottom {
    from {bottom: -40%} 
    to {bottom: 48%}
    }

    @keyframes bottom2 {
        from {bottom: -40%} 
        to {bottom: 36%}
        }

.bottom {
    animation-name: bottom;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.bottom2 {
    animation-name: bottom2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}



.noselect{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; */
    user-select: none;
}

/* END SLIDER */


/* Our Values */

.container-values {
 width: 100%;
 min-height: 700px;
 background-color: var(--color-fondo);
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;


}

.content-values{
   
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.top-values{
    display: block;
    width: 80%;
    margin-bottom: 6%;
    text-align: justify;
  

}

.article-value{
    width: 28em;
    height: 17em;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border: 2px solid #000000;
    position: relative;
    padding-top: 3em;
    
}

 .article-value > p{
     width: 100%;
    font-size: 1.5rem;
    line-height: 1.7;
    
}

.h3-value-3{
    display: none;
    color: #6d6d6d;
    line-height: 2;
}
.article-value > h3 {
    color: #6d6d6d;
    line-height: 2;
}

.article-value i {
    display:block;
    font-size: 3em;
    text-align: center;
    position: absolute;
    background-color: var(--color-fondo);
    top: -0.6em;
    width: 150px;
    color: var(--color-tema);
  
}





/* END VALUES */

/* ABOUT US START */
 .container-aboutus{
     min-height: var(--height-aboutus);
     display: flex;
     
     
 }

 .aboutus{
     width: 50%;
     height: inherit;
     background-color: var(--color-fondo);
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
      padding: 3em;
 }

 .title-aboutus{
     color: #383838;
     font-size: 3em;
     line-height: 1.8em;
     width: 40%;
 }

 .subtitle-aboutus{
    font-size: 2em;
    color: #e6e6e6;
    margin-bottom: 3rem;
 }

 .p-aboutus{
    font-family: 'Montserrat', sans-serif;
  font-size: 1.6em;
  line-height: 1.7;
  width: 100%;
  font-style: italic;
 }

 .quote-aboutus{
     font-size: 3em;
     color: #e6e6e6;
     margin-bottom: 3rem;
 }

 .image-aboutus{
     width: 50%;
     height: inherit;
     display: flex;
     justify-content: center;
     align-items: center;
     
 }

/* ABOUT US END */

/* SERVICES */
.container-services{
    height: 800px;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
}

.title-service{
    margin-bottom: 30px;
}

.service-view{
    display: flex;
    width: 90%;
    height: 1300px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    
   
}

.service{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 300px;
    width: 360px;
    margin: 30px 60px;

}

.service img{
    margin-bottom: 10px;
}

.service a{
    
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: block;
    background-color: #e5e5ee;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #212121;
    font-weight: 400;
    position: relative;
    transition: background-color .5s;
}

.service i{
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 15px;
    margin-left: 10px;
}

.service a:hover{
    cursor: pointer;
    background-color: var(--color-tema);
}


/* END SERVICES */

/* FOOTER */

.container-footer{
    height: 400px;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.container-footer h3{
    color:white;
    margin-bottom: 20px;
    display: table;
}

.footer-main, .footer-explore{
  margin-left: 50px;
  margin-right: 50px;
  width: 380px;
}

.footer-explore{
    width: 320px;
}


.explore{
        color:white;
        margin-bottom: 10px;
        display: table;
}

.footer-main ul > li{
    color: #858585;
    list-style: none;
    margin-bottom: 10px;
}
.footer-main i{
   
    margin-bottom: 20px;
    margin-right: 5px;

}

.line-explore{
    width: 70px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 10px;
}

.container-footer a{
   color: rgba(255, 255,255, 0.8);
}

.footer-explore a:hover{
    text-decoration: underline;
 }

.footer-explore li{
    list-style: none;
    margin-bottom: 20px;
}

.socials h3{
    margin-bottom: 40px;
}

.social-iconf:hover{
    cursor: pointer;
    background-color:#39569c;
    color: white;
}
.social-icony:hover{
    cursor: pointer;
    background-color:#c4302b;
    color: white;
}
.social-icong:hover{
    cursor: pointer;
    background-color: #db4a39;
    color: white;
}

.social-iconw:hover{
    cursor: pointer;
    background-color:#075e54;
    color: white;
}

.social-iconb{
    font-size: 1.7em;
    line-height: 1.2;
    padding: .3em .4em;
    transition: background-color 0.5s;
    margin: 0 0.3em;
    border-radius: 50%;
   background-color: #f2f2f5;
    color: #666;
}
.social-icony{
    font-size: 1.7em;
    line-height: 1.2;
    padding: .4em .4em;
    transition: background-color 0.5s;
    margin: 0 0.3em;
    border-radius: 50%;
   background-color: #f2f2f5;
    color: #666;
}

.madeby{
   
    background-color: #222;
    color: #858585;
    font-family: 'Roboto',sans-serif;
   display: flex;
   justify-content: flex-end;
}


/* Responsive */

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

  .container-contact-top{
    justify-content: center;
    align-items: center;
  }
  .text-slide2, .text-slide3,.text-slide2-5{
      font-size: 1.35em;
  }
  .top-values{
    text-align: center;
  }
  .container-services{
      height: 1500px;
      justify-content: center;
      align-items: center;
      overflow: hidden;
   
  }

  .container-aboutus{
      height: 900px;
  }
  .title-aboutus{
      line-height: 1em;
      margin-bottom: 5px;
   }
}

@media only screen and (max-width: 1400px) {
    .text-slide4{
        font-size: 1.35em;
    }
}

@media only screen and (max-width: 1280px) {
    .container-contact-top>div:last-child{
        display: none;
      }
    .container-contact-top{
        justify-content: center;
        
      }
      .contact-top{
        width: 40%;
    }
      .text-slide2{
        width: 30%;
    }
    .text-slide3{
        width: 32%;
    }
    .text-slide2-5{
        width: 35%;
    }
      

}

@media only screen and (max-width: 1024px){
   
    .social-container{
        display: none;
    }
    .container-contact-top{
        justify-content: flex-start;
        width: 81%;
        
      }
     
      .menus{
          padding-left: 30px;
          width: 75%;
      }
      .search{
          width: 25%;
      }
      .text-slide2, .text-slide3,.text-slide2-5,.text-slide4{
        font-size: 1em;
    }
    h2 {
        font-size: 2rem;}
   .content-values{
       width: 100%;
   }
   h3{
    font-size: 1.4rem;
    }
    .article-value > p{
        font-size: 1.3rem;
    }
    
 
    .h3-value-3{
      display: none;
    }
    .h3-value-3-2{
        display: block;
       
    }
    .service-view{
        width: 100%;
        height: 85%;
    }
    .title-aboutus {
        font-size: 2em;
        width: 100%;
    }
    .subtitle-aboutus {
        font-size: 1.6em;
    }
    .quote-aboutus{
        font-size: 2.5em;
    }
    .p-aboutus{
        font-size: 1.3em;
    }
    .social-iconb{
        font-size: 1.5em;
    }
    .footer-explore{
        width: 200px;
        margin-right: 0;
    }
    .social-icony{
       font-size: 1.5em;
    }
}
@media only screen and (max-width: 960px) {
    

    .service{
        margin:0;
        height: 350px;
        width: 330px;
        margin: 0 20px;
    }

  
}
@media only screen and (max-width: 800px) {
 
  
  
  .container-aboutus{
      height: 1100px;
  }
  
}
@media only screen and (max-width: 739px) {
    .menu-alollaves{
        display: inline;
       
        
     }
     .container-contact-top >div:nth-child(2){
        display: none;
    }

    .container-contact-top{
        justify-content: center;
    }
    #btn-respon{
        display: inline;
     }
    .menus,.search{
        display: none;
    }
    .image{
        width: 96%;
    }
    .article-value > p{
        font-size: 1.1rem;
    }
    .content-values{
        height: 500px;
    }
    .service{
        margin:0;
        height: 300px;
        width: 270px;
        margin: 0 20px;
    }
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.3);
        color: white;
    }
    .text-slide2, .text-slide3, .text-slide2-5, .text-slide4{
        font-size: 1.3em;
    }
    .text-slide2, .text-slide3{
        width: 60%;
    }
    .text-slide2-5{
        width: 75%;
    }
    .text-slide4{
        left: 8%;
        width: 85%;
    }
    .prev,.next{
       
        font-size: 2.4rem;
        padding: 0.5rem;
     }
     .footer-explore{
        margin-left: 0;
        width: 141px;
        
    }
    .footer-main{
       margin-left: 20px;
       margin-right: 0;
    }
     .social-iconb,.social-icony{
        font-size: 1.3em;
    }

 
}

@media only screen and (max-width: 676px) {
    .menu-alollaves{
        font-size: 1.7em;
        line-height: 60px;
        margin-left: 300px;
        
     }
    .text-slide4{
      line-height: 34px;
    }
    .image{
        width: 69%;
    }

  
    .container-contact-top{
        justify-content: flex-start;
        width:60%;
     
    }
    .logo{
        width: 40%;
      }
      .article-value{
        margin: 0 15px;
        
     }
     .container-menus{
        height: 60px;
    }
    .hide-text{
        display: none;
    }
  

}

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

    .menu-alollaves{
      
        margin-left: 260px;
        
     }
    #btn-respon{
        
        font-size: 2em;
        width: 70px;
      
     }
    .slideshow-container2{
        height: 450px;
    }
    
   .container-services{
       height: 2200px;
   }
   .text-slide2, .text-slide3{
    width: 70%;
    height: 70px;
}
 
  .text-slide2-5{
    height: 65px;

  }
.container-aboutus{
    flex-direction: column;
    height: 1250px;
  
}
.image-aboutus, .aboutus{
    width: 100%;
    height: 50%;
}
.text-slide2, .text-slide3, .text-slide2-5, .text-slide4{
    font-size: 1em;
}
.text-slide4{
    line-height: 40px;
  }
  .hide-text{
      display: inline;
  }

}

@media only screen and (max-width: 540px) {
    .menu-alollaves{
        font-size: 1.6em;
       
        margin-left: 200px;
        
     }
    .container-footer{
        flex-wrap: wrap;
        height: 800px;
    }
    .footer-main{
        width: 247px;
    }
    .footer-explore{
        margin-left: 50px;
        width: 277px;
    }
    .footer-main{
        margin-left: 50px;
        margin-right: 50px;
     }
  
    .p-aboutus{
        font-size: 1.2em;
    }
    
    
}


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

    .menu-alollaves{
        font-size: 1.3em;
        line-height: 50px;
        margin-left: 130px;
        
     }
    #btn-respon{
        font-size: 1.8em;
        width: 60px;
    
     }
    .container-menus{
        height: 50px;
    }
  
    .slideshow-container2{
        height: 320px;
    }
   
    .social-iconb,.social-icony{
        font-size: 1.5em;
    }

    .c-icon{
        font-size: 2.7em;
    }
    .h-title, .h-text{
        font-size: 1em;
    }
   
      .contact-top{
          margin:0;
      }
     
      .service{
        margin:0;
        height: 270px;
        width: 240px;
    }
    
  
    h2 {
        font-size: 1.5rem;}
    .container-values{
        height: 1200px;
    }
    .content-values{
        flex-direction: column;
        height: 846px;
    }

    .article-value{
       margin: 0 0 10px;
        width: 90%;
    }

    .text-slide2, .text-slide3,.text-slide2-5{
        line-height: 38px;
       height: 41px;
      
    }
    
    .text-slide2-5{
        width: 85%;
    }
    .text-slide4{
        left: 5%;
        width: 90%;
        height: 60px;
        line-height: 28px;
    }
   
    .prev,.next{
       top: 0;
       font-size: 1rem;
       padding: 0.5rem;
    }

  
    .top-values{
        margin-bottom: 80px;
    }
   
    .title-aboutus {
        font-size: 1.5em;
        width: 100%;
    }
    .subtitle-aboutus {
        font-size: 1em;
        margin-bottom: 1rem;
    }
    .quote-aboutus{
        font-size: 2em;
        margin-bottom: 1rem;

    }
    .p-aboutus{
        font-size: 1em;
    }

    .container-footer{
        flex-wrap: wrap;
        height: 800px;
    }
    .footer-main,.footer-explore{
        margin: 0 ;
        width: 247px;
    }
    .hide-text{
        display: none;
    }
   
    @media only screen and (max-width: 375px) {
        .menu-alollaves{
            font-size: 1.2em;
        
            margin-left: 115px;
            
         }
        #btn-respon{
            font-size: 1.7em;
            width: 50px;
        
         }
        .text-slide2, .text-slide3{
            width: 80%;
        }
        .hide-320{
            display: none;
        }
        .show-320{
            display: inline;
        }
      
        .menu-responsive >li{
            width: 200px;
            height: 65px;
            font-size: 1.3rem;
           }
    }

    @media only screen and (max-width: 360px) {
        .container-aboutus{
            height: 1400px;
        }
     
    } 
    @media only screen and (max-width: 320px) {

        .menu-alollaves{
            font-size: 1.1em;
          
            margin-left: 85px;
            
         }
        .c-icon{
            font-size: 2em;
        }
        .h-text, .h-title{
            font-size: 0.9em;
        }
        .contact-top{
            height: 40%;
        }
      
        
    }



}
