body{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #3D4543;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
p, li{
    font-size: 16px;
    letter-spacing: 0.02rem;
    line-height: 26px;
    font-weight: 300;
    z-index: 1;
    margin: 0;
    padding-top: 10px;;
}
.p-small {
    font-size: 11px;
    color: rgba(255,255,255,.55);
}
h1{
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 72px;
    line-height: 72px;
    font-weight: 600;
    text-transform: uppercase;
}
h2{
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 5px solid #00BED6;
    display: inline;
    padding: 0 30px;
}
h3{
    font-size: 30px;
    font-weight: 100;
}
h4{
    font-size: 16px;
    letter-spacing: 0.04rem;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.seccion{
    border-top: 0;
    border-bottom: 5px solid #00BED6;
    color: transparent;
    padding: 0;
}
.white{
    color: #F5F5F5;
}
.black{
    color: #3D4543;
}
span{
    color: #00BED6;
}
a:hover{
    color: #3D4543;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-principal{
    font-family: 'Open Sans', sans-serif;
    color: #F5F5F5;
    text-transform: uppercase;
    letter-spacing: 1pt;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 32px;
    background-color: #00BED6;
    border: 4px solid #00BED6;
    border-radius: 15px;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.btn-principal:hover{
    background-color: transparent;
    color: #00BED6;
}
.btn-secundario{
    background-color: #3D4543;
    border: 4px solid #3D4543;
}
.btn-secundario:hover{
    background-color: transparent;
    color: #3D4543;
}
.btn-white{
    background-color: #F5F5F5;
    border: 4px solid #f5f5f5;
    color: #3D4543;
}
.btn-white:hover{
    background-color: transparent;
    color: #f5f5f5;
}
.btn-link{
    background-color: #D9D9D9;
    color: #3D4543;
    padding: 5px 7px;
    border-radius: 0 20px !important;
    margin: 5px;
}
.btn-link i{
    font-size: 1.2rem;
}
.btn-link:hover{
    background-color: #00BED6;
    color: #f5f5f5;
}
.link{
    padding: 0;
    text-align: start;
}
.link:hover{
    color: #00BED6;
}

/*BG*/
.bg-grey{
    background-color: #F5F5F5;
}
.bg-greydark{
    background-color: #D9D9D9;
}
.bg-blue{
    background-color: #00BED6;
}
.bg-black{
    background-color: #3D4543;
}
.bg-cont{
    background-image: url('/img/bg/bg-cont.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}
.bg-proyectos{
    background-image: url('/img/bg/bg-proyectos.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.bg-exito{
    background-image: url('/img/bg/bg-exito.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.dropdown-divider {
    border-top: 1px solid rgba(255,255,255,1);
    margin: 0;
}

/*CONSTRUCCIÓN*/
#bg-const{
    background-image: url("/img/bg-const.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
#bg-const .content{
    height: 100vh;
}

/*NAV*/
#menu{
    background-color: #f5f5f5;
    padding: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#menu .navbar-brand {
    padding: 0;
    margin-right: 18rem;
} 
#menu .navbar-brand img{
    width: 8vw;
}
/*MENÚ*/
#menu .navbar-nav{
    position: relative;
}
#menu .nav-link{
    font-size: 14px;
    padding: 4rem 0.5rem;
    cursor: pointer;
    border-bottom: 5px solid transparent;
    font-weight: 400;
}
#menu .navbar-nav .nav-link, #menu .navbar-nav .nav-link{
    color: #3D4543;
}
#menu .navbar-nav .active > .nav-link, #menu .navbar-nav .navbar-link.active, #menu .navbar-nav .show > .nav-link, #menu .navbar-nav .navbar-link.show{
    color: #00BED6;
    border-bottom: 5px solid #00BED6;
    font-weight: 600;
}
#menu .navbar-nav .nav-link:focus, #menu .navbar-nav .nav-link:hover {
    color: #3D4543;
    border-bottom: 5px solid #00BED6;
}
#menu .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
    padding: 0;
    font-size: 2rem;
}

/*SCROLL*/
.nav-scroll .navbar-brand img{
    display: none;
}
.nav-scroll .navbar-brand {
    background-image: url(/img/logo/icon.svg);
    background-repeat: no-repeat;
    width: 6vw;
    height: 7vh;
}
.nav-scroll .redes{
    display: none;
}
.nav-scroll .nav-link{
    padding: 1.5rem 0.5rem !important;
}

