/**
* Template Name: Bocor - v2.0.0
* Template URL: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "HelveticaNeue-Light", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 18px;
  color: #312D2A;
}

a {
  color: #FEDC78;
}

a:hover {
  color: #fdd067;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'HelveticaNeue', Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 900;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #1A2E40;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  transition: all ease-in-out 0.3s;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #FEDC78;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 50px; border:2px solid black;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 16px 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler-icon,
.navbar-scroll .navbar-brand {
  color: #fff;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler-icon,
.navbar-scrolled .navbar-brand {
  color: #fff;
}

/* Color of the navbar AFTER scroll */
.navbar-scroll,
.navbar-scrolled {
  background-color: #cbc5b1;
}

.mask-custom {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.149);
}

.navbar-brand {
  font-size: 34px;
  font-family: "Biome";
}

.navbar-scrolled .navbar-toggler-icon {
  color: red !important;
}

@media (max-width: 987px) {
  .navbar-brand {
    font-size: 24px;
  }
}
@media (max-width: 770px) {
  img {
    display: none;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  padding: 0 0 0 0; 


}

#hero h1 {
  margin: 0 0 15px 0;
  font-size: 32px;
  color: #1A2E40;
  font-family: 'HelveticaNeue', Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#hero h2 {
  color: #1A2E40;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  font-weight: bold;
  font-family: 'HelveticaNeue'; 
}

#hero .btn-get-started {
  color: #312D2A;
  border-radius: 50px;
  padding: 5px 15px 5px 15px;
  border: 2px solid #E3BE46;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  background: #E3BE46;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #fff;
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background: linear-gradient(180deg, rgba(246, 247, 249, 0.961) 60%, #fff 100%);
}


.section-title {
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'HelveticaNeue'; 
  color: #312D2A;
}


.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 10px;
  background: #FEDC78;
  bottom: 0;
  left: calc(50% - 80px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 17px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 80px;
  margin-top: 5px;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 120px;
}



.clients .client-logo:hover img {
  transform: scale(1.2);
}

.clients img {
  transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
  .clients .client-logo img  {
    display: block;
  }
}

/*--------------------------------------------------------------
# Tecnologias
--------------------------------------------------------------*/
.tec {
  padding: 80px;
  margin-top: 5px;
}

.tec .tec-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 120px;
}

.tec .tec-logo img {
  width: 70%;
  height: 60%;
}

.tec img {
  transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
  .tec .tec-logo img {
    display: block;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #312D2A;
}

.about .content p {
  margin-bottom: 0;
}

.about .content .icon-box {
  margin-top: 25px;
}

.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #1A2E40;
}

.about .content .icon-box h4 a {
  color: #1A2E40;
  transition: 0.3s;
}

.about .content .icon-box h4 a:hover {
  color: #FEDC78;
}

.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #FEDC78;
}

.about .content .icon-box p {
  font-size: 18px;
  color: black;
  margin-left: 60px;
}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}




@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {

  margin-top: 5px;
}

.services .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  background: transparent;
}

.services .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.services .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.services .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  font-size: 23px;
}

.services .card-title a {
  color: #312D2A;
  transition: 0.3s;
}

.services .card-text {
  color: #5e5e5e;
  font-size: 18px;
}

.services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.services .read-more a:hover {
  color: #FEDC78;
}

.services .card:hover img {
  transform: scale(1.1);
}

.services .card:hover .card-body {
  border-color: #FEDC78;
}

.services .card:hover .card-body .card-title a {
  color: #1A2E40;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content + .content {
  margin-top: 100px;
}

.features .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #312D2A;
}

.features .content ul {
  list-style: none;
  padding: 0;
}
.features .content dl {
  list-style: none;
  padding: 0;
}

.features .content ul li {
  padding-bottom: 10px;
}
.features .content dl dt {
  padding-bottom: 10px;
}

.features .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #FEDC78;
}
.features .content dl i {
  font-size: 20px;
  padding-right: 4px;
  color: #FEDC78;
}

.features .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
}

