﻿@font-face {
    font-family: 'LetraFuente';
    src: url(../Font/MYRIADPRO-COND.OTF)
}

@font-face {
    font-family: Myriad Pro Regu;
    src: url(../Font/MYRIADPRO-REGULAR.OTF)
}

@font-face {
    font-family: Myriad Pro Bold;
    src: url(../Font/MYRIADPRO-REGULAR.OTF)
}

@font-face {
    font-family: Myriad Pro Italic;
    src: url(../Font/MYRIADPRO-BOLDIT.OTF)
}




:root {
  --dark: #5A5A5A;
  --light: #9D9797;
  --success: #007F53;
  --secondary: #FBAF19;
  --primary: #F6D50E;
  --danger: #FF5B81;
}

/**//**//**//**//**//**//**//**//**//**/
/*ESTILOS PARA LAS POLITICAS DE COOKIES INICIO{*/
/**//**//**//**//**//**//**//**//**//**/

  .cookies {
      position: fixed;
      width: 100%;
      z-index: 900;
      bottom: 0;
      padding: 1em 0;
      background: white;
      /*font-size: 0.7em;*/
      box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px 5px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%)
  }

  .cookies i {
      color: #007F53;
      font-size: 5em;
      text-align: center;


  }

  :focus-visible {
      outline: none !important;
  }

  .cookies .btn {
      font-size: 1.2em;
  }

  /*SIGMA YA TIENE UNOS ESTILOS EN SUS BOTONES PERO YO COLOCARE ESTOS*/


  .cookies .btn-success,
  .cookies .btn-success:not(:disabled):not(.disabled):active,
  .cookies .btn-success:focus,
  .cookies .btn-success:hover {
      background: var(--success);
      border-color: var(--success);
  }

  .cookies .btn-secondary,
  .cookies .btn-secondary:not(:disabled):not(.disabled):active,
  .cookies .btn-secondary:focus,
  .cookies .btn-secondary:hover {
      background: var(--secondary);
      border-color: var(--secondary);
  }

  .cookies .btn-outline-success,
  .cookies .btn-outline-success:not(:disabled):not(.disabled):active,
  .cookies .btn-outline-success:focus,
  .cookies .btn-outline-success:hover {
      background: white;
      border-color: var(--success);
      color: var(--success);
  }


  .cookies .btn-primary,
  .cookies .btn-primary:not(:disabled):not(.disabled):active,
  .cookies .btn-primary:focus,
  .cookies .btn-primary:hover {
      color: var(--dark);
      background: var(--primary);
      border-color: var(--primary);
  }


  .cookies .btn-danger,
  .cookies .btn-danger:not(:disabled):not(.disabled):active,
  .cookies .btn-danger:focus,
  .cookies .btn-danger:hover {
      background: var(--danger);
      border-color: var(--danger);
  }


  .cookies .btn-primary:not(:disabled):hover,
  .cookies .btn-success:not(:disabled):hover,
  .cookies .btn-danger:not(:disabled):hover,
  .cookies .btn-secondary:not(:disabled):hover {
      filter: grayscale(20%);
      box-shadow: 0 0px 2px 0 rgb(0 0 0 / 14%), 0 7px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
      transition: 0.3s;
  }


  .cookies .btn:disabled {
      opacity: .65 !important;
  }

/**//**//**//**//**//**//**//**//**//**/
/*ESTILOS PARA LAS POLITICAS DE COOKIES FINAL}*/
/**//**//**//**//**//**//**//**//**//**/


.form-control[readonly] {
	background-color: white;
	/*Código para que no se pongan gris los campos al cargar cualquier cosa*/
}
.form-control[readonly][disabled] {
	background-color: #e9ecef;
}
.transparente{
	background: transparent !important;
	background-color: transparent !important;
}

.xpostal input{
  display: block;
  background: transparent !important;
  color: #007A5E !important;
  border: 2px #66B298 solid !important;
  width: 250px !important;
  outline: none !important;
  font-size: 1.5em;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    /* padding: 1px; */
    height: 22px;
    width: 20px;
}


label.checkbox {
    color: grey;
    font-size: 1.1em;
    transition: 0.2s;
    line-height: 0;
}


label.checkbox:hover {
    color: black;
    transition: 0.2s;
    cursor: pointer;

}

.accordion .acoritem .header {
    background: white;
    border: 1px solid #B1B1B1;
    border-radius: 20px;
}

.accordion .acoritem .form-control {
    background: #E3EFED;
    border-radius: 10px !important;
    border-color: #E3EFED;
}

.nav-item.dropdown.show{
  height: auto;
}


.btn.btn-tab {
    display: flex;
    justify-content: center;
    /* width: max-content;*/
    width: 200px;
    ;
    color: white;
    padding: 8px 20px;
    height: 40px;
    z-index: 2500
}

.btn.btn-tab.enviar {
    background: #66B298;
}

.btn.btn-tab.enviar {
    background: #007F53;
}

.btn.btn-tab.siguiente {
    background: #F9B171;
}

.btn.btn-tab.siguiente:hover {
    background: #F79437;
}





















.cs-options::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: white !important;
    transition: all 2s !important
}

.cs-options::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
    width: 8px !important;
    background-color: white !important;
    transition: all 2s !important
}

.cs-options::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background-color: rgba(165, 165, 165, .8) !important;
    transition: all 2s !important
}

.cs-options::-webkit-scrollbar-thumb {
    background-color: rgba(251, 175, 23) !important
}

