/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

*:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.logotipo {
 /*left: 45%;
 position: absolute;
 top: 1%;*/
 position: absolute;
 margin-top: -100px;
}

.logotipo img {
  width: 148px;
  height: auto;
}

.limit  {
 /*background:  rgba(0,0,0,0.1);*/
 width: 100%;
 max-width: 1600px;
 margin: 0  auto;
}

.content-portada {
  max-width: 700px;
  padding: 8% 0 13%;
  width: 60%;
}

.content-portada .titulo-portada {
  font-size: 5em;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'PT Serif', serif;
    color: #263f46;
    line-height: 1.1;
}

.content-portada .titulo-portada .subtit{
  font-weight: 400;
  font-size: 0.5em;
  color: #eca795;
  display: block;
  font-family: Nanum Gothic Coding, sans-serif;
}

.content-portada .descripcion  {
  font-size: 1.8em;
  color: #f1f1f1;
  font-weight:  300;
  line-height:  1.2;
  color: #263f46;
}

.content-portada .boton  {
 border: 1px solid #eca795;
 background: #eca795;
 padding: 15px 40px;
 color: #fff;
 text-transform: uppercase;
 border-radius: 20px;
}

.content-video {
 width: 90%;
 padding: 100px 0 0px 0;
 box-sizing: border-box;
}


.content-video h2.titulo {
 font-size: 1.8em;
 font-family: 'PT Serif', serif;
 color:  #90bab9;
 line-height: 1.2;
}

.content-video h2.titulo .subtit{
  font-weight: 400;
  color:  #90bab9;
  display: block;
  font-size: 0.6em;
  font-family: Nanum Gothic Coding, sans-serif;
  line-height: 1.4;
  margin-top: 14px;
}

/*TEAM*/
section.sec {
    padding: 20px 0px;
    position: relative;
}
.sm-title {
}
.title, .title h3 {
    font-size: 22px;
    color: #2b4d7a;
    font-weight: 700;
    line-height: 1.2em;
}
/*
.sm-title h3 {
    margin-bottom: 20px;
}
.title, .title h3 {
    font-size: 22px;
    color: #2b4d7a;
    font-weight: 700;
    line-height: 1.2em;
}*/
.owl-nav .owl-prev, .owl-nav .owl-next {
    top: 40%;
    position: absolute;
    border-radius: 40px !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
}
.owl-nav .owl-prev {
    left: -5%;
}
.owl-nav .owl-next {
    right: -5%;
}
#staff .owl-nav .owl-prev i, .owl-nav .owl-next i {
    color: #fff;
    font-size: 20px;
    position: relative;
    left: 0px;
}
.box-b {
  background-color: #FEFBF4;
  border-bottom: 1px solid #90bab9;
  border-radius: 4px;
  box-shadow: 0 5px 10px #91BBBA;
  cursor: pointer;
  height: auto;
  padding: 15px;
  position: relative;
  transition: all .2s ease-in-out;
  width: 98%;
  margin: 5px auto;
}
.box-b .box-img {
    margin-bottom: 15px;
}
.staff .box-img img {
    height: 145px;
    width: 145px !important;
    margin: auto;
    border-radius: 90px;
}
.box-b h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 22px;
    font-family: 'PT Serif', serif;
    color:  #90bab9;
}
.box-b p {
    line-height: 1.4;
    font-size: 18px;
    color: #343a40;
    text-align: center;
    margin-bottom: 0px;
}

/*, .owl-carousel button.owl-dot */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #385B5A !important;
}

.owl-nav button.owl-prev {
 left: -8%;
}

button.owl-prev svg {
 /*fill: #385B5A;*/
 max-height: 40px;
  max-width: 40px;
  text-align: center;
  margin-left: 7px;
  margin-top: 2px;
}

.owl-nav button.owl-next {
 right: -8%;
}

button.owl-next svg {
 /*fill: #385B5A;*/
 max-height: 40px;
 max-width: 40px;
 text-align: center;
 margin-left: 7px;
 margin-top: 2px;
}

.owl-dots {
 text-align: center;
}

