/**
* Template Name: OnePage
* Updated: Mar 09 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #575757;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

/* COLOR Facultades FONDOS*/
.bghum{background-color:#EE4448;color:#FFF;}
.bgayv{background-color: #393;color:#FFF;}
.bgeco{background-color: #215E9A;color:#FFF;}
.bgexa{background-color: #85D8F3;color:#FFF;}
.bging{background-color: #9A79F2;color:#FFF;}

/* COLOR Facultades TEXTOS*/
.colorhum {color:#EE4448;}
.colorayv{color: #393;}
.coloreco{color: #215E9A;}
.colorexa{color: #85D8F3;}
.coloring{color: #9A79F2;}

/*Fin facultades*/


.table-info {
	    --bs-table-bg: #e4f7ff !important;
}

html {
  scroll-padding-top: 120px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0.9375rem;
  bottom: 0.9375rem;
  z-index: 996;
  background: #FF5252;
  width: 2.5000rem;
  height: 2.5000rem;
  border-radius: 0.2500rem;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 1.7500rem;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #FF5252;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 1.8750rem);
  left: calc(50% - 1.8750rem);
  border: 0.3750rem solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 3.7500rem;
  height: 3.7500rem;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 48.0000rem) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: url(../img/hero-bg.jpg) center center;
  border-bottom: 0.0625rem solid #b3d5eb;
  transition: all 0.4s ease;
  z-index: 997;
  padding: 1rem 1.8rem 1rem 0.7rem;
}

#header:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -99;
}


#header.scrolled {
  background: url(../img/hero-bg.jpg) center center;
  border-bottom: 0.0625rem solid #b3d5eb;
}

#header.scrolled:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
	z-index: -99;
}

#header .nav-link {
  color: #474646; /* Ajustá según el fondo */
  transition: color 0.3s;
}

#header .nav-link:hover {
  color: #3D85B9; /* Ajustá según el fondo */
  transition: color 0.3s;
}

#header:not(.scrolled) .nav-link {
  color: #474646; 
}
#header:not(.scrolled) .nav-link:hover {
  color: #3D85B9; 
}


#header .logo {
  font-size: 1.8750rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
	color: #5AC3FD;
}

#header .logo img {
  max-height: 3.7500rem;
}

/**
* Get Startet Button 
*/
.get-started-btn {
  margin-left: 1.3750rem;
  background: #0bbbef;
  color: #fff;
  border-radius: 3.1250rem;
  padding: 0.5000rem 1.5625rem;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 0.8750rem;
  display: inline-block;
}

.get-started-btn:hover {
	background: #5AC3FD;
	color: #fff;
}

@media (max-width: 48.0000rem) {
  .get-started-btn {
    margin: 0 0.9375rem 0 0;
    padding: 0.3750rem 1.1250rem;
  }
}

@media (max-width: 75.0000rem) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 0.9375rem 0 0;
    padding: 0.3750rem 0.9375rem;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0.0000rem 0 1.1250rem rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6250rem 0 0.6250rem 1.8750rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #414141;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 0.7500rem;
  line-height: 0;
  margin-left: 0.3125rem;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #6DC0F4;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 1.8750rem;
  top: calc(100% + 1.8750rem);
  margin: 0;
  padding: 0.6250rem 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0.0000rem 0.0000rem 1.8750rem rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 0.2500rem;
}

.navbar .dropdown ul li {
  min-width: 12.5000rem;
}

.navbar .dropdown ul a {
  padding: 0.6250rem 1.2500rem;
  font-size: 0.8750rem;
  text-transform: none;
  font-weight: 500;
  color: #434343;
}

.navbar .dropdown ul a i {
  font-size: 0.7500rem;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5AC3FD;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 1.8750rem);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 85.3750rem) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
 color: #434343;
  font-size: 1.7500rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 61.9375rem) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 3.4375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  left: 0.9375rem;
  padding: 0.6250rem 0;
  border-radius: 0.3750rem;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 0.6250rem 1.2500rem;
  font-size: 0.9375rem;
  color: #434343;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #57cbff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 0.9375rem;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0.6250rem 1.2500rem;
  padding: 0.6250rem 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0.0000rem 0.0000rem 1.8750rem rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 12.5000rem;
}