.cs-options.scrollVerde::-webkit-scrollbar-thumb,
.scroll.scrollVerde::-webkit-scrollbar-thumb {
    background-color: #007E53 !important;
}

.cs-options.scrollRojo::-webkit-scrollbar-thumb,
.scroll.scrollRojo::-webkit-scrollbar-thumb {
    background-color: #a50d26 !important;
}

.cs-options {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    height: auto !important;
    max-height: 282px !important;
    width: auto !important;
    z-index: 2000 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

div.cs-skin-slide::before {
    background: transparent !important
}

.cs-skin-slide .cs-options li span:hover,
.cs-skin-slide .cs-options li.cs-focus span,
.cs-skin-slide .cs-options li.cs-selected span {
    color: rgba(251, 175, 23) !important;
    background: transparent !important
}

.cs-skin-slide > span::after,
.cs-skin-slide.cs-active > span::after {
    color: rgba(251, 175, 23) !important
}

.fondoModal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6) !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 3
}

div.cs-select {
    background: transparent !important;
    color: #007A5E !important;
    border: 2px #66B298 solid !important;
    height: 60px !important;
    width: 250px !important
}

.cs-skin-slide > span {
    height: 55px !important;
    padding: 13px !important;
    padding-left: 22px !important
}

.cs-skin-slide .cs-options {
    background: white !important
}

.cs-skin-slide .cs-options li span {
    text-transform: none !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    font-size: 15px !important;
    padding: .8em 1em .8em 2.5em !important
}

/*.cs-skin-slide > span.cs-placeholder,
.cs-skin-slide .cs-options li span {
    text-transform: lowercase !important
}

.cs-skin-slide > span.cs-placeholder::first-letter,
.cs-skin-slide .cs-options li span::first-letter {
    text-transform: uppercase !important
}*/

.cs-skin-slide > span.cs-placeholder {
    padding-right: 48px !important
}

.letra1Mayus {
    text-transform: lowercase !important
}

.letra1Mayus::first-letter {
    text-transform: uppercase !important
}

.z-1 {
    z-index: -1 !important
}

#carouselMapa label {
    font-size: 18px
}

#carouselModal .carousel-control-next,
#carouselModal .carousel-control-prev {
    top: auto !important
}

#carouselModal .carousel-inner {
    margin-bottom: 30px !important
}

#header {
    display: block !important;
    min-height: 150px;
}

.barrasuperior {
    width: 100%;
    height: 20px;
    background-color: #007F53;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.barrainferior {
    width: 100%;
    height: 30px;
    background: #007E53;
    color: white
}

.barrainferiordiagonal {
    border-left: 30px solid #007E53;
    border-bottom: 30px solid #66B298;
    display: inline-block;
    height: 0;
    line-height: 30px
}

.afocus {
    background-color: #007F53 !important;
    color: white !important
}

.normativalogo {
    height: 45px;
    margin-bottom: 15px;
    margin-left: 20px !important
}

.p1 {
    animation-delay: 0.0s
}

.p2 {
    animation-delay: 0.1s
}

.p3 {
    animation-delay: 0.2s
}

.p4 {
    animation-delay: 0.3s
}

.p5 {
    animation-delay: 0.4s
}

.p6 {
    animation-delay: 0.5s
}

.p7 {
    animation-delay: 0.6s
}

.p8 {
    animation-delay: 0.7s
}

.p9 {
    animation-delay: 0.8s
}

.p10 {
    animation-delay: 0.9s
}

.p11 {
    animation-delay: 1s
}

.p12 {
    animation-delay: 1.1s
}

.p13 {
    animation-delay: 1.2s
}

.p14 {
    animation-delay: 1.3s
}

.p15 {
    animation-delay: 1.4s
}

.p16 {
    animation-delay: 1.5s
}

.p17 {
    animation-delay: 1.6s
}

.p18 {
    animation-delay: 1.7s
}

.p19 {
    animation-delay: 1.8s
}

.p20 {
    animation-delay: 1.9s
}

.p21 {
    animation-delay: 2s
}

html {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'LetraFuente';
    min-height: calc(100% - 150px);
    max-height: calc(100% - 150px);
    margin-top: 150px;
    font-size: .9rem;
    overflow-x: hidden;
    overflow-y: overlay !important;
}

body:before {
    content: "";
    opacity: .5;
    background-image: url(../img/textura2.jpg);
    background-size: 64%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: -1
}

.logo {
    height: 50px;
    margin-left: 100px !important;
    margin-bottom: 3px
}

.pais {
    z-index: 1200;
    height: 44px;
    margin-bottom: auto !important;
    margin-top: auto !important;
    margin-right: 15px;
    margin-left: auto
}

li.nav-item {
    height: 100px;
    background-color: #F8F9FA;
    display: table
}

.navbar li > a.nav-link {
    padding-top: 37px !important;
    padding-bottom: 36px !important
}

li > a {
    letter-spacing: 1px;
    font-size: 18px
}

.contenedorcabeza {
    min-height: 100px !important;
}

.contenedorcabeza .navbar {
    z-index: 1000 !important;
}

.nav-item:hover {
    background-color: #66B298;
    transition: all 1s
}

.nav-item:hover > a {
    color: white !important;
    border-radius: 10px;
    transition: all .5s
}

.dropdown-menu {
    padding: 0
}

.dropdown-divider {
    margin: 0
}

.dropdown-item {
    margin-top: auto
}

.dropdown-item:hover {
    background-color: #007E53;
    color: white
}

