/*.header {position: absolute;}*/
main{
  max-width: 100% !important;
  padding: 0 !important;
  position: relative !important;
  padding: 2%;
}
body{background: #fff !important;}

#d-menu-logo{
  margin-top: 12%;
}
#i-logo{  
  animation: fade-in 0.7s ease-in forwards;
  animation-duration: 3s;  
}

#d-menu-home{
	margin-top: 5%;
  position: absolute;
  bottom: 5%;
  padding: 0% 6%;
}

#d-menu-home div{
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 0;
}

#d-menu-home div a{
	display: block;
	background: #fff;
	border-radius: 10%;
	height: 10vh;
	text-decoration: none;
  border: none;
  padding: 1vh;
  font-size: 1.6vh;
  color: #14586e;
  box-shadow: 7px 3px 6px 1px rgba(0, 0, 0, 0.74);
  cursor: pointer;
  outline: none;
  transition: 0.2s all;
}

#d-menu-home div a:active {
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}

.item-carrousel-home{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: calc(100vh - 55px);
}



.carousel-caption{
  right: 0%;
  left: 0%;
  bottom: 0;
  top: 0vh;
  background: rgba(0, 0, 0, 0.4);
}
.carousel-control-next, .carousel-control-prev{ width:10% }

.btn-bonce {
  display: block;
  text-decoration: none;
  border: none;
  background: transparent;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: .8rem;
  font-weight: 400;
  color: #14586e; 
  position: relative;
  z-index: 1;
  overflow: hidden;
  animation-duration: 1s;
  animation-direction: alternate;
}

.icon-home{
  width: 100%;
}
.icon-home .hover{
  display: block;
  width: 9vh;
  height: 9vh;
  border: none;
  padding: 0;
  background-image: linear-gradient(to bottom, #1b63a7, #006da6, #0076a1, #007e9a, #0d8491);
  border-radius: 100%;
  position: relative;
  margin-bottom: 10%;
  z-index: 1;
  overflow: hidden;
  animation-duration: 1s;
  animation-direction: alternate;
}

.icon-home .hover img{
  width: 100%;
  display: inline-block;
  position: relative;
  max-width: 6vh;
  height: 6vh;
  margin-top: 12px
}
.sub-titulo{
  color: #fff;
}

.carousel-inner::after{
  background-color: rgba(0, 0, 5, 0.9);
}

.btn-bonce:focus  .icon-home .hover{
  content: "";
  background: #00214d;
  display: block;
}
.btn-bonce:focus .sub-titulo{

}
.btn-bonce .icon-home:hover::after {
  transition: all 0.3s ease-out;
  transform: skewX(45deg) scale(1, 1);
}
.btn-bonce .icon-home:focus::after {
  transition: all 0.3s ease-out;
  transform: skewX(45deg) scale(1, 1);
}


.slide-eventos .owl-controls{display: block !important;}
.slide-eventos .fa{font-size: 20px; width: 50px; height: 50px;}
.slide-eventos.owl-carousel .owl-item img{display: inline;}
.slide-eventos .owl-prev{left: -5px;} 
.slide-eventos .owl-next{right: -5px;}

section.module.parallax{display: none !important;}

.initialBlock {
    position: absolute;
    width: 1070px;
    height: auto;
    min-height: 400px;
    display: block;
    padding: 40px 40px 0;
    top: 170px;
    left: calc(50% - 535px);
    z-index: 1;
    background: 0 0;
}
#frase-home {
    font-size: 50px;
    color: #ffffff;
}
#frase-homeSmall {
    font-size: 20px;
    color: #ffffff;
}

#intro {
    min-height: auto!important;
}
.intro {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #000;
}
.intro.colour-background {
    background: #5091da;
}
.intro.image-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.intro.image-background .overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #5091da;
    opacity: .93;
    filter: alpha(opacity=93);
    z-index: 2;
}
.intro a, .intro a:focus, .intro a:hover {
    color: #fff;
}

@media screen and (max-width: 1080px){
  .initialBlock{width: 100%;  left: 0;padding-left: 10%; min-height: 250px;}
  #frase-home {font-size: 30px; }
  #frase-homeSmall { font-size: 16px; }
}

@media screen and (max-width: 767px){
  .initialBlock{top: 100px;}
}

@media screen and (max-width: 556px){
  #frase-home{text-align: center;}
  #frase-homeSmall{text-align: center;}
}