/* General */

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
}

.site-container {
    background-color:#ffffff;
    margin-left: 0;
    margin-right: 0;
}

.container {
    margin-left: 0;
    margin-right: 0;
}

a {
    text-decoration: none;
    color: #444444;
}

a:hover {
    transition: .2s ease;
    color: 00ACCF;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2;
    color: #0074B5;
}

.sm-button {
    font-size: 15px;
    color: #ffffff;
    border: 2px solid #00ACCF;
    background-color: #00ACCF;
    padding: 5px 20px;
    text-align: center;
    display: inline;
    vertical-align: middle;
    border-radius: 20px;
}

.sm-button:hover {
    color: #ffffff;
    transition: .2s ease;
    filter: brightness(110%);
}
.sm-button:active {
    color: #ffffff;
    border: 2px solid #555555;
    background-color: #555555;
}

.sm-button > .fa-whatsapp {
    margin-right: 7px;
    vertical-align: middle;
}

.fa-instagram {
    font-size: 21px !important;
}

.fa-linkedin-in {
    font-size: 18px !important;
}


.hero, .about, .equipo, .areas, .areas-add, .contacto, .footer {
    position: relative;
    z-index: 2;
}

/* Hero */

.carousel {
    padding: 0;
}

.carousel-item {
    background-color: #0B3547;
}

/*.hero-img {
    height: 550px;
}*/

@media all and (max-width: 860px) {   
    .carousel-caption {
        position: relative;
    }
    
.carousel-item {
        height: 540px;
    }
    
    .d-none {
        display: block !important;
        width: 80%;
        margin: 20px 0;
    }
}

.carousel-caption > h1 {
    font-weight: 700;
}

.carousel-caption > p {   
}

.carousel-control-next, .carousel-control-prev {
    width: 3%;
}

.hero-button {
    font-size: 15px;
    color: #ffffff;
    border: 2px solid #00ACCF;
    background-color: #00ACCF;
    padding: 10px 25px;
    text-align: center;
    display: inline;
    vertical-align: middle;
    border-radius: 20px;
}

.hero-button:hover {
    color: #ffffff;
    transition: .2s ease;
    filter: brightness(110%);
}
.hero-button:active {
    color: #ffffff;
    border: 2px solid #555555;
    background-color: #555555;
}

.hero-button > .fa-whatsapp {
    margin-right: 10px;
    vertical-align: middle;
}


/* Acerca de */

.about {
    padding: 95px 0;
    background-color: #F4FBFF;
}

.about-h1 {
    font-size: 42px;
    color: #333333;
}

.about-wrap {
    max-width: 700px;
}

.about-img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.about-text {
    margin: 15px 0 0 30px;
}


/* Equipo */

.equipo {
    text-align: center;
    padding: 75px 0;
    margin: auto;
}

.equipo-h1 {
    color: #0074B5;
    padding-bottom: 50px;
}

.equipo-item {
    padding: 0 20px 20px 50px;
    z-index: 2;
}

.equipo-img {
    border-radius: 50%;
    max-height: 150px;
    margin-bottom: 10px;
}

.equipo-img-sm {
    border-radius: 50%;
    max-height: 100px;
    margin-bottom: 10px;
}

.equipo-contact {
}

.equipo-contact-buttons {
    display: inline-flex;
    list-style: none;
    padding: 0;
}

.equipo-contact-buttons > li {
    margin: 6px;
}

.equipo-contact-buttons > li > a:hover {
    color: #0074B5;
}

.equipo-contact-buttons > li > a > .fa-envelope {
    padding: 0;
}

.equipo-contact-buttons > li > a > .fa-instagram {
    font-size: 25px !important;
}

.equipo-contact-buttons > li > a > .fa-facebook {
    font-size: 24px !important;
}

.equipo-contact-buttons > li > a > .fa-linkedin-in {
    font-size: 22px !important;
}
/* Áreas */

.areas {
    background-color: #eee;
    padding: 75px 0 55px 0;
    position: relative;
}

.gradient-overlay {
    position:absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    height:130px;
    background: url(data:image/svg+xml;base64,alotofcodehere);
    background: -moz-linear-gradient(top,  rgba(238,238,238,0) 0%, rgba(238,238,238,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,0)), color-stop(70%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 70%);
    background: -o-linear-gradient(top,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 70%);
    background: -ms-linear-gradient(top,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 70%);
    background: linear-gradient(to bottom,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 70%);
}

