body {
  color: #444444;
}

p{
  font-size: 15px;
}

a {
  color: #1977cc;
}


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


#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% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #76BD1D;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #76BD1D;
  color: #fff;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #003057;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #082E57;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #082E57;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 1030;
  padding: 5px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #e1f0ff;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}
.cont-seguimiento {
  width: 100%;
  height: 250px;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(201,201,201,1);
  -moz-box-shadow: -2px 0px 5px 0px rgba(201,201,201,1);
  box-shadow: -2px 0px 5px 0px rgba(201,201,201,1);
}
.cont-seguimiento>.title{
  color: #fff;
  text-align: center;
  padding: 5px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #003057;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 5px 2px;
  /*border-bottom: 2px solid #fff;*/
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #76BD1D;
  border-color: #76BD1D;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(161, 143, 127, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #1977cc;
}

/*.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}*/

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.appointment-btn {
  margin-left: 25px;
  background: #76BD1D;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #576b80;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #1977cc;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #082E57;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #FFFFFF;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #76BD1D;
  text-decoration: none;
}

/*.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
*/
/*.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}*/

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}

#hero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
}

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

.section-bg {
  background-color: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #003057;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #003057;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

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

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #1977cc !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #76BC21;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0B7DB9;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* Box Correos*/

.cont-blue{
  background: #003057;
}
.cont-green{
  background: #76BC21;
}

.cont-skyblue{
  background: #0B7DB9;
}

.cont-lightgreen{
  background: #BFD730;
}

.cont-lightblue{
  background: #66AFD4;
}

.cont-white{
  background: #fff;
}

.cont-center{
  text-align: center;
}

.t-blue{
  color: #003057;
}
.tb-blue{
  color: #003057;
  font-weight: 700;
}

.t-green{
  color: #76BC21;
}

.t-white{
  color: #fff !important;
}
.tb-white{
  color: #fff !important;
  font-weight: 600;
}

.m-left30{
  margin-left: 0% !important;
}


.social-links>a>i{
  color: #fff;
}

#carouselExampleIndicators{
  margin-top: 130px;
}

.cont-left{
text-align: left;
}


.cont-mtb50{
  padding-top: 50px;
  padding-bottom: 50px;
}

.cont-mtb80{
  padding-top: 80px;
  padding-bottom: 80px;
}

.cont-mt130{
  margin-top: 130px;
}

.btn-send{
  background: #082e57;
  color: #fff !important;
  border-radius: 50px;
  border: 0;
  padding: 8px 48px;
  cursor: pointer;
  font-size: 14px;
}

.btn-send:hover {
  background: #0B7DB9;
  color: #fff;
  border-radius: 50px;
  padding: 8px 48px;
  cursor: pointer;
  font-size: 14px;
}

.cont-w80{
  width: 80%;
  margin: auto !important;
}



.t-justify{
  text-align: justify;
}

.t-15{
  font-size: 15px;
}

.t-16{
  font-size: 16px;
}

.btn-viewmore {
  padding: 12px 59px;
  background-color: #77bd1e;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  margin-left: 10%;
}

.btn-viewmore:hover {
  padding: 12px 59px;
  background-color: #fff;
  color: #77bd1e;
  border: 2px solid #77bd1e;
  border-radius: 20px;
  text-align: center;
  margin-left: 10%;
}


.cont-box{
  margin-top: 180px;
  margin-bottom: 80px;
}

.panel.panel-default{
  border: 0.6px solid #0B7DB9;
}
#Panel_Principal>div>div>h5{
  background: #0B7DB9;
  padding: 15px;
  color: #fff;
}

.btn-search{
  background: #76bd1d;
  border-radius: 20px; 
  border: 0; 
  color: #fff;
  padding: 6px 25px;
}
.btn-search:hover{
  background: #576b80;
  border-radius: 20px; 
  border: 0; 
  color: #fff;
  padding: 6px 25px;
}

.cont-boxcorreos{
  margin-top: 125px;
}

.btn-register{
  background: #76bd1d;
  border-radius: 20px; 
  border: 0; 
  color: #fff;
  padding: 10px 25px;
}

.btn-register:hover{
  background: #576b80;
  border-radius: 20px; 
  border: 0; 
  color: #fff;
  padding: 10px 25px;
}

.overlay.bg-parallax{
  background-image: url(../img/api-banner.png);
}