.navbar-mobile .dropdown ul a {
  padding: 0.6250rem 1.2500rem;
}

.navbar-mobile .dropdown ul a i {
  font-size: 0.7500rem;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #57cbff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  position: relative;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
	z-index: 0;
}

#hero .container {
  padding-top: 1.8750rem;
}

#hero h1 {
	margin: 0;
	font-size: 3.5000rem;
	font-weight: 700;
	line-height: 4.5000rem;
	/*color: #ff5959;*/
	color: #4e7083;
	font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #4B4B4B;
  margin: 0.6250rem 0 0 0;
  font-size: 1.1250rem;
	line-height: 1.5625rem;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.8750rem;
  letter-spacing: 0.0313rem;
  display: inline-block;
  padding: 0.8750rem 3.1250rem;
  border-radius: 0.3125rem;
  transition: 0.5s;
  margin-top: 1.8750rem;
  color: #fff;
  background: #ff5959;
}

#hero .btn-get-started:hover {
  background: #fd7777;
}

#hero .icon-boxes {
  margin-top: 6.2500rem;
}

#hero .icon-box {
  padding: 3.1250rem 1.8750rem;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 1.8125rem 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 0.5000rem;
  z-index: 1;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 0.9375rem;
  font-size: 1.1250rem;
}

#hero .icon-box .title a {
  color: #3f3f3f;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 0.9375rem;
  line-height: 1.7500rem;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 1.2500rem;
  padding-top: 0.6250rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 2.2500rem;
  line-height: 1;
  color: #ff5252;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #EC5F5F;
}


#hero2 {
  width: 100%;
  height: 80vh;
  position: relative;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero2:before {
  content: "";
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
	z-index: 0;
}

#hero2 .icon-box .icon {
  margin-bottom: 1.2500rem;
  padding-top: 0.6250rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 2.2500rem;
  line-height: 1;
  color: #2487ce;
}

#hero2 h1 {
	margin: 0;
	font-size: 3.5500rem;
	font-weight: 700;
	line-height: 4.3000rem;
	color: #293033;
	letter-spacing: -0.1250rem;
	font-family: "Open Sans", sans-serif;
}

#hero2 .container {
  padding-top: 2.0000rem;
}

@media (min-width: 64.0000rem) {
  #hero, #hero2 {
    background-attachment: fixed;
  }
}

@media (max-height: 50.0000rem) {
  #hero, #hero2 {
    height: auto;
  }
}

@media (max-width: 62.0000rem) {
  #hero, #hero2 {
    height: auto;
  }


  #hero h1 {
    font-size: 1.7500rem;
    line-height: 2.2500rem;
  }

  #hero h2 {
    font-size: 1.1250rem;
    line-height: 1.5000rem;
  }
}
 .hero-btn-group {
    gap: 0.75rem !important; /* menos espacio entre botones */
  }



/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services {
  padding: 1rem 0;
}

.services .service-item {
  padding: 2.5000rem;
  background: #ffffff;
  height: 100%;
  border-radius: 0.6250rem;
	border: 0.0625rem solid #D3D3D3
}

.services .service-item.dest {
	border: 0.3rem solid #AFE5F5 !important;
	background: #E9FCFF !important;
}

.services .service-item .icon {
  width: 3.0000rem;
  height: 3.0000rem;
  position: relative;
  margin-bottom: 1.8750rem;
}

.services .service-item .icon i {
  color: var(--color-default);
  font-size: 3.5000rem;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #c1e8fc;
  border-radius: 3.1250rem;
  z-index: 1;
  top: 0.6250rem;
  right: -1.2500rem;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 1.2500rem 0;
  padding-bottom: 0.5000rem;
  font-size: 1.3750rem;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 1.5000rem;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 0.9375rem;
  display: inline-block;
  color: var(--color-primary);
}

