@font-face {
  font-family: Gotham_black;
  src: url(../fonts/calibril/Gotham-Black.ttf);
  font-display: swap
}

@font-face {
  font-family: Gotham;
  src: url("../fonts/calibril/Gotham-Medium 2.otf");
  font-display: swap
}

@font-face {
  font-family: calibril;
  src: url(../fonts/calibril/calibril.ttf);
  font-display: swap
}

html {
  padding: 0;
  margin: 0
}

body {
  padding: 0;
  margin: 0;
  font-family: calibril, "DejaVu Serif", Georgia, serif;
  background: #e7e7e7
}

.body_log {
  background: #f0cc30
}

.cabecera {
  position: relative;
  display: table;
  width: 100%;
  height: 80px;
  max-height: 100px;
  background: #fff
}

.logo_001 {
  position: relative;
  display: table;
  width: 50%;
  float: left;
  padding: 15px 0;
  text-align: left
}

.logo_001 .img_logo {
  position: relative;
  display: table;
  height: 50px;
  width: auto;
  margin: 0 10px
}

.logo_002 {
  position: relative;
  display: table;
  width: 50%;
  text-align: right
}

.titulo_p1 {
  color: #7f7f94;
  padding-right: 20px;
  padding-top: 15px;
  font-size: 210%;
  font-weight: 700i;
  font-family: Gotham_black, Palatino, "Century Schoolbook L", "Times New Roman", serif
}

.cont_log_1 {
  position: relative;
  display: table;
  width: 70%;
  min-height: 100px;
  margin: 7% auto 0 auto;
  background: #fff;
  -webkit-box-shadow: 6px 6px 12px -1px rgba(0, 0, 0, .29);
  -moz-box-shadow: 6px 6px 12px -1px rgba(0, 0, 0, .29);
  box-shadow: 6px 6px 12px -1px rgba(0, 0, 0, .29)
}

.titulo_1 {
  font-family: Gotham_black, "DejaVu Serif", Georgia, serif;
  color: #c63d57;
  font-size: 300%
}

.txt_log {
  color: #7f7f94
}

.txt_log .titulo {
  font-family: Gotham, "DejaVu Serif", Georgia, serif;
  font-size: 110%;
  text-align: center;
  margin: 0;
  padding: 0
}

.txt_log p {
  font-size: 110%;
  text-align: justify
}

.txt_log a {
  color: #a12222;
  text-decoration: none
}

.txt_log a:hover {
  color: #0467bf;
  text-decoration: none
}

.img_logo {
  position: relative;
  display: block;
  width: 75%;
  height: auto
}

.txt_j {
  text-align: justify
}

.txt_c {
  text-align: center
}

.txt_r {
  text-align: right
}

.txt_l {
  text-align: left
}

.div_1,
.div_10,
.div_2,
.div_25,
.div_3,
.div_33,
.div_4,
.div_5,
.div_6,
.div_7,
.div_75,
.div_8,
.div_9 {
  position: relative;
  display: table;
  float: left;
  text-align: justify;
  height: auto !important
}

.div_1 {
  width: 10%
}

.div_2 {
  width: 20%
}

.div_25 {
  width: 25%
}

.div_3 {
  width: 30%
}

.div_33 {
  width: 33.3%
}

.div_4 {
  width: 40%
}

.div_5 {
  width: 50%
}

.div_6 {
  width: 60%
}

.div_7 {
  width: 70%
}

.div_75 {
  width: 75%
}

.div_8 {
  width: 80%
}

.div_9 {
  width: 90%
}

.div_10 {
  width: 100%
}

.pad_l {
  padding-left: 50px
}

.pad_r {
  padding-right: 50px
}

.pad_t {
  padding-top: 50px
}

.pad_b {
  padding-bottom: 50px
}

.pad_all {
  padding: 50px
}

.pad_l2 {
  padding-left: 25px
}

.pad_r2 {
  padding-right: 25px
}

.pad_t2 {
  padding-top: 25px
}

.pad_b2 {
  padding-bottom: 25px
}

.pad_all2 {
  padding: 25px
}

.pad_l3 {
  padding-left: 10px
}

.pad_r3 {
  padding-right: 10px
}

.pad_t3 {
  padding-top: 10px
}

.pad_b3 {
  padding-bottom: 10px
}

.pad_all3 {
  padding: 10px
}

.bg_c1 {
  background: #fff
}

.bg_c2 {
  background: #e7e7e7
}

.page-formulario input[type=password],
.page-formulario input[type=text] {
  border: #eaeaea;
  border-radius: 5px;
  margin: 10px 0
}

input[type=button] {
  position: relative;
  display: block;
  color: #fff;
  background: #c63d57;
  margin: 30px auto;
  padding: 15px 55px;
  font-size: 110%;
  border: none;
  border-radius: 25px
}

.slider {
  position: relative;
  display: table;
  width: 100%;
  height: 400px;
}

.slider img {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0;
}


.slider .slide_txt {
  position: absolute;
  top: 50%;
  left: 0;
  border-left: solid 20px 20px 20px 50px #c63d57
}

.slider .slide_txt2 {
  border-left: solid 10px #ecb92c;
  padding: 20px;
  font-size: 290%;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  font-family: Gotham_black, "DejaVu Serif", Georgia, serif
}