.breadcrumb_area {
  position: relative;
  padding: 200px 0px 84px;
  z-index: 1;
  overflow: hidden;
}
.breadcrumb_area .bg-parallax {
  z-index: -1;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
}
.breadcrumb {
  text-align: center;
  background: transparent;
  padding: 0px;
  display: inline-block;
}

.breadcrumb li {
  display: inline-block;
  color: #fff;
}
.breadcrumb li a {
  color: #fff;
}

.checked{
  line-height: 24px;
  font-size: 15px;
  list-style-image: url(../img/icons/checked.png);
}

.triangulo {
  font-size: 100px;
  color: #fff;
}

.api{
  position: absolute;
  width: 100%;
  margin-top: -45px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #003057;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #003057;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}


.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color:#074f9c;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #77bd1e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.box {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cont-gray{
  background-color: #dadada;
  padding-top: 80px;
  padding-bottom: 80px;
}

#footer{
  background: #3D3D3D !important;
}

.footer-top{
  /*background:  #003057 !important;*/
  background-image:  url(../img/footer_fondo.png)   !important;
  background-size: 100% 100% !important; 
}
.container-footer{
  background: url(../img/contener-footer.png);
  padding: 38px;
  position: absolute;
  z-index: 999999;
  margin-top: -110px;
  width: 85%;
  height: 260px;
}

#footer .social-links a{
  background-color: #0B7DB9 !important;
}

#footer .footer-top{
  padding: 46px 0px 30px 0px !important;
}

.link{
  color: #fff !important;
  text-align: left !important;
}
#footer p{
  font-style: normal !important;
  line-height: 20px !important;
  text-align: left;
}
#footer .social-links a{
  width: 30px !important;
  height: 30px !important;
  padding: 6px 0 !important;
}

.text-footer{

  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.container-f{
  width: 80%;
  margin: auto;
}
#footer .footer-newsletter form{
  margin-top: -11px !important;
  background: #fff !important;
  padding: 3px 13px !important;
}

#footer .footer-newsletter form:active{
  margin-top: -11px !important;
  background: #fff !important;
  padding: 3px 13px !important;
}
.link a{
  cursor: pointer;
}

.link a:hover{
  border-bottom: 1px solid #fff;
}

.cont-calc {
  padding: 63px 44px;
  background-color: #f7f7f7;
  border-radius: 20px;
  width: 70%;
  margin: auto;
  -webkit-box-shadow: -13px 4px 7px -12px rgba(176,176,176,1);
  -moz-box-shadow: -13px 4px 7px -12px rgba(176,176,176,1);
  box-shadow: -13px 4px 7px -12px rgba(176,176,176,1);
}
.btn-calcula {
  padding: 6px 25px;
  background: #074f9c;
  color: #fff;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
}

.btn-cancela {
  padding: 6px 25px;
  background: #d82027;
  color: #fff;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
}

.btn-banner{
  padding: 12px 59px;
  background-color: #0B7DB9;
  color: #fff !important;
  border-radius: 20px;
}

.btn-banner:hover{
  padding: 12px 59px;
  background-color: #76BC21;
  border: 0;
  color: #fff !important;
  border-radius: 20px;
}
._register{
  display: none;
}

@media (max-width:1200px){
  .btn-viewmore{
    padding: 10px 40px;
  }

  .btn-viewmore:hover{
    padding: 10px 40px !important;
  }
  .m-left30{
    margin-left: -3% !important
  }
  
}


.cont-btn{
 width: 100%;
    position: absolute;
    z-index: 9999;
    margin-top: -12%;
    text-align: left;
    margin-left: 17%;
}

@media(max-width:992px){
  .btn-banner{
    padding: 8px 35px;
  }
  
  .btn-banner:hover{
    padding: 8px 35px;
  }
  #carouselExampleIndicators{
    margin-top: 90px;
  }
  
  .footer-top{
    background: #082E57 !important;
  }
  .container-footer{
    padding: 18px;
    width: 90%;
  }
  
}

@media(max-width:767px){
  #links{
    margin-top: 130px;
  }
}

@media(max-width:500px){
  #links{
    margin-top: 180px;
  }
}
.card-deck.py-3>.card{
  text-align: center;
}


