.btn {
  display: inline;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  width: fit-content;
}
.btn1 {
  background: #e6ae1f;
  border: 1px #fff;
  border-radius: 40px;
  color: #000;
  font-family: AvenirLTStd, sans-serif;
  font-size: 16px;
  font-weight: Extranegrita;
  letter-spacing: 4px;
  line-height: 1.25;
  margin-bottom: px;
  margin-top: px;
  padding: 20px 50px;
}
.btn1:hover,
.btn2 {
  background: #000;
  color: #fff;
}
.btn2 {
  border: 1px #fff;
  border-radius: 40px;
  font-family: AvenirLTStd, sans-serif;
  font-size: 18px;
  font-weight: Clara;
  letter-spacing: 4px;
  line-height: 1.25;
  margin-bottom: px;
  margin-top: px;
  padding: 20px 50px;
}
.btn2:hover {
  background: #fff;
  color: #000;
}
.h1,
h1 {
  color: #fff;
  font-family: AvenirLTStd, sans-serif;
  font-size: 46px;
  font-weight: Extranegrita;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}
.h2,
h2 {
  font-size: 34px;
  font-weight: Extranegrita;
}
.h2,
.h3,
h2,
h3 {
  color: #1a1a1a;
  font-family: AvenirLTStd, sans-serif;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}
.h3,
h3 {
  font-size: 26px;
  font-weight: Delgada;
}
.h4,
h4 {
  font-size: 22px;
  font-weight: Clara;
}
.h4,
.h5,
h4,
h5 {
  color: #1a1a1a;
  font-family: AvenirLTStd, sans-serif;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}
.h5,
h5 {
  font-size: 20px;
  font-weight: Extranegrita;
}
.h6,
h6 {
  font-weight: Clara;
}
.h6,
h6,
p {
  color: #1a1a1a;
  font-family: AvenirLTStd, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}