.team .member .pic {
  margin-bottom: 15px;
  width: 200px; 
  height: 200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.team .member .pic img {
  max-width: 100%;

  
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #213b52;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #5289ba;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #fdc134;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

@media (max-width: 768px) {
  .team .member .pic img {
    display: block;
  }
  .team .member .pic {
    max-height: 260px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../img/fondo-footer.png") center center no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(26, 46, 64, 0.7);
  color: #fff;
  font-size: 21px;
 
}


#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10px 0;
}

#footer .footer-top h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: 'HelveticaNeue-CondensedBlack', Helvetica, Arial, "Lucida Grande", sans-serif; 
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 18px;
  font-style: semi-bold;
  margin: 14px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 21px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #FEDC78;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #fcb102;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1A2E40;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fcb102;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #C2E1D7;
  z-index: 2;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}

#footer .copyright {
  text-align: left;
  float: left;
  font-size: 12px;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    padding: 5px;
    float: none;
    text-align: left;
  }
}






/* -------------------------------- BOTON --------------------------------*/


 .btn-info-gradiant {
    background: #D4AF37;
    background: linear-gradient(to bottom, #D4AF37 0%, #C5A028 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4AF37), color-stop(100%, #C5A028));
    background: -webkit-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -moz-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -o-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -ms-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4AF37', endColorstr='#C5A028', GradientType=0);
    border: 1px solid #B69119;
    box-shadow: inset 0 1px 0 #E3BE46;
    -webkit-box-shadow: inset 0 1px 0 #E3BE46;
    -moz-box-shadow: inset 0 1px 0 #E3BE46;
  border: 0px;
  color: #ffffff;
  }
.btn-info-gradiant:hover {
  background: #E3BE46;

  }
   .btn-md {
  font-size: 18px;
  }


/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel {
  height: 38vh;
  margin-top: 50px;
}

.carousel-caption {
  top: 20%;
  left: 20%;
  bottom: auto;
  text-align: left;
  float: left;
}

.carousel-caption h1 {
  font-size: 20px;
  font-weight: 900;
  color: black;
  margin-bottom: 0;
  width: 50%;
}

.carousel-caption p {
  font-size: 18px;
  color: black;
  margin-bottom: 0;
  width: 50%;
}



.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
 
}

.carousel-inner {
  background-color: #F6F7F8;
  display: flex;
  flex-direction: column;
  height: 75vh;
}

.carousel-item img {
  display: block;
  float: right;
  min-width: 150px;
  max-width: 100%;
  margin-right:12%;
}




/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .carousel-caption {
    top: 90%;
  }
  .carousel-caption h1 {
    width: 100%;
  }
  
  .carousel-caption p {
    width: 100%;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .carousel-caption {
    top: 90%;
  }

  .carousel-caption p {
    font-size: 24px;
    width: 100%;
  }
  .btn {
    font-size: 21px;
    width: 100%;
  }
  .carousel-control-next,
  .carousel-control-prev /*, .carousel-indicators */ {
    display: none;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 480px) {
  .carousel-caption {
    top: 90%;
  }
  .carousel-caption h1 {
    font-size: 24px;
    width: 100%;
  }
  
  .carousel-caption p {
    font-size: 21px;
    width: 100%;
  }
  .btn {
    font-size: 14px;
  }
  .carousel-control-next,
  .carousel-control-prev /*, .carousel-indicators */ {
    display: none;
}
}




 /*** Service Custom ***/
 .service-item {
  position: relative;
  padding: 15px 5px;
  overflow: hidden;
  transition: .5s;
}
/********************************
.service-item:hover {
  margin-top: -15px;
  padding-bottom: 60px;
  background: #1A2E40;
} */

.service-item .service-icon {
  margin: 0px 10px 20px 20px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  background-color: #1A2E40;
  border-radius: 50%;
  background-size: contain;
  transition: .5s;
}

.service-item:hover .service-icon {
  color: var(--dark);
  background-color: #fad259;
  background-size: contain;
}

.service-item h5,
.service-item p {
  transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
  color: black;
}

.service-item a.btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #1A2E40;
  background: #FFFFFF;
  border-radius: 40px 40px 0 0;
  transition: .5s;
  z-index: 1;

}

.service-item a.btn:hover {
  color: var(--dark);
  background: var(--secondary);
}

.service-item:hover a.btn {
  bottom: 0;
}

.hide {
  display: none;
}

.myDIV {
  color: #1A2E40;
}
.myDIV:hover + .hide{
  display: block;
}

@media (max-width: 768px) {
  .service-item .service-icon img {
    display: block;
  }
}
/******** Vertical Line Nosotros ******/
.vl {
  border-left: 15px solid #FEDC78;
  
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:130px;
	right:6px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}