/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Poppins", sans-serif;  
  padding-top: 50px;
  /*color: #444444;*/

}



a {
  color: #585756;
  text-decoration: none;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  justify-content: center;
}

.calendar a {
  color:#960048;

}

/*--------------------------------------------------------------
# viñeta
--------------------------------------------------------------*/
.vineta {
  color: #333333;
  background: url(../assets/img/bullet.png) no-repeat left 50%;
  text-decoration: none;
  font-size: 18px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 35px;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #960048;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

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

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(42, 44, 57, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgb(235, 239, 240);
  background: linear-gradient(90deg, rgba(235, 239, 240, 1) 0%, rgba(163, 176, 184, 1) 100%);

}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  max-height: 100px;
  margin-top: 25px;
  
  /*padding-right: 30px;*/
  
}

  .conborde
{
  border: 3px;  
  border-radius: 3%;
  border-style: groove;

}

/*--------------------------------------------------------------
# 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: 5px 11px 5px 11px;
  margin-left: 5px;
  font-size: 14px;
  color: rgb(0, 0, 0);
  white-space: nowrap;
  transition: 0s;      /*Para que el menú no se quede abajo mucho tiempo*/
  border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 14x;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #a3b0b8;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 5px;
  top: calc(100% + 30px);
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 15px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .nav-link {
  color: rgb(0, 0, 0);
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #2a2c39;
  margin: 0 5px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #960048;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .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(20, 21, 28, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  /* Muestra la "X" para cerrar el responsivo del Navbar en modo celular (mobile) y cambiamos "X" el color a blanco */
  display: block;  
  color: #fff;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: #2a2c39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url("../img/Fondo_Sistema.jpg");
  padding: 0;
  /* deja el fondo sin que se repita */
  background-repeat: no-repeat;  
  /* el fondo se estira para cubrir todo cuando es responsivo */
  background-size: 100% 100%;    
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 90px;
}

#hero h2 {
  color: rgb(150, 0, 72);
  margin-bottom: 30px;
  font-size: 33px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: rgb(8, 0, 0);
}

#hero .slider img {
  max-width: 100%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
 /* width: 500px;*
	box-shadow: 20px 20px 10px grey;/*/
  /* height: 350px; */
  border-radius: 10px;
  
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #111;
}

/* #hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  margin-top: 20px;
  color: rgb(0, 0, 0);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #960048;
}

#hero .btn-get-started:hover {
  background: #a3b0b8;
  color: #fff;
  text-decoration: none;
} */

@media (min-width: 1024px) {
  #hero p {
    width: 55%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero .carousel-container {
    /* height: 90vh;   Para bajar el Slider del TOP*/
  }

  #hero h2 {
    font-size: 28px;
  }
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

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

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  /* line-height: 1px; fuerza a que el texto se comprima sin hacer salto de línea al hacerlo responsivo sólo el título */
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

/*.section-title h2::after {      fuerza a que el texto se comprima sin hacer salto de línea al hacerlo responsivo 
  content: "";
  width: 50px;
  height: 1px;
  /*display: inline-block;
  background: #960048;
  margin: 4px 10px;
}*/

.section-title p {
  margin: 0;
  margin: 0;
  /*font-size: 20px;*/
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

/*--------------------------------------------------------------
#  seccion (Servicios)
--------------------------------------------------------------*/
.services .icon-box {
  padding: 15px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  text-align: center;
  border-bottom: 3px solid #C9C9C9;
}

.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #960048;
}

.services .icon i {
  font-size: 48px;
  margin-bottom: 15px;
  color: #960048;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  margin-top: 70px;
  background: #f7f8f9;
  min-height: 40px;
}

.breadcrumbs a {
  color: #020000;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #404356;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
	font-weight: 100;
  /* position: absolute; */
  bottom: 0;
  width: 100%;
}
#footer .footer-top {
  padding: 20px 0 10px 0;
  /*background-colo: linear-gradient(to top, rgba(69,94,87,1) 90%, rgba(225,225,225,.1) 98%);*/
background-image: url("../img/textura_pie.png");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: auto;
      font-size: 12px;
	background-color: #455E57;
}
#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 1);
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 0px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 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: rgba(255, 255, 255, 1);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}
#footer a{color: #fff; font-weight: 600;}
#footer a:hover{text-decoration-line: underline;}
#footer .footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1bbd36;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #2ae149;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fffdfe;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #0880b8;
  color: #fff;
  text-decoration: none;
}
.bord_derecho{
border-right: 2px solid rgba(255, 255, 255, 0.3);	
	    justify-items: flex-end;
      display: grid;
	margin: 0 45px;padding-right: 20px;

}
.pie_1{
	display: -webkit-box;
}

@media screen and (max-width: 1079px) {
.pie_1{
text-align: center;
display:block;
}

.bord_derecho{
border-right:none;
border-top: 1px solid rgba(255, 255, 255, 0.3);
justify-items: center;
}
	
#footer .footer-top {
background-image: none;
}
}

/* ------Boton para archivos PDF-------*/
.btn_pdf {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background: #CC494A;
  border-radius: .25rem;
  display: inline-block;	
}
.btn_pdf:hover {
  background: #910024;
  color: #fff !important;
	cursor: pointer;
}

.btn_pdf:visited {
  background-color: #910024;
  color: #fff;
}




