/*-----------------------------------------------------------------------------------


    Description: Web desarrollada a medida para Cerro Azul
    Author: Pascale Descazeaux 
    Author URL: estudiodisea.cl
    Version: 6.2

  ---------------------------------*/





:root {
  --main-color: #313666; 
}
body {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    color: var(--main-color); 
}
img {
    width: 100%;
}

#mainNav {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar-brand img{
  width: 150px;
}
.navbar>.container, .navbar>.container-fluid{
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
} 
.carousel-caption h3 {
    padding: 21px 0;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 14px;
}
.carousel-caption h3 span{
  color: #ee7633;
  font-size: 21px;
  letter-spacing: 0.12em; 
}
#mainNav .navbar-nav li a {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--main-color); 
    padding-right: 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    letter-spacing: 1px;
}
h1, h2 {
    font-size: 35px;
    margin-bottom: 30px;
    font-family: 'Latina';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
}
h4{  
  margin-bottom: 5px;
  font-family: 'Latina';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
}
h5{
  color: #ee7633;
  font-weight: bold;
  margin-bottom: 30px;
}
h3 {
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 25px;
    margin-bottom: 40px;
}
p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.btn {
    border-radius: 300px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 15px 45px;
}
.btn{
    color: #fff;
    border-color: #fdcc52;
    background-color: #fdcc52;
}
ul {
    list-style: none;
    font-size: 18px;
}
li{
  position: relative;
}
.servicios li:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    margin-top: 9px;
    margin-left: -14px;
} 
hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34,34,34,.1);
}
footer {
    position: relative; 
    padding: 25px 0;
    text-align: center;
    color: rgba(255,255,255,.3);
    background-color: var(--main-color);
    padding-top: 200px;
    margin-top: 150px;
    text-align: left;
    padding-bottom: 60px;
}
footer:before {
    content: "";
    background: url(../img/fondo-footer.png);
    height: 410px;
    width: 100%;
    background-size: cover;
    position: absolute;
    top: -267PX;
    left: 0;
}
.contacto-info {
    padding-left: 13px;
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
}
footer i{
  margin-right: 15px;
}
.logo-footer {
    max-width: 183px;
}
.footer-comision{
  max-width: 280px;
}
footer a{
  color: #fff;
  display: block;
}
footer a:hover{
  color: #fff;
  text-decoration: none;
}
section {
    padding: 70px 0;
}
#carouselExampleIndicators {
    margin-top: 110px;
    border-bottom: #fcc87c 6px solid;
}
#carouselExampleIndicators:after {
    content: "";
    width: 100%;
    background: #ee7633;    
    height: 6px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.carousel-item:before {
    content: "";
    background: url(../img/fondo-slider-header.png);
    background-position-y: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}
.carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-indicators{
  left: auto;
}
.empresa{
  text-align: center;
}
.servicios{
  background: var(--main-color);
  color: #fff;
  margin-top: 60px;
  position: relative;
  padding-bottom: 0;
}
#empresa p span{
  color: #ee7633;
}
.servicios h2{
  padding-bottom: 60px; 
}
#empresa h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: bold;
}
.segundo {
    background: url(../img/fondo-piso-1.jpg);
    background-size: cover;
    background-position: bottom;
}
.tercero {
    background: url(../img/fondo-piso-2.jpg);
}
.cuarto {
    background: url(../img/fondo-piso-3.jpg);
}
.quinto {
    background: url(../img/fondo-piso-4.jpg);
    border-bottom: #fcc87c 6px solid;
    position: relative; 
}
.quinto:before {
    content: "";
    width: 100%;
    background: #ee7633;
    height: 6px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
}
.construccion {
    background: url(../img/construccion.jpg);
    border-bottom: #fcc87c 6px solid;
    position: relative; 
}
.segundo{
    padding: 60px;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.tercero, .cuarto, .quinto{
    border-top: 6px #afadd7 solid;
    padding: 60px;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.tercero:after, .cuarto:after, .quinto:after {
    content: "";
    width: 100%;
    background: #d9d7ed;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.servicios:before {
    content: "";
    background: url(../img/barra-tricolor.jpg);
    height: 76px;
    background-repeat-y: no-repeat;
    background-size: cover;
    position: absolute;
    top: -60px;
    z-index: 3;
    width: 100%;
    left: 0;
}
.equipo{
  text-align: center;
}
.equipo img {
    max-width: 400px;
    margin-bottom: 30px;
}
.miembro-equipo {
    margin: 40px 50px;
}
.miembro-equipo p {
    text-align: left;
}
.footer-derecha{
  text-align: right;
  align-self: flex-end;
  padding-bottom: 24px;
}
/* Responsive */
@media (max-width: 1200px) {
	.carousel-indicators{
		margin-right: 8%;
	}
	.carousel-caption{
		right: 8%;
	}
	.carousel-caption h3{
		font-size: 20px;
	}
	.quinto, .segundo, .tercero, .cuarto {
	    height: 350px;
	}
	.quinto .container, .segundo .container, .tercero .container, .cuarto .container {
	    position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.servicios h2 {
	    padding-bottom: 0px;
	    padding: 40px 0;
	}
	footer{
		margin-top: 300px;
	}
	footer:before {
	    height: 300px;
	    top: -300px;
	}
}
@media (max-width: 991px) {
  .carousel-caption h3 span{
    font-size: 16px; 
  }
  .carousel-item:before{
    display: none;
  }
  .carousel-indicators li{
    display: none;
  }
  .navbar>.container, .navbar>.container-fluid {
  -ms-flex-align: center;
  align-items: center;
  }
  .segundo, .tercero, .cuarto, .quinto{
    padding: 20px;
  }
  .navbar-nav {
    background-color: #fff;
  }
  body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }

  .footer-derecha {
    text-align: left;
  }
  footer{
    padding-bottom: 0;
    padding-top: 0; 
  }
  footer:before{
    height: 200px;
    top: -200px;
  }
  .miembro-equipo {
    margin: 40px 0;
  }
  .servicios li:before {
    height: 4px;
    width: 4px;
    margin-top: 7px;
    margin-left: -9px;
    }
  footer a{
    font-size: 15px;
  }
  h3{
    font-size: 15px;
    margin-bottom: 20px;
  }
  .servicios h2{
    padding-bottom: 0px;
  }
  p, ul{
    font-size: 14px;
  }
  ul{
    padding-left: 2px;
  }
  section {
    padding: 20px 0;
  }
  .carousel-caption{
    top: 0px;
  }
  h1, h2{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .carousel-caption h3{
    text-align: center;
    font-size: 14px;
    padding: 10PX;
    margin-bottom: 0;
    background: #32376a99;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .segundo, .tercero, .cuarto, .quinto{
    padding-right: 0;
    padding-left: 0;
  }
  .segundo, .cuarto{
    background-position: left;
  }
  .tercero, .quinto{
    background-position: right;
  }
}

