/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
  border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

address {
  font-style: normal;
}

/* ------------------------------------------------------------------------
Colores
------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------
Type Styles
------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------
Media Responsive
------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------

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

*:focus {
  outline: thin dotted;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  color: #000;
  background-color: #FFF;
}

.main {
  position: relative;
  z-index: 2;
}

h1, h2, h3 {
  font-family: "Noto Serif", "Times New Roman", "Times", serif;
  font-weight: normal;
}

h1 {
  color: #000;
  text-align: center;
}

h2 {
  margin: 15px 0;
  font-size: 170%;
  color: #333;
}

h3 {
  font-size: 150%;
  color: #364755;
}

h4 {
  font-size: 120%;
}

p {
  line-height: 1.6em;
  text-align: justify;
}

hr {
  float: left;
  margin: 30px 0;
  width: 100%;
  color: #EDEFF0;
  background-color: #EDEFF0;
  height: 1px;
  border: none;
}
hr.ph {
  margin: 0 40% 20px 40%;
  width: 20%;
  color: #C7B363;
  background-color: #C7B363;
}

button {
  cursor: pointer;
  border-color: transparent;
}

a {
  padding-left: 2px;
  padding-right: 2px;
  color: #911216;
}
a:hover, a:focus {
  color: #FFF;
  background-color: #911216;
}

li {
  padding-bottom: 1rem;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 20px auto;
  padding: 8px 20px;
  font-family: "Noto Serif", "Times New Roman", "Times", serif;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background-color: #911216;
  border: 1px solid transparent;
  border-radius: 30px;
  box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.5);
}
.btn span {
  font-size: 1.2rem;
}
.btn:hover, .btn:focus {
  color: #911216;
  background-color: #DFD4A6;
  border-color: #911216;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
}

.overflow-x-auto {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  border-left: 1px solid #839198;
  border-top: 1px solid #839198;
}
table th {
  padding: 10px 2px;
  text-align: center;
  color: #4D626C;
  background-color: #F2F2F2;
  border-right: 1px solid #839198;
  border-bottom: 2px solid #839198;
}
table tr.medi th {
  font-size: 90%;
}
table tr.mini th {
  font-size: 50%;
}
table tr.big td {
  font-size: 1.4rem;
}
table td {
  padding: 5px;
  border-bottom: 1px solid #839198;
  border-right: 1px solid #839198;
}
table td p {
  margin: 0;
}

a, img, input, button, select, li {
  box-sizing: border-box;
  transition: all 0.3s;
}

/* ------------------------------------------------------------------------
------------------------------------------------------------------------- */
.text-center {
  text-align: center;
}

.txtred {
  color: #BB171C;
  font-weight: 600;
}

.txtblue {
  color: #14528F;
}

.txtgreen {
  color: #7D9C10;
}

.txtblue2 {
  color: #00A4B7;
}

/* ------------------------------------------------------------------------
------------------------------------------------------------------------- */
.backred {
  padding: 0.3rem 0.5rem;
  color: #FFF;
  background-color: #911216;
}

.backwhite {
  background-color: #FFF !important;
}

/* ------------------------------------------------------------------------
------------------------------------------------------------------------- */
.all {
  clear: both;
  display: flex;
  width: 100%;
}

.font-110 {
  font-size: 110%;
}

.font-130 {
  font-size: 130%;
}

.font-170 {
  font-size: 170%;
}