p {
  font-weight: Delgada;
}
@media screen and (max-width: 767px) and (min-width: 300px) {
  .btn1,
  .btn2 {
    letter-spacing: 0;
    line-height: 1.25;
  }
  .h1,
  h1 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.15;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h2,
  .h3,
  h2,
  h3 {
    letter-spacing: 0;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h4,
  .h5,
  h4,
  h5 {
    letter-spacing: 0;
    line-height: 1.25;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6,
  p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
html {
  font-size: 62.5%;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* {
  margin: 0;
}
[class*="span"] {
  display: block;
  float: left;
  margin-left: 2.5%;
  min-height: 28px;
}
.span12,
[class*="span"]:first-child {
  margin-left: 0;
}
.span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.span6 {
  width: 48.5%;
  *width: 48.5%;
}
.span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.span4 {
  width: 31.3%;
  *width: 31.3;
}
.span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.span1 {
  margin-left: 0;
  width: 6.6%;
  *width: 6.6%;
}
.col-10,
.col-100,
.col-15,
.col-20,
.col-25,
.col-30,
.col-33,
.col-35,
.col-40,
.col-45,
.col-5,
.col-50,
.col-55,
.col-60,
.col-65,
.col-70,
.col-75,
.col-80,
.col-85,
.col-90,
.col-95 {
  float: left;
  min-height: 1px;
}
.col-5 {
  width: 5%;
}
.col-10 {
  width: 10%;
}
.col-15 {
  width: 15%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33%;
}
.col-35 {
  width: 35%;
}
.col-40 {
  width: 40%;
}
.col-45 {
  width: 45%;
}
.col-50 {
  width: 50%;
}
.col-55 {
  width: 55%;
}
.col-60 {
  width: 60%;
}
.col-65 {
  width: 65%;
}
.col-70 {
  width: 70%;
}
.col-75 {
  width: 75%;
}
.col-80 {
  width: 80%;
}
.col-85 {
  width: 85%;
}
.col-90 {
  width: 90%;
}
.col-95 {
  width: 95%;
}
.col-100 {
  width: 100%;
}
hr {
  background: #000;
  border: 0 solid #000;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a,
a:hover {
  color: #444;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
input:focus {
  border: 1px solid #04a4cc;
  outline: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
:focus {
  outline: 0 auto !iportant;
}
::selection {
  background: transparent;
  color: #dbab0e;
  text-shadow: none;
}
::-webkit-selection {
  background: transparent;
  color: #0095eb;
  text-shadow: none;
}
::-moz-selection {
  background: transparent;
  color: #0095eb;
  text-shadow: none;
}
.slick-arrow {
  align-content: space-around;
  align-items: center;
  background: #fff;
  border: 2px solid #5150c0;
  border-radius: 51px;
  color: #5150c0;
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  height: 51px;
  justify-content: center;
  position: absolute;
  top: 45%;
  transition: 0.3s;
  width: 51px;
  z-index: 2;
}
.slick-arrow svg path {
  fill: #5150c0;
}
.slick-arrow:hover svg path {
  fill: #fff;
}
.slick-arrow svg {
  margin-top: 0;
}
.slick-arrow:hover {
  background: #5150c0;
  color: #fff;
}
.Slick-Prev {
  margin-left: -25px;
}
.Slick-Prev svg {
  transform: rotate(-90deg);
}
.Slick-Next {
  margin-right: -25px;
  right: 0;
}
.Slick-Next svg {
  transform: rotate(90deg);
}
.slick-dots {
  bottom: 0 !important;
  display: block !important;
  margin-top: 40px !important;
  position: relative !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li {
  background: #fff !important;
  border-radius: 20px;
  padding: 0;
}
.slick-dots li button:before {
  color: transparent !important;
}
.slick-dots li.slick-active {
  background: #5150c0 !important;
  border-radius: 45px;
  color: #5150c0;
  opacity: 1;
}
.slick-dots li {
  margin: 0 5.5px !important;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  cursor: pointer;
  height: 13px !important;
  width: 13px !important;
}
.slick-dots li.slick-active,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before {
  cursor: pointer;
  height: 13px !important;
  width: 25px !important;
}
.full {
  float: left;
  width: 100%;
}
.boxer {
  margin: 0 auto !important;
  width: 1200px;
}
.video {
  border: 0 solid #000 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.ordenador {
  display: block;
}
.movil,
.ocultar,
.tablet {
  display: none !important;
}
.centrar {
  text-align: center;
}
.sticky {
  position: sticky;
}
.fixed {
  position: fixed;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
.parallax {
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
option {
  background: transparent;
}
::-webkit-file-upload-button {
  background: #0095eb;
  border: 0;
  color: #fff;
  display: none;
  padding: 1em;
}
.flex-r-c {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-c-c,
.flex-r-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-c-c {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-r-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) and (min-width: 480px) {
  .boxer {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 480px) and (min-width: 300px) {
  .boxer {
    margin: 0 auto;
    width: 300px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .ordenador {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
  .col-t-100 {
    width: 100%;
  }
  .col-t-90 {
    width: 90%;
  }
  .col-t-80 {
    width: 80%;
  }
  .col-t-75 {
    width: 75%;
  }
  .col-t-50 {
    width: 50%;
  }
  .col-t-33 {
    width: 33%;
  }
  .col-t-25 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) and (min-width: 300px) {
  .ordenador {
    display: none !important;
  }
  .movil {
    display: block !important;
  }
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-m-100 {
    width: 100% !important;
  }
  .col-m-90 {
    width: 90% !important;
  }
  .col-m-80 {
    width: 80% !important;
  }
  .col-m-75 {
    width: 75% !important;
  }
  .col-m-50 {
    width: 50% !important;
  }
  .col-m-25 {
    width: 25% !important;
  }
  [class*="span"] {
    display: block;
    float: left;
    height: auto;
    margin-left: 0;
    width: 100%;
  }
  .full .container-fluid {
    width: 100%;
  }
  .container-fluid
    .row-fluid-wrapper
    .row-fluid
    .span12.widget-span.widget-type-cell
    .dnd_area-row-0-background-image {
    padding: 0 5% !important;
  }
  .row-fluid-wrapper {
    display: block;
    float: left;
    width: 100%;
  }
}
.hsv-form-wrapper {
  align-items: center;
  background-color: #000000d1;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  overflow-y: auto;
  padding: 50px;
  position: fixed;
  text-align: left;
  top: 0;
  width: 100%;
}
.hsv-form {
  height: auto;
  width: 1000px;
}
#formulario .hs-fieldtype-intl-phone.hs-input select {
  display: none !important;
}
#formulario .hs-fieldtype-intl-phone.hs-input input {
  width: 100% !important;
}
body #hs-cmsf-branding,
body #hs-cmsf-branding * {
  color: #fff;
}
.texto-centrado {
  text-align: center;
}
.row-fluid-wrapper h4 {
  color: #ea7600;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ajuste_sobrepuesto_superior {
  margin-top: -8%;
}
.ajuste_sobrepuesto_inferior,
.ajuste_sobrepuesto_superior {
  float: left;
  position: relative;
  width: 100%;
}
#imagen_adornos .imagen {
  width: 100%;
}
#titulo_texto h3 {
  color: #000;
  margin-bottom: 20px;
}
#titulo_texto .parrafo {
  margin-bottom: 30px;
}
#formulario {
  position: relative;
}
#formulario h6 {
  color: #394049;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0 38px;
  text-align: center;
}
#formulario fieldset.form-columns-1 .hs-form-field {
  width: 100%;
}
#formulario fieldset.form-columns-1 .input,
#formulario fieldset.form-columns-2 .input {
  margin-right: 0;
}
#formulario .formulario fieldset {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}
#formulario p {
  color: #041027;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  padding-bottom: 45px;
  padding-right: 0;
  padding-top: 10px;
  text-align: center;
}
#formulario .formulario fieldset {
  max-width: unset;
}
#formulario form input,
#formulario form select.hs-input,
#formulario textarea {
  background-color: #f2f7fc;
  border: 0;
  border-radius: 3px;
  color: #001447;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  height: 47px;
  padding: 0 13px;
  transition: 0.3s;
  width: 100%;
}
#formulario form input.hs-input:focus {
  opacity: 0.8;
}
#formulario form input.hs-input::placeholder {
  color: #4f6089;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