.navbar-collapse {
    width: fit-content;
    flex-grow: unset;
    margin-right: 80px
}

.nav-link {
    text-align: center
}

.show .dropdown-toggle:hover > .nav-link {
    background-color: #007F53
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
    z-index: 2000 !important
}

.menucontacto {
    left: -190px !important;
    z-index: -1 !important
}

.contaainer {
    min-height: calc(100% - 150px);
    position: absolute;
    width: 100%
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 1px 5px 0;
    z-index: 1000
}

.footerfix {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px !important;
    background-color: #007E53
}

footer {
    font-family: Myriad Pro Regu;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 40px !important;
    background-color: #007E53
}

.btn {
    border-radius: 20px;
    font-family: Myriad Pro Regu !important;
    color: white !important;
    font-size: 18px;
    text-align: center;
    height: 35px;
    line-height: 1.35;
}

.btn1 {
    background-color: #66B298
}

.btn2 {
    background-color: #F9B171
}

.btn3 {
    color: #6D6E6A !important;
    border: 1px gray solid;
    background-color: #F4F4F4
}

.btn1:hover {
    text-align: center;
    opacity: 1;
    background-color: #007F53;
    color: white
}

.btn2:hover {
    text-align: center;
    opacity: 1;
    background-color: #F79437;
    color: white
}

.btn3:hover {
    text-align: center;
    opacity: 1;
    background-color: #6D6E6A;
    color: white ! important
}

.flexbtningresar {
    display: flex;
    justify-content: center;
    align-items: center
}

.ingresarbtn {
    border-radius: 10px !important;
    font-family: Myriad Pro Bold !important;
    color: #18181B;
    font-size: 18px !important;
    text-align: center;
    opacity: 1;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FBAF17;
    opacity: .8;
    color: white !important
}

.ingresarbtn:hover {
    text-align: center;
    opacity: 1;
    background-color: #007F53;
    color: white
}

.htitulo {
    color: #666;
    font-family: Myriad Pro Regu
}

.pjustificado {
    color: #666;
    text-align: justify;
    font-family: Myriad Pro Regu;
    font-size: 15px !important
}

.lblh {
    font-family: Myriad Pro Regu;
    color: #5C5C5C;
    font-size: 1.5em
}

.lbln {
    margin-bottom: 2px;
    color: #888;
    font-family: Myriad Pro Regu
}

.form-control {
    border-radius: 30px !important;
    font-family: Myriad Pro Regu;
    color: #C6C8CA
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(102, 178, 152, .30)
}

.idioma {
    margin-bottom: -1px;
    color: #888;
    font-family: Myriad Pro Regu;
    margin-right: 4%;
    color: white;
    font-size: 15px;
    cursor: pointer;
    min-width: 80px
}

.sidioma .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -5 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 7rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.sidioma .dropdown-menu.show {
    display: block;
    position: absolute;
    will-change: transform;
    top: 0;
    left: -24px !important;
    transform: translate3d(0, 18px, 0)
}

@media (max-width:991px) {
    .sidioma .dropdown-menu.show {
        left: 5px !important
    }
}

.linestyle {
    z-index: 1200;
    height: 44px;
    border-radius: 100px;
    border-right: 1px #9D9FA1 solid;
    margin-bottom: auto !important;
    margin-top: auto !important;
    margin-right: 15px;
    margin-left: auto
}

.barform {
    border-top: 1px solid #AEAA98 !important;
    margin-bottom: 60px
}

.barformnom {
    border-top: 9px solid rgba(102, 178, 152, .20) !important
}

.centradoap {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.carouselindex .carousel-indicators li {
    margin-right: 5px !important;
    margin-left: 5px !important;
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    margin: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 10px
}

.carouselindex .carousel-indicators li:hover {
    background-color: white;
    transition: all 0.5s
}

.carouselindex .carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: rgb(255, 255, 255);
    margin: 0
}

.pindex {
    text-align: center;
    font-family: Myriad Pro Regu;
    font-size: 15px !important
}

.iconosindex {
    height: 40px;
    display: block;
    margin-top: 7px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

.card-header {
    display: flex;
    justify-content: center;
    align-items: center
}

.boxstyindex {
    padding-right: 0;
    padding-left: 0;
    font-family: Myriad Pro Regu;
}

.cardizindex {
    border-radius: 20px 0 0 20px !important;
    text-align: center;
    background-color: #007E54;
    color: white;
    letter-spacing: 1px;
    font-size: 14px
}

.bodyizindex {
    background: white;
    color: black;
    border-radius: 0 0 0 20px !important
}

.carddeindex {
    border-radius: 0 20px 20px 0px !important;
    text-align: center;
    background-color: #007E54;
    color: white;
    letter-spacing: 1px;
    font-size: 14px
}

.bodydeindex {
    background: white;
    color: black;
    border-radius: 0 0 20px 0px !important
}

#accordion .card-header {
    border: 2px #F2F2F2 solid;
    border-radius: 10px !important
}

#accordion .card-body {
    background-color: white;
    border-radius: 0px !important
}

#accordion .card {
    background-color: #F2F2F2;
    border-radius: 10px !important;
    border: none
}

#accordion .card-body ul.lbln li a {
    color: #888888 !important
}

#accordion .card-body ul.lbln li a:hover {
    text-decoration: none
}

.clasificador {
    margin-left: 2px;
    color: #C6C8CA
}