.areas-button {
    font-size: 15px;
    padding: 5px 20px;
    text-align: center;
    display: inline;
    vertical-align: middle;
    border-radius: 20px;
    margin: 20px 10px 0 0;
    cursor: text !important;
} 

.areas-button:hover {
    transition: .2s ease;
    filter: brightness(110%);
}

.areas-1 {
    color: #ffffff;
    border: 2px solid #00ACCF;
    background-color: #00ACCF;
} 

.areas-2 {
    color: #F4FBFF;
    border: 2px solid #333;
    background-color: #333;
} 

.areas-3 {
    color: #0074B5;
    border: 2px solid #0074B5;
    background-color: #ffffff;
} 

.areas-add {
    background-color: #eee;
    padding: 5px 0 35px 0;
}

.areas-contact-button {
    text-align: center;
}

/* Contacto */

.contacto {
    padding: 75px 0;
    background-color: #ffffff;
}

.contacto-h1 {
    color: #0074B5;
    padding-bottom: 50px;
    text-align: center;
}

.mapa-centro {
    padding: 75px 0 75px 0;
}

.mapa-outer {
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 0;
}

.mapa {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 0;
}

.contact-info-col {
    padding: 0 30px;
}

.contacto-info {
    list-style: none;
    padding: 0;
}

.contacto-info > li {
    padding-bottom: 12px;
    display: inline-flex;
}

.contact-h3, .contact-h2 {
    padding: 20px 0 10px 0;
}

.fa-location-dot {
    font-size: 25px;
    vertical-align: middle;
    padding-right: 10px;
}

.fa-clock {
    font-size: 23px;
    vertical-align: middle;
    padding-right: 10px;
}

.fa-envelope {
    font-size: 25px;
    vertical-align: middle;
    padding-right: 10px;
}

.contacto-info > li > .fa-whatsapp {
    padding-right: 10px;
}

/* Nav */

.navbar {
    position: sticky;
    background-color: #ffffff;
    width:100%;
    z-index: 3;
    transition: 0.4s;
    overflow: hidden;
    padding: 0px;
    top: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}

.logo {
    max-width: 35px;
    transition: 0.4s;
}

.logo > a > img {
    width:100%;
    padding: 10px 0 10px 0;
    margin-left: 30px;
    }

.logo > a > img:hover {
    transition: .2s ease;
    filter: brightness(105%);
}

.navbar-middle, .navbar-right {
    display: flex;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    margin: 0;
    text-decoration: none;
}

.navbar-middle > li {
    padding-left:30px;
    padding-right: 30px;
}
.navbar-right > li {
    padding-left:0px;
    padding-right: 30px;
}

.navbar-middle, .navbar-right > li > a {
    color: #555555;
}

.navbar-middle-selected > li > a {
    border-bottom: 3px solid #333333;
    padding-bottom: 7px;
}

.navbar-middle > li > a:hover,
.navbar-right > li > a:hover {
    color: #00ACCF;
}

.navbar-middle > li > a:active,
.navbar-right > li > a:active {
    color: #333333;
}

.navbar-right > li > a > i {
    font-size: 17px;
}

#ham-menu-toggle {
  opacity: 0;
}

#ham-menu-toggle:checked~.ham-menu-btn>span {
  transform: rotate(45deg);
}

#ham-menu-toggle:checked~.ham-menu-btn>span::before {
  top: 0;
  transform: rotate(0);
    background-color: #ffffff;
}

#ham-menu-toggle:checked~.ham-menu-btn>span::after {
  top: 0;
  transform: rotate(90deg);
    background-color: #ffffff;
}

#ham-menu-toggle:checked~.ham-menu-box {
  visibility: visible;
  left: 0;
}

.ham-menu-btn {
    display: none;
  align-items: center;
  position: absolute;
  top: 30%;
/*  left: 88%;*/
  right: 7%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
}

.ham-menu-btn>span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition-duration: .25s;
}

.ham-menu-btn>span::before,
.ham-menu-btn>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition-duration: .25s;
}

.ham-menu-btn>span::before {
  content: '';
  top: -8px;
}

