@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}
body {
  background: #081a40;
}
.section-padding {
  padding: 100px 0;
}
.carousel-item {
  height: 100vh;
  min-height: 300px;
}
.carousel-caption {
  bottom: 220px;
  z-index: 5; /* tiempo de carrucel*/
}
.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}
.carousel-caption p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}
.carousel-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.navbar .getstarted {
  background: #106eea;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  color: #c6ddec;
  text-decoration: none;
  padding: 0.5rem 1rem;
  line-height: 2.3;
}
.navbar-nav a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar-light .navbar-brand {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #000;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #0b4fd9;
}
.w-100 {
  height: 100vh;
}
.navbar-toggler {
  padding: 5px 5px;
  font-size: 23px;
  line-height: 0.8;
  background: #081a40;
}
.navbar-toggler i {
  color: #fff;
}
.portfolio .card {
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.team .card {
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .card-body i {
  font-size: 50px;
}
.team .card-body i {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    bottom: 370px;
  }
  .carousel-caption p {
    width: 100%;
  }
  .card {
    margin-bottom: 30px;
  }
  .img-area img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
  }
  .carousel-caption {
    bottom: 125px;
  }
  .carousel-caption h5 {
    font-size: 17px;
  }
  .carousel-caption a {
    padding: 10px 15px;
    font-size: 15px;
  }
  .carousel-caption p {
    width: 100%;
    line-height: 1.6;
    font-size: 12px;
  }
  .about-text {
    padding-top: 50px;
  }
  .card {
    margin-bottom: 30px;
  }
}

#fondo {
  background-color: #081a40;
  /* 
	background:
    linear-gradient(217deg, rgba(11, 79, 217, 0.9), rgba(11, 79, 217, 0) 70.71%),
    linear-gradient(127deg, rgba(232, 226, 44, 0.8), rgba(232, 226, 44, 0) 70.71%),
    linear-gradient(336deg, rgba(8, 26, 64, 0.8), rgba(8, 26, 64, 0) 70.71%);
	*/
}

/* ::::::::::::::::::::::::::::card icon:::::::::::::::::::::::::::::::: */

.cart-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#card {
  font-size: 24px;
  color: #fff;
}

#card:hover {
  color: #0b4fd9;
}

#navcar {
  color: #081a40;
}

/* Estilos para dispositivos móviles */
@media (max-width: 767px) {
  .cart-icon {
    position: static;
    margin-top: 10px;
    text-align: center;
    transform: none;
  }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* #card {
  color: #fff;
  width: 180px;
  height: 180px;
}
#card:hover {
  color: #0b4fd9;
} */

#formcont {
  border-radius: 20px;
}

#cardserv {
  /* background: #081A40; */

  background: linear-gradient(
      217deg,
      rgba(1, 38, 35, 0.9),
      rgba(11, 79, 217, 0) 70.71%
    ),
    linear-gradient(
      127deg,
      rgba(3, 127, 140, 0.8),
      rgba(232, 226, 44, 0) 70.71%
    ),
    linear-gradient(336deg, rgba(3, 166, 136, 0.8), rgba(8, 26, 64, 0) 70.71%);
  /* opacity: .2;*/
  border-color: #81d97e;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 1px rgba(129, 217, 126, 0.8);

  text-shadow: 1px 1px 2px black;
}

.textcard {
  position: absolute;
}

#cardperson {
  background-color: #009494;
  box-shadow: 10px 10px 10px 0px rgba(237, 238, 237, 0.8);
  text-decoration-color: #81d97e;
  /* border-radius: 10px; */
  text-shadow: 1px 1px 2px black;

  /* bordes */
  padding: 1px 20px;
  border: PowderBlue 1px double;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 430px; 
  min-width: 420px;
  max-height: 660px;
  min-height: 660px;


}

#s1 {
  position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; gap: 10px;
}
#s2{
  color: #fff;
}
/* :::::::::::efecto de botones redes sociales cardperson::::::: */
#w:hover {
  /* color: #fff;
  border-radius: 50%;
  background-color: #333;
  text-align: center;
  padding: 5px; */

  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 15px 15px #25d366;
  -webkit-box-shadow: 0px 0px 15px 15px #25d366;
  background-color: #25d366;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

#t:hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 15px 15px #000;
  -webkit-box-shadow: 0px 0px 15px 15px #000;
  background-color: #000;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
#f:hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 15px 15px #3b5998;
  -webkit-box-shadow: 0px 0px 15px 15px #3b5998;
  background-color: #3b5998;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
#tw:hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 15px 15px #00acee;
  -webkit-box-shadow: 0px 0px 15px 15px #00acee;
  background-color: #00acee;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
#l:hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 15px 15px #0e76a8;
  -webkit-box-shadow: 0px 0px 15px 15px #0e76a8;
  background-color: #0e76a8;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
#in:hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 15px 15px #feda75;
  -webkit-box-shadow: 0px 0px 15px 15px #d62976;
  background-color: #962fbf;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
#tl:hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 15px 15px #a19679;
  -webkit-box-shadow: 0px 0px 15px 15px #0088cc;
  background-color: #ffffff;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  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;
}

/* :::::::::::::::::::::social.php:::::::::::::::::::::::::::::::::::::  */

.icon-bar {
  position: fixed !important;
  top: 50%;
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 20px;
}
.icon-bar a:hover {
  background: #222;
}
.icon-bar .facebook {
  background: #3b5998;
}
.icon-bar .twitter {
  background: #55acee;
}
.icon-bar .google {
  background: #bb0000;
}
.icon-bar .tiktok {
  background: #00f2ea;
}
.icon-bar .youtube {
  background: #bb0000;
}

/* para dispositivos mobiles */

@media (max-width: 768px) {
  #cardpersontext {
    padding-bottom: 100px; /* Ajustar el espacio inferior para móviles */
  }
  .socials {
    bottom: 20px; /* Ajustar la posición inferior para móviles */
    gap: 5px; /* Reducir el espacio entre iconos para móviles */
  }
  
}

/* ---------------------------------------------------------------------------------------------------------------- */



/* :::::::::::::::::::::::::::: footer ::::::::::::::::::::::::::::: */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.containerF {
  max-width: 1770px;
  margin: auto;
  padding: 0 20px;
  
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul {
  list-style: none;
}
.footer {
  background: linear-gradient(to right, #2d2200, #00093c);
  padding: 70px 0;
}
.footer-col {
  width: 20%;
  padding: 0 5px; /*<--------------------------- */
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

.designer {
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
}

.designer:hover {
  color: #0b4fd9;
  text-decoration: none;
  font-weight: bolder;
}

/* --------------------form footer------------------------ */

.modern-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #a1b4d4, #f5f7fa);
  padding: 20px;
  border: 1px solid #d1d8e0;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modern-form i {
  font-size: 24px;
  margin-right: 10px;
  color: #fff;
}

.modern-form input[type="text"] {
  padding: 12px;
  border: 1px solid #d1d8e0;
  border-radius: 5px;
  margin-right: 10px;
  width: 250px;
  background-color: #fff;
}

.modern-form a:hover {
  background-color: #3b4a6b;
}

.btn{
  color: #fff;
}


/*responsive*/
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}

/* ______________________________________________________________________________ */

/* Estilos opcionales para la lista desplegable */
.nav-item .dropdown-menu {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.nav-item .dropdown-item {
  color: #333;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.nav-item .dropdown-item:hover {
  background-color: #e9ecef;
  color: #0b4fd9;
}

/* ------------------------------------------------------ */