.flex {
  display: flex;
}
.flex.column {
  flex-flow: column;
}
.flex.column h3 {
  margin-top: 10px;
  padding: 5px 20px;
  font-size: 150%;
}
.flex.center {
  justify-content: center;
  align-items: center;
}
.flex.center p {
  text-align: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-around {
  justify-content: space-around;
}

.gap20 {
  gap: 20px;
}

.doble > div {
  width: 50%;
}

.triple > div {
  width: 33.3333%;
}

.seis > div {
  width: 16.6666%;
}

.no-display {
  display: none;
}

/* ------------------------------------------------------------------------
------------------------------------------------------------------------- */
.responsive-tabs__heading {
  display: none;
}

.responsive-tabs__list {
  display: flex;
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 2px solid #EDEFF0;
}
.responsive-tabs__list__item {
  display: inline;
  cursor: pointer;
}

@media (max-width: 767px) {
  .responsive-tabs__list {
    display: none;
  }
  .responsive-tabs__heading {
    display: block;
    cursor: pointer;
  }
  .responsive-tabs__panel--closed-accordion-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .responsive-tabs__panel--closed-accordion-only {
    display: block !important;
  }
}
/* END - Required for core functionality */
/* OPTIONAL - Basic Skin */
.responsive-tabs-wrapper {
  /*	clear: both;*/
  zoom: 1;
  margin-bottom: 30px;
  width: 100%;
}

.responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {
  content: "";
  display: table;
}

.responsive-tabs-wrapper:after {
  clear: both;
}

.responsive-tabs__heading:focus, .responsive-tabs__list__item:focus {
  outline: 1px solid #ccc;
}

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus {
  outline: none !important;
}

.responsive-tabs__list__item {
  padding: 16px 20px;
  margin-right: 0.5rem;
  background: #DBE0E2;
  border-radius: 14px 14px 0 0;
}
.responsive-tabs__list__item:hover, .responsive-tabs__list__item:focus {
  color: #911216;
  background: #DFD4A6;
}
.responsive-tabs__list__item--active, .responsive-tabs__list__item--active:hover {
  color: #FFF;
  background-color: #911216;
}

/* -------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .responsive-tabs__heading {
    position: relative;
    margin: 0;
    padding: 0.5em;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    font-size: 100%;
    border-top: 1px solid #DBE0E2;
    transition: all 0.3s;
  }
  .responsive-tabs__heading:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 40%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #4D626C;
  }
  .responsive-tabs__heading:hover, .responsive-tabs__heading--active:hover {
    background-color: #efefef;
  }
  .responsive-tabs__heading--active {
    background: #fff;
  }
  .responsive-tabs__heading--active:after {
    border-bottom: 10px solid #4D626C;
    border-top: 0;
  }
}
.responsive_iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.accordion {
  margin: 0;
}
.accordion dt {
  font-weight: bold;
  margin: 0;
  font-size: 1.2em;
  border-bottom: 1px solid #aaa;
}
.accordion dd {
  margin: 0;
}

/************************************** BASE STATE */
.accordion[role=tablist] dt {
  position: relative;
  margin-top: 12px;
  padding: 8px;
  cursor: pointer;
  font-family: "Noto Serif", "Times New Roman", "Times", serif;
  user-select: none;
  background-color: #FAFAFA;
  border-top: 1px solid #DBE0E2;
  border-bottom: 1px solid #DBE0E2;
  transition: background-color 0.4s, color 0.4s;
}
.accordion[role=tablist] dt:after {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  content: "";
  border: 8px solid transparent;
  border-top-color: #839198;
  transform: rotate(0deg);
  transition: transform 0.6s, color 0.4s;
  transform-origin: 50% 20%;
}

/************************************** SELECTED STATE */
.accordion[role=tablist] dt[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.05);
}

/************************************** FOCUSED STATE */
.accordion[role=tablist] dt[aria-selected=true]:focus,
.accordion[role=tablist] dt[aria-selected=true]:hover,
.accordion[role=tablist] dt:focus,
.accordion[role=tablist] dt:hover {
  color: #FFF;
  background-color: #911216;
}

/************************************** OPEN STATE */
.accordion[role=tablist] dt[aria-expanded=true] {
  color: #333;
  background-color: #DFD4A6;
}
.accordion[role=tablist] dt[aria-expanded=true]:after {
  transform: rotate(180deg);
}

/************************************** OPEN STATE */
.accordion[role=tablist] dd {
  overflow: hidden;
  max-height: 1600px;
  padding: 10px;
  border: 1px solid #DFD4A6;
  border-top: none;
  transition: visibility 0.1s, max-height 0.4s 0.1s, padding 0.2s 0.1s, opacity 0.2s 0.1s;
}
.accordion[role=tablist] dd *:first-child {
  margin-top: 0;
}
.accordion[role=tablist] dd *:last-child {
  margin-bottom: 0;
}

/************************************** HIDDEN STATE */
.accordion[role=tablist] dd[aria-hidden=true] {
  visibility: hidden;
  max-height: 0;
  padding: 0;
  transition: visibility 0.1s 0.2s, max-height 0.1s, padding 1s;
}

