/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

@font-face {
  font-family: "Akkurat-Bold";

  src: url("../fonts/FontsFree-Net-Akkurat-Bold.ttf")
}

@font-face {
  font-family: "Akkurat-Regular";

  src: url("../fonts/FontsFree-Net-Akkurat-1.ttf")
}

.container-senati {
  width: 100%;
}

@media (min-width: 640px) {
  .container-senati {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container-senati {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container-senati {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container-senati {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container-senati {
    max-width: 1536px;
  }
}

.logo_container.mobile {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}
.logo_container.mobile img {
    width: 150px;
}

.container-senati {
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  
}

.banner{
  padding-bottom: 50px;
  background-image: url("../img/banner-mobile.jpg");
  position: relative;
  width: 100%;
  background-size: cover;
}

.form-banner{
  display: none;
}

.banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.67);
  z-index: 1;
}

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

.logo_container{
  display: flex;
  /*justify-content: center;*/
  padding: 40px 12px;
}

.logo_container img{
  width: 200px;
}

.type-education{
  font-size: 30px;
  font-family: 'Akkurat-Bold';
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 249 254 / var(--tw-text-opacity));
}

.description-education{
  font-size: 25px;
  line-height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Akkurat-Regular';
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fecha-inicio{
  font-family: 'Akkurat-Bold';
  font-size: 20px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 249 254 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.modalidad{
  margin-top: 20px;
  display: flex;
}

.modalidad p{
  font-family: 'Akkurat-Bold';
  font-size: 20px;
  margin: 0px;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-course{
  margin-bottom: 50px;
  padding-left: 0.75rem;
}

.form-mobile{
  font-family: 'Akkurat-Bold';
  font-size: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  padding-top: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-form{
  font-family: 'Akkurat-Regular';
  font-size: 18px;
  line-height: 19px;
  margin-top: 0.25rem;
}

.form-top {
  margin-top: 1.5rem;
}

.form-group {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.form-control{
  font-family: 'Akkurat-Regular';
  font-size: 18px;
  outline: none;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(64 230 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
}

.form-group {
  margin-bottom: 0.7rem;
}

.form-control::-moz-placeholder {
  color: rgba(255,255,255,0.38);
}

.form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.38);
}

.form-control::placeholder {
  color: rgba(255,255,255,0.38);
}

.option{
  color: initial;
}

select > option[disabled]{
  color: rgba(255,255,255,0.38);
}

.proteccion-datos{
  font-size: 15px;
  font-family: 'Akkurat-Regular';
  display: flex;
  align-items: center;
}

.checkbox-input{
  display: none;
  width: initial;
  margin: 0px;
  margin-right: 0.5rem;
}

.box-checkbox-input{
  transition: all 0.3s;
  margin-right: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 249 254 / var(--tw-border-opacity));
}

.box-checkbox-input path{
  fill: transparent;
}

.proteccion-datos span{
  text-decoration: underline;
}

.box-checkbox-imput-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 249 254 / var(--tw-bg-opacity));
}

.box-checkbox-imput-active path{
  fill: #ffffff;
}

.btn-form{
  font-family: 'Akkurat-Bold';
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 249 254 / var(--tw-bg-opacity));
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.detail-course {
  padding-top: 2.5rem;
}

.card-datos{
  width: 90%;
  margin: auto;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 249 254 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.card-datos-datalle {
  display: flex;
  padding: 0px 23px;
}

.detail-course{
}

.card-datos-detalle{
  line-height: 35px;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.card-datos-datalle h2{
  font-family: 'Akkurat-Bold';
  font-size: 25px;
  text-transform: uppercase;
}

.card-datos-datalle p {
  font-family: 'Akkurat-Bold';
  font-size: 18px;
  line-height: 25px;
}

.border-line{
  width: 90%;
  margin: auto;
  height: 1px;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.container-card-detalle {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.card-detalle {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

.card-detalle .icono {
  display: flex;
  justify-content: center;
}

.card-detalle .titulo{
  font-family: 'Akkurat-Bold';
  font-size: 25px;
  padding-top: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 249 254 / var(--tw-text-opacity));
}

.card-detalle .descripcion{
  font-family: 'Akkurat-Bold';
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.diploma{
  font-family: 'Akkurat-Bold';
  font-size: 25px;
  background-image: url("../img/banner-diploma.png");
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-diploma {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-right: 2.5rem;
  color: #fff;
}

.diploma-direccion-descripcion{
  font-family: 'Akkurat-Regular';
  width: 95%;
  font-size: 15px;
  margin: auto;
  margin-top: -65px;
  line-height: 25px;
  position: relative;
  margin-bottom: 2.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 249 254 / var(--tw-bg-opacity));
  padding: 2rem;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.diploma-direccion-descripcion:before{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 70px;
  width: 0px;
  height: 0px;
  border-top: 32px solid #00F9FE;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-radius: 8px;
}

.ul-list{
  list-style: url("../img/icon/Ellipse.png");
  margin-left: 15px;
}

.ul-list li{
  margin-bottom: 10px;
  font-family: 'Akkurat-Regular';
  color: #000000;
  font-size: 15px;
  text-align: left;
}

.subtitulo-modulo img{
  width: 25px !important;
  margin-left: 10px;
  margin-right: 10px;
}

.subtitulo-modulo{
  font-size: 20px;
  font-family: 'Akkurat-Bold';
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 249 254 / var(--tw-text-opacity));
}

.imagen-modulo1-mobile{
  border-radius: 11px;
  overflow: hidden;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.imagen-modulo1-mobile img{
  width: 100%;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.img-modulo1-desktop{
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.text-content-modulo2{
  width: 100%;
}

.swiper-slide{
  padding-bottom: 30px;
}

.modulo2{
  margin-bottom: 30px;
  margin-top: 40px;
}

.imagen-modulo1-desktop{
  display: none;
  width: 50%;
  padding-left: 2rem;
}

.text-content-modulo2-desktop{
  display: none;
}

.content-footer img{
  width: 100%;
}

.descripcion-content-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(0 249 254 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.descripcion-content-footer h3  {
  font-family: 'Akkurat-Bold';
  font-size: 20px;
  margin-bottom: 15px;
}

.descripcion-content-footer p  {
  font-family: 'Akkurat-Bold';
  font-size: 18px;
  margin-bottom: 10px;
  text-align: justify;
}

.footer{
  padding: 30px 0px;
  text-align: center;
  background: #F5F5F5;
}

.footer h2{
  color: #000000;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  font-family: 'Akkurat-Bold';
}

.btn-solicitar-informacion{
  font-family: 'Akkurat-Bold';
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 249 254 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pie-de-pagina{
  font-family: 'Akkurat-Bold';
  font-size: 7px;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tablet{
  display: none;
}

.consulta{
  width: 100%;
  color: #6B6A6A;
  text-align: center;
  padding: 20px 0px;
  font-family: 'Akkurat-Regular';
}

.diploma:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(90.07deg, rgba(0, 0, 0, 0.67) 6.59%, rgba(0, 0, 0, 0) 95.89%);
  height: 100%;
}

.btn-flotante{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  position: fixed;
  bottom: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  --tw-bg-opacity: 1;
  background-color: rgb(0 249 254 / var(--tw-bg-opacity));
}

.btn-flotante-active{
  z-index: 20;
  opacity: 1;
  transition: all 0.3s;
}

#btn-inicio, .footer{
  display: none;
}

footer{
  padding-top: 50px;
}

.msj-error{
  font-size: 15px;
  color: #d54c4c;
  text-align: left;
  margin-top: 10px;
}

.banner-gracias {
  display: flex;
  height: 100vh;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
  text-align: center;
}

.banner-gracias .logo_container {
  padding-top: 0px;
}

.banner-gracias .content-course {
  margin: 0px;
}

.modal-proteccion{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-proteccion-active{
  z-index: 90;
  opacity: 1;
  transition: all .3s;
}

.modal-proteccion .cuerpo{
  background-color: #ffffff;
  width: 90%;
  height: 90%;
  overflow-y: scroll;
  padding: 20px 30px;
  border-radius: 10px;
}

.contenido-modal{
  font-size: 14px;
  padding-top: 10px;
}

.contenido-modal h3{
  font-size: 20px;
}

.exit{
  font-size: 25px;
  cursor: pointer;
}

/* ------------- TABLET -------------- */
@media (max-width: 768px) {
    
    .logo_container.desktop{
        display:none;
    }
    .logo_container.mobile{
        display:block;
    }
    
}

@media (min-width: 768px) {
    .logo_container.desktop{
        display:block;
    }
    .logo_container.mobile{
        display:none!important;
    }
  .banner{
    background-image: url("../img/banner-desktop.png");
  }

  .container-card-detalle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-detalle {
    width: 50%;
  }

  .text-diploma {
    width: 50%;
    padding-right: 5rem;
  }

  .diploma-direccion-descripcion{
    margin-top: -95px;
  }

  .ul-list, .subtitulo-modulo {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: justify;
  }

  .imagen-modulo1-mobile img{
    width: initial;
    margin: auto;
  }

  .img-modulo1-desktop {
    width: 50%;
  }

  .mobile{
    display: none;
  }

  .tablet{
    display: block;
  }
}

/* ------------- DESKTOP -------------- */

@media (min-width: 1024px) {
  .btn-flotante{
    display: none;
  }

  footer{
    padding-top: 0;
  }

  #btn-inicio, .footer{
    display: block;
  }

  .form-control{
    font-size: 15px;
    /*margin-bottom: 0.75rem;*/
  }

  .form-banner{
    display: block;
    width: 500px;
    background: rgba(0,0,0,0.62);
    margin-bottom: 2.5rem;
    border-radius: 0.75rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .form-banner h2{
    font-size: 25px;
    font-family: 'Akkurat-Bold';
    text-align: center;
  }

  .form-banner .content-form{
    font-size: 15px;
    text-align: center;
  }

  .form-banner .form-top {
    display: flex;
    flex-wrap: wrap;
  }

  .w-6-input{
    width: calc(50% );
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .btn-form{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .description-education{
    font-size: 35px;
    line-height: 40px;
  }

  .fecha-inicio{
    font-size: 25px;
    margin-top: 2rem;
  }

  .logo_container {
    width: 100%;
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 0px;
  }

  .banner_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .content-course {
    width: 41.666667%;
    padding-top: 6rem;
  }

  .form-mobile{
    display: none;
  }

  .type-education{
    font-size: 40px;
  }

  .card-datos{
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .card-datos-detalle{
    width: initial;
    line-height: 28px;
  }

  .border-line{
    width: 1px;
    margin: initial;
    height: 117px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .card-detalle {
    width: 33.333333%;
  }

  .detail-course{
    margin-top: -50px;
    position: relative;
    z-index: 1;
    padding-top: 0px;
  }

  .text-diploma{
    font-size: 35px;
    line-height: 43px;
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 5rem;
  }

  .diploma-direccion-descripcion{
    width: 50%;
    margin-left: 5%;
    padding: 2.5rem;
  }

  .diploma{
    padding-bottom: 140px;
  }

  .imagen-modulo1-mobile{
    display: none;
  }

  .text-content-modulo1 {
    width: 50%;
  }

  .modulo1 {
    margin-top: 6rem;
  }

  .img-modulo1-desktop{
    display: block;
    margin-top: 1.5rem;
    width: 50%;
    padding-right: 2rem;
  }

  .text-content-modulo2{
    display: none;
  }

  .imagen-modulo1-desktop{
    display: block;
    width: 50%;
    padding-left: 2rem;
    padding-top: 2rem;
  }

  .text-content-modulo2-desktop{
    display: block;
    width: 50%;
  }

  .consulta{
    font-size: 20px;
  }

  .footer{
    padding: 80px 0px;
  }

  .pie-de-pagina{
    font-size: 10px;
  }

  .subtitulo-modulo{
    font-size: 25px;
    align-items: center;
  }

  .ul-list li{
    font-size: 15px;
  }

  .modulo2 {
    margin-bottom: 5rem;
  }

  .tablet{
    display: none;
  }

  .descripcion-content-footer{
    background-image: url('../img/imagen-footer-desktop.jpg') !important;
    background-size: cover;
    background-position: right center;
    position: relative;
    padding: 100px 40px;
    background-repeat: no-repeat;
  }

  .descripcion-content-footer::after{
    content: '';
    position: absolute;
    width: 90%;
    background: linear-gradient(89.61deg, #00F9FE 29.94%, rgba(50, 179, 201, 0) 98.34%);
    height: 100%;
    top: 0;
    left: 0;
  }

  .descripcion-content-footer .content{
    position: relative;
    z-index: 2;
    width: 41.666667%;
    
    color: #000;

  }

  .descripcion-content-footer .content h3{
    font-size: 25px;
  }

  .descripcion-content-footer .content p{
    font-size: 15px;
    line-height: 25px;
  }

  .banner-gracias .logo_container {
    display: flex;
    justify-content: center;
  }

  .banner-gracias .content-course {
    width: 100%;
    padding-top: 0.75rem;
  }

  .modal-proteccion .cuerpo{
    background-color: #ffffff;
    width: 800px;
    height: auto;
    overflow-y: scroll;
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .container-senati{
    width: 1320px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
  }

  .logo_container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .content-course {
    width: 33.333333%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .form-banner{
    margin-bottom: 140px;
  }

  .diploma-direccion-descripcion{
    width: 50%;
  }

  .diploma{
    padding-bottom: 260px;
  }

  .text-diploma {
    width: 33.333333%;
    padding-right: 0px;
    padding-left: 1.25rem;
  }

  .diploma-direccion-descripcion{
    margin-left: initial;
    margin-right: initial;
    margin-top: -210px;
  }

  .subtitulo-modulo, .ul-list {
    padding-left: 0px;
  }

  .img-modulo1-desktop {
    display: flex;
    justify-content: flex-end;
  }

  .imagen-modulo1-desktop {
    padding-left: 0px;
  }

  .text-content-modulo2-desktop{
    display: flex;
    justify-content: flex-end;
  }

  .content-modulo2{
    width: 90%;
  }
}