/*
 Theme Name:   Acciona Capital
 Description:  Twenty Seventeen Child Theme
 Author:       Carlos Ortiz
 Author URI:   http://oym.cl
 Template:     twentyseventeen
 Version:      1.0.0
 Tags:         custom theme, Acciona Capital, #accion, #capital
 Text Domain:  twenty-seventeen-child
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# NORMALIZE
# GENERAL
# HOME
# QUIÉNES SOMOS
# EQUIPO
# ÁREAS DE NEGOCIO
# INDICADORES ECONOMICOS
# PRENSA
# CONTACTO
--------------------------------------------------------------*/
/* # NORMALIZE
--------------------------------------------------------------*/
*{
	padding: 0px;
	margin: 0px;
}
body{
	background: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13.5px;
	color: #FFF;
}

a{
  color: #FFF;
  text-decoration: none;
  transition: all 1s;
}
a:hover{
  text-decoration: none;
  color: #d43867;
}
.bg-height{
  height: 100vh;
  position: relative;
}
.bg-height-70{
  height: 70vh;
  position: relative;
}
.bg-height-50{
  height: 50vh;
  position: relative;
}
.bg-height-30{
  height: 30vh;
  position: relative;
}
.down{
  position: absolute;
  bottom: 15px;
  line-height: 1;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.down a:hover{
  color: #d33867;
}
/*--------------------------------------------------------------*/
/* # HEADER
--------------------------------------------------------------*/
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  background: #30415f;
}
ul.menu{
  margin: 0;
  list-style: none;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 22px 0;
}
ul.menu li{
  display: inline-block;
  margin: 0 10px;
}
ul.menu li a{
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
ul.menu li.icono{
  font-size: 75%;
  padding-top: 0px;
  vertical-align: bottom;
  margin-right: 0;
  margin-left: 0;
}
ul.menu li.icono a{
  font-size: 14px;
  margin-right: 10px;
}
ul.menu li a:hover,ul.menu li a:focus{
  color: #d43867;
  text-decoration: none;
}
ul.menu li.active a{
  color: #d43867;
  font-weight: bold;
}
.active-menu ul.menu li.active a{
  color: #FFF;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
}
.active-menu ul.menu li.active a:hover{
  color: #FFF;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
}
.off-canvas ul.menu{
  border-right: none;
}
.off-canvas ul.menu li.icono a {
  font-size: 18px;
}
.hidden-menu, .ocult{
  display: none;
}
ul.menu li ul{
  display: none;
  color: #FFF;
  background-color: rgba(23, 23, 23, .6);
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
li.visible-menu:hover ul{
  display: block;
}
ul.menu li ul li{
  display: block;
  padding: 0 10px;
  width: 100%;
  border-top: 1px solid #FFF;
  margin:0 auto;
  text-align: center;
}
ul.sociales{
  margin: 0;
  list-style: none;
  padding: 5px 0;
}
ul.sociales li {
  display: inline-block;
  margin: 0 10px;
}
.logo{
  padding: 15px 0;
}
/******************************/
/*HAMBURGURESA*/
.menu-hamburger{
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 10px;
  color: #FFF;
  margin-right: 0;
  transition: all 1s linear;
  padding-left: 25px;
  z-index: 5001;
}
.hamburger:hover{
  cursor: pointer;
}
.menu-hamburger p{
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 75px;
  margin-right: 10px;
  transition: all 1s linear;
}
.hamburger .line{
  width: 25px;
  height: 3px;
  background-color: #FFF;
  display: block;
  margin: 6px auto;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#hamburger{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-top: 30px;
  padding-bottom: 25px;
}
#hamburger.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  border: 3px solid transparent;
  top: calc(50% - 17.5px);
  left: calc(50% - 17.5px);
  border-radius: 100%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#hamburger.is-active:before{
  border: 3px solid #fff;
}

#hamburger.is-active .line{
  width: 25px;
}

