

html, body{
    height: 100%;
}

body{
    background-color: #0c0f16;
    display: flex;
    flex-direction: column;
}

.max-width{
    max-width: 1300px;
    padding: 0 10px;
    margin: auto;
}


.navbar {
    background-color: #ff751a !important;
}

.navbar-brand {
    font-size: 150%;
    color: white !important;
}

.nav-link {
    color: white !important;
}

section{
    padding: 50px 0;
}


.top{
    color: #fff;
    display: flex;
    background: url("../images/fundo-2.jpg") no-repeat center;
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Ubuntu', sans-serif;
}

.top .max-width{
    width: 100%;
    display: flex;
}

.services{
    color: white;
    background-color: white;
    font-family: 'Poppins', sans-serif;
}

.services .serv-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.services .title{
    color: black;
    text-align: center;
    margin: 40px 0;
    font-weight: 400;
    font-size: 250%;
}
.services .serv-content .card{
    width: calc(25% - 5%);
    background: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 50px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.services .serv-content .card:hover{
    background: #ff751a;
    color: white;
}

.services .serv-content .card i{
    font-size: 50px;
    color: #ff751a;
    transition: all 0.3s ease;
}

.services .serv-content .card .more-info{
    text-align: right;
}

.services .serv-content .card .more-info i{
    margin: 5% 0;
    font-size: 150%;
    color: #ff751a;
    transition: all 0.3s ease;
}

.services .serv-content .card a{
    color: black;
}

.services .serv-content .card hr {
	border: 1px solid black;
}

.services .serv-content .card:hover i{
    color: #fff;
}

.services .serv-content .card:hover a{
    color: #fff;
}

.services .serv-content .card .box{
    transition: all 0.3s ease;
}
.services .serv-content .card:hover .box{
    transform: scale(1.05);
}
.services .serv-content .card .text{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 7px 0;
}
@media (max-width: 947px){
    .services .serv-content .card{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}
@media (max-width: 690px){
    .services .serv-content .card{
        width: 100%;
    }
}

.jumbotron {
  color: white;
  background-color: #0f84e7 !important;
  padding: 2rem 1rem;
  margin-bottom: 0rem;
  background-color: #157DEC;
  border-radius: 0rem;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}


.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.lead a{
    display: inline-block;
    background: #ff751a;
    color: #fff;
    font-size: 25px;
    padding: 12px 36px;
    margin-top: 20px;
    font-weight: 300;
    border-radius: 6px;
    border: 2px solid #ff751a;
    transition: all 0.3s ease;
}
.lead a:hover{
    color: white;
    background: #157DEC;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about{
    color: black;
    background-color: white;
    font-family: 'Poppins', sans-serif;
}
.about .title{
    text-align: center;
    margin-bottom: 5%;
    font-weight: 400;
    font-size: 200%;
    padding-top: 5%;
}
.about .about-content{
    color: black;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25%;
    background-color: #0f84e7;
    border-radius: 6px;
    padding: 5%;
}

.about .about-content .text{
    color: white;
}


.about .about-content .left{
    width: 40%;
    color: white;
}
.about .about-content .left img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 6px;
}
.about .about-content .right{
    width: 60%;
}
.about .about-content .right .text{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}
.about .about-content .right p{
    text-align: justify;
}
@media(max-width: 1104px){
    .about .about-content .left img{
        width: 300px;
        height: 300px;
    }
    .about .about-content .right{
        padding-left: 10px;
    }
}
@media (max-width: 947px){
    .about .about-content .column{
        width: 100%;
    }
    .about .about-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .about .about-content .right{
        flex: 100%;
    }
    .about .about-content .right{
        padding-left: 0;
    }
}
@media (max-width: 500px){
    .about .title{
        margin-top: 50px;
    }
}


.contact{
    color: black;
    background-color: white;
    font-family: 'Poppins', sans-serif;
}

.contact .title{
    text-align: center;
    margin-bottom: 5%;
    font-weight: 400;
    font-size: 200%;
    padding-top: 5%;
}


.contact .contact-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25%;
    background-color: #0f84e7;
    border-radius: 6px;
    padding: 5%;
}

.contact .contact-content .column{
    width: calc(50% - 30px);
}
.contact .contact-content .left p{
    text-align: justify;
}
.contact .contact-content .left .icons{
    margin: 10px 0;
}
.contact .contact-content .row{
    display: flex;
    height: 65px;
    align-items: center;
}
.contact .contact-content .row .info{
    margin-left: 30px;
}
.contact .contact-content .row i{
    font-size: 25px;
    color: white;
}
.contact .contact-content .info .head{
    font-weight: 500;
}
.contact .contact-content .info .sub-title{
    color: #f6f6f6;
}
.contact .contact-content .text{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact .right form .field,
.contact .right form .fields .field{
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
}
.contact .right form .textarea{
    height: 80px;
    width: 100%;
}
.contact .right form .name{
    margin-right: 10px;
}
.contact .right form .field input,
.contact .right form .textarea textarea{
    height: 100%;
    width: 100%;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}
.contact .right form .field input:focus,
.contact .right form .textarea textarea:focus{
    border-color: #b02ab7;
}
.contact .right form .textarea textarea{
    padding-top: 10px;
    resize: none;
}
.contact .right form .button-area{
    display: flex;
    align-items: center;
}
.right form .button-area button{
    color: black;
    display: block;
    width: 160px !important;
    height: 45px;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 6px;
    cursor: pointer;
    flex-wrap: wrap;
    background-color: white;
    border: 2px solid white;
    transition: all 0.3s ease;
}
.right form .button-area button:hover{
    color: white;
    background: #ff751a;
}

@media (max-width: 768px){
    .contact .contact-content .column{
        width: 100%;
        margin-bottom: 35px;
    }
}

@media (max-width: 947px){
    .contact .contact-content .column{
        width: 100%;
        margin-bottom: 35px;
    }
}
@media (max-width: 500px){
    .contact .title{
        margin-top: 50px;
    }
    .contact .right form .fields{
        flex-direction: column;
    }
    .contact .right form .name,
    .contact .right form .email{
        margin: 0;
    }
}

/* Goolge Map responsive */

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.map-google {
    position: relative;
    padding-bottom: 45%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.map-google iframe,
.map-google object,
.map-google embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


footer{
    background: #ff751a !important;;
    padding: 2% 2%;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-top: auto;
}

footer span a{
    color: white;
}

footer span a:hover{
    color: black;
}