/*
a[href$=".pdf"]:after {
    display: inline-block;
    margin: -2px 0 2px 4px;
    padding: 4px 0 1px 0px;
    width: 16px;
    content: 'PDF';
    color: #B30A01;
    font-family: sans-serif;
    font-size: 7.7px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;

    border: 1px solid #B30A01;
    border-top-right-radius: 7px;
    box-shadow: 1px 1px #ccc;

    box-sizing: content-box;
    vertical-align: middle;
    background-color: #fff;
}

a[href^="mailto:"]:after {
    content: url('data:image/svg+xml,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.4286 0H1.57143C1.15466 0 0.754961 0.168571 0.460261 0.468629C0.165561 0.768687 0 1.17565 0 1.6V14.4C0 14.8243 0.165561 15.2313 0.460261 15.5314C0.754961 15.8314 1.15466 16 1.57143 16H20.4286C20.8453 16 21.245 15.8314 21.5397 15.5314C21.8344 15.2313 22 14.8243 22 14.4V1.6C22 1.17565 21.8344 0.768687 21.5397 0.468629C21.245 0.168571 20.8453 0 20.4286 0V0ZM18.7 1.6L11 7.024L3.3 1.6H18.7ZM1.57143 14.4V2.328L10.5521 8.656C10.6837 8.7489 10.8399 8.79868 11 8.79868C11.1601 8.79868 11.3163 8.7489 11.4479 8.656L20.4286 2.328V14.4H1.57143Z" fill="black"/></svg>');
    margin: 3px 0 0 5px;
}
*/
a[href^="mailto:"]::before,
a[href^="tel:"]::before,
a[href$=".pdf"]::before {
  display: inline-block;
  margin-right: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

a[href^="mailto:"]::before {
  content: "\f0e0";
}

a[href^="tel:"]::before {
  content: "\f095";
}

a[href$=".pdf"]::before {
  content: "\f1c1";
}

.ayudas .btn {
  display: initial;
}

@media (max-width: 700px) {
  .ayudas {
    display: flex;
    flex-flow: column;
  }
  .ayudas .btn {
    display: flex;
  }
}
/* ------------------------------------------------------------------------
------------------------------------------------------------------------- */
.container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 10px 15px;
  width: "1024px";
  max-width: 1200px;
}

.header {
  display: flex;
  margin: 0 0 20px 0;
  padding: 40px 0 20px 0;
  flex-flow: column;
  align-items: center;
  background: url(../img/estudiantes.jpg) center center no-repeat;
  background-size: cover;
}
.header img {
  width: 100%;
  max-width: 500px;
}
.header h1 {
  color: #FFF;
  font-size: 3rem;
}

.marco {
  padding: 0 16px;
  background: rgba(242, 242, 242, 0.9450980392);
  border: 1px solid #CCC;
}