.banderas {
    color: black;
    height: 60px;
    margin: 14px;
    border-radius: 100px;
    box-shadow: 2px 2px 2px 2px
}

.tooltip.show {
    opacity: 1
}

.banderas:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 0.3s
}

.tooltip-inner {
    background-color: gray !important
}

.arrow::before {
    border-top-color: gray !important
}

[class^="logm"] {
    width: 258px;
    height: 326px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
}

.logmp {
    background-image: url(../img/paciente.png);
    background-repeat: no-repeat
}

.logme {
    background-image: url(../img/especialista.png);
    background-repeat: no-repeat
}

.logmp:hover {
    background-image: url(../img/paciente_hover.png);
    background-repeat: no-repeat;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all 0.3s
}

.logmp:hover .blogmp {
    color: white;
    background-color: #F79437
}

.logme:hover .blogme {
    color: white;
    background-color: #F79437
}

.logme:hover {
    background-image: url(../img/especialista_hover.png);
    background-repeat: no-repeat;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all 0.3s
}

[class^="blogm"] {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.blogmp {
    color: #fff;
    background-color: #007F53
}

.blogme {
    color: #fff;
    background-color: #007F53
}

.loginpe {
    margin-top: 20px;
    height: 420px;
    border-radius: 10px;
    width: 40%
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.margin-10 {
    margin-bottom: 10px
}

.archivoflexclientes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}

.borderclientebot {
    border-bottom: 3px #F0F0F0 solid
}

.labelcliente {
    margin-top: 20px;
    margin-left: 25px
}

.datepicker {
    margin-top: 160px !important;
    margin-left: 10px !important
}

.carouselcontacto {
    border-radius: 20px !important;
    height: 415px
}

.cbox {
    height: 210px
}

.cbox h3 {
    font-family: Myriad Pro Regu;
    color: #666
}

.cbox p {
    font-family: Myriad Pro Regu;
    color: #888
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile + label {
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: .625rem 1rem;
    text-align: center
}

.inputfile-2 + label {
    font-family: Myriad Pro Regu;
    color: #007F53;
    border: 2px solid #007F53;
    border-radius: 20px
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -.25em;
    margin-right: .25em
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #007F53;
    border-radius: 20px
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
    border-radius: 20px
}

[class^="caja"] {
    background: white;
    width: 320px !important;
    height: 200px !important;
    border-radius: 15px;
    box-shadow: 0 1px 5px 0;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    margin-left: auto;
    margin-right: auto
}


[class^="caja"] img {
    height: 200px;
    background: white;
    display: block;
    margin: auto;
}

[class^="caja"] img.imgNormal {
    width: 100%;
}

.btnp1 {
    /*  background-color: rgba(251, 175, 23, .9) !important;
    opacity: .9;
    text-align: left;
    font-size: 11px !important;
    padding: 11px;
    border-radius: 15px*/
}

.btnp2 {
    /*background-color: rgba(247, 148, 55, .9) !important;
    opacity: .9;
    text-align: left;
    font-size: 11px !important;
    padding: 11px;
    border-radius: 15px*/
}

.btncondicionado {
    background-color: #666666 !important;
    opacity: .9;
    text-align: left;
    font-size: 11px !important;
    padding: 11px;
    border-radius: 15px
}

div#uent\:PLANES\.SIGMA\:PLANES .-uocc-:nth-of-type(2n+1) .btn {
    background-color: rgba(251, 175, 23, .9) !important;
    opacity: .9;
    text-align: left;
    font-size: 11px !important;
    padding: 11px;
    border-radius: 15px;
}


div#uent\:PLANES\.SIGMA\:PLANES .-uocc-:nth-of-type(2n) .btn {
    background-color: rgba(247, 148, 55, .9) !important;
    opacity: .9;
    text-align: left;
    font-size: 11px !important;
    padding: 11px;
    border-radius: 15px;
}


div#uent\:PLANES\.SIGMA\:PLANES .-uocc-:nth-of-type(2n+1) .caja1:hover .btn {
    text-align: left;
    opacity: 1;
    background-color: #FBAF17 !important;
    color: white !important
}

div#uent\:PLANES\.SIGMA\:PLANES .-uocc-:nth-of-type(2n) .caja1:hover .btn {
    text-align: left;
    opacity: 1;
    background-color: #F79437 !important;
    color: white !important
}

.caja1 .btnnormal {
    margin-top: -35px !important;
    position: absolute;
    width: 320px;
}

.caja1 .btncondicionado {
    margin-top: -35px !important;
    position: absolute;
    width: 320px
}

.iconobtn {
    float: right;
    margin-top: 1px
}

.caja1:hover {
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all 0.3s;
    box-shadow: 0 1px 5px 0, 0 15px 30px -11px #000
}



.caja1:hover .btncondicionado {
    opacity: 1;
    color: white !important
}

.modal-body ul li {
    font-size: 14px;
    margin-bottom: 1px !important;
    padding: 0
}

.modal-body p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 0
}

ul {
    margin-bottom: 3px
}

.modalbg1 {
    background-color: #FBAF17
}

.modalbg2 {
    background-color: #F79437
}

.modalbg3 {
    background-color: #007E53
}

.quienessomosmore {
    cursor: pointer;
    display: inline;
    color: #007bff !important;
}

.quienessomoscomplete {
    display: none
}

#map {
    height: 350px;
    /*z-index: -1;*/
}

@keyframes ssliderclientes {
    to {
        background-position: 30000px
    }
}