.ham-menu-btn>span::after {
  content: '';
  top: 8px;
}

.ham-menu-box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #0074B5;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  transition-duration: .25s;
  z-index: 1;
    text-align: center;
}

.ham-menu-item {
    display: block;
    padding: 12px 24px;
    transition-duration: .25s;
    color: #eeeeee;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.ham-menu-item:hover,
.ham-menu-item:active {
    color: #ffffff;
}

/* Footer */

.footer {
    background-color: #444444;
    font-size: 15px;
    color: white;
    padding: 20px 0 5px 50px;
}

.footer-text > p > a {
    color: white;
    text-decoration: underline;
}

.footer-text > p > a:hover {
    color: #00ACCF;
    text-decoration: underline;
}
.footer-text > p > a:active {
    color: #B2B2B2;
    text-decoration: underline;
}


/* Responsive */

@media screen and (min-width: 576px) {
    .body {
        font-size: 15px;
    }
    .navbar {
        padding: 10px 0px;
    }
}

@media screen and (max-width: 860px) {   
    .navbar-middle, .navbar-right {
        display: none;
    }
    .ham-menu-btn {
        display: flex;
    }
}

@media screen and (max-width: 992px) {
    .logo > a > img {
        margin-left: 0;
    }
    .navbar-middle > li {
        padding: 0 17px 0 17px;
    }
    .navbar-right > li {
        padding: 0 25px 0 25px;
    }    
    .navbar-right {
        padding-left: 0;
    }
}


@media all and (max-width: 576px) {

    .navbar-middle, .navbar-right {
        display: none;
    }

    .ham-menu-btn {
        display: flex;
    }
    .navbar {
    width:100%;
    z-index: 3;
    overflow: hidden;
    padding: 0px 0px;
    top: 0;
}
    
    .footer {
        padding: 20px 0 5px 20px ;
    }
}


/* Whatsapp */

.chat-btn {
    position: fixed;
    right: 14px;
    bottom: 30px;
    cursor: pointer;
    z-index: 4;
}

.chat-btn .close {
    display: none
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: none;
    font-size: 22px;
}

#check:checked~.chat-btn .fa-whatsapp {
    display: none
}

.fa-whatsapp {
    font-size: 30px;
    display: inline;
    vertical-align: middle;
}

.header-user > h6 {
    font-weight: 700;
}

.header-user > h7 {
    font-size: 12px;
    
}
.user-logo {
    width: 20%;
    height: 20%;
    margin: 0px 10px 10px 10px;
    border-radius: 50%
}

.chat-btn i {
    font-size: 38px;
    color: #fff !important;
    display: inline;
    vertical-align: middle;
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #25D366;
    color: #fff;
    font-size: 22px;
    border: none
}

.wrapper {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 300px;
    background-color: #ECE5DD;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,.2);
}

#check:checked~.wrapper {
    z-index: 4;
    opacity: 1
}

.header {
    padding: 13px;
    background-color: #075E54;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    line-height: 1;
}

.chat-form {
    padding: 15px
}

.chat-form input,
textarea,
button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none
}

.form-control:focus,
.btn:focus {
    box-shadow: none
}

.btn,
.btn:focus,
.btn:hover {
    background-color: #25D366;
    border: #25D366;
    font-size: 15px;
    display: block;
    display: block;
    border-radius: 40px;
    width: 100%;
}
    
.btn:hover {
    transition: .2s ease;
    filter: brightness(105%);
}

#check {
    display: none !important
}

.btn > h7 {
    margin: auto;
    padding: 10px;
    display: inline;
    vertical-align: middle;
}

.body-container .inner-chat-container.reveal {
    opacity: 1;
    transform: translateY(0px);
}

.body-container .inner-chat-container {
    display: flex;
    flex-direction: row;
    padding: 20px;
    transition: 0.2s;
}

.body-container .inner-chat-message {
    width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 13px solid transparent;
  border-top: 14px solid var(--border-color,#fff);
  border-radius: 5px;
}


.body-container .inner-chat-message-text {
   margin-bottom: 30px;
   margin-left: -15px;
   padding: 10px;
   width: 250px;
   height: fit-content;
   background-color: white;
   border-radius: 10px;
   overflow: hidden;
   line-height: 1.5;
}
