:root {
    --primario:#71b100;
    --secuendario: #e08709;
}
 body{
    font-family: 'Roboto', sans-serif;
 }

 h1, h2, h3, h4 {
     font-weight: 300;
 }
 .bg-success{
     background-color: #537188 !important;
 }

 @media (min-width: 768px) {
    .barra.bg-success {
        background-color: transparent !important;
    }     
    .header{
        position: relative;
    }
    .header .barra{
        position: absolute;
        z-index: 100;
        width: 100%;
    }
 }

.logo {
float: left;
width: 10%;
min-width: 100px;
border-radius: 5%;

}

 .navbar-brand {
     font-size: 2rem;
     font-weight: 300;
 }

 .navbar-brand span{
     font-weight: 900;
 }

 .navbar-dark .navbar-nav .nav-link {
     text-transform: uppercase;
     color: #243955;
     font-weight: 400;
          
 }

 /*DROPDOWN*/
 .dropdown-menu {
background-color: #71b100;
 }

 .dropdown-menu .dropdown-item {
     color: #ffffff;
     text-transform: uppercase;
 }

 .dropdown-menu .dropdown-item:hover{
     background-color: #e08709;
 }

  /*CAPTION*/

  .carousel-caption h3 {
    font-size: 2.4rem;
  }

  .bloque-info p {
    font-size: 1.4rem;
  }

  .btn-warning{
      background-color: #e08709;
      color: #ffffff;
      border-color: #e08709;
      font-weight: 700;
  }

  /*NOSOTROS*/

  .sobre-nosotros h3 {
      font-size: 1rem;
      font-weight: 700;
  }

  .sobre-nosotros img {
    border-radius: 2%;
    opacity: .6;
  }
  .sobre-nosotros img:hover{
  opacity: 2;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease ;
  transition: all .4s ease;
  }
  /*ANUNCIOS*/

  .anuncios .card {
      margin-bottom: 2rem;
  }

  .card-precio{
      font-size: 1.1rem;
      color: #71b100;
  }

  .card-descripcion img {
      margin-right: .5rem;
  }

.card-img-top {
    opacity: .5;

  }
  .card-img-top:hover {
    opacity: 2;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease ;
    transition: all .4s ease;
}

 /*ENCUENTRA*/
  .encuentra {
    background-image: url(../img/pexels014.jpg);
    background-repeat: no-repeat;
    background-size:cover;   
    background-position: center;
    position: relative;
    width: 100%;
    min-height: 5rem;

  }

  .encuentra .row {
      height: 25rem;
  }

  .encuentra h3 {
    font-size: 2.2rem;
    font-weight: 900;
  }

/**NOSOSTROS*/
  
   /*BLOG*/

 .entrada h3::after{
    content: '';
    display: block;
    width: 8rem;
    height: .2rem;
    background-color: #71b100;
    margin-top: .5rem;
 }
 
 .meta span{
     color: #e08709;
 }

.btn-success{
    background-color: #71b100;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-success:hover {
background-color: #609602;
}

/*TESTIMONIALES*/

.testimoniales {
	background-color: #71b100;
}

.testimoniales .carousel-item {
	padding-left: 2rem;

}

.testimoniales .testimonial-texto{
	font-size: 1.4rem;
	line-height: 2.6rem;
	font-weight: 300;
}

.testimoniales .testimonial-texto::before {
	content: open-quote;
	font-size: 4rem;
	position: absolute;
	left: 0;
	top: 1rem;
	font-weight: 900;
}

.testimoniales span{
	font-size: 1.4rem;
	font-weight: 900;
}


/**FORMULARIO*/


.main .ubicacion{
    background: #fff;
    padding: 60px 0;
    overflow: hidden;
}

.main .ubicacion .titulo {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 40px;
}

.main .ubicacion .direccion{
    float: left;
    padding-left: 10px;
    width: 100%;
    text-align: center;

}

.main .ubicacion .direccion .calle {
    margin-bottom: 15px;
}


.main .mapa{
    width: 100%;
    overflow: hidden;
}

.main .mapa iframe{
    width: 100%;
    max-height: 600px;
}
/*FOOTER*/
footer {
    background: #537188;
}

footer .copyright {
text-align: center;
padding: 18px 0;
color: #E4DCCF;
}

.btnWhats {
    bottom: 20px;
    right: 20px;
    width: 70px;

}