.services .service-item:hover .icon:before {
  background: #ff7e7e;
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

#cprincipal {
	margin-bottom: 4rem;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 3.7500rem 0;
  overflow: hidden;
}

.section-bg {
  background-image: url("../img/bg-counter.png");
  background-color: #e8f6fd;
}

.section-bgagenda {
  background-image: url("../img/bg-agenda.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-bgayh {
  background-image: url("../img/bg-ayh.png");
  
  background-position: left top;
  background-repeat: no-repeat;
  width: 100vw; /* ancho total de la ventana */
  margin-left: calc(-50vw + 50%); /* "rompe" el container */
}



.section-title {
  padding-bottom: 2.5000rem;
}

.section-title h2 {
  font-size: 0.8750rem;
  font-weight: 500;
  padding: 0;
  line-height: 0.0625rem;
  margin: 0 0 0.3125rem 0;
  letter-spacing: 0.1250rem;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 7.5000rem;
  height: 0.0625rem;
  display: inline-block;
  background: #FFF;
  margin: 0.2500rem 0.6250rem;
}

.section-title p {
  margin: 0;
  font-size: 2.2500rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #434343;
}


.section-title h3 {
  margin: 0;
  font-size: 2.2500rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #434343;
}


.breadcrumbs {
	margin-top: 6.2500rem;
	background: #FFF;
	padding-top: 0.0000rem;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.0000rem;
	color: #444;
}

@media (max-width: 62.0000rem) {
  .breadcrumbs {
    margin-top: 6.2500rem;
  }
}

.breadcrumbs h2 {
	font-size: 2.3750rem;
	font-weight: 500;
}

.breadcrumbs p {
  font-size: 0.8750rem;
  margin-bottom: 0;
}

.sections-bg {
    /*background-color: #f6f6f6;*/
	background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(246,246,246,1) 20%, rgba(246,246,246,1) 82%, rgba(255,255,255,1) 92%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(246,246,246,1) 20%, rgba(246,246,246,1) 82%, rgba(255,255,255,1) 92%);
background: linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(246,246,246,1) 20%, rgba(246,246,246,1) 82%, rgba(255,255,255,1) 92%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}


.bg-light {
    
    background-color: #FFF !important;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 1.6250rem;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 1.7500rem;
  position: relative;
}

.about .content ul li+li {
  margin-top: 0.6250rem;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 0.1250rem;
  font-size: 1.2500rem;
  color: #2487ce;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 0.8750rem;
  letter-spacing: 0.0625rem;
  display: inline-block;
  padding: 0.7500rem 2.0000rem;
  border-radius: 0.3125rem;
  transition: 0.3s;
  line-height: 1;
  color: #2487ce;
  animation-delay: 0.8s;
  margin-top: 0.3750rem;
  border: 0.1250rem solid #2487ce;
}

.about .content .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 3.7500rem 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  font-size: 3.0000rem;
  line-height: 3.0000rem;
  display: block;
  font-weight: 700;
  color: #124265;
  margin-left: 5.0000rem;
  margin: auto;
}

.counts .count-box p {
  padding: 0.5000rem 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 0.8750rem;
  color: #1e6ca6;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
  font-size: 0.9375rem;
}

.about-video .content h3 {
  font-weight: 700;
  font-size: 1.5000rem;
  color: #124265;
}

.about-video .content ul {
  list-style: none;
  padding: 0;
}

.about-video .content ul li {
  padding-bottom: 0.6250rem;
  padding-left: 1.7500rem;
  position: relative;
}

.about-video .content ul i {
  font-size: 1.5000rem;
  color: #2487ce;
  position: absolute;
  left: 0;
  top: -0.1250rem;
}

.about-video .content p:last-child {
  margin-bottom: 0;
}

