/* =========================================================
   ESTILOS GENERALES
   ========================================================= */

/* comentar si se quiere habilitar el botón de matrícula y formulario */
/* #botonFlotante, #contacto { display: none; } */

#inscripcions-tancat {
  color: #e42c22;
}

/* ---------- ESTRUCTURA BASE ---------- */

body {
  font-family: "Asap", "Roboto", Helvetica, Arial, sans-serif;
  color: #373a3c;
  padding: 0;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: disc;
  padding-left: 18px;
}
ul li:not(:last-child) {
  padding-bottom: 8px;
}

h1 {
  font-size: 36px !important;
}
h3 {
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6, strong {
  font-weight: 600;
}

/* ---------- FUENTES ---------- */

.fontA { font-family: "Asap", Helvetica, Arial, sans-serif; }
.fontB { font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
.fontC { font-family: "Montserrat", sans-serif; }

/* ---------- ENCABEZADO ---------- */

header {
  padding-left: 15px;
}

/* ---------- JUMBOTRON ---------- */

.jumbotron.intro {
  background: url(../img/1600x838_linkedin.jpg) 95% 0% no-repeat;
  background-size: contain;
  background-color: #242424;
  padding-top: 20px;
  margin: 0;
}
.jumbotron.intro span { font-weight: 400; }

.intro-bg h3 { font-size: 1.8em; }

.whitetit { color: #fff !important; }
.redtit { color: #f13d25 !important; }
.bluetit { color: #7caee3; margin-top: 0; }
.darkbluetit { color: #006ed1; margin-top: 0; }

p.textsm {
  font-size: 12px !important;
  text-transform: uppercase;
  padding-top: 5px;
}

/* ---------- PRESENTACIÓN ---------- */

.presentacion {
  padding: 40px 15px;
}

/* ---------- COLORES Y TÍTULOS ---------- */

h2.customtitle {
  text-transform: uppercase;
  color: #3366cf;
  padding: 30px;
  font-size: 1.5em;
}

.titlecolor { color: #3366cf; }

p.titlecolorbig { font-size: 1.8em; }

h2.titlecolorbig {
  text-transform: uppercase;
  font-size: 1.65em !important;
  text-align: center;
  padding-bottom: 28px;
}

/* ---------- BOTÓN FLOTANTE ---------- */

.row #ancla a {
  position: fixed !important;
  right: -5px;
  bottom: 27em;
  width: 240px;
  z-index: 1000;
}

div #ancla {
  text-align: right;
}

a.fl-button {
  color: #fff;
  border: 1px solid #ff4900 !important;
  border-radius: 22px 0 0 22px !important;
  text-align: left;
  background-color: #ff4900;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  margin-right: -2px;
  transition: all 0.35s ease-in-out;
}

a.fl-button:hover {
  background-color: #fff;
  color: #ff4900;
}

/* ---------- PROGRAMA ---------- */

.container-full-bg.partecolor {
  background-color: #ececec;
  padding: 20px 0;
}

.grid-formacio, .lista-datos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.lista-datos-inner{
  display:flex;
  flex-direction:row;
}

.cuadro-formacion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap:4rem;
  padding:16px;
  height: fit-content;
  color:#fff
}

.cuadro-formacion h3 {
  color: #fff;
  font-size: 64px;
  line-height:32px;
}
.cuadro-formacion p{
  font-size:24px;
  line-height:30px;
}

/* COLORES DE LOS CUADROS */

.cuadro1 { background-color: #7ed4d5; }
.cuadro2 { background-color: #92c943; }
.cuadro3 { background-color: #da6131; }
.cuadro4 { background-color: #9b6edf; }
.cuadro5 { background-color: #c49c47; }
.cuadro6 { background-color: #d73cd5; }

/* ---------- BARRA DE DATOS ---------- */

.backcolor-datos {
  background-color: #7caee3;
  padding: 40px 0 20px;
}

.icono-datos {
  position: relative;
  display: block;
  background: #fff;
  aspect-ratio: 1;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-right: 6px;
  text-align: center;
  box-shadow: 1px 1px 9px 1px rgba(83,131,183,1);
}

.icono-datos img {
  padding-top: 10px;
  width: 44px;
}

.info-datos {
  padding-left: 2px;
  overflow: hidden;
}

p.datos-titulo {
  margin-bottom: 3px;
}

/* ---------- FOOTER ---------- */

#footer {
  background-color: #eaeaea;
  position: relative;
  padding: 30px 0;
}

#footer:before {
  content: '.';
  background-image: url(../img/triangle.png);
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  text-indent: -500px;
}

#footer_titulo {
  font-size: 11px !important;
  font-weight: bold;
  margin-bottom: 4px;
}

#footer_direccion {
  font-size: 11px;
  margin-bottom: 14px;
}

#footer_legal {
  margin-bottom: 30px;
}

#footer_legal a {
  font-family: "Asap", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  line-height: 1.6;
}

#footer .curso_footer,
#footer .curso_footer-light {
  font-size: 1.45em;
  text-transform: uppercase;
  font-weight: 700;
}

.curso_footer-light{
  margin-bottom:48px;
}
.curso_footer-light p {
  font-size: 1.1em;
  font-weight:400;
}

.curso_footer-tit {
  line-height: 1.1em;
  margin-bottom: 2px;
}

.logos-footer{
  max-width:500px;
}
.logos-footer-colab{
  max-width:200px;
}

/* ---------- FORMULARIO ---------- */

.whiteBg { background-color: #fff; }

.redBg { background-color: #f13d25; }

.seccion-contacto {
  padding-top: 30px;
  padding-bottom: 100px;
}

.question-part {
  padding-top: 20px;
}

.question-part label { font-weight: 400; }

.btn-group-lg > .btn {
  padding: 10px 30px;
}

form .btn-default {
  background: #78b3e0;
  border: 1px solid #7caee3 !important;
  color: white;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

form .btn-default:hover {
  background-color: #fff;
  color: #7caee3;
}

.btn-enviar { text-align: center; }

/* =========================================================
   MEDIA QUERIES
   ========================================================= */

@media (max-width: 1200px) {
  .jumbotron.intro { background-size: cover; }
  .grid-formacio {
    grid-template-columns: 1fr 1fr 1fr;
  }
   .lista-datos {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .grid-formacio {
    grid-template-columns: 1fr;
  }
  .lista-datos {
    grid-template-columns:1fr 1fr;
  }
  .cuadro-formacion { height: auto; }
}

@media (max-width: 979px) {
  .col-txtbg { height: auto; }
  .col-txtbg p { font-size: 1.05em; }
}

@media (min-width: 992px) {
  .cuadro-formacion { height: 260px; }
}

@media (max-width: 768px) {
  h1 { font-size: 28px !important; }
  .presentacion .row div:first-child { margin-bottom: 30px; }
  .row #ancla a {
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    max-height: 40px;
  }
  a.fl-button { border-radius: 0 !important; }
  .jumbotron.intro {
    background-size: contain;
    padding-top: 200px;
    font-size: 75% !important;
  }
  .introtext { float: left; }
  #footer_legal{
    margin:0px 0px 40px 0px;
  }
  #footer_titulo{
    margin:40px 0px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  #widget {
    position: fixed;
    display: table;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 3em;
    background: #f44257;
    text-align: center;
  }
  #widget div { width: 50% !important; display: inline-block; }
}

@media only screen and (max-width: 543px) {
  .jumbotron .container { padding: 0 !important; }
  .display-3 { font-size: 1.5rem; }
}



