.servicos img{
  max-width: 45%;
}

#home .container{
  float:left;
}
.formulario {
  margin-top:100px !important;

}
.formulario form {
  margin-left: auto;
  margin-right: auto;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 15px;
    max-width: 60%;
}

.formulario   h1 {
    margin-bottom: 20px;
    margin-left: 20px;
    color: #66FFFF;
    text-shadow: 5px 5px 5px black;
}

.formulario input, textarea {

    padding: 10px;
    color: gray;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid;
}

.formulario .btn-circle.btn-medium {
    max-width: 100px;
    background-color: #133c66;
}

.formulario input:hover, textarea:hover, input:focus, textarea:focus {
    border-color: gray;
    color: black;

}

.formulario .enviar {
    float: right;

}

.formulario textarea {
    width: 100%;
    height: 120px;
    line-height: 20px;
    //max-width: 400px;
}

.formulario form label {
    color: darkgray;
    font-weight: bold;
}




@media screen and (max-width: 425px) {
	.slideshow-container{
		height:90%;
	}
}
@media screen and (min-width: 426px, max-width: 767px) {

	.text{
		bottom: 15%;
	}
}
@media screen and (width: 768px) {
	.mySlides {
		height: 495px
	}
}

@media screen and (max-width: 768px) {
	.slideshow-container{
		height:90%;
	}
  .text-card{
      /*background: white;*/
      padding: 30px;
      border-radius: 5%;
      position: absolute;
      /*width:95%;*/
      margin:5%;
  }
	.formulario form {
    max-width: 95%;
  }
  #home .container{
    float:none ;
  }
  iframe{
    width:100%;
    height: 75vh !important;
  }
	.btn-both-colors{
		color:#f49b1d !important;
		border: 1px solid #f49b1d !important;
	}
}



@media screen and (min-width: 769px, max-width: 991px) {
  .text-card{
      /*background: white;*/
      padding: 30px;
      border-radius: 5%;
      position: absolute;
      width:50%;
  }
}

@media screen and (min-width: 992px) {
  .text-card{
      padding: 30px;
      border-radius: 5%;
      position: absolute;
      width:50%;
  }
  .padding-top-30-sm{
    padding-top:30px;
  }
}

@media screen and (min-width: 2560px) {
	.navbar{
		width:auto !important;
	}
}

.radius-30{
  border-radius:30px;
}

input{
  border-radius:10px !important;
}

textarea{
  border-radius:10px !important;
}

i{
  font-size:50px;
  color: #133c66;
}

.orange-versao2000{
  color:#f49b1d ;
}

.btn-horys{
  border: 1px solid #133c66;

}

.img-carousel{
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  z-index: -1;

}

.bold{
  font-weight:bold;
}

.italic{
  font-style: italic;
}
.up_link{
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  box-shadow: 0 0 14px -5px rgba(0, 0, 0,0.5);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 100;
  background-color: #133c66;
  color:white;
  text-align:center;
  margin-bottom: -12rem;
  transition: margin-bottom 0.2s;
            /* height: 40px;
            position: fixed;
            bottom:0%;
            width:10%;
            background-color: black;
            color:white;
            opacity: 1;
            border-radius:5%;
            right:2%;
            z-index: 100;
            text-align:center; */
}
.btn-white{
	border: 1px solid white;
}
.active {
  margin-bottom: 0;
}
.mySlides img{
	object-fit: cover;

}

.background_versao_blue{
	background-color:  #133c66 !important;
}

.versao_blue{
	color:  #133c66 !important;
}
.inner-link{
	font-weight: 600;
	font-size: 13px;
}
.navbar img{
	    max-height: 76px !important;
			position: absolute;
			margin-top: -43px;
}
/* Set the size of the div element that contains the map */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.display-flex{
  display: flex;
  flex-wrap: wrap;
}

.row..display-flex > [class*='col-']{
  flex-grow:1;
}