.alert-warning2 {
  position: relative;
  display: table;
  background: #ffc95e;
  color: #343434;
  width: 100%;
  margin: 20px 0;
  padding: 20px 5%;
  font-size: 120%;
  text-align: center
}

.alert-warning2 strong {
  color: #c63d57;
}

.box-warming {
  position: relative;
  display: table;
  background: #68AAA8;
  color: #fff;
  width: 100%;
  margin: 20px 0;
  padding: 20px 5%;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
}

.box-warming strong {
  color: #004C81;
}

.panel-primary2 {
  position: relative;
  display: table;
  width: 100%;
  padding: 0;
  background: #c63d57;
  color: #fff;
  font-family: Gotham, "DejaVu Serif", Georgia, serif;
  font-size: 150%;
  font-weight: 700
}

.panel-titulo {
  position: relative;
  display: table;
  width: 100%;
  padding: 0;
  background: #004C81;
  color: #fff;
  font-family: Gotham, "DejaVu Serif", Georgia, serif;
  font-size: 150%;
  font-weight: 700
}

.br_23 {
  border-left: solid 10px #258A87;
}

.tabla_r {
  position: relative;
  border: solid 1px #c83567;
  border-radius: 10px;
  margin: 50px;
  padding: 20px
}

.pie_pagina {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  background: #212121;
  font-size: 80%;
  text-align: center;
  padding: 20px 5%
}

.panel-default {
  border: solid 1.5px #004C81;
  background: #fff;
  border-radius: 10px;
  margin: 30px auto
}

.panel-default .panel-heading {
  background-color: transparent !important;
  color: #444 !important;
  border-bottom: solid 1.5px #004C81;
}

.panel-default .panel-heading .panel-title {
  color: red !important
}

.panel-default .panel-heading .panel-title h6 {
  color: #444 !important
}

@media screen and (max-width:1250px) {
  .slider {
    width: 100%;
    height: auto !important
  }

  .slider img {
    height: auto;
    width: 100%
  }
}

@media screen and (max-width:800px) {

  .logo_001,
  .logo_002 {
    width: 100%;
    text-align: center
  }

  .logo_001 .img_logo {
    height: 40px;
    width: auto;
    margin: 10px auto 0 auto
  }

  .titulo_p1 {
    padding-right: 20px;
    padding: 0 10px 20px 10px;
    font-size: 210%;
    font-weight: 700i
  }

  .img_logo {
    width: 60%;
    margin: 0 auto
  }

  .titulo_1 {
    font-size: 170%;
    text-align: center
  }

  .cont_log_1 {
    width: 90%;
    margin: 5% auto;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0
  }

  .slider .slide_txt {
    position: absolute;
    bottom: 10%
  }

  .slider .slide_txt2 {
    padding: 10px;
    font-size: 150%;
    font-family: Gotham, "DejaVu Serif", Georgia, serif
  }

  .pad_all,
  .pad_all2,
  .pad_b,
  .pad_l,
  .pad_r,
  .pad_t {
    padding: 20px
  }

  .div_1,
  .div_10,
  .div_2,
  .div_25,
  .div_3,
  .div_33,
  .div_4,
  .div_5,
  .div_6,
  .div_7,
  .div_75,
  .div_8,
  .div_9 {
    width: 100%
  }
}

@media screen and (max-width:650px) {
  .page-formulario .slider {
    background-image: url(../images/banner2.1.png) !important;
    height: 220px !important;
    background-position: top;
    background-size: cover
  }

  .page-formulario .slider img {
    display: none
  }
}

.page-formulario .mi-slider .container {
  margin-top: 15px;
  position: relative
}

.panel-titulo .icono-paciente {
  margin: 0 14px 0 0
}

.panel-default {
  background: #e7e7e7;
  border: solid 1.5px #004C81
}

.page-formulario .panel-heading .panel-title {
  font-weight: 700;
  font-size: 25px;
  color: #004C81 !important;
}

.page-formulario .input-sm {
  height: 36px;
  font-size: 14px
}

.page-formulario .box-select {
  position: relative;
  top: 10px
}

.page-formulario .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  height: 36px !important
}

.page-formulario .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px
}

.form-horizontal .controls.box-filtrar {
  position: relative;
  top: 11px
}

.form-horizontal .controls.box-filtrar a {
  border: 1px solid #004C81;
  background-color: #004C81 !important;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px
}

.form-horizontal .panel.panel-default.panel-validar {
  border: none;
  box-shadow: none
}

.btn-guardar-solicitud {
  background-color: #004C81;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 700
}

@media screen and (max-width:991px) {
  .page-formulario .mi-slider .container {
    margin-top: 15px;
    position: relative;
    width: 100% !important;
    left: auto !important;
    right: auto
  }

  .page-formulario #wrapper #page-content-wrapper {
    margin-left: 0
  }

  .form-horizontal .controls.box-filtrar {
    position: absolute;
    top: -11px
  }
}

 textarea#id_form_solicitud-motivo_consulta {
  height: 130px;
  resize: none;
}

.form-horizontal .campo-requerido {
  font-size: 14px;
  font-weight: 600;
  margin: 7px 0
}