div.ubusyasync {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    z-index: 32767 !important;
    background-repeat: no-repeat !important;
    background-position: 132px -20px !important;
    /* background-color: white !important;*/
    cursor: wait !important;
    background-image: url(../img/gif-2.gif) !important;
    opacity: 0.5 !important;
}

div.ubusyasync.bak {
    background-image: url(../img/gif-2.gif) !important;
    background-position: center !important;
    top: -20px !important;
    right: auto !important;
    left: 132px !important;
    width: 300px !important;
    height: 180px !important;
    opacity: 0.5 !important;
    transition: 2s !important
}

.invalid-feedback {
    font-family: Myriad Pro Regu !importantmargin-left:5px !important
}

.todo {
    min-height: calc(100vh - 220px);
    display: block
}

.contenedorRED {
    width: 300px !important;
    margin: auto;
    padding-top: calc(1rem + 10px);
    padding-bottom: 10px;
    border-top: 1.5px solid rgba(251, 175, 23);
    border-bottom: 1.5px solid rgba(251, 175, 23)
}

.text-primary {
    color: #007A5E !important
}

.nav-link.nofocus {
    color: rgba(0, 0, 0, .5) !important;
    background-color: transparent !important
}

.estiloTablaDetalladaOscura {
    min-width: 650px
}

.estiloTablaDetalladaOscura div.table-title {
    display: block;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%
}

.estiloTablaDetalladaOscura .table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .1);
    text-transform: uppercase
}

.estiloTablaDetalladaOscura .table-fill {
    background: white;
    border-radius: 5px;
    border-collapse: collapse;
    margin: auto;
    max-width: 90%;
    padding: 5px;
    width: max-content;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    animation: float 5s infinite
}

.estiloTablaDetalladaOscura th {
    color: #D5DDE5;
    ;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-weight: 100;
    padding: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    vertical-align: middle
}

.estiloTablaDetalladaOscura th:first-child {
    border-top-left-radius: 3px
}

.estiloTablaDetalladaOscura th:last-child {
    border-top-right-radius: 3px;
    border-right: none
}

.estiloTablaDetalladaOscura tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #666B85;
    font-size: 14px !important;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(256, 256, 256, .1)
}

.estiloTablaDetalladaOscura tr:hover td {
    background: #4E5066;
    color: #FFF;
    border-top: 1px solid #22262e
}

.estiloTablaDetalladaOscura tr:first-child {
    border-top: none
}

.estiloTablaDetalladaOscura tr:last-child {
    border-bottom: none
}

.estiloTablaDetalladaOscura tr:nth-child(odd) td {
    background: #EBEBEB
}

.estiloTablaDetalladaOscura tr:nth-child(odd):hover td {
    background: #4E5066
}

.estiloTablaDetalladaOscura tr:last-child td:first-child {
    border-bottom-left-radius: 3px
}

.estiloTablaDetalladaOscura tr:last-child td:last-child {
    border-bottom-right-radius: 3px
}

.estiloTablaDetalladaOscura td {
    background: #FFF;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .1);
    border-right: 1px solid #C1C3D1
}

.estiloTablaDetalladaOscura td:last-child {
    border-right: 0
}

.estiloTablaDetalladaOscura th.text-left {
    text-align: left
}

.estiloTablaDetalladaOscura th.text-center {
    text-align: center
}

.estiloTablaDetalladaOscura th.text-right {
    text-align: right
}

.estiloTablaDetalladaOscura td.text-left {
    text-align: left
}

.estiloTablaDetalladaOscura td.text-center {
    text-align: center
}

.estiloTablaDetalladaOscura td.text-right {
    text-align: right
}

.slashantes::before {
    content: ' / '
}

.context-menu-list {
    min-width: 7em !important;
    max-width: 7em !important;
    padding: 0 !important
}

.context-menu-item {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: .2em 2em;
    font-family: Myriad Pro Regu !important;
    color: white !important;
    background-color: #66B298 !important
}

.context-menu-item:hover {
    background-color: white !important;
    color: #017E54 !important
}

.context-menu-item.context-menu-disabled:hover {
    color: white !important;
    background-color: #66B298 !important
}

.context-menu-separator {
    padding: 0;
    margin: 0px !important;
    margin-top: 1px !important;
    border-bottom: 1px solid #66B298 !important
}

th.datepicker-switch:after {
    content: '';
    background-image: url(../img/iconos/cursor.png);
    width: 8px;
    height: 6px;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    right: 37px;
    top: 15px
}

.slick-slide img {
    margin: auto
}

.todo .udsp_default {
    min-height: calc(100vh - 220px);
    display: block
}

.slick-track {
    background-color: white;
    display: flex !important;
    justify-content: space-between
}

.slick-slide {
    height: 100px !important;
    display: flex !important;
    align-items: center
}

.contenedorsliderclientes {
    width: 100%;
    margin: auto;
    overflow: hidden
}

#sliderclienteshome {
    width: auto;
    height: 100px;
    background: url('../img/logos/clientes1.png?v1.4');
    margin: 15px 0;
    background-size: cover;
    animation: ssliderclientes 600s infinite linear;
    animation-direction: reverse
}

#sliderclienteshome2 {
    width: auto;
    height: 100px;
    background: url('../img/logos/clientes3.png?v1.4');
    margin: 15px 0;
    background-size: cover;
    animation: ssliderclientes 600s infinite linear
}

#sliderclienteshome3 {
    width: auto;
    height: 100px;
    background: url('../img/logos/clientes2.png?v1.5');
    margin: 15px 0;
    background-size: cover;
    animation: ssliderclientes 600s infinite linear;
    animation-direction: reverse
}

