/* Botones
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

.TopNavegacion {
	

	position: sticky;
    top: 0px;
	z-index: 200;
}

h2::before { 
  display: block; 
  content: " "; 
  margin-top: -170px; 
  height: 170px; 
  visibility: hidden; 
  pointer-events: none;
}

/* Menú Top
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    background: #eee;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; 
  }
  .navbar-spacer {
    display: none; 
  }
  .navbar > .container {
    width: 100%; 
	  margin-top: 0.2rem;
    margin-bottom: 0.2rem;}
  .navbar-list {
    list-style: none;
    margin-bottom: 0;
	  margin-left: 0.9rem;
}
  .navbar-item {
    position:relative;
    float:left;
    margin-bottom: 0;
}
  .navbar-link {
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 2rem;
    text-decoration: none;
    line-height: 3rem;
    color: #222; 

}
  .navbar-link.active {
    color: #11992E; 
}
  .row-menu {
	display: flex;
}

    .LogoMenu {
	margin: auto 0 auto 0;
    max-height: 30px;
	padding-right: 2rem;
	padding-left: 2rem; */  }
    .LogoIdioma {
	height: 11px;    }

/* Popover
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .popover.open {
    display: block;
  }
  .popover {
	z-index: 1000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 92%;
    left: 0;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
       -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
            filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
  .popover-item:first-child .popover-link:after, 
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #fff;
    background: #11992E; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #11992E; }


/* Barra Bottom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbarbottom,
  .navbarbottom-spacer {
    display: block;
    width: 100%;
    background: #eee;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbarbottom-spacer {
    display: none; }
  .navbarbottom > .container {
    width: 100%; }
  .navbarbottom-list {
    list-style: none;
    margin-bottom: 0; }
  .navbarbottom-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .row-bottom {
	display: flex;
	align-items: center;  }
  .LogoBottom {
	margin: auto 0 auto 0;
    max-height: 40px;
	padding-right: 3rem;
	padding-left: 3rem; */  }
  .docs-header-bottom {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    font-weight: 600; 
    padding-top: 2rem;
    line-height: 0rem;  }
  .docs-section-bottom {
    font-size: 1rem;
    letter-spacing: .1rem;
    font-weight: 600; 
    padding-top: 0rem;  }
  .LogoPersonal {
	padding-left: 2rem;
	padding-bottom: 2rem;
    height: 25px; }