/*RRSS*/
.redes a, .redes-f a{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.redes .youtube{
    background-image: url('/img/icon/youtube.svg');
    background-repeat: no-repeat;
}
.redes-f .youtube{
    background-image: url('/img/icon/youtube-w.svg');
    background-repeat: no-repeat;
}
.redes .youtube:hover, .redes-f .youtube:hover{
    background-image: url('/img/icon/youtube-h.svg');
    background-repeat: no-repeat;
}
.redes .linkedin{
    background-image: url('/img/icon/linkedin.svg');
    background-repeat: no-repeat;
}
.redes-f .linkedin{
    background-image: url('/img/icon/linkedin-w.svg');
    background-repeat: no-repeat;
}
.redes .linkedin:hover, .redes-f .linkedin:hover{
    background-image: url('/img/icon/linkedin-h.svg');
    background-repeat: no-repeat;
}

/*CAROUSEL*/
#carouselIO{
    width:100%;
}
.carousel-caption {
    bottom: 10rem;
}

/*CAROUSEL IMG*/
#carouselIMG span{
    color: #F5F5F5;
    font-size: 2rem;
    background-color: #00BED6;
    border-radius: 0 20px;
    padding: 0 4px;
}
#carouselIMG button{
    background-color: transparent;
    border: 0;
}
#carouselIMG .carousel-caption{
    background-color: rgba(61, 69, 67, 1);
    mix-blend-mode: hard-light;
    text-align: left;
    bottom: 5rem;
}

/*CAROUSEL CLIENTES*/
.custom-tooltip{
    background-color: #00BED6;
}

/*BREADCRUMB*/
.breadcrumb li{
    color: #F5F5F5;
}
.breadcrumb-item.active {
    color: #F5F5F5;
}
.breadcrumb{
    margin: 0;
}

/*PROYECTOS SEECIÓN*/
.card {
    background-color: #F5F5F5;
    border: 0;
    border-radius: 0;
}
#proyectos .card-img-top {
    border-radius: 0;
}
#proyectos .card-body {
    padding: 0 0 0 1rem;
}

/*NOSOTROS*/
.img-nos{
    background-color: #D9D9D9;
    border-radius: 65px;
    width: 130px;
    height: 130px;
    padding: 30px;
    margin: auto;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.img-nos:hover{
    background-color: #3D4543;
}

/*EQUIPO*/
#equipo .card-img-overlay{
    visibility: hidden;
    background-color: rgba(61, 69, 67, 0.8);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#equipo .card:hover .card-img-overlay{
    visibility: visible;
    mix-blend-mode: hard-light;
    cursor: pointer;
}
#equipo .card-text{
    line-height: 20px;
    mix-blend-mode: normal;
}
#equipo .card-img-overlay a img{
    width: 15px;
    height: 15px;
}

/*PROYECTOS*/
.list-group{
    border-radius: 0;
}
.list-group-item{
    font-size: 16px;
    color: #3D4543;
    letter-spacing: 0.04rem;
    line-height: 28px;
    font-weight: 500;
    padding: .5rem 1rem;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item.active, .list-group-item.active:hover {
    color: #f5f5f5;
    background-color: #00BED6;
    border-color: #00BED6;
}
.list-group-item-action:hover {
    color: #f5f5f5;
    background-color: #3D4543;
}
#proyectosAll .nav-tabs {
    border-bottom: 0;
    font-size: 16px;
    color: #3D4543;
    letter-spacing: 0.04rem;
    line-height: 28px;
    font-weight: 500;
    z-index: 1;
    margin: 0;
}
#proyectosAll .nav-tabs .nav-link{
    padding: 0;
    background-color: transparent;
    border-color: transparent;
}
#proyectosAll .nav-tabs .nav-link:hover{
    color: #00BED6;
    border-color: transparent;
}
#proyectosAll .nav-tabs .nav-item.show .nav-link, #proyectosAll .nav-tabs .nav-link.active {
    color: #00BED6;
    background-color: transparent;
    border-color: transparent;
}
#proyectosAll .card-body {
    background-color: #D9D9D9;
    text-align: left;
}
#proyectosAll .card-body h4{
    margin: 0;
}
#proyectosAll .card-img{
    height: 200px;
}
#proyectosAll .card-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*DETALLE*/
#proy-detal ul, #proy-detal li{
    list-style: none;
    padding: 0;
}
#proy-detal .dropdown-divider {
    border-top: 1px solid rgba(61,69,67,0.4);
}
#proy-detal .col-7 img{
    object-fit: cover;
    width: 100%;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio-section{
    padding-bottom: 0;
}
.portfolio-section .section-heading p{
    color: #ddd;
}
.portfolio-items .col-lg-4{
    padding: 3px;
}
.portfolio-wrap{
    display: flex;
    align-items: center;
}
.portfolio-content{}
.portfolio-thumb img{
    width: 100%;
}
.portfolio-thumb{
    position: relative;
}
.portfolio-box {
    position: relative;
}
.portfolio-box .hover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-box .hover div{
    background-color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.portfolio-box:hover .hover{
    opacity: 1;
    visibility: visible;
}

/*

19.	Team Section

*/
.team-section {
  position: relative;
  padding: 120px 0px 90px;
  background: none;
  z-index: 2;
}

.team-section.no-padd-top {
  padding-top: 0;
}

.team-section .carousel-box {
  position: relative;
  margin: 0 -5px;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
}

.team-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.team-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 7px;
}