#sliderclientes {
    width: auto;
    height: 100px;
    background: url(../img/logos/clientes_colombia.png);
    background-size: cover;
    box-shadow: black;
    animation: ssliderclientes 300s infinite linear
}

.sliderclientes.pais1 {
    margin-top: 125px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url('../img/logos/clientescolombia.png?v1.4');
    background-size: cover;
    animation: ssliderclientes 600s infinite linear
}

.sliderclientes.pais2 {
    margin-top: 125px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url('../img/logos/clientescosta_rica.png?v1.5');
    background-size: contain;
    animation: ssliderclientes 300s infinite linear
}

.sliderclientes.pais3 {
    margin-top: 125px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url('../img/logos/clienteschile.png?v2.2');
    background-size: cover;
    animation: ssliderclientes 600s infinite linear
}
.sliderclientes.pais3_2 {
    margin-top: 25px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url('../img/logos/clienteschile2.png?v1.2');
    background-size: cover;
    animation: ssliderclientes 600s infinite linear;
    animation-direction: reverse;
}

.sliderclientes.pais4 {
    margin-top: 125px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url(../img/logos/clientesecuador.png);
    background-size: cover;
    animation: ssliderclientes 300s infinite linear
}

.sliderclientes.pais5 {
    margin-top: 125px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url(../img/logos/clientesel_salvador.png);
    background-size: cover;
    animation: ssliderclientes 300s infinite linear
}

.sliderclientes.pais6 {
    margin-top: 125px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url(../img/logos/clientesguatemala.png);
    background-size: cover;
    animation: ssliderclientes 300s infinite linear
}

.sliderclientes.pais7 {
    margin-top: 125px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url(../img/logos/clienteshonduras.png);
    background-size: cover;
    animation: ssliderclientes 500s infinite linear
}

.sliderclientes.pais8 {
    margin-top: 125px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url('../img/logos/clientesitalia.png?v1.2');
    background-size: cover;
    animation: ssliderclientes 600s infinite linear
}

.sliderclientes.pais9 {
    margin-top: 125px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url(../img/logos/clientesnicaragua.png);
    background-size: cover;
    animation: ssliderclientes 600s infinite linear
}

.sliderclientes.pais10 {
    margin-top: 125px;
    margin-bottom: 40px;
    width: auto;
    height: 100px;
    background: url('../img/logos/clientespanama.png?v1.1');
    background-size: auto 100%;
    animation: ssliderclientes 300s infinite linear
}

.sliderclientes.pais11 {
  margin-top: 125px;
  margin-bottom: 40px;
  width: auto;
  height: 100px;
  background: url(../img/logos/clientesperu.png?v1.2);
  background-size: contain;
  animation: ssliderclientes 600s infinite linear;
  background-repeat-y: no-repeat;
}

.btnEnTabla {
    font-size: 15px;
    line-height: 13px;
    padding: 6px 20px;
    max-height: 115%;
    position: absolute;
    margin-left: 11px;
    margin-top: -4.5px;
    height: 28px;
}


.container-class {
    /*COLOR DE FONDO*/
}


/*
--------------------------------------------------------------------
-- -- -- -- -- -- -- -- -  Sweet Alert  - -- -- -- -- -- -- -- -- --
--------------------------------------------------------------------
*/

.sweetcaja {
    background-color: white !important;
    border-radius: 0.8em !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    /*background-color: rgba(29, 31, 33, 0.7) !important;*/
}


.swal2-styled:focus {
    outline: none !important;
    box-shadow: none !important;
}

.swal2-icon swal2-question,
.swal2-icon.swal2-info,
.swal2-icon.swal2-warning,
.swal2-icon.swal2-error,
.swal2-icon.swal2-success .swal2-success-ring,
.swal2-icon.swal2-info,
.swal2-icon.swal2-warning,
.swal2-icon.swal2-question,
.swal2-icon.swal2-success .swal2-success-ring,
.swal2-icon.swal2-success [class^=swal2-success-line],
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(177, 177, 1177, .2) !important;

}

.swal2-styled.swal2-confirm {
    background-color: #66B298 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #66B298 !important;

}



.swal2-icon.swal2-info {
    border-color: #FBCE71 !important;
    color: #FABE45 !important;
}

.swal2-icon {
    margin-top: 0 !important;
    margin-bottom: 1.25em !important;
}

.sweetclwhite,
.header-class,
.content-class,
.sweetcaja,
.container-class {
    color: #5c5c5c !important;
    font-family: arial !important;
}



.sweetbtnconfirm,
.sweetbtncancel {
    font-family: Myriad Pro Regu !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    border-radius: 20px !important;
    padding: .3rem 3rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    transition: 0.3s !important;
}

.sweetbtnconfirm:hover,
.sweetbtncancel:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    transition: 0.3s !important;

}

.sweetbtnconfirm {
    background-color: #66B298 !important;
}




.sweetbtncancel {
    background-color: #FF6A6A !important;
}

.input-class {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.swal2-close {
    /*color: #007a5e !important;*/
    color: white !important;
    font-weight: 800;
    font-size: 2.7em;
    margin: -5px;
}

.swal2-container button:focus {
    outline: none !important;
}

/*
---------------------------------------------------------------------------
-- -- -- -- -- -- -- -- -  / Cierre Sweet Alert  - -- -- -- -- -- -- -- -- --
---------------------------------------------------------------------------
*/

.contenedorcabeza::before {
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    background-image: url(../img/LogotipoSigma.png);
    background-size: 74px;
    background-repeat: no-repeat;
    margin-left: 100px !important;
    background-position: left;
    position: absolute;
}

a > span,
a {
    cursor: pointer;
}

#contenidored div[id^='select'] {
    width: min-content;
}