/*--------------------------------------------------------------
# Productos Restringidos
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 10px 10px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.services .icon-box:hover .icon {
  background: #66AFD4;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}
.verdelg {
  background:#76BD1D;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
} 
hr {
  height: 10px;
  border-color: #75BA1E;
}
.colortitulo { 
  color: #082E57;
  font-weight: bold; 
  font-size: 15px; 
  margin-left:40px;
}

.colorsubtitulo { 
  color: #242323;
  font-weight: normal; 
  font-size: 15px; 
  margin-left:80px;
  text-align: justify;
}
.colorsubtitulo2 { 
  color: #242323;
  font-weight: bold; 
  font-size: 15px; 
  margin-left:80px;
  text-align: justify;
}

.colorimportante { 
  color: #850c0c;
  font-weight: bold; 
  text-align: center;
  font-size: 25px; 
  
}
.hrimportante {
  height: 10px;
  width: 40%;
  text-align: center;
  border-color: #850c0c;
}
/*--------------------------------------------------------------
/*  Faq */


#accordion>.card>.card-header{
  background-color: #fff;
}
#accordion>.card{
  margin-top: 20px;
  border: 0;
}

.accordion-head i {
  font-size: 17px;
  margin-left: -35px;
  color: #fff;
  background: #003057;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  float: left;
}

.t-faq{
  font-size: 16px;
  color:#003057;
}


a[aria-expanded="true"]>h5::before{
  content: "-";
  position: absolute;
  left: 0px;
  font-size: 19px;
  margin-left: -18px;
  margin-top: 0px;
  background: #003057;
  color: #fff;
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

    
a[aria-expanded="false"]>h5::before{
  content: "+";
  position: absolute;
  left: 0px;
  font-family: sans-serif;
  font-size: 26px;
  margin-left: -18px;
  margin-top: 0px;
  background: #003057;
  color: #fff;
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont-faq{
  margin-top: 180px;
  margin-bottom: 120px;
}

/* Tarifas*/

.cont-violet{
  background-color: #66AFD4;
  color: #fff;
}

.table-tarifas>tbody>tr>td>span{
  font-size: 11px;
}

.table-tarifas>tbody>tr>td{
  padding: 1px 10px;
}

.btn-search{
  background: #0B7DB9;
  color: #fff;
  border-radius: 20px;
  padding: 8px 30px;

}

.btn-search:hover {
  background: #082e57;
  color: #fff !important;
  border-radius: 20px;
  border: 0;
  padding: 8px 30px;
  cursor: pointer;
}
.icon-box>.icon{
  margin-top: 15px !important;
}
.icon-box{
  border-radius: 20px;
    margin-bottom: 25px;
}
/* Registricciones de entregas a domicilio*/

.restricted-li{
  max-width: 1000px;
  margin: auto;
}
.restricted-li>li{
  font-size: 15px;
  text-align: justify;
  list-style: none;
  margin-top: 6px;
}

.wrapper-content-space-mid{
  padding-left: 80px;
}

.wrapper-content-space-mid>p>span{
  background: #76BC21;
  border-radius: 20px;
  padding: 0px 6px;
  color: #fff;
  margin-right: 5px;
}

.restricted-li>li>span{
  background: #0B7DB9;
  border-radius: 20px;
  padding: 0px 6px;
  color: #fff;
  margin-right: 10px;
}

.btn-api{
  padding: 12px 59px;
  background-color: #77bd1e;
  color: #fff;
  border-radius: 20px;
  text-align: center;
}

.btn-api:hover{
  padding: 12px 59px;
  background-color: #fff;
  color: #77bd1e;
  border: 2px solid  #77bd1e;
  border-radius: 20px;
  text-align: center;
}

#casillero li{
  height: 33px;
}

#casillero li:hover{
  background-color: #f0f0f0;
}

#accordion{
  padding: 20px;
}
#footer>.container{
  display: none;
}
#department{
  font-size: 15px;
}
.cont-info{
  width: 100%;
  font-size: 15px;
}

#info{
  display: flex;
  justify-content: center;
  align-items: center; 
}
.cont-info>div>div:nth-child(1){
  text-align: right;
}
#n-maps{
  padding: 20px;
  border: 1px solid;
  background-color: #0B7DB9;
  border-radius: 50%;
}

.card-header>h5>a{
  font-size: 16px;
  color: #003057 !important;
  font-weight: 500;
  cursor: pointer;
}