.team-block .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team-block .image-box .social-links {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding: 0px 5px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .inner-box:hover .social-links {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.team-block .image-box .social-links li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px;
}

.team-block .image-box .social-links li a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  background: #ffffff;
  color: var(--thm-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .image-box .social-links li a span {
  vertical-align: middle;
  line-height: 44px;
}

.team-block .image-box .social-links li a:hover {
  background: var(--thm-base);
}

.team-block .lower-box {
  position: relative;
  display: block;
  padding: 30px 0px 0;
}

.team-block .lower-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-weight: 400;
  color: var(--thm-text);
  padding-top: 5px;
  font-family: var(--thm-font);
}

.team-block .lower-box h5 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.05em;
  font-weight: 400;
  margin: 0;
}

.team-block .lower-box h5 a {
  color: var(--thm-black);
}

.team-block .lower-box h5 a:hover {
  text-decoration: underline;
}

.team-section .owl-theme .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  display: none;
}

.team-section .owl-theme .owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.team-section .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px;
}

.team-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #d3d3d4;
  border: 2px solid #d3d3d4;
  border-radius: 50%;
}

.team-section .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  border-color: var(--thm-base);
}

.team-three {
  padding-top: 120px;
  padding-bottom: 90px;
}

.team-three__about-two {
  background-image: url(../images/background/pattern-2.png);
}

.team-card-three {
  margin-bottom: 30px;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-card-three:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.team-card-three__inner {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.team-card-three__image img {
  width: 100%;
  -webkit-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
border-radius: 7px;
}
.team-card-three__image:hover img, .team-card-three__social:hover .team-card-three__image img  {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.team-card-three__hover,
.team-card-three__content {
  border: 1px solid #e9ebee;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.team-card-three__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.team-card-three:hover .team-card-three__content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.team-card-three__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.team-card-three:hover .team-card-three__hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.team-card-three__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.team-card-three__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f4f5f8;
  font-size: 16px;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.team-card-three__social a:hover {
  background-color: #00BED6;
}

.team-card-three__social li + li {
  margin-left: 10px;
}

.team-card-three__name {
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  color: var(--thm-black);
  letter-spacing: 0.1em;
  line-height: 1;
}

.team-card-three__designation {
  text-transform: uppercase;
  color: #686a6f;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-family: var(--thm-font);
}

/***

/*MODAL*/


/*FORM*/
.form-floating>.form-control, .form-floating>.form-select {
    padding: 22px 28px;
}
.form-control {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #3D4543;
    background-color: #D9D9D9;
    background-clip: padding-box;
    border: 1px solid #3D4543;
    border-radius: 0;
}
.form-floating>label {
    padding: 22px 28px;
}
textarea.form-control {
    min-height: calc(3.5em + 3.75rem + 2px);
}
.form-control:focus {
    font-weight: 400;
    color: #3D4543;
    background-color: #f5f5f5;
    border-color: #00BED6;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0,190,214,.25);
}
.alert{
    display: none;
}

/*VOLVER*/
.ir-arriba{
    padding: 2px 8px;
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 15px;
    color: #3D4543;
    font-size: 24px;
    background-color: #D9D9D9;
    border-radius: 10px;
    z-index: 1;
}
.ir-arriba:hover{
    background-color: #00BED6;
    color: #D9D9D9;
}

/*FOOTER*/
footer{
    box-shadow: rgba(50, 50, 93, 0.25) 0px -13px 27px -5px, rgba(0, 0, 0, 0.3) 0px -8px 16px -8px;
}
.footer-brand img{
    width: 6vw;
}

.convenios {
    border-top: 1px solid rgba(50, 50, 93, 0.25);
    border-width: 50%;
}
.convenios img{
    padding: 20px;
    width: 50%;
}