#contenidored .cs-select {
    border-radius: 25px;
    height: 50px !important;
}

#contenidored .cs-skin-slide > span {
    height: 45px !important;
    padding: 8px !important;
    padding-left: 22px !important;
}

.table-fixed,
.table-scroll {
    width: 100%;
}

.table-fixed tbody {
    height: 293px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed tbody::-webkit-scrollbar,
.table-scroll tbody::-webkit-scrollbar {
    width: 10px;
    /* Tamaño del scroll en vertical */
    height: 30px;
    /* Tamaño del scroll en horizontal */

}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.table-fixed tbody::-webkit-scrollbar-thumb,
.table-scroll tbody::-webkit-scrollbar-thumb {
    background: #007A5E;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.table-fixed tbody::-webkit-scrollbar-thumb:hover,
.table-scroll tbody::-webkit-scrollbar-thumb:hover {
    background: #007A5E;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.table-fixed tbody::-webkit-scrollbar-thumb:active,
.table-scroll tbody::-webkit-scrollbar-thumb:active {
    background-color: #007A5E;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
.table-fixed tbody::-webkit-scrollbar-track,
.table-scroll tbody::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.table-fixed tbody::-webkit-scrollbar-track:hover,
.table-fixed tbody::-webkit-scrollbar-track:active,
.table-scroll tbody::-webkit-scrollbar-track:hover,
.table-scroll tbody::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed thead tr th:nth-child(1n+2) {
    display: none;
}

.table-red {
    -webkit-box-shadow: 8px 8px 12px -6px rgba(0, 122, 94, 0.4);
    -moz-box-shadow: 8px 8px 12px -6px rgba(0, 122, 94, 0.4);
    box-shadow: 8px 8px 12px -6px rgba(0, 122, 94, 0.4);
    background-color: #f3f3f3;
}

.table-red thead th {
    color: #007A5E !important;
    font-size: 20px;
}

.table-red tbody a {
    cursor: pointer;
    color: black;
    font-weight: 500;
    font-size: 15px;
    display: block;

    padding: .75rem;
}

.table-red tbody a:hover {
    text-decoration: none;

}

.table-scroll tbody {
    height: 293px;
    overflow-y: auto;
    display: block;
}

.table-scroll thead,
.table-scroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    /* even columns width , fix width of table too*/
}


a.btnAyuda {
    position: fixed;
    background-color: rgba(251, 175, 23);
    bottom: 39px;
    left: 40px;
    padding: 7px 10px;
    font-size: 29px;
    border: 5px solid #ffffff;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 120;
    /*-webkit-box-shadow: -2px 2px 19px -2px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: -2px 2px 19px -2px rgba(0, 0, 0, 0.49);
    box-shadow: -2px 2px 19px -2px rgba(0, 0, 0, 0.49);*/
}

.noFlechas ~ a[class^='carousel-control'] {
    display: none;
}

div.ubusysync {
    top: 150px !important;
    height: calc(100% - 150px) !important;
    background-image: url(../img/gif-2.gif) !important;
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;

}

.invalid-feedback {
    font-size: 90% !important;
}


/*//*********************/
/**/
/*//*  INICIAR SESION   */
/**/
/*//*********************/
/**/


.contenido100 {
    min-height: calc(100vh - 220px);
}

[class^="loginmenu"] {
    cursor: pointer;
    width: 223px;
}

.btnloginmenu {
    background: #007E53;
    color: white;
    z-index: 2;
    text-decoration: none;
}


.paciente {
    height: 326px;
    width: 223px;
    background-image: url("../img/login/paciente.png");
    background-repeat: no-repeat;
    z-index: 0;


}

.profesional {
    height: 326px;
    width: 223px;
    background-image: url("../img/login/profesional.png");
    background-repeat: no-repeat;
    z-index: 0;
}

.aseguradora {
    height: 326px;
    width: 223px;
    background-image: url("../img/login/aseguradora.png");
    background-repeat: no-repeat;
    z-index: 0;
}

.empleado {
    height: 326px;
    width: 223px;
    background-image: url("../img/login/empleado.png");
    background-repeat: no-repeat;
    z-index: 0;
}


.loginmenu:hover .paciente {
    background-image: url("../img/login/pacientehover.png");
    background-repeat: no-repeat;
    -ms-transform: scale(1.03);

    -webkit-transform: scale(1.03);

    transform: scale(1.03);
    transition: all 0.3s;
    text-decoration: none;
}


.loginmenu:hover .profesional {
    background-image: url("../img/login/profesionalhover.png");
    background-repeat: no-repeat;
    -ms-transform: scale(1.03);

    -webkit-transform: scale(1.03);

    transform: scale(1.03);
    transition: all 0.3s;
}


.loginmenu:hover .aseguradora {
    background-image: url("../img/login/aseguradorahover.png");
    background-repeat: no-repeat;
    -ms-transform: scale(1.03);

    -webkit-transform: scale(1.03);

    transform: scale(1.03);
    transition: all 0.3s;
}


.loginmenu:hover .empleado {
    background-image: url("../img/login/empleadohover.png");
    background-repeat: no-repeat;
    -ms-transform: scale(1.03);

    -webkit-transform: scale(1.03);

    transform: scale(1.03);
    transition: all 0.3s;
}


/*//*********************/
/**/
/*//*    CLÍNICAS WEB   */
/**/
/*//*********************/
/**/


.bannerpaciente {
    background-image: url(/clinicasweb/img/banner_PACIENTE.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 80%;
    width: 100%;
}

.logoprofesion {
    width: 80px;
    padding-left: 20px;
}

.bannerprofesional {
    background-image: url(/clinicasweb/img/profesionales1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 99%;
    width: 74%;
}

.bannerCorporativo {
    max-width: 80%;
    height: auto;
    z-index: -1;
}


.nompaciente {
    font-size: 30px;
    color: #626262;
    width: 300px;
    cursor: context-menu;
    white-space: nowrap;
    font-family: Myriad Pro Cond;
}

.nomprofesional {
    font-size: 34px;
    color: #626262;
    width: 300px;
    cursor: context-menu;
    white-space: nowrap;
    font-family: Myriad Pro Cond !important;
}



.dropzone .dz-preview .dz-image img {
    width: 100%;
}

.cuadroTitulo {
    background-color: #007E53;
    color: white;
    padding: 8px 100px;
}

@media (min-width: 768px) {

    .mr-md-6,
    .mx-md-6 {
        margin-right: 5rem !important;
    }


}

@media (min-width:1500px) {
    .index {
        height: 100px
    }

    .iconosindex {
        height: 50px
    }

    .planes {
        height: 150px
    }

    .red {
        height: 150px
    }

    .loginp {
        width: 100%;
        height: 150px
    }

    .espaceuni {
        width: 100%;
        height: 150px
    }

    /*//*********************/
    /**/
    /*//*    CLÍNICAS WEB   */
    /**/
    /*//*********************/
    /**/

    .bannerprofesional {
        height: 100%;

    }
}

@media (min-width:1100px) {
    .efectoc {
        margin-left: 350px
    }

    .efectoe {
        margin-right: 33px
    }
}

@media (max-width:991px) {
    .ingresarbtn {
        margin-left: 0 !important;
        margin-top: 10px !important;
        width: 15em;
    }

    .flexbtningresar{
      margin-left: -15px !important;
    }

    ul.navbar-nav > div:last-child {
          margin-bottom: 40px;
    }

    .navbar li > a.nav-link {
        padding-top: 10px !important;
        padding-bottom: 11px !important
    }

    li > a {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    body {
        background-size: 250%
    }

    .navbar-collapse {
        padding-top: 30px;
        margin-right: 0
    }

    .logo {
        margin-top: 20px;
        margin-left: 30px !important;
        margin-bottom: 20px
    }

    .navbar-toggler {
        margin-right: 30px !important
    }

    .navbar-nav {
        width: 100%;
        background-color: #fff !important
    }

    .nav-item {
        width: 100%
    }

    .nav-item:hover {
        background-color: #66B298;
        transition: all .5s
    }

    .nav-item:hover > a {
        margin-left: 0
    }

    li.nav-item {
        height: 40px;
        background-color: #F8F9FA;
        text-align: left
    }

    .nav-link {
        text-align: center
    }

    a {
        margin-top: 0px !important
    }

    .lblr {
        justify-content: flex-start;
        margin-left: .5em
    }

    .loginpe {
        margin-top: 80px;
        width: 90%
    }

    [class^="logm"] {
        width: 200px;
        height: 200px;
        margin-bottom: 50px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto
    }

    #showcase h1 {
        font-family: 'LetraFuente';
        font-size: 18px !important;
        line-height: 1.3;
        text-align: center;
        position: relative;
        animation: treme;
        animation-duration: 10s;
        animation-fill-mode: forwards
    }

    .selectpais {
        height: 50px
    }

    .efectoc {
        margin-right: -25px !important;
        color: white
    }

    .efectoe {
        margin-right: -10px;
        color: white
    }

    .afocus {
        background-color: white !important;
        color: #007F53 !important
    }

    .normativalogo {
        margin-left: 1px !important;
        height: 45px;
        margin-bottom: 15px
    }

    .nav-item:hover > a {
        color: #66B298 !important;
        transition: all .5s
    }

    .nav-item:hover {
        background-color: white;
        transition: all 1s
    }

    .cuadroTitulo {
        padding: 8px 60px;
    }

}

@media (max-width:768px) {
  .sliderclientes.pais2 {
    background-size: cover;
}
    .slick-slide {
        height: 80px !important
    }

    .nomprofesional {
        font-size: 20px;

    }

    .logoprofesion {
        width: 55px;
    }

    .table-scroll tbody {
        height: 293px;
        overflow-y: auto;
        min-width: 129%;
        display: block;
    }

    .footerfix {
        height: 65px !important;
    }

    .todo {
        min-height: calc(100vh - 245px);
        display: block
    }

    .todo .udsp_default {
        min-height: calc(100vh - 245px);
        display: block
    }

    .contenido100 {
        min-height: calc(100vh - 245px);
    }
}

#showcase {
    height: 0px;
}

#showcase h1 {
    font-family: Myriad Pro regu;
    font-size: 46px;
    line-height: 2.3;
    text-align: right;
    position: relative;
    animation: treme;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    z-index: 999;
}

@keyframes treme {
    0% {
        top: -100px
    }

    100% {
        top: 10%;
        color: #df8f45
    }
}
