* {
    margin: 0;
    padding: 0;
    font-family:Georgia, 'Times New Roman', Times, serif
}
.container {
    height: 100vh;
    width: 100%;
    position: relative;
    background: white;
}
.navbar {
    width: 90%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.logo img {
    width: 80px;
    cursor: pointer;
    margin: 35px 0;
}

/*menu principal-horizontal*/
nav ul li {
    list-style: none;
    display: inline;
    margin-right: 5px;
    position:relative;
}
nav ul li a{
    text-decoration: none;
    color:darkblue;
    font-size: 13px;
    padding: 5px 2px;
}
nav ul li a:hover{
    color: rgb(255,218, 6);
  border-bottom: 3px solid rgb(255, 218, 6);
}
.content-row{
    width: 85%;
    display: flex;
    align-items: center;
    margin: auto;
}
.left-col{
    flex-basis: 50%;    
}
.right-col{
    flex-basis:50% ;
}
.left-col {
    padding: 50px 0;
}
.right-col img {
    width: 200%;
    margin-top: 0px;
    margin-left: 50px;
    
}

h2 {
    font-size: 40px;
    color: darkblue;
    letter-spacing: 2px;
    margin-left: 50px;
    margin-top: 40px;
    margin-right: 50px;
}
h1 {
    font-size: 30px;
    color: darkblue;
    letter-spacing: 2px;
    margin-left: 70px;
    margin-top: 10px;
    margin-right: 50px;
}

hr {
    width: 160px;
    height: 4px;
    background: darkblue;
    margin: 20px 0;
    border: none;
    margin-right: 50px;
    margin-left: 10px;
}
.right-col img {
    width: 60%;
    margin-bottom: 10px;
    margin-left: 100px;
}

p{
    color:black;
    margin: 30px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin-left: 10px;
}
.texto {
    color:black;
    background-color: white;
    font-size: 14px;
    line-height: 20px;
    border:lightblue solid 5px;
    margin-top: 20px;
    padding: 20px;

}
.line-1{
    width: 15px;
    height: 15px;
    background: darkblue;
    display: inline-block;
}
.line-2{
    width: 80px;
    height: 1px;
    background: darkblue;
    display: inline-block;
}
.line-3{
    width: 60px;
    height: 1px;
    background: darkblue;
    display: inline-block;
}
.line{
    line-height: 8px;
}
/*----features---*/

#features{
    padding-top: 50px;
    padding-bottom: 50px;
}
.feature-row{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.feature-col{
    flex-basis: 25%;
    text-align: center;
}
.feature-col img{
    width: 100px;
}
.feature-col h4{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}
.feature-btn{
    margin: 80px auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.feature-btn .line{
    text-align: right;
    display: inline-block;
    margin-right: 25px;
}

/*----galeria---*/
.gallery-container {
    width: 90%;
    position: relative;
    margin: 0 5%;
    background: #333;
    padding: 2px;
  }
    @media (min-width: 480px) {
        .gallery-container {
          width: 600px;
          height: 750px;
          margin: auto;
        }
    }
  
  .mySlides {
    display: none;
  }
  
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0,0,0,0.1);
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  .text {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    width: 100%;
    text-align: center;
  }
  
  .imgslide {
    width: 100%;
    height: 700px;
  }
  
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  @media (max-width: 768px) {
    .numbertext {
      top: 15px;
    }
  }
  
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  /*----footer---*/ 
  #footer {
    padding: 10px 0 5px;
    text-decoration: none;
    }
    hr {
    width: 90%;
    border:0;
    margin-left: 40px;
    margin-right: 20px;
    }
    .footer-left-col{
    flex-basis: 90%;
    text-decoration: none;
    }
    .footer-links{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 40px;
    margin-right: 40px;
    text-decoration: none;
    }
    .link-title h5{
    color:rgb(255,218, 6);
    text-decoration: none;
    font-size: 13px;
    border-bottom: 3px solid rgb(255, 218, 6);
    }
    .link-title small {
    font-size: 11px;
    color: black;
    text-decoration: none;
    }
    .footer-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    text-decoration: none;
    }
  
    
  
  



