@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);

.header_top.home3 {
    height: 40px;
    position: relative;
    background-color: #fff;
}
.container-flui {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.home3_header_top_contact {
    margin-bottom: 0;
    margin-top: 5px;
}
.pull-left {
    float: left;
}
.mt15 {
    margin-top: 15px;
}
.pull-right {
    float: right;
}
.icon-2x{
    font-size: 22px;
}


.titulo{
	font-family: 'Poppins';
	font-weight: bold;
	font-style: normal;
  font-size: 2.9em;
	line-height: 28pt;
	
}

.semibold{
	font-family: 'Poppins';
	font-weight: bold;
	font-style: normal;
    font-size: 2.3em;
    color: black;
		line-height: 28pt;
}


.regular{
	font-family: 'Poppins';
	
}

.regular2{
	font-family: 'Montserrat';
	font-style: normal;
	
}

.subtitulos{
	font-family: 'Poppins';
	font-weight: bold;
	font-style: normal;
    font-size: 135%;
    color: black;
		line-height: 20pt;
}

.subtitulos2{
	font-family: 'Poppins';
	font-weight: bold;
	font-style: normal;
    font-size: 120%;
    color: white;
		line-height: 20pt;
}

.subtitulos3{
	font-family: 'Poppins';
	font-weight: bold;
	font-style: normal;
    font-size: 140%;
    color: black;
		line-height: 20pt;
    letter-spacing: 1.7px;
}

.texto{
	font-family: 'Montserrat';
	font-style: normal;
	
}
 
.container-all1{
  width: fit-content;
  margin: 20px auto;
  height: auto;
}
.container1{
  width: calc(25% - 6px);
  overflow:hidden;
  height: fit-content;
  margin:0px;
  padding: 0;
  display:block;
  position:relative;
  float:left;
}
img1{
  width: 100%;
  transition-duration: .3s;
  max-width: 100%;
  display:block;
  overflow:hidden;
  cursor:pointer;
}
.title1{
  position:absolute;
  display:block;
  cursor:pointer;
  top: 35%;
  display: none;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.6em;
  /*text-shadow: 1px 5px 10px black;*/
  transition-duration: .3s;
}
.text1{
  position:absolute;
  top: 70%;
  cursor:pointer;
  max-width: 80%;
  text-align:center;
  left: 50%;
  /*text-shadow: 1px 5px 10px black;*/
  font-size: 1em;
  display:none;
  margin-right: -50%;
  transition-duration: .3s;
  transform: translate(-50%, -50%) 
}
.container1:hover img{
  
  transform: scale(1.2);
  transition-duration: .3s;
  /*filter: grayscale(100%);
  opacity: 0.7;*/
  background-color: black;
}
.container1:hover span{
  color:white;
  display: block;
  transition-duration: .3s;
}
@media only screen and (max-width: 900px) {
    .container1 {
        width: calc(50% - 6px);
    }
}
@media only screen and (max-width: 400px) {
    .container1 {
        width: 100%;
    }
}

.btn-verde{
    background-color:  #67c6c7 ;
  }
	
.text-bold{
    font-family: 'Poppins';
    font-weight: bold;
    font-style: normal;
    font-size: 1.0em;
    line-height: 28pt;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}