.about-video .play-btn {
  width: 5.8750rem;
  height: 5.8750rem;
  background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 2.9375rem);
  top: calc(50% - 2.9375rem);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.6250rem solid transparent;
  border-bottom: 0.6250rem solid transparent;
  border-left: 0.9375rem solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
  content: "";
  position: absolute;
  width: 7.5000rem;
  height: 7.5000rem;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 0.3125rem solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 0.9375rem solid #2487ce;
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 0.6250rem solid transparent;
  border-bottom: 0.6250rem solid transparent;
  border-left: 0.9375rem solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 0.9375rem 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 0.9375rem 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 48.0000rem) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 20.0000rem;
}

.testimonials .testimonial-item .testimonial-img {
  width: 5.6250rem;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 1.1250rem;
  font-weight: bold;
  margin: 0.6250rem 0 0.3125rem 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 0.8750rem;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 1.6250rem;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -0.3125rem;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -0.3125rem;
  position: relative;
  top: 0.6250rem;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0.9375rem 0.9375rem 0.9375rem;
  padding: 1.2500rem;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 2.1875rem;
  border-radius: 0.3750rem;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 1.2500rem solid #f3f9fd;
  border-right: 1.2500rem solid transparent;
  border-left: 1.2500rem solid transparent;
  position: absolute;
  bottom: -1.2500rem;
  left: calc(50% - 1.2500rem);
}

.testimonials .swiper-pagination {
  margin-top: 1.2500rem;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 0.7500rem;
  height: 0.7500rem;
  background-color: #fff;
  opacity: 1;
  border: 0.0625rem solid #2487ce;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2487ce;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 4.3750rem 1.2500rem 5.0000rem 1.2500rem;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0.0000rem 0.3125rem 5.6250rem 0.0000rem rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 6.2500rem;
  height: 6.2500rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 2.2500rem;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 0.6250rem 0 0.9375rem 0;
  font-size: 1.3750rem;
}

.services .icon-box h4 a {
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 1.5000rem;
  font-size: 0.8750rem;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0.0000rem 0 2.1875rem 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #FF5252;
	background-image: url("../img/hero-bg-rojo.jpg");
  background-size: cover;
  padding: 3.7500rem 0;
}

.cta h3 {
  color: #fff;
  font-size: 1.7500rem;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 0.8750rem;
  letter-spacing: 0.0625rem;
  display: inline-block;
  padding: 0.6250rem 2.1875rem;
  border-radius: 0.3125rem;
  transition: 0.5s;
  margin-top: 0.6250rem;
  border: 0.1250rem solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 1.8750rem;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 2.1875rem auto;
  list-style: none;
  text-align: center;
  border-radius: 3.1250rem;
  padding: 0.1250rem 0.9375rem;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0.6250rem 0.9375rem 0.5000rem 0.9375rem;
  font-size: 0.8750rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 0.3125rem;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #2487ce;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 1.8750rem;
  right: 1.8750rem;
  top: 1.8750rem;
  bottom: 1.8750rem;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 3.0000rem;
  height: 3.0000rem;
  position: absolute;
  top: 2.1875rem;
  left: 2.1875rem;
  border-top: 0.1875rem solid #fff;
  border-left: 0.1875rem solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 3.0000rem;
  height: 3.0000rem;
  position: absolute;
  bottom: 2.1875rem;
  right: 2.1875rem;
  border-bottom: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 1.2500rem;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 0.8750rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0.1250rem;
  font-size: 1.7500rem;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 0.9375rem;
  left: 0.9375rem;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 0.9375rem;
  right: 0.9375rem;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 2.5000rem;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 1.2500rem;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 0.7500rem;
  height: 0.7500rem;
  background-color: #fff;
  opacity: 1;
  border: 0.0625rem solid #2487ce;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2487ce;
}