.cont-video{
  background-image: url(../img/home_fondo.png);
  background-size: 100% 100%;
  height: 450px;
  display: flex;
}
.title.cont-skyblue{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.cont-seguimiento{
border-radius: 20px;
}

.cont-footer{
  background: #003057;
 /* border-top: 5px #0B7DB9 solid;*/
  
}


.f-social{
  padding: 7px 10px;
  background: #fff;
  border-radius: 50%;
  margin-left: 5px;
}

.cont-footer>strong{
  font-size: 14px;
  font-weight: 400 !important;
}

.f-social>i{
  color: #0B7DB9 !important;
}
.redes-sociles{
  margin-top: 20px;
}

.btn-footer{
  color: #fff;
  padding: 10px 20px;
  border: solid 1px;
  border-radius: 20px;
  margin-left: 20px;
}
.btn-footer:hover{
  color: #fff;
  padding: 10px 20px;
  border: solid 1px;
  border-radius: 20px;
  margin-left: 20px;
}
.cont-btn-footer{
  margin-top: 10px;
}

@media(max-width: 1200px){
  .btn-footer{
    font-size: 12px;
  }
}
@media(max-width: 992px){
  .btn-footer{
    font-size: 11px;
  }
  .f-social{
    padding: 3px 6px;
  }

}
.register{
  margin-left: 10px;
  background: #0B7DB9;
}

/* TERMINOS Y CONDICIONES*/

.terminos-condiciones>h3>span{
  color: #003057;
  font-weight: 600;
}
.terminos-condiciones>.wrapper-content-space-mid>li{
  margin-top: 14px;
}

/* Direccion*/

.direccion-parallax{
  background-image: url(../img/maps-direccion.png);
}
.t-21{
  font-size: 21px !important;
}

/* RE-EMPAQUE*/
.re-empaque{
  background-image: url(../img/empaque.png);
}

html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 40px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
}
.cont-60{
  width: 60%;
  margin: auto;
}

.funciona{
  background-image: url(../img/como-funciona.png);
  background-size:  100%;
}
.cont-60 h2{
  color: #003057;
}

/* PREALERTANOS*/

.cont-input{
  background-color: #f3f3f3;
  padding: 40px;
  font-size: 15px;
}

.cont-80{
  width: 80%;
  margin: auto;
}

.cont-registro{
  width: 70%;
  margin: auto;
}
.cont-registro>div>div>label{
  font-weight: bold;
  font-size: 15px;
}
.cont-registro>.row{
  margin-top: 20px;
}
@media(max-width:992px){
  .cont-registro{
    width: 90%;
  }
  .cont-60{
    width: 80%;
  }
}

.btn-continue {
  padding: 8px 25px;
  background: #d82027;
  color: #fff;
  border: 0;
  border-radius: 20px;
}

/* TIENDAS RECOMENDADAS*/


.tiendas{
  border-radius: 1px solid red;
  background-color: #fff;
   border-radius: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  border: 1px solid #003057;
}

.img-tiendas>img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tiendas>h5{
  padding-top: 20px;
  cursor: pointer;
}

/* INICIAR SESION*/

.cont-iniciar {
    width: 35%;
    margin: auto;
    font-size: 15px;
}
.cont-iniciar > fieldset > div > h5 {
    font-size: 18px;
}
[name="ctl00$ContentPlaceHolder2$Button1"] {
    border-radius: 50px;
    width: 43% !important;
    margin: auto !important;
    padding: 5px;
    background: #d82027;
    border: 0px;
}

[name="ctl00$ContentPlaceHolder2$Button1"]:hover {
    border-radius: 50px;
    width: 43% !important;
    margin: auto !important;
    padding: 5px;
    background: #d82027;
    border: 0px;
}
.cont-iniciar > fieldset > h5 > a > h3 {
    font-size: 17px;
    text-align: center;
}
.cont-input>div>div>div>label{
  font-weight: bold;
}

@media(max-width: 767px){
	.cont-btn-footer>a:nth-child(1){
	margin-bottom: 13px;
    display: flex;
    width: 113px;
    margin-left: 49px;
	}
}

@media(max-width: 575px){
	.cont-btn-footer>a:nth-child(1){
	margin-bottom: 13px;
    display: inline;
    width: 0px;
    margin-left: 0px;
	}
	.cont-btn-footer{
		margin-bottom: 12px;
	}
}

