﻿


* {
  box-sizing: border-box;
}

/*footer content footer always*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: rgb(81, 94, 102);
}

#sectionPrincipal {
  min-height: 100%;
  position: relative;
}

#section-equipa-main {
  padding-bottom: 162px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
}
/*End footer content footer always*/

/*DropDown*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  content: ">";
  float: right;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.navbarDropdown-menu {
  background: none;
  border: none;
  top: 80%;
}

.navbarDropdown-menu li {
  background: rgba(57, 62, 64, 0.9);
  border-radius: 15px;
  color: #fff;
}

.navbarDropdown-menu li a {
  color: #fff !important;
}

.navbarDropdown-menu li a:hover {
  background: inherit !important;
  border-radius: inherit !important;
  color: rgb(153, 188, 27) !important;
  border-bottom: none;
}

.btn-group a:hover {
  border-bottom: 1px solid rgb(153, 188, 27);
}
/*End DropDown*/
body {
  overflow-x: hidden;
}

.btn-option {
  border-radius: 30px;
  padding: 0;
  width: 80%;
  padding-top: 2%;
  padding-bottom: 2%;
  line-height: 14px;
}

.btn-option > span {
  line-height: 17px;
}

.btn-option i {
  float: right;
  font-size: 1.2em;
}

.btn-option i,
.btn-option span {
  vertical-align: middle;
}

.btn-option:nth-child(1) {
  margin-bottom: 10%;
  background: transparent;
  border: 2px solid rgba(50, 60, 62, 0.5);
}

.btn-option:nth-child(1) span,
.btn-option:nth-child(2) span {
  font-weight: 600;
}
.btn-option:nth-child(1) i {
    transform: rotate(90deg)
}

.btn-option:nth-child(1) span,
.btn-option:nth-child(1) i {
  color: rgb(191, 205, 46);
}

.btn-option:nth-child(2) {
  color: rgba(255, 255, 255, 0.9);
  background: rgb(50, 60, 62);
}

.btn-option:nth-child(3) {
    color: rgba(255, 255, 255, 0.9);
    background: rgb(50, 60, 62);
}

.btn-option:nth-child(4) {
    color: rgba(255, 255, 255, 0.9);
    background: rgb(50, 60, 62);
}

/**EQUIPA*/
.equipa-item {
  border: none;
  background: transparent;
}

.div-img-equipa-item {
  border: 1px solid blue;
  width: max-content;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 2px solid rgb(191, 205, 46);
}

.img-equipa-item {
  height: 125px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  object-fit: cover;
  object-position: center;
}

.name-equipa-item,
.cargo-equipa-item,
.linkidin-equipa-item {
  margin-bottom: auto !important;
}

.name-equipa-item {
  font-size: 1rem;
  /*text-transform: uppercase;*/
}

.cargo-equipa-item {
  font-size: 0.9rem;
}

.div-linkidin-equipa-item {
  margin-top: auto;
}

.line-separate {
  margin-top: auto;
  margin-bottom: auto;
}

.linkidin-equipa-item {
  border-radius: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  background: rgb(230, 230, 230);
  font-size: 0.9rem;
  color: #FFF !important;
}

    .linkidin-equipa-item div {
        /*display: inline-flex;*/
    }

.linkidin-equipa-item div:last-child {
  background: rgb(51, 146, 196);
  color: #fff !important;
  border-radius: 15px;
  width: 100%;
}


.equipa-item hr {
  width: 60%;
  margin-bottom: 5% !important;
  margin-top: 5% !important;
}

/**GRUA*/

#grua,
#element-hiden-under-grua {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.grua_lines {
  position: relative;
  z-index: -2;
}

.vl {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  width: 1%;
  height: 500px;
}

.vl_right {
  margin-top: 30%;
}

.vl_right .vl {
  height: 400px;
}

.vl_left {
  margin-right: 40%;
}

.vl_left .vl {
  height: 250px;
}

.grua_lines span {
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  right: 20% !important;
  top: 7%;
}

.grua_lines span:nth-child(2) {
  top: 30%;
}

.grua_lines span:nth-child(3) {
  top: 60%;
}

.vl_left .vl:nth-child(2),
.vl_right .vl:nth-child(2) {
  margin-top: 5rem !important;
}

.vl_right .vl:nth-child(2) {
  height: 200px;
}

/*SCROLL CONTROLL*/
.scroll-controll {
  height: 100% !important;
  display: none;
}

.scroll-controll div img {
  cursor: pointer;
}

.scroll-controll div:last-child {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari */
  transform: rotate(180deg);
}

#div_grua_lines {
  overflow-y: hidden;
  height: 700px;
}

.grua_lines {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#div-all-equipa-item {
  overflow-y: hidden;
}

.all-equipa-item {
  display: none;
}

/*MEDIA*/
@media (max-width: 991px) {
  #div-scroll-controll {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  #div-all-equipa-item {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /*BTN Option*/
  .btn-option {
    width: 100%;
  }

  .btn-option span {
    font-size: 0.8rem;
  }

  /*BTN Option End*/
}

@media (max-width: 1024px) {
  #section-equipa-main {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  /*Btn Option*/
  .btn-option {
    margin-bottom: 1% !important;
    width: 38% !important;
    text-align: center !important;
  }

  .btn-option:nth-child(1) {
    margin-right: 30px;

  }

  .buttons {
    display: flex;
    justify-content:center;
  }

  .btn-option span {
    margin-right: 1rem;
  }

  /*Btn Option End*/
  #elvador,
  #div_grua_lines,
  #div-scroll-controll {
    display: none;
  }

  #div-btn-option {
    margin-top: 0 !important;
  }
}

#all-equipa-item-Mobile {
  display: none;
}

@media (max-width: 768px) {
  #all-equipa-item-Mobile {
    display: block;
  }

    #all-equipa-item {
        /* display: none !important; */
        display: flex;
        padding-right: 0;
        margin-right: 0 !important;
        width: 100%;
        margin-left: 0px;
    }

  #div-btn-option > div {
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  body {
    background-image: url(../image/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -10px -150px;
  }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  body {
    background-image: url(../image/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -10px 100px;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    background-image: url(../image/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -10px 150px;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  body {
    background-image: url(../image/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -10px -50px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 375px) and (max-width: 480px) {
  body {
    background-image: url(../image/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -10px 50px;
  }
  .linkidin-equipa-item {
    width: 30%;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  body {
    background-image: url(../image/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -10px 50px;
  }
}