.portfolio-details .portfolio-info {
  padding: 1.8750rem;
  box-shadow: 0.0000rem 0 1.8750rem rgba(18, 66, 101, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 1.3750rem;
  font-weight: 700;
  margin-bottom: 1.2500rem;
  padding-bottom: 1.2500rem;
  border-bottom: 0.0625rem solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 0.9375rem;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 0.6250rem;
}

.portfolio-details .portfolio-description {
  padding-top: 1.8750rem;
}

.portfolio-details .portfolio-description h2 {
  font-size: 1.6250rem;
  font-weight: 700;
  margin-bottom: 1.2500rem;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 1.2500rem;
  overflow: hidden;
  text-align: center;
  border-radius: 0.2500rem;
  background: #fff;
  box-shadow: 0.0000rem 0.1250rem 0.9375rem rgba(18, 66, 101, 0.08);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2.5000rem;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 0.6250rem;
  display: inline-block;
}

.team .member .social a:hover {
  color: #2487ce;
}

.team .member .social i {
  font-size: 1.1250rem;
  margin: 0 0.1250rem;
  line-height: 0;
}

.team .member .member-info {
  padding: 1.5625rem 0.9375rem;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 0.3125rem;
  font-size: 1.1250rem;
  color: #124265;
}

.team .member .member-info span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 0.8750rem;
  line-height: 1.6250rem;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 2.5000rem 1.2500rem;
  text-align: center;
  border-radius: 0.5000rem;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0.0000rem 0.3125rem 5.6250rem 0.0000rem rgba(110, 123, 131, 0.1);
}

.pricing .box h3 {
  font-weight: 400;
  padding: 0.9375rem;
  font-size: 1.1250rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #124265;
}

.pricing .box h4 {
  font-size: 2.6250rem;
  color: #2487ce;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1.2500rem;
}

.pricing .box h4 sup {
  font-size: 1.2500rem;
  top: -0.9375rem;
  left: -0.1875rem;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 1.0000rem;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #124265;
  text-align: center;
  line-height: 1.2500rem;
  font-size: 0.8750rem;
}

.pricing .box ul li {
  padding-bottom: 1.0000rem;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 0.9375rem;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 0.6250rem 2.5000rem;
  border-radius: 0.2500rem;
  color: #2487ce;
  transition: none;
  font-size: 0.8750rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 0.1250rem solid #2487ce;
}

.pricing .box .btn-buy:hover {
  background: #2487ce;
  color: #fff;
}

.pricing .featured {
  background: #2487ce;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 0.9375rem;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border: 0.1250rem solid #fff;
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 6.2500rem;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 0.9375rem;
}

.faq .faq-list li {
  padding: 1.2500rem;
  background: #fff;
  border-radius: 0.2500rem;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 1.0000rem;
  line-height: 1.5000rem;
  font-weight: 500;
  padding: 0 1.8750rem;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 1.5000rem;
  position: absolute;
  right: 0;
  left: 1.2500rem;
  color: #87c1ea;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 1.5000rem;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 0.6250rem 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #2487ce;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 75.0000rem) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 1.2500rem;
  color: #2487ce;
  float: left;
  width: 2.7500rem;
  height: 2.7500rem;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125rem;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 3.7500rem;
  font-size: 1.3750rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
  color: #124265;
}

.contact .info p {
  padding: 0 0 0 3.7500rem;
  margin-bottom: 0;
  font-size: 0.8750rem;
  color: #217bbc;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 2.5000rem;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #2487ce;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 0.5000rem;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 0.9375rem;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 1.5625rem;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 0.9375rem;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 0.9375rem;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 1.5000rem;
  height: 1.5000rem;
  margin: 0 0.6250rem -0.3750rem 0;
  border: 0.1875rem solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 0.8750rem;
  border-radius: 0.2500rem;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #2487ce;
}

.contact .php-email-form input {
  height: 2.7500rem;
}

.contact .php-email-form textarea {
  padding: 0.6250rem 0.7500rem;
}

.contact .php-email-form button[type=submit] {
  background: #2487ce;
  border: 0;
  padding: 0.6250rem 1.8750rem;
  color: #fff;
  transition: 0.4s;
  border-radius: 0.2500rem;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3194db;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	margin: 0;
	background: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-left: 1.5rem;
	padding-bottom: 0;
	color: #A0A0A0;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.03rem;
	border-bottom: dashed 0.08rem #D9D9D9;
}

