/* FLAG: PARA BOTON DE WHATSAPP */
/* -------------------------------- 

Primary style

-------------------------------- */
/*
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Lato", sans-serif;
  color: #8f9cb5;
  background-color: #ffd88f;
}

a {
  color: #35a785;
  text-decoration: none;
}
*/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.img-replace-2 {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */
/*
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background-color: #5e6e8d;
  color: #FFF;
}
header h1 {
  font-size: 20px;
  font-size: 1.25rem;
}
*/
.cd-popup-trigger-2 {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin: 3em auto;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-trigger-2 {
    margin: 6em auto;
  }
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup-2 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup-2.is-visible-2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container-2 {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container-2 p {
  padding: 1em 1em;
  padding-top: 50px !important;
  /* font-size: 1.8em; */
  font-size: 21px;
  line-height: 1.5;
}

.cd-popup-container-2 .cd-buttons-2:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container-2 .cd-buttons-2 li {
  float: left;
  width: 50%;
}

.cd-popup-container-2 .cd-buttons-2 a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container-2 .cd-buttons-2 li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}

.no-touch-2 .cd-popup-container-2 .cd-buttons-2 li:first-child a:hover {
  background-color: #fc8982;
}

.cd-popup-container-2 .cd-buttons-2 li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.no-touch-2 .cd-popup-container-2 .cd-buttons-2 li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container-2 .cd-popup-close-2 {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container-2 .cd-popup-close-2::before,
.cd-popup-container-2 .cd-popup-close-2::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.cd-popup-container-2 .cd-popup-close-2::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container-2 .cd-popup-close-2::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible-2 .cd-popup-container-2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container-2 {
    margin: 2em auto;
  }
}

/* MIO */
.cd-popup-2 {
  z-index: 99999;
}

.cd-popup-container-2 {
  width: 800px;
  height: 500px;
  overflow-y: scroll;
  max-width: 800px !important;
}

.cd-popup-container-2 {
  padding-left: 20px;
  padding-right: 20px;
}

/* DATATABLE */
.dataTable .f-body {
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.dataTable .f-body {
  padding: 5px 5px 5px 8px !important;
}

div.dt-container .dt-search input {
  width: 70% !important;
}

.div.dt-container .dt-search {
  width: 100px !important;
}

.cd-popup-container-2 {
  width: 80% !important;
  height: 90% !important;
}

.dt-layout-cell.dt-layout-end {
  margin-left: 0;
  /* width: 100%; */
}

.dt-search {
  width: 100%;
}

.dataTable .meta-info {
  color: #3b3f5c;
  font-weight: 600;
}

.dataTable .tpl-tipo-dt {
  font-size: 14px;
  font-weight: 600;
  color: #888ea8;
}

.dataTable .tpl-especialidad-dt {
  font-size: 14px;
  color: #515365;
}

/* min-width es: <= 768 */
@media (max-width: 768px) {
  .cd-popup-container-2 {
    width: 90% !important;
  }
}

@media (max-width: 600px) {
  .tpl-tipo-dt {
    display: none !important;
  }

  .cd-popup-container-2 {
    width: 90% !important;
  }
}