.owl-dot span {
    background: #90bab9;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    border-radius: 100%;
}

.owl-dots .active span {
    background: #385B5A !important;
}

.content-share h4 {
    font-size: 18px;
    font-weight: 300;
    color: #263f46;
    font-family: "PT Serif",serif;
}

a {
  text-decoration: none !important;
}

.social-share-btns-container {
  text-align: center;
  width: 100%;
}

.social-share-btns {
  display: inline-block;
  overflow: hidden;
}
.social-share-btns .share-btn {
  float: left;
  margin: 0 5px;
  padding: 8px 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.share-btn {
  background-color: #95a5a6;
}
.share-btn:hover {
  background-color: #798d8f;
}

.share-btn-twitter {
  background-color: #00aced;
}
.share-btn-twitter:hover {
  background-color: #0087ba;
}

.share-btn-facebook {
  background-color: #3b5998;
}
.share-btn-facebook:hover {
  background-color: #2d4373;
}

.share-btn-linkedin {
  background-color: #007bb6;
}
.share-btn-linkedin:hover {
  background-color: #005983;
}

.share-btn-reddit {
  background-color: #ED001C;
}
.share-btn-reddit:hover {
  background-color: #ba0016;
}

.share-btn-mail {
  background-color: #f1c40f;
}
.share-btn-mail:hover {
  background-color: #dab10d;
}


.footer {
 width: 100%;
 padding: 10px 0;
}

.content-footer {
 max-width: 600px;
 width: 100%;
 margin: 0 auto;
}

.content-footer p{
  font-size:13px;
  text-align: center;
}


/*[MODAL CSS]*/
/*
html {
  width: 100%;
  height: 100%;
  display: table;
}*/

.modal-body {
  padding: 0;
  margin: 0;
}

.close {
  color: white;
  position: absolute;
  /* background: blue !important; */
  border: 0;
  top: 0;
  z-index: 99999;
  right: 3%;
  float: none;
  opacity: 1;
  font-size: 40px;
  font-weight: 400;
}

.modal-footer {
  text-align: initial;
}

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}

.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 0.97;
  filter: alpha(opacity=97);
}

.modal-fullscreen {
  background: transparent;
  display: none;
}

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.btn-close-modal {
 position: fixed;
 top: 25px;
 right: 0;
}

#btnFullScreen {
 display: none;
}

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 100%;
  }
}

@media screen and (max-width: 1600px){
  .limit {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; 
  }
}

@media screen and (max-width: 600px){ 
  
  #btnFullScreen { 
    display: initial  !important;
  }
  
  #btnFullScreenDesktop {
   display: none  !important;
  }
  .body-container-wrapper .dnd_area-row-0-background-image {
    background-image: url('https://www.grows.pro/hubfs/bg-portada-mobile.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;*/
  }
  
  .content-portada {
    width: 100%;
    padding: 20px 30px;
  }
  
  .content-portada .titulo-portada {
    font-size: 3em;
  }
 
  .logotipo {
      margin-top: 0;
      position: inherit;
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
  }
  
  .content-portada .descripcion {
    font-size: 1.3em;
  }
  
  .content-portada .boton {
    padding: 15px 30px;
    font-size: 14px;
  }
  
  div#hubspot-messages-iframe-container {
   display: none !important;
  }
  
  .content-video {
    box-sizing: border-box;
    padding: 30px 10px 0 10px;
    width: 100%;
  }
  
  .content-video h2.titulo {
    font-size: 1.8em;
    line-height: 1.1;
  }
  
  .content-video h2.titulo .subtit {
      font-size: .6em;
      font-weight: 400;
      line-height: 1.4;
      margin-top: 14px;
  }
  
  .owl-nav button.owl-prev {
   left: -4%;
  }
  .owl-nav button.owl-next {
   right: -5%;
  }
  
  .social-share-btns .share-btn {
    font-size: 13px;
    margin: 0px 5px;
    padding: 8px 11px;
  }
  
  .content-footer {
    padding: 0 5px;
    box-sizing: border-box;
  }

}