#formulario form label span {
  float: left;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 10px;
}
#formulario form .hs-error-msg {
  color: red;
  font-size: 14px;
}
#formulario form .hs-form-field {
  margin-bottom: 15px;
}
#formulario form .actions {
  text-align: center;
}
#formulario textarea {
  min-height: 74px;
  width: 100%;
}
#formulario form select.hs-input {
  background-position: 100%;
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-size: 5%;
}
#formulario form .hs-button {
  background: #2cc3cc;
  border: 1px solid #2cc3cc;
  border-radius: 15px;
  color: #fff;
  display: block;
  float: left;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  height: 60px;
  margin-top: 20px;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  width: 98%;
  z-index: 1;
}
#formulario form .hs-button:hover {
  background: #fff;
  border: 1px solid #ea7600;
  color: #ea7600;
}
#formulario form hr {
  background: #418fde;
  border: 0 solid #418fde;
  display: block;
  height: 1px;
  margin: 10px 0;
  padding: 0;
  width: 98%;
}
#linea hr {
  background: #dbdbdb;
  border: 0;
  height: 1px;
  max-width: 100%;
}
.h2-especial .contenedor {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.titulo-texto-img {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 25px;
  justify-content: flex-start;
  padding-bottom: 25px;
}
.titulo-texto-img h3 {
  font-weight: 700;
  margin-bottom: 9px;
}
.Diplomado-titulo h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 14px;
}
.Diplomado-titulo svg {
  margin-left: -4%;
  position: absolute;
}
.acreditacion {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
}
.Formas-de-pago .contenedor {
  background-color: #fff;
  border: 2px solid #00a499;
  box-shadow: 0 3px 36px rgba(2, 38, 69, 0.1);
  padding: 30px 60px;
}
.Formas-de-pago .contenedor ul li {
  color: #57688f;
  font-family: helvetica, sans-serif;
  font-size: 18px;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
.Formas-de-pago .contenedor h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.Formas-de-pago .contenedor ul li:before {
  background-image: url(../images/check.png);
  background-size: contain;
  color: #57688f00;
  content: "\2022";
  display: inline-block;
  font-weight: 700;
  height: 25px;
  margin-left: -36px;
  margin-right: 10px;
  width: 25px;
}
.accordion {
  align-items: center;
  background-color: #e9f8f7;
  border: none;
  border-radius: 15px;
  color: #394049;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 15px;
  outline: none;
  padding: 18px 34px;
  text-align: left;
  width: 100%;
}
.accordion p {
  color: #394049;
  font-family: helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
.accordion svg {
  transition: 0.4s;
}
.accordion.active svg {
  transform: rotate(180deg);
}
.panel {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.2s ease-out;
}
.panel_interior {
  height: auto;
  min-height: fit-content !important;
  padding: 20px 0 30px;
}
.accor .titulo {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
  margin-bottom: 30px;
}
.accor .btn1 {
  margin-bottom: 30px;
}
.accor {
  padding-bottom: 57px;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .dnd-section.row-fluid-wrapper,
  .dnd_area-row-1-padding,
  .dnd_area-row-3-padding {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .dnd-section.row-fluid-wrapper {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 300px) {
  #formulario .formulario .box {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
  }
  #formulario .formulario .box .hs_cos_wrapper_type_form {
    width: 100%;
  }
  #formulario h6 {
    font-size: 18px;
    padding: 0 21px;
    text-align: center;
  }
  #formulario form hr {
    display: none;
  }
  #formulario form .hs-button {
    font-size: 18px;
    height: 56px;
  }
  #formulario .formulario fieldset {
    flex-direction: column;
    gap: 0;
  }
  #formulario .form-columns-2 .hs-form-field .hs-input,
  #formulario fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  .h2-especial .contenedor {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: flex-start;
  }
  .titulo-texto-img img {
    height: auto;
    max-width: 100%;
    width: 20px;
  }
  .titulo-texto-img h3 {
    font-size: 18px;
  }
  .titulo-texto-img {
    padding-bottom: 30px;
  }
  .h2-especial .contenedor h2 {
    font-size: 29px !important;
  }
  .h2-especial .contenedor .adormo svg {
    height: auto;
    width: 36px;
  }
  .Diplomado-titulo svg {
    height: 35px;
    margin-left: 0;
    position: absolute;
    right: 5%;
    transform: rotate(90deg);
  }
  .Diplomado-titulo h2 {
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    padding-bottom: 14px;
  }
  .acreditacion h3 {
    font-size: 18px !important;
  }
  .Formas-de-pago .contenedor {
    padding: 38px 24px;
  }
  .Formas-de-pago .contenedor .ajuste {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .Formas-de-pago .contenedor h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: -10px;
  }
  .accor .titulo h2 {
    font-size: 21px;
  }
  .accordion {
    font-size: 15px;
  }
  .titulo_texto h1 {
    font-size: 49px !important;
    line-height: 1.1 !important;
  }
  .dnd-section.row-fluid-wrapper {
    float: left;
    padding-left: 10% !important;
    padding-right: 10% !important;
    width: 100%;
  }
  .dnd-section .row-fluid {
    float: left;
    width: 100%;
  }
  .row-fluid [class*="span"] {
    float: left;
    margin-left: 0;
    min-height: 0 !important;
    width: 100%;
  }
  .banner .dnd-section {
    float: left;
    padding-bottom: 40px !important;
    width: 100%;
  }
  .boxer-v2 .dnd_area-row-0-padding {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .go_top {
    margin-top: 50px;
  }
  .cuerpo .dnd_area-row-1-padding {
    float: left;
    padding: 0 !important;
  }
  .ajuste_sobrepuesto_superior {
    margin-bottom: -7px;
    margin-top: 3%;
  }
  .cuerpo #Lista_destacada,
  .cuerpo #imagen_adornos,
  .cuerpo #titulo_texto,
  .cuerpo .boton,
  .cuerpo .hs_cos_wrapper_type_rich_text {
    float: left;
    margin: 0 10%;
    width: 80%;
  }
  #imagen_adornos .imagen {
    margin: 0 0 25px;
  }
  .publicaciones {
    padding: 50px 0;
  }
  .publicaciones .boxer {
    float: left;
    margin: 0 10% !important;
    width: 80%;
  }
  .publicaciones .relacionados {
    margin-bottom: 30px;
  }
  .columnas-row-3-padding {
    float: left;
    width: 100%;
  }
}