/* ------------------------------------------------------------------------
------------------------------------------------------------------------- */
.botones_proceso {
  clear: both;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.botones_proceso button {
  display: flex;
  align-items: center;
  margin: 0 8px;
  padding: 30px 20px;
  text-align: left;
  background-color: #DFD4A6;
  border: 2px solid #EDEFF0;
  border-radius: 14px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.5);
}
.botones_proceso.sub3 button {
  width: 33.3333%;
}
.botones_proceso.sub4 button {
  width: 25%;
}
.botones_proceso.bk1 button {
  padding: 12px 20px;
  font-size: 94%;
  background-color: #C3D3C7;
}
.botones_proceso button:hover, .botones_proceso button:focus {
  color: #FFF;
  background: #911216;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .botones_proceso {
    flex-flow: column;
  }
  .botones_proceso button {
    margin: 0 0 14px 0;
    width: 100% !important;
  }
}
/* ------------------------------------------------------------------------

------------------------------------------------------------------------- */
.conIcoInscrip {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.conIcoInscrip button {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  background: none;
}
.conIcoInscrip button img {
  border-radius: 80px;
  background-color: #14528F;
  border: 5px solid #DFD4A6;
}
.conIcoInscrip button h4 {
  font-size: 130%;
  font-weight: normal;
}
.conIcoInscrip button h5 {
  padding-top: 8px;
  font-size: 90%;
  color: #4D626C;
  border-top: 1px solid #A6B1B6;
}
.conIcoInscrip button:hover img {
  background-color: #911216;
}
.conIcoInscrip button:hover h4 {
  color: #911216;
}
.conIcoInscrip button:hover h5 {
  color: #911216;
  border-color: #911216;
}
.conIcoInscrip button span.cerrado {
  position: absolute;
  z-index: 1;
  margin: 38px 0 0 -4px;
  padding: 5px;
  width: 120px;
  height: auto;
  font-size: 60%;
  font-weight: bold;
  color: #FFF;
  background: #FF6600;
  border: 2px solid #FFFF00;
  transform: rotate(-15deg);
}
.conIcoInscrip .matricula {
  position: absolute;
  top: -20px;
  right: 0;
  width: 33.333%;
}
.conIcoInscrip .matricula h3 {
  margin: 0;
  padding: 0.4rem;
  border-radius: 0.4rem;
  font-size: 90%;
  color: #DFD4A6;
  background: #14528F;
  border: 5px solid #DFD4A6;
}

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

------------------------------------------------------------------------- */
.overlay {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 5%;
  left: 5%;
  width: 90%;
  max-height: 90%;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 14px;
  box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.modal .cerrar.close {
  position: absolute;
  top: 0;
  right: 24px;
}
.modal .cerrar.close button {
  position: fixed;
  padding: 10px;
  background-color: #911216;
}
.modal .cerrar.close button:hover, .modal .cerrar.close button:focus {
  background-color: #000;
}
.modal .contenido {
  display: none;
  padding: 2%;
  width: 100%;
  height: 100%;
}
.modal .contenido h2 {
  margin-top: 0;
  border-bottom: 1px solid #DBE0E2;
}

.ir-arriba {
  position: fixed;
  z-index: 10000;
  display: inline-block;
  display: none;
  bottom: 10px;
  right: 5px;
  padding: 10px;
  cursor: pointer;
  background: #911216;
}
.ir-arriba:hover, .ir-arriba:focus {
  background: #000;
}

/* ------------------------------------------------------------------------
------------------------------------------------------------------------- */
@media all and (max-width: 1024px) {
  .modal {
    top: 1%;
    left: 1%;
    width: 98%;
    max-height: 98%;
  }
  .modal .cerrar.close {
    right: 60px;
  }
  .modal .contenido h2 {
    margin-right: 40px;
  }
}
.acord_btn {
  clear: both;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  padding: 10px;
  width: 100%;
  text-align: left;
  font-size: 110%;
  background: #EDEFF0;
  border: none;
  box-shadow: none;
}
.acord_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #839198;
  box-shadow: none;
}
.acord_btn:hover, .acord_btn:focus {
  background-color: #DFD4A6;
}
.acord_btn.open :after {
  border-top: none;
  border-bottom: 10px solid #839198;
}

.acord_conte {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #EDEFF0;
}

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

------------------------------------------------------------------------- */
.sedes {
  padding: 60px;
  background-color: #F0F3F4;
  border-radius: 24px 24px 0 0;
}
.sedes h3 {
  margin-top: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
}
.sedes h4, .sedes .column h3 {
  margin: 0;
}
.sedes p {
  margin: 8px 0 0 0;
  font-size: 86%;
}
.sedes hr {
  margin: 40px auto;
  max-width: 300px;
  border-color: #EDEFF0;
}

/* ------------------------------------------------------------------------
------------------------------------------------------------------------- */
.chatbot {
  position: fixed;
  z-index: 3;
  right: 0;
  bottom: 50px;
}
.chatbot a {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  padding: 10px 16px 18px 0;
  width: 108px;
  text-decoration: none;
  color: #DFD4A6;
  background-color: #911216;
  border-radius: 50% 50% 0 50%;
}
.chatbot a:hover, .chatbot a:focus {
  background-color: #364755;
}
.chatbot i {
  padding-right: 2px;
  font-size: 380%;
}
.chatbot strong {
  font-size: 90%;
}

.uscobot {
  position: fixed;
  z-index: 3;
  right: 0;
  bottom: 30px;
}
.uscobot a {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 13px 5px 0;
  width: 126px;
  height: 140px;
  text-decoration: none;
  color: #DFD4A6;
  background-color: #911216;
  border-radius: 50% 0 0 6%;
}
.uscobot a img {
  display: inline-block;
}
.uscobot a img.chatea {
  position: absolute;
  z-index: 1;
  top: -44px;
  left: -40px;
}
.uscobot a img.robot {
  margin-top: -20px;
}
.uscobot a strong {
  margin-left: 14px;
}
.uscobot a:hover, .uscobot a:focus {
  background-color: #364755;
}

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

------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .flex {
    flex-flow: column;
  }
  .seis > div {
    width: 33.3333333%;
  }
  .matricula {
    display: none;
  }
}
@media (max-width: 640px) {
  .seis > div {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .seis > div {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------

------------------------------------------------------------------------- */
.hidden {
  display: none !important;
}

.view {
  display: table;
}