#hamburger.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(7px);
}

#hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(90deg);
  -ms-transform: translateY(-9px) rotate(90deg);
  -o-transform: translateY(-9px) rotate(90deg);
  transform: translateY(-11px) rotate(90deg);
}
/******************************/
/*Canvas*/
.canvas-show .off-canvas {
  -webkit-transform: translateY(0) rotateX(0deg);
  -ms-transform: translateY(0) rotateX(0deg);
  -o-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.canvas-show .off-canvas .fp-close {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.canvas-show .off-canvas .off-canvas-inner {
  opacity: 1;
}
.off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #30415f;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  height: 100vh;
  width: 100vw;
  text-align: center;
  overflow-x: hidden;
  z-index: 5000;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.off-canvas .fp-close{
  position: absolute;
  top: 15px;
  right: 30px;
  opacity: .7;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: right 1.9s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: right 1.9s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: right 1.9s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: right 1.9s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.off-canvas li {
  display: block !important;
  float: none;
  text-align: center;
}
.off-canvas ul{
  text-align: center !important;
}
.off-canvas ul.menu li a{
  font-size: 25px;
}
.off-canvas ul.menu li.icono{
  display: inline-block !important;
  margin-top: 20px;
}
.menu-abaj > div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
/*--------------------------------------------------------------*/
/* # HOME
--------------------------------------------------------------*/
/********SLIDER***********/
.owl-nav > div{
  display: inline-block;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
}
.owl-nav .owl-prev{
  left: 10px;
}
.owl-nav .owl-next{
  right: 10px;
}
.owl-dots{
  margin-top: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: calc(50% - 25px);
}
.owl-carousel .owl-dots.disabled, .owl-carousel{
  display: block;
}
.owl-carousel .owl-item img{
  height: 100%;
  object-fit: cover;
}
.reviews .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot{
  background-color: rgb(255, 255, 255);
  display: block;
  height: 10px;
  width: 10px;
  margin: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.reviews .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot.active{
  background-color: #30415f;
}
/**/
.heg-img img{
  height: 70vh!important;
  object-fit: cover;
}
.informacion img{
  height: 30vh;
  object-fit: cover;
}
.areas-de-negocio{
  background-color: #d43867;
  transition: all 1s;
  cursor: pointer;
}
.areas-de-negocio:hover{
  color: #d33867;
  background-color: #d8d5dd;
}
.texto{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.areas-de-negocio a:hover, .quienes-somos a:hover{
  color: #3b4d54;
}
.areas-de-negocio a:after, .quienes-somos a:after{
  content: '';
  border-bottom: 3px solid #FFF;
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 40%;
  height: auto;
}
.quienes-somos{
  background-color: #9a9a9a;
  transition: all 1s;
  cursor: pointer;
}
.quienes-somos:hover{
  color: #d8d5dd;
  background-color: #d33867;
}
.frase{
  z-index: 4;
  padding: 15px;
  color: #fff;
  font-weight: 600;
}
.bounceInLeft{
  animation-duration: 3s!important;
}
.videoportada{
  height: 70vh;
  object-fit: cover;
}
.heg-img:after, .item:after{
  background: linear-gradient(to right, rgba(0, 0, 0, .6)0%, rgba(0, 0, 0, .4)25%, rgba(0, 0, 0, .2)50%, rgba(0,0,0,0)100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 3;
  position: absolute;
}
/*--------------------------------------------------------------*/
/* # QUIÉNES SOMOS
--------------------------------------------------------------*/
.relacion-inversores{
  background-color: #eeeaea;
  padding: 30px;
  color:#3b4d54;
}
.relacion-inversores h3{
  background-color: #d43867;
  padding: 30px;
  display: inline-block;
  position: relative;
  left: -30px;
  top: -30px;
  color: #FFF;
}
.tab-pane.active{
  animation: slide-derecha 0.6s ease-out;
}

@keyframes slide-derecha {
    0% { opacity: 0; transform: translateX(100%); }
    100% { opacity: 1; transform: translateX(0); }
}
/*--------------------------------------------------------------*/
/* # EQUIPO
--------------------------------------------------------------*/
.equipo{
  background-color: #FFF;
  padding: 30px 15px;
}
.equipo p{
/*  color:#b6b5ba;*/
    color:#777;
  margin-bottom: 0;
}
.diferent{
  color:#3b4d54!important;
}
.bg-equipo{
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
.descripcion-equipo{
  background-color: rgba(255, 255, 255, .8);
  padding: 30px;
  color: #3b4d54;
}
.nav-pills .nav-link.active, .nav-pills .show>.team.nav-link{
  background-color: transparent;
}
.equipo .nav-link.active p, .equipo .nav-link.active span{
  color: #d43867!important;
}
.equipo .nav-link.active img, .equipo .nav-link img:hover{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all .5s ease-in;
}
/*--------------------------------------------------------------*/
/* # ÁREAS DE NEGOCIO
--------------------------------------------------------------*/
.areas-negocio{
  padding: 250px 0;
  position: relative;
  color: #FFF;
  min-height: calc(100vh - 175px);
}
.descripcion-areas{
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px;
  color: #3b4d54;
}
.areas.nav-pills .nav-link{
  border-radius:0;
}
.area-1{
  background-color: #d33867;
  padding: 30px;
}
.area-2{
  background-color: #6b6c6e;
  padding: 30px;
}
.area-3{
  background-color: #366390;
  padding: 30px;
}
.area-4{
  background-color: #3b4d54;
  padding: 30px;
}
.area-1:hover, .area-2:hover, .area-3:hover, .area-4:hover{
  background-color: #FFF;
  color: #d33867;
}
.area-1.active.show, .area-2.active.show, .area-3.active.show, .area-4.active.show{
  background-color: #ddd;
  color: #d33867;
}
.tab-pane.active.descripcion-areas{
  animation: slide-arriba 0.4s ease-in;
}

@keyframes slide-arriba {
    0% { opacity: 0; transform: translateY(100%); }
    100% { opacity: 1; transform: translateY(0); }
}
/*--------------------------------------------------------------*/
/* # INDICADORES ECONOMICOS
--------------------------------------------------------------*/
.indicadores{
  margin-top: 71px;
}
/*--------------------------------------------------------------*/
/* # PRENSA
--------------------------------------------------------------*/
.prensa{
  padding:85px 0;
  background-color: #ececec;
}
.prensa p, .prensa a{
  color: #30415f;
}
.prensa a:hover{
  color: #d43867;
}
.prensa img:hover{
  filter: grayscale(80%);
  transition: all 1s ease-out;
}
/*--------------------------------------------------------------*/
/* # CONTACTO
--------------------------------------------------------------*/
#map-canvas {
  height: 100vh;
  width: 100%;
}
.bg-contacto{
  background-color: #ebeced;
  color: #30415f;
}
.formulario .form-group input, .form-group textarea {
  border-bottom: 2px solid #30415f;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  color: #3b4d54;;
  width: 100%;
  height: 35px;
  font-size: 14px!important;
  padding-left: 10px;
}
.form-group textarea {
  height: auto;
  padding-top: 20px;
}
.formulario .form-group input::-webkit-input-placeholder, .formulario .form-group textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3b4d54;
}
.formulario .form-group input::-webkit-input-placeholder, .formulario .form-group textarea::-moz-placeholder { /* Firefox 19+ */
  color: #3b4d54;
}
.formulario .form-group input::-webkit-input-placeholder, .formulario .form-group textarea:-ms-input-placeholder { /* IE 10+ */
  color: #3b4d54;
}
.formulario .form-group input::-webkit-input-placeholder, .formulario .form-group textarea:-moz-placeholder { /* Firefox 18- */
  color: #3b4d54;
}
input:focus, textarea:focus{
  outline: none;
}
.enviar input{
  padding: 10px 25px;
  text-transform: uppercase;
  float: right;
  background-color: #30415f;
  color: #ebeced;
  transition: all 1s;
  cursor: pointer;
}
.enviar input:hover{
  color: #e9286b;
}
.formulario a{
  color: #30415f;
  transition: all 1s;
}
.formulario a:hover{
  color: #e9286b;
}
/*--------------------------------------------------------------*/
/* # FOOTER
--------------------------------------------------------------*/
footer{
  background-color: #30415f;
  padding: 25px 0;
  color: #FFF;
  position: relative;
}
ul.menu-footer{
  margin: 0;
  list-style: none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
ul.menu-footer li{
  display: inline-block;
  margin: 0 10px;
}
/*--------------------------------------------------------------*/
/* # 404
--------------------------------------------------------------*/
.bg-404{
  position: relative;
  height: calc(100vh - 173px);
  background-color: #ebeced;
    color: #3b4d54;
}
.bg-404 a:hover{
  color: #e9286b;
}
/*--------------------------------------------------------------*/
/* # RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width:1181px){
  ul.menu li{
    margin: 0 10px;
  }
  ul.menu-footer li{
    margin: 0 5px;
  }
}
@media screen and (max-width:1098px){
  ul.menu{
    font-size: 14px;
    padding: 20px 0;
  }
  ul.menu li{
    margin: 0 7px;
  }
}
@media screen and (max-width:1035px){
  ul.menu{
    font-size: 12px;
  }
  ul.menu li{
    margin: 0 5px;
  }
}
@media screen and (max-width:1024px){
  .res-menu{
    display: none;
  }
  .hidden-menu, .ocult{
    display: block;
  }
  h1, .h1{
    font-size: 32px;
  }
  h2, .h2{
    font-size: 27px;
  }
  h3, .h3{
    font-size: 20px;
  }
  h4, .h4{
    font-size: 16px;
  }
  h5, .h5{
    font-size: 13px;
  }
  h6, .h6{
    font-size: 13px;
  }
  .res-qs, #relaciones, #gobierno{
    height: auto;
    padding: 120px 0;
  }
  .areas-negocio{
    padding: 200px 0;
  }
  .bg-height, .bg-height-70, .bg-height-50, .bg-height-30{
    overflow: visible;
    background-attachment: scroll !important;
  }
}
@media screen and (max-width:812px){
  .formulario{
    padding-top: 100px;
  }
  .logo img{
    min-width: 300px;
  }
  #hamburger{
    padding-top: 22px;
    padding-bottom: 17px;
  }
  .indicadores{
    margin-top: 86px;
  }
  .indicadores > div{
    height: 80vh;
  }
}
@media screen and (max-width:767px){
  .res-home.bg-height-30{
    height: auto;
  }
}
@media screen and (max-width:736px){
  #map-canvas {
    height: 650px;
  }
  .informacion img{
    height: auto;
  }
}
@media screen and (max-width:576px){
  .item img{
    height: 100vh!important;
    object-fit: cover;
  }
}
@media screen and (max-width:568px){
  #map-canvas {
    height: 400px;
  }
  .pl-sm-0{
    text-align: center;
  }
  .off-canvas ul.menu li a{
    font-size: 18px;
  }
  .resp-slider{
    height: 100vh!important;
  }
  .heg-img img, video{
    height: 100vh!important;
  }
  .areas-de-negocio, .quienes-somos{
    padding: 80px 0!important;
    text-align: center;
  }
}
@media screen and (max-width:440px){
  
}
@media screen and (max-width:414px){
  .indicadores {
    margin-top: 78px;
  }
}
@media screen and (max-width:360px){
  .logo img {
    min-width: 220px;
  }
  .indicadores {
    margin-top: 70px;
  }
}