/* ------Boton para archivos Excel-------*/
.btn_xlsx {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background: #5CB85C;
  border-radius: .25rem;
  display: inline-block;
		
}
.btn_xlsx:hover {
  background: #3b7e3b;
  color: #fff !important;
	cursor: pointer;
}
.btn_xlsx:visited {
  background-color: #3b7e3b;
  color: yellow;
}
		
/* ------Boton para archivos XML-------*/
.btn_xml {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background: #3b7e3b;
  border-radius: .25rem;
  display: inline-block;
		
}
.btn_xml:hover {
  background: #054018;
  color: #fff !important;
	cursor: pointer;
}
.btn_xml:visited {
  background-color: #054018;
  color: #fff;
}

/* ------Boton para archivos Word-------*/
.btn_docx {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background: #3FA0E8;
  border-radius: .25rem;
  display: inline-block;
		
}
.btn_docx:hover {
  background: #1857B8;
  color: #fff !important;
	cursor: pointer;
}
.btn_docx:visited {
  background-color: #1857B8;
  color: #fff;
}


/* ------Boton para archivos Prezi-------*/
.btn_prezi {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background: #1E55EB;
  border-radius: .25rem;
  display: inline-block;
		
}
.btn_prezi:hover {
  background: #091E8D;
  color: #fff !important;
	cursor: pointer;
}
.btn_prezi:visited {
  background-color: #091E8D;
  color: #fff;
}

/* ------Boton para archivos TXT-------*/
.btn_txt {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background: #002626;
  border-radius: .25rem;
  display: inline-block;
		
}
.btn_txt:hover {
  background: #6B6B6B;
  color: #fff !important;
	cursor: pointer;
}
.btn_txt:visited {
  background-color: #6B6B6B;
  color: #fff;
}

/* ------Boton para archivos Powerpoint-------*/
.btn_pptx {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background:  #F78B66;
  border-radius: .25rem;
  display: inline-block;
		
}
.btn_pptx:hover {
  background:#DC3A11;
  color: #fff !important;
	cursor: pointer;
}
.btn_pptx:visited {
  background-color: #DC3A11;
  color: #fff;
}

/* ------Boton para archivos Publisher-------*/
.btn_pub{
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background: #1B969F;
  border-radius: .25rem;
  display: inline-block;
		
}
.btn_pub:hover {
  background: #065950;
  color: #fff !important;
	cursor: pointer;
}
.btn_pub:visited {
  background-color: #065950;
  color: #fff;
}

/* ------Boton para archivos youtube-------*/
.btn_youtube {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background: linear-gradient(#FB221B, 65%, #BC161C); font-weight:600;
  border-radius: .25rem;
  display: inline-block;
		
}
.btn_youtube:hover {
    background: linear-gradient(#C21219, 65%, #8A0918); font-weight:600;  
  color: #fff !important;
	cursor: pointer;
}
.btn_youtube:visited {
  background-color: linear-gradient(#C21219, 65%, #8A0918); font-weight:600; 
  color: #fff;
}


/* ------Boton para archivos ZIP-------*/
.btn_zip {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background-image: linear-gradient(#e79b00, 65%, #f7c654); font-weight:600;
  border-radius: .25rem;
  display: inline-block;
		
}
.btn_zip:hover {
    background: linear-gradient(#F7A614, 90%, #F69422); font-weight:600;  
  color: #fff !important;
	cursor: pointer;
}
.btn_zip:visited {
  background-color: linear-gradient(#F7A614, 90%, #F69422); font-weight:600;  
  color: #fff;
}

/* ------Boton para enlace de archivos HTML-------*/
.btn_html {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: .375rem .75rem;
  margin: 2px;
  background: rgba(0,0,0,0);
  transition: all 1s ease;
  position: relative;
  background: #6abeba;
  border-radius: .25rem;
  display: inline-block;
		
}
.btn_html:hover {
  background: #48a5a5;
  color: #fff!important;
	cursor: pointer;
}
.btn_html:visited {
  background-color: #48a5a5;  
  color: #fff;
}





/* ------Boton para menu-------*/
boton {
  position: relative;
 align-content: center;
  /*display: inline-block;*/
  display: flex;  
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
 
}
boton.learn-more {
  width: 350px;
  height: auto;
}
boton.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #94134B;
  border-radius: 1.625rem;
}
boton.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
boton.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
boton.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
boton.learn-more .boton-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  
}
boton:hover .circle {
  width: 100%;
}
boton:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
boton:hover .boton-text {
  color: #fff;
}
	
@media screen and (min-width: 1400px) {
	.alinear {margin-left: 500px;}
}
	


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 40px;
}
.services .card {
  border: 0;
  padding: 0 17px;
  margin-bottom: 60px;
  position: relative;
  background: transparent;
}
.services .card-img {
  overflow: hidden;
  z-index: 29;
  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);
  transition: 0.3s;
  margin-top: -60px;
  margin-left: 30px;
  width: calc(100% - 60px);
}
@media (max-width: 640px) {
  .services .card-body {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}
.services .card-title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.services .card-title a {
  color: #213b52;
  transition: 0.3s;
}
.services .card-text {
  color: #5e5e5e;
}
.services .read-more a {
  color: #808383;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s;
}
.services .read-more a:hover {
  color: #960048;
}
.services .card:hover img {
  transform: scale(1.1);
}
/*.services .card:hover .card-body {
  border-color: #f9f8fa;
}*/
.services .card:hover .card-body .card-title a {
  color: #C29100;
}



