/* ==========================================================================
   Fonts
   ========================================================================== */

/*Hosted Fonts*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,800,900');
/*@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');*/

/*@import url(//fonts.googleapis.com/css?family=Open+Sans);*/





/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

p {
  font-family: 'Lato', Helvetica, sans-serif;
  margin-bottom: 0;
}

a {
  font-family: 'Lato', Helvetica, sans-serif;
  text-decoration: none !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background-color: #ffffff;
}

/*Menu Styles*/
.nav-item .nav-link:hover {
  color: #00a8c8 !important;
  cursor: pointer !important;
}
.nav-item p.nav-link:hover {
  color: #00a8c8 !important;
  cursor: initial !important;
}
#menu {
  background-color: #ffffff;
}

#menu ul li {
  text-align: center;
  margin: 0 0.4rem;
}
#menu ul li:last-child {
    display: none;
}
#menu ul li a {
  font-size: 0.9rem;
  color: #891505;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#menu ul li a:hover {
    color: #777;
}
.bread,
.bread ol {
  height: 8px;
  background-color: #BF1801;
}
.bread.functional,
.bread.functional ol {
  height: auto;
}
.bread.functional ol li,
.bread.functional ol li a {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 300;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 14px;
  color: #ffffff;
  content: "-";
}
#menu-dropdown a {
  color: #ffffff;
}
#menu-dropdown .dropdown-menu {
  background-color: #b3199d;
}
#menu-dropdown .dropdown-menu a:hover {
  color: #ff0000;
}
.recuadro-banner {
  position: absolute;
  top: 14%;
  right: 14%;
  width: 276px;
  height: 387px;
  background-image: url(../img/bg-recuadro.png);
}
.fecha-recuadro {
  padding-top: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #BF1801;
}
.titulo-recuadro {
  position: relative;
  left: -30%;
  width: 160%;
  margin-top: 12px;
  font-size: 34px;
  font-weight: 600;
  color: #891505;
  text-transform: uppercase;
  line-height: 1.1;
}
.texto-listo {
  margin-top: 20px;
  font-size: 17px;
  color: #707070;
}
.btn-solicitar {
  display: block;
  width: 70%;
  padding: 10px;
  background-color: #BF1801;
  border-radius: 10px;
  margin: 10px auto 0;
  color: #ffffff;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
}
.texto-lugares {
  margin-top: 14px;
  font-size: 16px;
  color: #BF1801;
}
.certificado {
  position: absolute;
  bottom: -90px;
  left: -70px;
  width: 155%;
}
.certificado p {
  font-size: 19px;
  color: #707070;
}
.conoce-mas,
.conoce-mas.blu {
  background-image: url('../img/bg-conoce.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.conoce-mas.blu {
  background-image: url('../img/bg-conoce-blu.jpg');
}
.conoce-mas .titulo-conoce {
  font-size: 30px;
  color: #891505;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
}
.conoce-mas p {
  font-size: 20px;
  color: #575757;
  font-weight: 300;
}
.btn-ver {
  padding: 10px 10%;
  background-color: #BF1801;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #ffffff;
  box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}
.btn-ver:hover, .btn-solicitar:hover {
    color: #fff;
    box-shadow: 0 5px 12px rgba(0,0,0,0.5);
}
h3 {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #707070;
  font-weight: 500;
}
.porque p {
  color: #891505;
  text-align: center;
  font-weight: 300;
}
.porque p span {
  color: #891505;
  text-align: center;
  font-weight: 600;
}
.no-dejes {
  background-color: #EFF8F8;
}
.no-dejes h3 {
  font-size: 1.4rem;
}
.no-dejes .btn-ver {
  padding: 10px 20px;
}
.quote {
  background-image: url('../img/bg-quote.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.quote p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
.quote .autor-quote {
  font-size: 24px;
  font-weight: 500;
}
.detalles h3 {
  font-size: 1.2rem;
}
.detalles p {
  color: #707070;
  font-weight: 300;
}
.preguntas {
  background-color: #EDEDED;
}
.preguntas #accordion {
  width: 100%;
}
.preguntas #accordion .card {
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.09);
}
.preguntas #accordion p {
  color: #707070;
  font-weight: 300;
}
.preguntas .card-header {
  background-color: #ffffff;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 12px;
  color: #707070;
}
.preguntas .card-header .btn {
  background-color: #ffffff;
  padding-left: 0;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 18px;
  color: #707070;
  font-weight: 600;
}
.preguntas .card-header .btn.collapsed .fa-chevron-down {
  display: none;
}
.preguntas .card-header .btn.collapsed .fa-chevron-right {
  display: initial;
}
.preguntas .card-header .btn .fa-chevron-right {
  display: none;
}
.preguntas .card-header .btn .fa-chevron-down {
  display: initial;
}
.preguntas .card-header .btn:hover {
  text-decoration: none;
}
.dudas {
  background-image: url('../img/bg-dudas.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.dudas h3 {
  color: #ffffff;
  font-weight: 600;
}
.dudas .btn-enviar {
  background-color: #ffffff;
  margin-top: 18px;
  border: 0;
  font-size: 19px;
  color: #BF1801;
  font-weight: 400;
}
.dudas .btn-enviar:hover {
  cursor: pointer;
}
.dudas form {
  width: 60%;
}
.dudas form input,
.dudas form textarea {
  background-color: #ffffff;
  padding: 25px 20px;
  border: 0;
  border-radius: 8px;
  margin-bottom: 8px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1rem;
  color: #707070;
  font-weight: 500;
}
.dudas form textarea {
  width: 100%;
  font-weight: 500;
}
.dudas form input::-webkit-input-placeholder {
  color: #b4b4b4;
  font-weight: 300;
}
.dudas form input:-ms-input-placeholder {
  color: #b4b4b4;
  font-weight: 300;
}
.dudas form input::placeholder {
  color: #b4b4b4;
  font-weight: 300;
}
.dudas form textarea::-webkit-input-placeholder {
  font-weight: 300;
}
.dudas form textarea:-ms-input-placeholder {
  font-weight: 300;
}
.dudas form textarea::placeholder {
  font-weight: 300;
}
.dudas .form-check-label {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 300;
}
.footer-menu {
  background-color: #676869;
}
.footer-menu a,
.footer-menu p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 300;
}
.legales {
  background-color: #ffffff;
}
.legales p {
  color: #8D8D8D;
  font-weight: 300;
}
.programar {
  background-image: url('../img/bg-programar.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.programar h2 {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 34px;
  color: #BF1801;
}
.programar h4 {
  color: #00040F;
  text-transform: uppercase;
  font-weight: 400;
}
.programar h4 span {
  display: inline-block;
  background-color: #2E373E;
  padding: 12px;
  border: 2px solid #A5AAAC;
  margin: 0 10px;
  color: #ffffff;
}
.programar p {
  font-size: 24px;
  color: #707070;
  font-weight: 300;
}
.recuadro-programar {
  width: 94%;
  background-color: #ffffff;
  margin: auto;
  box-shadow: 0 14px 25px rgba(0,0,0,0.09)
}
.programar h5 {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 20px;
  color: #BF1801;
}
.programar .logo {
  width: 30%;
}
.programar h6 {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 29px;
  color: #707070;
  font-weight: 500;
}
.recuadro-programar p {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 18px;
  color: #707070;
  font-weight: 400;
}
.recuadro-programar p.iconos {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 18px;
  color: #97999C;
  font-weight: 400;
}
.recuadro-programar p.selecciona {
  width: 50%;
  margin: auto;
  text-align: left;
  font-size: 21px;
  color: #5C6167;
  font-weight: 600;
}
.confirmacion .confir-message {
  font-size: 26px;
}
.confirmacion {
  background-image: url('../img/bg-confirmacion.jpg');
  background-size: 100%;
}
.confirmacion.llamada {
  background-image: url('../img/bg-confirmacion.jpg');
  background-size: 60%;
  background-position: bottom right;
}

/*Quien imparte*/
h3.titulo-imparte {
  font-size: 1.5rem;
}
.imparte.detalles h4 {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #BF1801;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}
.preguntas.dudas {
  background-image: none;
  background-color: #ffffff;
}
.preguntas.dudas h3 {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 400;
}
.preguntas.dudas p,
.preguntas.dudas label {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1.1rem;
  color: #707070;
  font-weight: 300;
}
.preguntas.dudas form input,
.preguntas.dudas form textarea {
  border: 2px solid #707070;
}
.preguntas.dudas form label {
  font-size: 0.9rem;
}
.preguntas.dudas .btn-enviar {
  background-color: #BF1801;
  color: #ffffff;
}
.contacto .cover-back img {
  opacity: 0;
}
.contacto .cover-back {
  background-image: url('../img/img-contacto.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.cover-back.preguntas {
  background-image: url('../img/img-preguntas.jpg');
}
.cover-back.exito {
  background-image: url('../img/img-exito.jpg');
}
.cover-back.conoce {
  background-image: url('../img/img-conoce.jpg');
  background-position: right;
}
.titulo-over {
  width: 160%;
  z-index: 1;
}
.quote .btn-enviar {
  padding: 10px 20px;
  background-color: #ffffff;
  color: #BF1801;
}
h3.titulo-egresados {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #707070;
  font-weight: 500;
}
.titulo-egresado {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #BF1801;
  font-weight: 500;
}
p.quotes {
  padding: 0 8px 0 8px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1.15rem;
  color: #8E8E8E;
  font-style: italic;
  font-weight: 300;
}
.quote p.programa {
  width: 80%;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: left;
}
.preguntas.dudas p span {
  font-weight: 400;
}
.contacto h5 {
  margin-bottom: 0;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1.15rem;
  color: #707070;
}
.contacto h5 span {
  color: #BF1801;
}
.row.non {
  background-color: #F5F5F5;
}
h3.titulo {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 400;
}
.que-obtengo {
  background-color: #e1e0e0;
}
.que-obtengo ul {
  list-style: none;
  padding-top: 22px;
  padding-left: 5px;
}
.que-obtengo ul li {
  margin: 1px 0 3px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1rem;
  color: #707070;
  font-weight: 300;
}
.que-obtengo ul li img {
  padding-top: 5.4px;
  padding-right: 5px;
  vertical-align: text-top;
}
.modal h2 {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 24px;
  color: #BF1801;
}
.modal .preguntas.dudas form input,
.modal .preguntas.dudas form textarea {
  border-color: #DCDCDC;
}
.modal .modal-dialog {
  max-width: 700px;
}
p.agenda {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 1.1rem;
  color: #707070;
  font-weight: 300;
}
h3.agenda {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 400;
}

/** Ajustes a móvil **/
@media (max-width: 480px){
    .contacto .cover-back {
        background: none;
    }

    .contacto .cover-back img {
        opacity: 1;
    }

    .btn-ver {
        padding: 10px 66px;
    }
}

.text-escribenos a {
  display: block;
  color: #BF1801;
  font-size: 14px;
  font-weight: 400;
}

.mktoFormRow .mktoFieldDescriptor {
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
}

.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap {
    width: 100%;
    float: left;
}

.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap input:not([type="checkbox"]) {
    width: 65% !important;
    box-shadow: none !important;
    padding: .375rem .75rem !important;
    height: calc(2.25rem + 2px);
}

.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap input[type="checkbox"] {
    position: absolute;
    z-index: 10;
    width: 2em;
    height: 2em;
}

.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label {
    width: 30% !important;
    text-align: right;
}

.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoCheckboxList {
    width: 30px !important;
    float: right;
    border: none !important;
}


.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label[for="AP-GeneralField01"].mktoLabel {
    width: 55% !important;
    float: right;
    text-align: left;
    margin-right: 75px;
}

.mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label[for="AP-GeneralField01"].mktoLabel .mktoAsterix {
    float: left;
    margin-right: 5px;
}

.mktoButtonRow {
    width: 100%;
}

.mktoButtonRow .mktoButtonWrap {
    width: 80%;
    margin: 0px 10% !important;
    float: left;
}

.mktoButtonRow .mktoButtonWrap button {
    width: 100% !important;
}

@media only screen and (max-width: 480px) {
    .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap input:not([type="checkbox"]),
    .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap textarea {
        width: 95% !important;
        margin-top: 5px;
        clear: none;
    }

    .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label {
        width: 60% !important;
        text-align: left;
    }

    .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label[for="AP-GeneralField01"] {
        width: 65% !important;
    }

    #mktoForm_44141 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap {
        margin-top: 10px;
    }

    .page-contacto #mktoForm_44141 .mktoButtonRow {
        text-align: center;
    }

    .page-contacto #mktoForm_44141 .mktoButtonRow .mktoButtonWrap.mktoLight {
        float: none;
    }
}

