/*
*--------------------------------
* Colors
*--------------------------------
*/
/*
-----------
  Buttons
-----------
*/
/* 
------------
  New home
------------ 
*/
/* @btn-navbar-register: #661A38; */
/*
********************************
System new colors
********************************
*/
/*
----------------------------
Font Styles
----------------------------
*/
/**
--------------------------
      Buttons
--------------------------
*/
.btno-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btno-default {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  border-color: #717370;
  color: #717370;
}
.btno-default:hover {
  color: #717370;
}
.btno-default:active {
  background-color: #676767;
  color: white;
}
.btno-default:not(:disabled):not(.disabled):active,
.btno-default:not(:disabled):not(.disabled).active,
.show > .btno-default.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btno-default:not(:disabled):not(.disabled):active:focus,
.btno-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btno-white {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  border-color: white;
}
.btno-white:hover {
  color: white;
}
.btno-white-rounded {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  color: #7c878e;
  background: white;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 12px 16px;
}
.btno-white-rounded:hover {
  color: white;
  background: #7c878e;
}
.btno-success {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  color: #7EBE1D;
  border-color: #7EBE1D;
}
.btno-success-bg {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  background: #78BE20;
  border-color: #78BE20;
  color: white;
}
.btno-success-bg:hover {
  color: white;
}
.btno-primary {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  color: #7EBE1D;
  border-color: #7EBE1D;
}
.btn-box-sh {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btno-buwi {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  background: #FFFFFF;
  border: 2px solid #00CED7;
  border-radius: 10px;
  padding: 8px 16px;
}
.btno-buwi:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btno-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.feedback-validity {
  color: #dc3545;
  padding-left: 5px;
}
.feedback-validity small {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}
/*
-------------------------------
        Helpers
-------------------------------
*/
.cursor-pointer {
  cursor: pointer;
}
.outline-0 {
  outline: 0;
}
/**
------------------------------------------------------------
  START - Build calendar used in ViewInfo(make appointment)
------------------------------------------------------------
*/
.build-calendar .collection {
  margin: 1px;
  border: 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-align: -webkit-center;
}
.build-calendar .collection .collection-item {
  margin-bottom: 2px;
  margin-top: 0px;
  background-color: #e7e7e7;
  min-height: 35px;
  display: block;
  position: relative;
  overflow: hidden;
}
.build-calendar .collection .collection-item,
.build-calendar .collection .collection-item a {
  cursor: default;
}
.build-calendar .collection .collection-item.active-to-del:hover {
  background-color: #6F5091;
  color: #fff;
}
.build-calendar .collection .collection-item.active-to-del:hover,
.build-calendar .collection .collection-item.active-to-del:hover a {
  color: #fff;
}
.build-calendar .collection .collection-item a span {
  display: block;
  line-height: 0.9;
}
.build-calendar .collection .empty-slot {
  background-color: transparent;
  margin-bottom: 2px;
  margin-top: 0px;
  border-color: transparent;
  color: #c3c3c8;
  cursor: default;
}
.build-calendar .collection .empty-slot span {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-color: transparent;
  color: #c3c3c8;
  cursor: default;
}
.build-calendar .collection .collection-item.active {
  background-color: #FFF;
  color: #C74646;
  border: 1px solid #6F5091;
}
.build-calendar .collection .collection-item.active a {
  color: #C74646;
}
.command-calendar .btn-goctors.active {
  border: 1px solid #EEE;
  color: #C74646;
}
.build-calendar .collection .collection-item.active-to-del,
.build-calendar .collection .collection-item.active-to-del a {
  cursor: pointer;
}
.side-calendar .build-calendar .collection .collection-item.active a {
  color: #6F5091;
}
.side-calendar .build-calendar .collection .collection-item,
.build-calendar .collection .collection-item a {
  cursor: pointer;
  text-decoration: none;
}
/**
 outline
*/
.outline-0 {
  outline: 0;
}
/**
----------------
loading
----------------
*/
.loading {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
------------
scrollbar
------------
*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.hide {
  display: none;
}
/**
* Green line
*/
.gt-green-line {
  border: 1px solid #C9E5A6;
}
/*
* Subtitle Blue
* @param weight letter
* @param fontSize
*/
.img-circle-bordered {
  box-shadow: 0px 6px 5px #ccc;
  border: 0.7px solid lightgrey;
}
.clock-alarm-home {
  font-size: 11px;
  margin-top: 5px;
  margin-right: 5px;
}
/**
* Index styles
*/
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  margin-bottom: 300px;
}
/**
* ViewInfo styles
*/
/*
* @param {int} @weight peso de la letra
*/
/**
---------------------------------
        CARDS
---------------------------------
*/
.gt-card-outlogin {
  color: #fff;
  background: #fff;
  -webkit-box-shadow: 0px 6px 20px #00000033;
  -moz-box-shadow: 0px 6px 20px #00000033;
  box-shadow: 0px 6px 20px #00000033;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0px solid red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0px;
}
.gt-card-outlogin .card-header {
  border-radius: 8px 8px 0 0;
  background: #00CED7;
  box-shadow: 0 2px 10px rgba(59, 59, 59, 0.15);
}
/*
---------------------
        TABS
---------------------
*/
/*
---------------------------
        Images
---------------------------
*/
/*
---------------------------
        Inputs
---------------------------
*/
.gt-input-outlogin {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.gt-input-outlogin::placeholder {
  font-size: 16px;
  color: #C5C7D0;
}
/*
  ---------------------------
          Selects
  ---------------------------
  */
.gt-select-outlogin {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 2.9em;
}
/*=====================================================
            END - Progress Bar indeterminate
=====================================================*/
.ecg {
  width: 100%;
  opacity: 1;
  stroke-dasharray: 600;
  animation: ecg 5s linear forwards infinite, fade 1.5s linear infinite;
}
@keyframes ecg {
  to {
    stroke-dashoffset: -1200;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
}
.cursor-none {
  cursor: none !important;
}
/**
* Asertec styles
*/
.customMenuImg {
  height: 70px !important;
}
.customFooterImg {
  height: 138px !important;
}
/*
****************
three type buttons
Primary   --> btn-primary-goctors
Secondary --> btn-secondary-goctors
Link      --> btn-link-goctors
****************
*/
.btn-primary-goctors {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  background-color: #E93B81;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.1;
  opacity: 1;
  font-size: 18px;
  display: block;
}
.btn-primary-goctors:hover {
  background-color: #731059;
}
.btn-secondary-goctors {
  border: 2px solid #E93B81;
  color: #E93B81;
  text-decoration: none;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Work Sans-SemiBold, sans-serif;
}
.btn-secondary-goctors:hover {
  background-color: #E93B81;
  color: #fff;
}
.btn-link-goctors {
  color: #E93B81;
  text-decoration: none;
  font-size: 16px;
  font-family: Work Sans-SemiBold, sans-serif;
}
.btn-link-goctors:hover {
  color: #731059;
}
/*
-------------------
Index Styles
-------------------
*/
body {
  background: no-repeat;
  margin: 0px;
  padding: 0px;
  font-family: 'Work Sans', sans-serif;
  overflow-x: hidden !important;
}
@media (max-width: 992px) {
  body {
    margin-bottom: 750px;
    overflow-x: hidden !important;
  }
}
@font-face {
  font-family: "Work Sans";
  src: url("/fonts/Work Sans/static/WorkSans-Regular.ttf");
}
@font-face {
  font-family: "Work Sans-SemiBold";
  src: url("/fonts/Work Sans/static/WorkSans-SemiBold.ttf");
}
@font-face {
  font-family: "Work Sans-UltraBold";
  src: url("/fonts/Work Sans/static/WorkSans-SemiBold.ttf");
}
/* 
-------------
title-h1  title-h2 
only use for titles -> Lunema-Ultrabold

title-h3 and title-h4 
only use for titles -> Lunema-Bold
-------------
*/
@font-face {
  font-family: "Lunema-Ultrabold";
  src: url("/fonts/MyFontsWebfontsKit/webFonts/LunemaUltraBold/font.woff");
}
@font-face {
  font-family: "Lunema-bold";
  src: url("/fonts/MyFontsWebfontsKit/webFonts/LunemaBold/font.woff");
}
#UnifyRegisterProfessional {
  background: #FFF3F8 !important;
  height: 100%;
  padding-bottom: 200px;
  margin-bottom: 150px;
  /*
****************
three type buttons
Primary   --> btn-primary-goctors
Secondary --> btn-secondary-goctors
Link      --> btn-link-goctors
****************
*/
  /*
**********
Ipad
**********
*/
  /*
**********
Mobile
**********
*/
}
#UnifyRegisterProfessional .btn-primary-goctors {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  background-color: #E93B81;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  font-family: Work Sans-SemiBold, sans-serif;
  line-height: 1.1;
  opacity: 1;
  font-size: 18px;
  display: block;
}
#UnifyRegisterProfessional .btn-primary-goctors:hover {
  background-color: #731059;
}
#UnifyRegisterProfessional .btn-secondary-goctors {
  border: 2px solid #E93B81;
  color: #E93B81;
  text-decoration: none;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Work Sans-SemiBold, sans-serif;
}
#UnifyRegisterProfessional .btn-secondary-goctors:hover {
  background-color: #E93B81;
  color: #fff;
}
#UnifyRegisterProfessional .btn-link-goctors {
  color: #E93B81 !important;
  text-decoration: none;
  font-size: 30px;
  font-family: Work Sans-SemiBold, sans-serif;
}
#UnifyRegisterProfessional .btn-link-goctors:hover {
  color: #731059 !important;
}
@media (max-width: 500px) {
  #UnifyRegisterProfessional .btn-secondary-goctors {
    width: 100%;
    font-size: 16px;
  }
}
#UnifyRegisterProfessional .page_title {
  padding-top: 40px;
  font-family: Lunema-bold, sans-serif;
  color: #005768;
}
#UnifyRegisterProfessional .page_title span {
  color: #731059;
}
#UnifyRegisterProfessional .section_title .sect_short_desc {
  color: #676879;
  font-family: Work Sans-SemiBold, sans-serif;
  line-height: 1.1;
  font-size: 20px;
}
#UnifyRegisterProfessional .contact_form_wrapper {
  background-color: white;
  border-radius: 16px;
  padding: 40px;
  margin-top: 30px;
  box-shadow: 0px 6px 20px #00000033;
}
#UnifyRegisterProfessional .contact_form_wrapper .form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#UnifyRegisterProfessional .contact_form_wrapper .form-control label {
  color: #676879 !important;
}
#UnifyRegisterProfessional .contact_form_wrapper .form-control:hover {
  border-color: #676879;
}
#UnifyRegisterProfessional .contact_form_wrapper .form-control:focus {
  border-color: #FF94C6;
  box-shadow: none;
}
#UnifyRegisterProfessional .single_blog_wrapper .blog_content {
  padding-top: 20px;
}
#UnifyRegisterProfessional .single_blog_wrapper .blog_content .single_title {
  text-align: center;
  color: #731059;
  font-family: Work Sans-SemiBold, sans-serif;
}
#UnifyRegisterProfessional .single_blog_wrapper .blog_content P {
  text-align: center;
  color: #676879;
  padding-left: 10%;
  padding-right: 10%;
}
#UnifyRegisterProfessional .single_blog_wrapper .archives-tablet-img {
  width: auto;
  height: 340px;
}
@media (max-width: 992px) {
  #UnifyRegisterProfessional .single_blog_wrapper .blog_content {
    padding-top: 20px;
  }
  #UnifyRegisterProfessional .single_blog_wrapper .blog_content .single_title {
    color: #731059;
    font-family: Work Sans-SemiBold, sans-serif;
  }
  #UnifyRegisterProfessional .single_blog_wrapper .blog_content P {
    color: #676879;
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media (max-width: 768px) {
  #UnifyRegisterProfessional #SendMail .blog_content {
    padding-top: 20px;
  }
  #UnifyRegisterProfessional #SendMail .blog_content .single_title {
    color: #731059;
    font-family: Work Sans-SemiBold, sans-serif;
  }
  #UnifyRegisterProfessional #SendMail .blog_content P {
    color: #676879;
    padding-left: 4%;
    padding-right: 4%;
  }
  #UnifyRegisterProfessional #SendMail .archives-tablet-img {
    width: auto;
    height: 140px !important;
  }
}
@media (min-width: 500px) {
  #UnifyRegisterProfessional #img-mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  #UnifyRegisterProfessional #goPredict,
  #UnifyRegisterProfessional #goControl {
    display: none;
  }
  #UnifyRegisterProfessional #Section-Seven #img-desktop {
    display: none;
  }
}
@media (max-width: 1000px) {
  #UnifyRegisterProfessional #tabs-smart-health {
    display: none;
  }
}
@media (min-width: 1000px) {
  #UnifyRegisterProfessional #tabs-smart-health-mobile {
    display: none;
  }
}
#UnifyRegisterProfessional .section-auto-standar {
  height: auto;
}
#UnifyRegisterProfessional .content-text-title-sections {
  text-align: center;
  padding-top: 9%;
  padding-bottom: 5%;
}
#UnifyRegisterProfessional .swiper-button-next,
#UnifyRegisterProfessional .swiper-button-prev {
  font-weight: 900;
  color: #FFDBEC;
}
#UnifyRegisterProfessional #awards-slider .swiper-container .swiper-pagination {
  bottom: 0;
}
#UnifyRegisterProfessional #awards-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white;
  opacity: initial;
  box-shadow: 0px 3px 5px black;
}
#UnifyRegisterProfessional #awards-slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #7EBE1D;
}
#UnifyRegisterProfessional #awards-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#UnifyRegisterProfessional #awards-slider .swiper-slide .btn-slider {
  margin-top: 63%;
}
#UnifyRegisterProfessional #info-section {
  background-image: url("/Images/outlogin/comunidad medica goctors.jpg");
  min-height: 400px;
}
#UnifyRegisterProfessional #info-section .is-content {
  background: rgba(89, 44, 184, 0.72);
  color: white;
  height: 400px;
}
#UnifyRegisterProfessional #info-section .is-content h2:nth-child(2) {
  font-weight: 200;
}
#UnifyRegisterProfessional #info-section .is-content .text-rb {
  bottom: 0px;
}
#UnifyRegisterProfessional #info-section .is-content .text-rb h4 {
  font-weight: 100;
}
#UnifyRegisterProfessional #info-section .is-content .text-rb h4 b {
  font-weight: bold;
}
#UnifyRegisterProfessional #awards {
  background: #f0f0f0;
}
#UnifyRegisterProfessional #relationships {
  background: white;
}
#UnifyRegisterProfessional .swiper-button-next,
#UnifyRegisterProfessional .swiper-button-prev {
  outline: none;
}