/* Galería
–––––––––––––––––––––––––––––––––––––––––––––––––– */
{
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container-img {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
	left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row-img:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column-img {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.w3-animate-fading{animation:fading 1s }@keyframes fading{0%{opacity:0}50%{opacity:1}100%¨}

/* Secciones
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 8rem;
  text-align: center;
}

.section-top {
  padding: 3rem 0 8rem;
  text-align: center;
}

.section-top-esperanza {
  padding: 3rem 0 3rem;
  text-align: center;
}

.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

.value-prop {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  text-shadow: 2px 2px 5px black;
  word-wrap:break-word;
}

.value-prop-black {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  text-shadow: 2px 2px 5px #c6c6c6;
  word-wrap:break-word
}

.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; 
}

.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 1rem; 
  height:  50px;
}

.LogoAG {
	height: 150px;
	padding-bottom: 1rem;
}

.LogoAG_Grande {
	height: 90px;
	padding-bottom: 1rem;
}

.LogoCert_Grande {
	height: 200px;
	padding-bottom: 1rem;
}

.Small_BPAR {
	max-height: 300px;
	padding-bottom: 1rem;
}

.Small_Img {
	max-width: 300px;
	padding-bottom: 1rem;
}

.Small_Secado {
	max-height: 150px;
	padding-bottom: 1rem;
}


/* Secciones
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.IndexTop{
  background-image: url('../images/Big_Top_0_550.jpg');
  background-size: cover;
  color: #fff;
  max-height: 13rem;
}

.IndexTopRecepcion{
  background-image: url('../images/Big_Recepcion_0_550.jpg');
  background-size: cover;
  color: #fff;
  min-height: 13rem;
}

.IndexTopOficinaFondo{
  background-image: url('../images/Big_Oficina_Fondo_0_550.jpg');
  background-size: cover;
  color: #fff;
  min-height: 13rem;
}

.IndexTopSalaJuntas{
  background-image: url('../images/Big_Sala_Juntas_0_550.jpg');
  background-size: cover;
  color: #fff;
  min-height: 13rem;
}

.IndexTopTerraza{
  background-image: url('../images/Big_Terraza_0_550.jpg');
  background-size: cover;
  color: #fff;
  min-height: 13rem;
}


.IndexTopAtrio{
  background-image: url('../images/Big_Atrio_0_550.jpg');
  background-size: cover;
  color: #fff;
  min-height: 13rem;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Quienes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.IndexQuienes{
  background-size: cover;
  color: #fff;
}

.IndexServicios{
  background-size: cover;
  color: #fff;
}

/* Contacto
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.IndexContacto {
  background-size: cover;
  color: #fff;
}

.ColumnaContacto {
	display: flex;
	margin: auto;
}

.LogoContacto {
	max-height: 50px;
	  margin: auto;
}

.ColumnaRedes {
	display: flex;
	margin: auto;
}

.LogoRedes {
	max-height: 50px;
	  margin: auto;
}

  .hero-heading {
    font-size: 3rem;
	font-weight: 400;
	text-shadow: 2px 2px 5px black;  }

  .hero-heading-top {
    font-size: 2rem;
	font-weight: 400;
	text-shadow: 2px 2px 5px black;  }

  .hero-heading-top-small {
    font-size: 1.5rem;
	font-weight: 400;
	text-shadow: 2px 2px 5px black;  }

  .hero-heading-black {
    font-size: 3rem;
	font-weight: 400;
	color: black; 
    text-shadow: 2px 2px 5px #c6c6c6; 
  }

  .hero-heading-black-small {
    font-size: 2.5rem;
	font-weight: 400;
	color: black; 
    text-shadow: 2px 2px 5px #c6c6c6; 
  }

  .hero-subtext {
    font-size: 1.7rem;
	  color: white;
	  font-weight: 500;  
	  text-shadow: 2px 2px 3px black;
  }
	
  .hero-subtext-black {
    font-size: 1.7rem;
	  font-weight: 500; 
	  color: black;
	  text-shadow: 2px 2px 5px #c6c6c6;
  }

  .hero-subtext-black-small {
    font-size: 1.7rem;
	  font-weight: 500; 
	  color: black;
	  text-shadow: 2px 2px 5px #c6c6c6;
  }

  .logos-heading {
	color: #FFFFFF;
    font-size: 2rem;
	font-weight: 400;
	text-shadow: 2px 2px 5px black; 
	text-align: justify;
}


/* Mas de 550 */
@media (min-width: 550px) {
  .section {
    padding: 8rem 0 8rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }

  .hero-heading {
    font-size: 3rem;
	  font-weight: 400; 
	  text-shadow: 2px 2px 5px black;
  }

  .hero-heading-black {
    font-size: 3rem;
	font-weight: 400;
	color: black; 
    text-shadow: 2px 2px 5px #c6c6c6; }

  .hero-subtext {
    font-size: 2.3rem;
	  color: white;
	  font-weight: 500;  
	  text-shadow: 2px 2px 3px black;
  }
	
  .hero-subtext-black {
    font-size: 2.3rem;
	  font-weight: 500; 
	  color: black;
	  text-shadow: 2px 2px 5px #c6c6c6;
  }
	
.ColumnaRedes {
	display: flex;
	margin: auto;
}

.LogoRedes {
	max-height: 50px;
	  margin: auto;
}

  .navbar > .container {
    width: 100%; 
	  margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
	
  .navbar-link {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 2rem;
    text-decoration: none;
    line-height: 3rem;
    color: #222; }
	
.LogoMenu {
	margin: auto 0 auto 0;
    max-height: 40px;
	padding-right: 2rem;
	padding-left: 2rem;
}
	
.IndexContacto {
  background-size: cover;
  color: #fff;
  max-height: 35rem;
}
	
.value-prop {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  text-shadow: 2px 2px 5px black;
  word-wrap:break-word;
}

.value-prop-black {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  text-shadow: 2px 2px 5px #c6c6c6;
}
	
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
	
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 1rem; 
  height: 50px;
}
	
.Small_BPAR {
	max-height: 350px;
	padding-bottom: 1rem;
}

.Small_Img {
	max-width: 400px;
	padding-bottom: 1rem;
}

.Small_Secado {
	max-height: 150px;
	padding-bottom: 1rem;
}
	
}

/* Mas de 750 */
@media (min-width: 750px) {

  .IndexTop{
    background-image: url('../images/Big_Top_0_750.jpg');
    background-size: cover;
    color: #fff;
    max-height: 13rem;
  }

  .IndexTopRecepcion{
    background-image: url('../images/Big_Recepcion_0_750.jpg');
    background-size: cover;
    color: #fff;
    min-height: 20rem;
  }

  .IndexTopOficinaFondo{
    background-image: url('../images/Big_Oficina_Fondo_0_750.jpg');
    background-size: cover;
    color: #fff;
    min-height: 20rem;
  }

  .IndexTopSalaJuntas{
    background-image: url('../images/Big_Sala_Juntas_0_750.jpg');
    background-size: cover;
    color: #fff;
    min-height: 20rem;
  }

  .IndexTopTerraza{
    background-image: url('../images/Big_Terraza_0_750.jpg');
    background-size: cover;
    color: #fff;
    min-height: 20rem;
  }

  .IndexTopAtrio{
    background-image: url('../images/Big_Atrio_0_750.jpg');
    background-size: cover;
    color: #fff;
    min-height: 20rem;
  }
  

  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 4rem;
	  font-weight: 400; 
	  text-shadow: 2px 2px 5px black;
  }

  .hero-heading-black {
    font-size: 4rem;
	font-weight: 400;
	color: black; 
    text-shadow: 2px 2px 5px #c6c6c6; }

  .hero-subtext {
    font-size: 2.3rem;
	  color: white;
	  font-weight: 500;  
	  text-shadow: 2px 2px 3px black;
  }
	
  .hero-subtext-black {
    font-size: 2.3rem;
	  font-weight: 500; 
	  color: black;
	  text-shadow: 2px 2px 5px #c6c6c6;
  }
	
  .section {
    padding: 8rem 0 8rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
	
  .navbar > .container {
    width: 100%; 
	  margin-top: 1rem;
      margin-bottom: 1rem;}

  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 2rem;
    text-decoration: none;
    line-height: 3rem;
    color: #222; }
	
.IndexContacto {
  background-size: cover;
  color: #fff;
  max-height: 35rem;
}
	
.value-prop {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  text-shadow: 2px 2px 5px black;
  word-wrap:break-word;
}

.value-prop-black {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  text-shadow: 2px 2px 5px #c6c6c6;
}
	
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
	
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 1rem; 
  height: 50px;
}
	
}

/* Mas de 1000 */
@media (min-width: 1000px) {

  .IndexTop{
    background-image: url('../images/Big_Top_0_1000.jpg');
    background-size: cover;
    color: #fff;
    max-height: 13rem;
  }

  .IndexTopRecepcion{
    background-image: url('../images/Big_Recepcion_0_1000.jpg');
    background-size: cover;
    color: #fff;
    min-height: 30rem;
  }

  .IndexTopOficinaFondo{
    background-image: url('../images/Big_Oficina_Fondo_0_1000.jpg');
    background-size: cover;
    color: #fff;
    min-height: 30rem;
  }

  .IndexTopSalaJuntas{
    background-image: url('../images/Big_Sala_Juntas_0_1000.jpg');
    background-size: cover;
    color: #fff;
    min-height: 30rem;
  }

  .IndexTopTerraza{
    background-image: url('../images/Big_Terraza_0_1000.jpg');
    background-size: cover;
    color: #fff;
    min-height: 30rem;
  }
  
  .IndexTopAtrio{
    background-image: url('../images/Big_Atrio_0_1000.jpg');
    background-size: cover;
    color: #fff;
    min-height: 30rem;
  }

  .section {
    padding: 5rem 0 5rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 4.5rem;
	  font-weight: 400; 
	  text-shadow: 2px 2px 5px black;
  }

  .hero-heading-black {
    font-size: 4.5rem;
	font-weight: 400;
	color: black; 
    text-shadow: 2px 2px 5px #c6c6c6; }

  .hero-subtext {
    font-size: 3rem;
	  color: white;
	  font-weight: 500;  
	  text-shadow: 2px 2px 3px black;
  }
	
  .hero-subtext-black {
    font-size: 3rem;
	  font-weight: 500; 
	  color: black;
	  text-shadow: 2px 2px 5px #c6c6c6;
  }
	
  .navbar > .container {
    width: 100%; 
	  margin-top: 1rem;
      margin-bottom: 1rem;}
	
  .navbar-link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 2rem;
    text-decoration: none;
    line-height: 3rem;
    color: #222; }
	
.IndexContacto {
  background-size: cover;
  color: #fff;
  max-height: 40rem;
}
	
.value-prop {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  text-shadow: 2px 2px 5px black;
  word-wrap:break-word;
}

.value-prop-black {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  text-shadow: 2px 2px 5px #c6c6c6;
}
	
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
	
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 1rem; 
  height: 50px;
}

}

/* Mas de 1400 */
@media (min-width: 1400px) {

  .IndexTop{
    background-image: url('../images/Big_Top_0_1400.jpg');
    background-size: cover;
    color: #fff;
    max-height: 13rem;
  }

  .IndexTopRecepcion{
    background-image: url('../images/Big_Recepcion_0_1400.jpg');
    background-size: cover;
    color: #fff;
    min-height: 40rem;
  }

  .IndexTopOficinaFondo{
    background-image: url('../images/Big_Oficina_Fondo_0_1400.jpg');
    background-size: cover;
    color: #fff;
    min-height: 40rem;
  }

  .IndexTopSalaJuntas{
    background-image: url('../images/Big_Sala_Juntas_0_1400.jpg');
    background-size: cover;
    color: #fff;
    min-height: 40rem;
  }

  .IndexTopTerraza{
    background-image: url('../images/Big_Terraza_0_1400.jpg');
    background-size: cover;
    color: #fff;
    min-height: 40rem;
  }
  
  .IndexTopAtrio{
    background-image: url('../images/Big_Atrio_0_1400.jpg');
    background-size: cover;
    color: #fff;
    min-height: 40rem;
  }

  .section {
    padding: 10rem 0 10rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 5rem;
	  font-weight: 400;
	  text-shadow: 2px 2px 5px black;
  }
	
  .hero-heading-black {
    font-size: 5rem;
	font-weight: 400;
	color: black; 
    text-shadow: 2px 2px 5px #c6c6c6; }
	
  .navbar > .container {
    width: 100%; 
	  margin-top: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    }
	
  .navbar-link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 2rem;
    text-decoration: none;
    line-height: 3rem;
    color: #222; }
	
  .value-img {
    display: block;
    text-align: center;
    margin: 2.5rem auto 1rem; 
    height: 65px;
}