.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
    box-shadow: none !important;
}

#mktoForm_44141 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label[for="AP-GeneralField01"] {
    color: #fff !important;
}

#mktoForm_44141 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label:not([for="AP-GeneralField01"]) {
    width: 10px !important;
}

#mktoForm_44141 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoAsterix {
    color: #fff !important;
}

#mktoForm_44141 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap input {
    box-shadow: none !important;
}

#mktoForm_44141 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap input:not([type="checkbox"]) {
    width: 94% !important;
}

#mktoForm_44141 .mktoFieldDescriptor.mktoFormCol {
    min-height: auto !important;
    margin: 0px !important;
}

#mktoForm_44141 textarea {
    box-shadow: none;
    width: 94% !important;
    float: left;
    height: 80px;
    padding: .375rem .75rem !important;
}

#mktoForm_44141 .mktoButtonWrap.mktoLight {
    background: transparent !important;
    box-shadow: none !important;
}

#mktoForm_44141 .mktoButtonWrap.mktoLight .mktoButton {
    background-color: #ffffff;
    margin-top: 10px;
    border: 0;
    font-size: 19px;
    color: #BF1801;
    font-weight: 400;
    padding: 0px;
}

.page-contacto #mktoForm_44141 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label[for="AP-GeneralField01"] {
    color: #707070 !important;
}