.country>a>img:nth-child(1){
 margin-right: 10px;
}

.country>a>img{
  cursor: pointer;
}

  .cookie-cont {
    background-color: rgb(10, 10, 10) !important;
    color: rgb(255, 255, 255) !important;
    font-family: inherit !important;
    bottom: 0px !important;
    position: fixed !important;
    opacity: 1 !important;
}
#cookie-law-info-bar {
    /* border: 0; */
    font-size: 12pt;
    margin: 0 auto;
    padding: 13px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
    display: none;
    left: 0px;
    font-weight: 300;
}
#cookie-law-info-bar {
    padding: 6px 10px;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.cookie-a2 {
    display: inline-block !important;
    margin: 5px !important;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(1, 168, 226) !important;
    padding: 10px;
    border-radius: 5px;
}
.cli-plugin-button, .cli-plugin-button:visited {
    display: inline-block;
    padding: 10px 16px 10px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 0px;
    text-decoration: none;
}

#btn__registrate{
  margin-left: 110px;
}

@media(max-width: 1200px){
  #btn__registrate{
     margin-left: -5px;
     width: 110px;
    margin-right: 15px;
}

}

@media(max-width: 992px){
  #btn__registrate{
    width: 120px;
}
}



/* CAMBIOS DEFAULT*/

.container-box {
    background-color: #fff;
    height: 472px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.container-box:hover {
    /* background-color: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(201,201,201,1);
  -moz-box-shadow: -2px 0px 5px 0px rgba(201,201,201,1);
  box-shadow: -2px 0px 5px 0px rgba(201,201,201,1);*/
}

.btn-viewmore {
    padding: 10px 48px;
    background-color: #77bd1e;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-left: 10%;
    position: absolute;
    margin-left: 14px;
    bottom: 30px;
}

.btn-viewmore:hover {
    padding: 10px 48px;
    background-color: #fff;
    color: #77bd1e;
    border: 2px solid #77bd1e;
    border-radius: 20px;
    text-align: center;
    margin-left: 10%;
    position: absolute;
    margin-left: 14px;
    bottom: 30px;
}

.cont-grid {
    width: 100%;
    margin: auto;
}

.cont-grid > div {
    display: block;
    padding: 10px;
    color: #003057;
    background: #fff;
}

.cont-grid > div:hover {
    border-radius: 20px;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
    -moz-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
    box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
}

.cont-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 500px;
    grid-gap: 15px;
}

@media (max-width: 1200px) {
    .btn-viewmore {
        padding: 7px 33px;
    }
    .btn-viewmore:hover {
        padding: 7px 33px !important;
    }
    .grid_item3 > div > strong {
        font-size: 13px !important;
    }
    .cont-grid > div {
        padding: 5px;
    }

    .btn-viewmore,
    .btn-viewmore:hover {
        bottom: 67px;
    }
}

@media (max-width: 992px) {
    .cont-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 15px;
    }
    .container-box {
        margin-bottom: 20px;
    }
    .cont-grid > div {
        padding: 10px;
    }
    .btn-viewmore,
    .btn-viewmore:hover {
        position: relative;
    }
    .grid_item1 > div > a,
    .grid_item1 > div > a:hover {
        display: flex;
        margin-top: 148px !important;
        width: 135px !important;
        margin-left: 31px !important;
    }
    .grid_item2 > div > a,
    .grid_item2 > div > a:hover {
        display: flex;
        margin-top: 100px !important;
        width: 135px !important;
        margin-left: 31px !important;
    }
    .grid_item3 > div > a,
    .grid_item3 > div > a:hover {
        display: flex;
        margin-top: 78px !important;
        width: 135px !important;
        margin-left: 31px !important;
    }
    .grid_item4 > div > a,
    .grid_item4 > div > a:hover,
    .grid_item5 > div > a,
    .grid_item5 > div > a:hover {
        display: flex;
        margin-top: 100px !important;
        width: 135px !important;
        margin-left: 31px !important;
    }
}
@media (max-width: 767px) {
    .cont-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .grid_item1 > div > a,
    .grid_item1 > div > a:hover {
        display: flex;
        margin-top: 101px !important;
        width: 135px !important;
        margin-left: 31px !important;
    }
}

@media (max-width: 467px) {
    .cont-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}

