* {
    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);
}

/* caminhos de santiago*/
.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;
}
.square {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: darkblue;
    margin: 15px 0;
}
.common-btn {
    padding: 18px 40px;
    background: white;
    outline: none;
    border: 2px solid darkblue;
    font-weight: bold;
    cursor: pointer;
}
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;
}
.right-col img {
    width: 60%;
    margin-bottom: 10px;
    margin-left: 100px;
}

/*---courses---*/
#courses{
    padding:85px 0;
    margin-right: 70px;
    margin-left: 70px;
}
.course-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.course-right-col{
    flex-basis: 50%;
}
.course-right-col img{
    width: 100%;
}
.course-left-col{
    flex-basis: 50%;
}
.course-text{
    max-width: 350px;
        
}
.course-text button {
    margin: 30px 0;   
}

/*----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;
}

/*----about----*/
#about {
    padding: 100px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-left-col{
    flex-basis: 50%;
}
.about-left-col img{
    width: 100%;
}
.about-right-col{
    flex-basis: 50%;
    text-align: right;
}
.about-text{
    max-width: 500px;
    margin-right: 100px;
    display: inline-block;
}
.about-text h2{
    margin:50px 0 10px;
    font-size: 28px;
    font-style: italic;
}
.about-text h3{
    font-size: 20px;
    font-style: italic;
    color: darkblue;
}

/*---contact---*/

.contact-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contact-left-col,.contact-right-col{
    flex-basis: 50%;
}
.contact-right-col img{
    width: 100%;
}
form {
    max-width: 350px;
    margin: 30px 0;
}
form input {
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 5px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    border: 2px solid #bdecb6;
}
.btn-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.btn-box button {
    flex-basis: 48%;
    padding: 18px 0;
}

/*----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;
    }
  
  
  