.page-contacto #mktoForm_44141 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap label[for="AP-GeneralField01"] {
    width: 76%;
}

.page-contacto #mktoForm_44141 .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoAsterix {
    color: #BF1801 !important;
}

.page-contacto #mktoForm_44141 .mktoButtonWrap.mktoLight .mktoButton {
    background: #BF1801;
    color: #fff;
    text-shadow: none;
}

.page-contacto #mktoForm_44141 .mktoButtonWrap.mktoLight {
    margin: 0px !important;
    float: right;
}

.preguntas .card-header .btn {
    white-space: normal;
    text-align: left;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.transparent {
  background-color: transparent !important;
}

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 930px) {
  .main-banner {
    height: 600px;
    background-image: url('../img/main-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main-banner img.w-100 {
    display: none;
  }
  .recuadro-banner {
    position: relative;
    top: -60px;
    right: 0;
  }
}

@media only screen and (max-width: 1240px) {
  .titulo-over {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .preguntas .card-header .btn {
    padding-right: 20px;
    font-size: 1.1rem;
    white-space: initial;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .programar-info {
    background-color: rgba(255,255,255,0.5);
  }
}

@media only screen and (max-width: 581px) {
  .dudas form {
    width: 80%;
  }
  .preguntas .card-header .btn {
    padding-right: 10px;
    font-size: 0.9rem;
    text-align: left;
  }
  .preguntas .card-header .btn i {
    margin-left: 20px;
  }
  .programar .logo {
    width: 60%;
  }
}
@media only screen and (max-width: 466px) {
  p.agenda {
    background-color: rgba(255,255,255,0.6);
  }
}
@media only screen and (max-width: 440px) {
  .programar-info {
    background-color: transparent;
    padding-top: 90vw;
  }
  .recuadro-programar p.selecciona {
    width: 90%;
    font-size: 18px;
  }
  .recuadro-banner,
  .certificado {
    background-color: rgba(255,255,255,0.6);
  }
  .titulo-recuadro {
    width: 100%;
    left: 0;
    font-size: 25px;
  }
  .certificado {
    position: relative;
    bottom: -90px;
    left: 0;
    width: 100%;
  }
  .confirmacion.llamada {
    background-size: 100%;
    background-position: top;
  }
  .text-escribenos span {
    display: block;
    color: #BF1801;
    font-size: 14px;
  }
  .modal h2 {
    font-size: 16px;
  }
  .modal .btn-solicitar {
    width: 75% !important;
  }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/** Otros estilos para validar formularios **/
.intl-tel-input {
    width: 100%;
}

.intl-tel-input .flag-container {
    bottom: auto;
    top: 22px;
}

label.error {
    font-size: 0.8rem !important;
    color: #e33 !important;
    float: right;
}