@media (max-width: 62.0000rem) {
  .breadcrumbs {
    margin-top: 0;
  }
}

.breadcrumbs h2 {
	font-size: 2.3750rem;
	font-weight: 500;
}

.breadcrumbs p {
  font-size: 0.8rem;
  margin-bottom: 0;
	
}



/*======= AGENDA home =========*/

.row-striped:nth-of-type(odd){
  background-color: #e9fafe;
  border-left: 0.2500rem #57cbff solid;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  border-left: 0.2500rem #efefef solid;

}

.row-striped {
    padding: 0.9375rem 0;
}

.breadcrumb li {
  margin: 0 0 0.125rem 0;
}

.breadcrumb li::after {
  content: "/";
  margin: 0 0.2rem;
}

.breadcrumb li:last-child::after {
  content: ">";
}

.breadcrumb li.active {
  color: #8A8A8A;
  font-weight: 200;
}


.table tr.bg-celeste-title th,
.table tr.bg-celeste-title td {
  border-top: 0.0625rem solid #76C5F3;
  border-bottom: 0.0625rem solid #76C5F3;
}

.table-info {
	background-color:#e9f6ff;
}

.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  display: inline-block;
  padding: 0.6250rem 2.1875rem;
  border-radius: 3.1250rem;
  transition: 0.5s;
  margin-top: 1.8750rem;
  border: 0.1250rem solid #212020;
  color: #212020;
}

.btn-get-started:hover {
  background: #DAF3FF;
  border: 0.1250rem solid #57cbff;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #434343;
  font-size: 0.8750rem;
  background: #eef0ef;
}

#footer .footer-top {
  padding: 3.7500rem 0 1.8750rem 0;
  background: #f4fcff;
	border-top: 0.2500rem solid #def6ff;}

#footer .footer-top .footer-contact {
  margin-bottom: 1.8750rem;
}

#footer .footer-top .footer-contact h4 {
  font-size: 1.3750rem;
  margin: 0 0 1.8750rem 0;
  padding: 0.1250rem 0 0.1250rem 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 0.9375rem;
  line-height: 1.8750rem;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #575757;
}

#footer .footer-top h4 {
  font-size: 1.0000rem;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 0.7500rem;
}

#footer .footer-top .footer-links {
  margin-bottom: 1.8750rem;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 0.1250rem;
  color: #57cbff;
  font-size: 1.1250rem;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 0.6250rem 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #57cbff;
}

#footer .footer-newsletter {
  font-size: 0.9375rem;
}

#footer .footer-newsletter h4 {
  font-size: 1.0000rem;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 0.7500rem;
}

#footer .footer-newsletter form {
  margin-top: 1.8750rem;
  background: #fff;
  padding: 0.3750rem 0.6250rem;
  position: relative;
  border-radius: 3.1250rem;
  text-align: left;
  border: 0.0625rem solid #e0e5e2;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 0.2500rem 0.5000rem;
  width: calc(100% - 6.2500rem);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  border: 0;
  font-size: 1.0000rem;
  padding: 0 1.2500rem 0.1250rem 1.2500rem;
  background: #57cbff;
  color: #fff;
  transition: 0.3s;
  border-radius: 3.1250rem;
  box-shadow: 0.0000rem 0.1250rem 0.9375rem rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #ff5e5e;
}

#footer .credits {
  padding-top: 0.3125rem;
  font-size: 0.8125rem;
}

#footer .credits a {
  color: #ff5e5e;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #57cbff;
}

#footer .social-links a {
  font-size: 1.1250rem;
  display: inline-block;
  background: #57cbff;
  color: #fff;
  line-height: 1;
  padding: 0.5000rem 0;
  margin-right: 0.2500rem;
  border-radius: 50%;
  text-align: center;
  width: 2.2500rem;
  height: 2.2500rem;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ff5e5e;
  color: #fff;
  text-decoration: none;
}

/* Botones tipo “btn-get-started” */
.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  display: inline-block;
  padding: 0.6250rem 2.1875rem;
  border-radius: 3.1250rem;
  transition: 0.5s;
  margin-top: 1.8750rem;
  border: 0.1250rem solid #212020;
  color: #212020;
}

.btn-get-started:hover {
  background: #DAF3FF;
  border: 0.1250rem solid #57cbff;
}


/* ----- Botonera lateral ----- */
.side-menu {
  border-right: 0.0625rem solid #e5e5e5;
}

.side-link {
  display: block;
  padding: 0.8750rem 1.1250rem;
  font-size: 1.1rem;
  color: #000;
  text-decoration: none;
  border-bottom: 0.0625rem solid #eaeaea;
  transition: all 0.3s ease;
}

.side-link i {
  font-size: 1.25rem;
  vertical-align: middle;
}

.side-link:last-child {
  border-bottom: none;
}

.side-link:hover {
  background-color: #f5f9fc;
  color: #006699;
  transform: translateX(0.2500rem);
}

/* ----- Sidebar sticky funcional ----- */
.sticky-sidebar {
  position: sticky;
  top: 6.2500rem; /* Ajustá según la altura de tu header fijo */
  align-self: flex-start;
}

/* ----- Responsive ----- */
@media (max-width: 62.0000rem) {
  .sticky-sidebar {
    position: static;
  }
}
 /* Hover sutil */
  .hover-bg:hover {
    background-color: #E4F7FF;
  }

  /* En pantallas pequeñas, botonera arriba */
  @media (max-width: 61.9375rem) {
    nav.position-sticky {
      position: relative !important;
      height: auto !important;
    }
  }

/* Hover sutil */
  .nav-btn:hover {
    background-color: #E8F8FF;
  }

  /* Estado activo */
  .nav-btn.active {
    background-color: #E4F7FF; /* azul muy suave */
    border-left: 0.3125rem solid #83d0f5; /* celeste UNRC */
    font-weight: 600;
  }

  /* Ajuste general */
  .nav-btn {
    transition: background-color 0.2s, border-left 0.2s;
  }

  /* Responsive: desactiva sticky en móviles */
  @media (max-width: 61.9375rem) {
    nav.position-sticky {
      position: relative !important;
      height: auto !important;
    }
  }


/* Espaciado inferior en móviles para que la botonera no quede pegada */
@media (max-width: 61.9375rem) {
  .services .col-lg-3 {
    margin-bottom: 2.5rem; /* separa la botonera del contenido */
  }

  .services nav.position-sticky {
    position: relative !important;
    height: auto !important;
  }
}


.map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 5%; /* proporción 16:9 */
  overflow: hidden;
  border-radius: 0.5000rem; /* opcional, para bordes suaves */
}

.map-wrapper iframe {
  width: 100%;
  height: 25.0000rem; /* o el valor que necesites */
  border: 0;
}

@media (max-width: 768px) {
  #botonera-l {
    margin-top: 0;
  }
}

/*@media (max-width: 991.98px) {
  #botonera-l::before {
    content: "";
    display: block;
    width: 80%;
    margin: 1.5rem auto;
    border-top: 2px solid #ddd;
  }
}*/


.download-card {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.75rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  padding: 0.9rem 1.2rem;
  color: #313131;
  font-size: 1.3rem;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.download-card i {
  font-size: 1.6rem;
  color: #44A3E8;
}

.download-card:hover {
  background-color: #f8f9fa;
  border-color: #ccc;
}

.download-card + .download-card {
  margin-top: 0.6rem;
}

/* Versión adaptable en móviles */
@media (max-width: 768px) {
  .download-card {
    font-size: 0.95rem;
    padding: 0.8rem 1rem;
  }
}

.download-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
}

.download-inline i {
  font-size: 1.2rem;
  color: #44A3E8; /* azul Bootstrap */
  transition: color 0.2s ease;
}

.download-inline a {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.download-inline a:hover,
.download-inline i:hover {
  color: #44A3E8;
}

/* Si se usa dentro de listas, quitamos bullets */
ul .download-inline {
  list-style: none;
  margin: 0.3rem 0;
}


