@charset "UTF-8";
/* INI PARTIALS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* INI MEDIA QUERIES */
/* USO: @include respond-to(small) { ... }/
/* FIN MEDIA QUERIES */
/* INI CALCULA REM */
/* USO: @include font-size(14px); */
/* FIN CALCULA REM */
/* INI CLEARFIX*/
/* USO: @include clearfix(); */
/* FIN CLEARFIX*/
/* INI BOX SIZING */
/* USO: @include box-sizing(border-box); */
/* FIN BOX SIZING */
/* INI CENTERER */
/* USO: con parent en position relative añadir a elemento child @include centerer; */
/* FIN CENTERER */
/* INI BORDER RADIUS */
/* USO: @include border-radius(5px); */
/* USO: @include border-top-radius(10px); */
/* FIN BORDER RADIUS */
/* INI OPACITY */
/* USO: @include opacity(0.8); */
/* FIN OPACITY */
/* INI CENTER BLOCK */
/* USO: @include center-block; */
/* FIN CENTER BLOCK */
/* INI TEXT OVERFLOW */
/* USO: @include text-truncate; */
/* FIN TEXT OVERFLOW */
/* INI BACKGROUND IMAGE */
/* USO: @include bgimage('../img/generic/flecha_top.png',no-repeat,100%); */
/* FIN BACKGROUND IMAGE */
/* INI TRANSITION */
/* USO: @include transition(color .3s ease); */
/* FIN TRANSITION */
/* INI TRANSFORM */
/*
  USO:
  @include skew(25,10);
  @include transform-origin(top left);
*/
/* FIN TRANSFORM */
/* INI PLACEHOLDER */
/*USO:
@include input-placeholder {
        color: $grey;
    }*/
/* FIN PLACEHOLDER */
/* INI WORD WRAPPING */
/* USO: @include mixin word-wrap; */
/* FIN WORD WRAPPING */
/* INI BACKGROUND COVER */
/* USO: @include bg-cover('../path/to/image.jpg', no-repeat 100%); */
/* FIN BACKGROUND COVER */
/* INI LINKS */
/* USO: @include linx (blue, green, red, orange); */
/* FIN LINKS */
/* INI RGBA */
/* USO: @include alpha-background-color(rgba(black, 0.5), white); */
/* FIN RGBA */
/* USO @include horizontal-gradient(#71c005, #88dd06); */
/* FIN PARTIALS */
/* INI IMG ROUTE */
/* FIN IMG ROUTE */
/*///// INI TIPOGRAFÍAS /////*/
/* ini ruta fuentes */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat ExtraLight";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat ExtraLight"), url("../fonts/montserrat/Montserrat-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Light";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Light"), url("../fonts/montserrat/Montserrat-Light.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Medium"), url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat SemiBold"), url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Bold"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Black";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Black"), url("../fonts/montserrat/Montserrat-Black.woff") format("woff");
}
/*
@font-face {
  font-family: "Calistoga";
  font-style: normal;
  font-weight: normal;
  src: local("Calistoga"), url("../fonts/montserrat/calistoga-regular-webfont.woff") format("woff");
}*/
/* ini font family */
/*$font-display: "Calistoga", serif;*/
/* fin font family */
/*///// FIN TIPOGRAFÍAS /////*/
/* INI TYPE */
/* FIN TYPE */
/* INI COLORES WEBSITE */
:root {
  /* INI COOCREA COLORS */
  --blue: #044295;
  --blue-light: #009FE3;
  --blue-lighter: #dfeeef;
  --blue-dark: #07006a;
  --green: #AFCC00;
  --green-medium: #2cc1b9;
  --green-dark: #53C482;
  --violet: #6e2383;
  --fucsia: #c22077;
  --turquoise: rgb(43, 194, 186);
  /* END COOCREA COLORS */
  --white: #ffffff;
  --black: #000000;
  --gray-light: #F5F5F5;
  --gray-border: #DDD;
  --plain-text-color: #000000;
}

/* INI HIGHLIGHTS */
::selection {
  color: var(--white);
  background: var(--black);
}

::-moz-selection {
  color: var(--white);
  background: var(--black);
}

::-webkit-selection {
  color: var(--white);
  background: var(--black);
}

/* FIN HIGHLIGHTS */
/* INI GENERAL */
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: "Montserrat", serif;
  color: var(--plain-text-color);
}

body {
  height: 100%;
  width: 100%;
  background-color: transparent;
  /*@include font-size(13px);*/
  line-height: 1.3;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -260px;
  overflow-x: hidden;
}
@media (min-width: 767px) {
  .wrapper {
    margin: 0 auto -76px;
  }
}

#push,
.footer {
  height: 260px;
}
@media (min-width: 767px) {
  #push,
  .footer {
    height: 76px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
button {
  color: var(--plain-text-color);
  text-decoration: none;
}
a:active, a:focus,
button:active,
button:focus {
  outline: none !important;
}
a:active img, a:focus img,
button:active img,
button:focus img {
  outline: none;
}

ul {
  margin: 0;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

ol li h3 {
  display: inline-block;
  /*Para Firefox*/
}

li {
  list-style: none;
}

.no-ov {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.oculto {
  display: none !important;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

strong {
  font-family: "Montserrat SemiBold", serif;
  font-style: normal;
}

.container {
  /*
  @media (min-width: 1400px) {
    max-width: 1340px;
  }

  @media (min-width: 1600px) {
    max-width: 1540px;
  }

  @media (min-width: 1800px) {
    max-width: 1740px;
  }

  @media (min-width: 2000px) {
    max-width: 80%;
  }*/
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* INI TEXTOS */
h1 {
  font-family: "Montserrat", serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  margin-bottom: 30px;
  color: var(--blue);
}
@media (min-width: 767px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
h1 strong {
  display: inline-block;
  margin-top: -4px;
  font-family: "Montserrat Bold", serif;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}
@media (min-width: 767px) {
  h1 strong {
    margin-top: -14px;
    font-size: 100px;
    font-size: 6.25rem;
  }
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
p strong {
  color: var(--blue-light);
}

/* FIN TEXTOS */
/* INI FOOTER */
.footer {
  position: relative;
  color: var(--white);
  background-color: var(--blue);
  /* fallback/image non-cover color */
  background-color: #044295;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #044295 0%, #019EE2 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #044295), color-stop(100%, #019EE2));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #044295 0%, #019EE2 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #044295 0%, #019EE2 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #044295 0%, #019EE2 100%);
  /* Standard */
  background: linear-gradient(to right, #044295 0%, #019EE2 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
}
.footer > .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .footer > .container {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 767px) {
  .footer p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.footer .footer-legal ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 767px) {
  .footer .footer-legal ul {
    justify-content: flex-start;
    flex-direction: row;
  }
}
.footer .footer-legal ul li {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: var(--white);
}
@media (min-width: 767px) {
  .footer .footer-legal ul li {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer .footer-legal ul li {
    margin-left: 50px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer .footer-legal ul li a {
  color: var(--white);
  line-height: 1;
}
.footer .footer-legal ul li a:hover {
  color: var(--white);
  text-decoration: none;
}
.footer .footer-legal ul li:first-child:before {
  display: none;
}
@media (min-width: 767px) {
  .footer .footer-legal ul li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -11px;
    width: 1px;
    height: 75%;
    background-color: var(--white);
  }
}
@media (min-width: 992px) {
  .footer .footer-legal ul li::before {
    content: "";
    left: -25px;
  }
}
.footer .footer-logo {
  width: 100%;
  max-width: 141px;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .footer .footer-logo {
    max-width: 100px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer .footer-logo {
    max-width: 141px;
  }
}
.footer .footer-logo-2 {
  display: block;
  width: 100%;
  max-width: 141px;
  margin-top: 24px;
  transition: all 0.5s;
}
.footer .footer-logo-2:hover {
  transform: scale(1.05);
}
@media (min-width: 767px) {
  .footer .footer-logo-2 {
    max-width: 115px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer .footer-logo-2 {
    max-width: 141px;
  }
}

/* FIN FOOTER */
/* INI HEADING */
.heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0px;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: var(--white);
  color: var(--plain-text-color);
}
@media (min-width: 767px) {
  .heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding-top: 85px;
    padding-bottom: 50px;
    margin-top: 0px;
  }
}
.heading h1 {
  padding-left: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 767px) {
  .heading h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .heading h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.heading h1 strong {
  font-size: 50px;
  font-size: 3.125rem;
}
@media (min-width: 767px) {
  .heading h1 strong {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .heading h1 strong {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
.heading p:last-child {
  margin-bottom: 0;
}
.heading .heading-cont {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 3;
}
@media (min-width: 767px) {
  .heading .heading-cont {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .heading .heading-cont {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.heading .heading-animacion {
  width: 100%;
  z-index: 2;
  display: none;
}
@media (min-width: 767px) {
  .heading .heading-animacion {
    display: block;
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  .heading .heading-animacion {
    max-width: 500px;
  }
}
.heading .heading-info {
  width: 100%;
}
@media (min-width: 767px) {
  .heading .heading-info {
    width: 100%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .heading .heading-info {
    max-width: 60%;
    padding-right: 40px;
  }
}

/* FIN HEADING */
/* ini banner inicial */
.banner-inicial {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--black);
  color: var(--white);
  height: 100vh;
}
.banner-inicial h1 {
  color: var(--white);
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  object-fit: cover;
  z-index: -1;
}

/* fin banner inicial */
/* ini icono scroll */
#scroll-icon {
  width: 80px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -40px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #scroll-icon {
    left: 0;
    margin-left: 30px;
  }
}

/* INI BTN PRIMARY */
.btn-primary, .btn-primary.fix.btn-white, .fix.btn-white.btn-download, .fix.btn-white.btn-linkedin, .blog .fix.btn-white.btn-compartir, .blog .fix.btn-white.btn-rrss, .fix.btn-white.btn-search, .btn-search, .blog .btn-rrss, .blog .btn-compartir, .btn-linkedin, .btn-download {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  background-color: transparent;
  background-clip: border-box !important;
  color: var(--white);
  font-family: "Montserrat Medium", serif;
  border: 1px solid var(--white);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 30px;
  margin-right: 40px;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-primary:hover, .btn-primary.fix.btn-white:hover, .fix.btn-white.btn-download:hover, .fix.btn-white.btn-linkedin:hover, .fix.btn-white.btn-search:hover, .btn-search:hover, .blog .btn-rrss:hover, .blog .btn-compartir:hover, .btn-linkedin:hover, .btn-download:hover {
  outline: none !important;
  box-shadow: none !important;
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--blue) !important;
}
.btn-primary:hover:after, .btn-primary.fix.btn-white:hover:after, .fix.btn-white.btn-download:hover:after, .fix.btn-white.btn-linkedin:hover:after, .fix.btn-white.btn-search:hover:after, .btn-search:hover:after, .blog .btn-rrss:hover:after, .blog .btn-compartir:hover:after, .btn-linkedin:hover:after, .btn-download:hover:after {
  content: "";
  border: 1px solid var(--blue);
  background-color: var(--blue);
  background-clip: border-box !important;
  background-image: url(../img/coocreaweb/btn-arrow.svg);
}
.btn-primary:after, .btn-primary.fix.btn-white:after, .fix.btn-white.btn-download:after, .fix.btn-white.btn-linkedin:after, .blog .fix.btn-white.btn-compartir:after, .blog .fix.btn-white.btn-rrss:after, .fix.btn-white.btn-search:after, .btn-search:after, .blog .btn-rrss:after, .blog .btn-compartir:after, .btn-linkedin:after, .btn-download:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--white);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background-clip: border-box;
  background-image: url(../img/coocreaweb/btn-arrow.svg);
  background-position: center center;
  background-size: 6px;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.btn-primary.btn-plegado, .btn-plegado.btn-primary.fix.btn-white, .btn-plegado.fix.btn-white.btn-download, .btn-plegado.fix.btn-white.btn-linkedin, .btn-plegado.fix.btn-white.btn-search, .btn-plegado.btn-search, .blog .btn-plegado.btn-rrss, .blog .btn-plegado.btn-compartir, .btn-plegado.btn-linkedin, .btn-plegado.btn-download {
  min-width: 180px;
}
.btn-primary.btn-plegado:after, .btn-plegado.btn-primary.fix.btn-white:after, .btn-plegado.fix.btn-white.btn-download:after, .btn-plegado.fix.btn-white.btn-linkedin:after, .btn-plegado.fix.btn-white.btn-search:after, .btn-plegado.btn-search:after, .blog .btn-plegado.btn-rrss:after, .blog .btn-plegado.btn-compartir:after, .btn-plegado.btn-linkedin:after, .btn-plegado.btn-download:after {
  transform: rotate(90deg);
}
.btn-primary.btn-desplegado:after, .btn-desplegado.btn-primary.fix.btn-white:after, .btn-desplegado.fix.btn-white.btn-download:after, .btn-desplegado.fix.btn-white.btn-linkedin:after, .btn-desplegado.fix.btn-white.btn-search:after, .btn-desplegado.btn-search:after, .blog .btn-desplegado.btn-rrss:after, .blog .btn-desplegado.btn-compartir:after, .btn-desplegado.btn-linkedin:after, .btn-desplegado.btn-download:after {
  transform: rotate(-90deg);
}

/* FIN BTN PRIMARY */
/* INI BTN DOWNLOAD */
/* FIN BTN DOWNLOAD */
/* INI BTN LINKEDIN */
/* FIN BTN LINKEDIN */
/* INI BTN PULSE */
.btn-pulse {
  animation: btnpulse 2s infinite;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid var(--blue);
}

.pulse {
  border: none;
  animation: pulse 2s infinite;
}

@keyframes btnpulse {
  0% {
    border: 1px solid var(--blue);
    transform: scale(1);
  }
  50% {
    border: 6px solid var(--blue);
    transform: scale(1.3);
  }
  100% {
    border: 1px solid var(--blue);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/* FIN BTN PULSE */
/* INI HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgb(255, 255, 255);
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header .logo {
  width: 150px;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .header .logo {
    margin-left: 0;
  }
}
.header .logo .logo-white {
  display: none;
}
.header .logo .logo-color {
  display: block;
}
.header > .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .header > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header > .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }
}

/* ini toggler */
/* remove navbar button stying */
.navbar-toggler {
  background: none;
  border: none;
  margin-top: 0px;
  /* remove the blue outline when active or focused */
  /* basic styles for each icon bar */
  /* styles for when .navbar is closed */
}
@media screen and (max-width: 480px) {
  .navbar-toggler {
    margin-right: 10px;
  }
}
.navbar-toggler:active, .navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 1px;
  margin: 7px 0 7px 0;
  transition: all 0.2s;
  background-color: var(--blue);
  /* custom .navbar-dark .icon-bar background */
  /* .navbar open top .icon-bar rotated down 45° */
  /* .navbar open middle .icon-bar invisible */
  /* .navbar open bottom .icon-bar rotated up 45° */
}
.navbar-dark .navbar-toggler .icon-bar {
  background: var(--white);
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar {
  /* .navbar closed top .icon-bar no rotation - straight */
  /* .navbar open middle .icon-bar visible */
  /* .navbar open bottom .icon-bar no rotation - straight */
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

/* end toggler */
/* ini navbar */
.navbar .navbar-collapse {
  background-color: var(--white);
  padding: 0 0 0 10px;
}
.navbar.navbar-expand-lg {
  height: 60px;
  display: flex;
  align-items: center;
}
.navbar .navbar-nav {
  padding-top: 10px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar .navbar-nav .nav-item {
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--blue);
  font-size: 16px;
  font-size: 1rem;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  font-family: "Montserrat SemiBold", serif;
  color: var(--blue-light);
}
.navbar .navbar-nav .nav-item.active .nav-link:hover {
  color: var(--blue-light);
}
.navbar .navbar-nav .nav-item.nav-item-languages {
  padding-left: 2px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.nav-item-languages {
    padding-left: 0px;
  }
}
.navbar .navbar-nav .nav-item.nav-item-languages .nav-link.active {
  font-family: "Montserrat SemiBold", serif;
  color: var(--blue-light);
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.nav-item-languages .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.navbar .navbar-nav .nav-item.nav-item-social {
  padding-left: 4px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.nav-item-social {
    padding-left: 20px;
  }
}
.navbar .navbar-nav .nav-item.nav-item-social .nav-link {
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item.nav-item-social .nav-link {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.navbar .navbar-nav .nav-item.nav-item-social-transparent {
  display: none;
}
.navbar .navbar-nav .nav-item:last-child {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar .navbar-nav .nav-item:last-child {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.navbar .navbar-nav .nav-item a {
  display: inline-block;
  font-family: "Montserrat", serif;
  color: var(--blue);
  font-size: 16px;
  font-size: 1rem;
  padding: 0 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .navbar-nav .nav-item a:hover {
  color: var(--blue);
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 12px;
  }
}
.navbar .navbar-nav .nav-item a img {
  width: 17px;
}

/* fin navbar */
.header-transparent {
  background-color: transparent;
}
.header-transparent .logo .logo-white {
  display: block;
}
.header-transparent .logo .logo-color {
  display: none;
}
.header-transparent .navbar {
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .header-transparent .navbar {
    height: 46px;
  }
  .header-transparent .navbar.navbar-mb {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.header-transparent .navbar .navbar-toggler {
  margin-top: -4px;
}
.header-transparent .navbar .navbar-toggler .icon-bar {
  background-color: var(--white);
}
.header-transparent .navbar .navbar-collapse {
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .header-transparent .navbar .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.header-transparent .navbar .navbar-nav .nav-item {
  color: var(--white);
}
.header-transparent .navbar .navbar-nav .nav-item.active .nav-link {
  font-family: "Montserrat SemiBold", serif;
  color: var(--blue-light);
}
.header-transparent .navbar .navbar-nav .nav-item.active .nav-link:hover {
  color: var(--blue-light);
}
.header-transparent .navbar .navbar-nav .nav-item.nav-item-social {
  display: none;
}
.header-transparent .navbar .navbar-nav .nav-item.nav-item-social-transparent {
  padding-left: 4px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .header-transparent .navbar .navbar-nav .nav-item.nav-item-social-transparent {
    padding-left: 20px;
  }
}
.header-transparent .navbar .navbar-nav .nav-item.nav-item-social-transparent .nav-link {
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  .header-transparent .navbar .navbar-nav .nav-item.nav-item-social-transparent .nav-link {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.header-transparent .navbar .navbar-nav .nav-item .nav-link {
  color: var(--white);
}

/* FIN HEADER */
/* INI HOME */
.home {
  padding-left: 0;
  padding-right: 0;
  background-color: var(--black);
}

#banner-inicial {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

#animacion {
  position: relative;
  z-index: 2;
  margin-top: 100vh;
  /* Ajusta esto según la altura de banner-inicial */
}

/* FIN HOME */
/* INI PROYECTOS */
.proyectos {
  width: 100%;
  min-height: 800px;
  padding-left: 0;
  padding-right: 0;
  /* ini proyecto 1 */
  /* fin proyecto 1 */
  /* ini proyecto 2 */
  /* fin proyecto 2 */
  /* ini proyecto 3 */
  /* fin proyecto 3 */
  /* ini proyecto 4 */
  /* fin proyecto 4 */
  /* ini proyecto 5 */
  /* fin proyecto 5 */
  /* ini proyecto 6 */
  /* fin proyecto 6 */
  /* ini proyecto 7 */
  /* fin proyecto 7 */
  /* ini proyecto 8 */
  /* fin proyecto 8 */
  /* ini proyecto 9 */
  /* fin proyecto 9 */
}
.proyectos .proyectos-accordeon-item {
  padding-bottom: 30px;
}
.proyectos .proyectos-accordeon-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: 60%;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 200px;
  color: var(--white);
  background-color: var(--gray);
  transition: all 0.5s;
  cursor: pointer;
}
.proyectos .proyectos-accordeon-item-header:hover .proyectos-accordeon-item-box .proyectos-accordeon-item-header-info-cta .btn-plegado {
  outline: none !important;
  box-shadow: none !important;
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--blue) !important;
}
.proyectos .proyectos-accordeon-item-header:hover .proyectos-accordeon-item-box .proyectos-accordeon-item-header-info-cta .btn-plegado:after {
  content: "";
  border: 1px solid var(--blue) !important;
  background-image: url(../img/coocreaweb/btn-arrow.svg);
  background-color: var(--blue) !important;
}
@media (min-width: 767px) {
  .proyectos .proyectos-accordeon-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
  }
}
.proyectos .proyectos-accordeon-item-header .proyectos-accordeon-item-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 767px) {
  .proyectos .proyectos-accordeon-item-header .proyectos-accordeon-item-box {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
  }
}
.proyectos .proyectos-accordeon-item-header img {
  width: auto;
  max-height: 40px;
}
@media (min-width: 767px) {
  .proyectos .proyectos-accordeon-item-header img {
    max-height: 70px;
  }
}
.proyectos .proyectos-accordeon-item-header h2 {
  font-family: "Montserrat", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}
.proyectos .proyectos-accordeon-item-header h2 span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 767px) {
  .proyectos .proyectos-accordeon-item-header h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .proyectos .proyectos-accordeon-item-header h2 span {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.proyectos .proyectos-accordeon-item-header h3 {
  font-family: "Montserrat SemiBold", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  width: auto;
  margin-bottom: 6px;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--white);
}
@media (min-width: 767px) {
  .proyectos .proyectos-accordeon-item-header h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}
.proyectos .proyectos-accordeon-item-content {
  display: none;
  padding-top: 30px;
}
.proyectos .proyectos-accordeon-item-content .carousel {
  overflow: hidden;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}
.proyectos .proyectos-accordeon-item-content h2 {
  color: var(--blue);
  font-family: "Montserrat SemiBold", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .proyectos .proyectos-accordeon-item-content h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.proyectos .proyectos-accordeon-item-caracteristicas {
  border-top: 1px solid var(--blue-light);
  padding-top: 40px;
  padding-bottom: 40px;
}
.proyectos .proyectos-accordeon-item-caracteristicas .proyectos-accordeon-item-caracteristicas-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .proyectos .proyectos-accordeon-item-caracteristicas .proyectos-accordeon-item-caracteristicas-item {
    margin-bottom: 0;
  }
}
.proyectos .proyectos-accordeon-item-caracteristicas .proyectos-accordeon-item-caracteristicas-item img {
  max-width: 150px;
  margin: 0 auto;
}
.proyectos .proyectos-accordeon-item-caracteristicas .proyectos-accordeon-item-caracteristicas-item h3 {
  width: 80%;
  font-family: "Montserrat SemiBold", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  margin-top: 20px;
  padding-bottom: 8px;
}
@media (min-width: 767px) {
  .proyectos .proyectos-accordeon-item-caracteristicas .proyectos-accordeon-item-caracteristicas-item h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.proyectos .proyectos-accordeon-item-caracteristicas .proyectos-accordeon-item-caracteristicas-item p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 767px) {
  .proyectos .proyectos-accordeon-item-caracteristicas .proyectos-accordeon-item-caracteristicas-item p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.proyectos .proyectos-accordeon-item-header-info-cta {
  margin-top: 15px;
}
.proyectos .proyectos-accordeon-item-header-info-logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.proyectos .proyecto-1 .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/1-bg-proyecto.jpg);
}
.proyectos .proyecto-1.desplegado .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/1-bg-proyecto-desplegado.jpg);
}
.proyectos .proyecto-2 .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/2-bg-proyecto.jpg);
}
.proyectos .proyecto-2.desplegado .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/2-bg-proyecto-desplegado.jpg);
}
.proyectos .proyecto-3 .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/3-bg-proyecto.jpg);
}
.proyectos .proyecto-3.desplegado .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/3-bg-proyecto-desplegado.jpg);
}
.proyectos .proyecto-4 .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/4-bg-proyecto.jpg);
}
.proyectos .proyecto-4.desplegado .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/4-bg-proyecto-desplegado.jpg);
}
.proyectos .proyecto-5 .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/5-bg-proyecto.jpg);
}
.proyectos .proyecto-5.desplegado .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/5-bg-proyecto-desplegado.jpg);
}
.proyectos .proyecto-6 .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/6-bg-proyecto.jpg);
}
.proyectos .proyecto-6.desplegado .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/6-bg-proyecto-desplegado.jpg);
}
.proyectos .proyecto-7 .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/7-bg-proyecto.jpg);
}
.proyectos .proyecto-7.desplegado .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/7-bg-proyecto-desplegado.jpg);
}
.proyectos .proyecto-8 .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/8-bg-proyecto.jpg);
}
.proyectos .proyecto-8.desplegado .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/8-bg-proyecto-desplegado.jpg);
}
.proyectos .proyecto-9 .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/9-bg-proyecto.jpg);
}
.proyectos .proyecto-9.desplegado .proyectos-accordeon-item-header {
  background-image: url(../img/coocreaweb/proyectos/9-bg-proyecto-desplegado.jpg);
}

/* ini carousel */
.carousel {
  margin-bottom: 30px;
  /* ini carousel video */
  /* fin carousel video */
}
.carousel .carousel-control-video {
  height: calc(100% - 60px);
}
.carousel .carousel-control-video .carousel-control-prev-icon,
.carousel .carousel-control-video .carousel-control-next-icon {
  margin-top: 60px;
}
.carousel .carousel-indicators {
  /*display: none;*/
  bottom: 6px;
}
.carousel .carousel-indicators li {
  width: 11px;
  height: 11px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 767px) {
  .carousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 15%;
  opacity: 1;
}
@media (min-width: 767px) {
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    width: 10%;
  }
}
.carousel .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-image: url(../img/coocreaweb/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 767px) {
  .carousel .carousel-control-prev-icon {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}
.carousel .carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-image: url(../img/coocreaweb/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 767px) {
  .carousel .carousel-control-next-icon {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}

/* fin carousel */
/* FIN PROYECTOS */
/* ini video container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  overflow: hidden;
}
.video-container.video-container-mb {
  padding-bottom: 100%;
}
@media (min-width: 767px) {
  .video-container.video-container-mb {
    padding-bottom: 56.25%;
  }
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* fin video container */
/* INI EQUIPO */
.equipo {
  margin-bottom: 40px;
}
@media screen and (max-width: 560px) {
  .equipo .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .equipo .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.equipo .equipo-img {
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.equipo .equipo-img:hover .equipo-link {
  animation: equipo-link-show 600ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 0;
}
.equipo .equipo-img:hover .equipo-info {
  animation: equipo-info-hide 600ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 0;
}
.equipo .equipo-img .equipo-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  color: var(--white);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.equipo .equipo-img .equipo-link img {
  width: 35px;
}
@media (min-width: 767px) {
  .equipo .equipo-img .equipo-link img {
    width: 50px;
  }
}
.equipo .equipo-img .equipo-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 15px;
  color: var(--white);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  z-index: 2;
  animation: equipo-info-show 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 0;
}
@media (min-width: 767px) {
  .equipo .equipo-img .equipo-info {
    padding: 25px;
  }
}
.equipo .equipo-img .equipo-info h3 {
  line-height: 1.3;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 767px) {
  .equipo .equipo-img .equipo-info h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@keyframes equipo-link-show {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes equipo-info-hide {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale(0.98);
    opacity: 0;
  }
}
@keyframes equipo-info-show {
  0% {
    transform: scale(0.98);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes equipo-link-hide {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}
.equipo .equipo-sep {
  height: 1px;
  border-top: 1px dotted var(--blue-light);
  padding-top: 35px;
  margin-top: 12px;
}

/* FIN EQUIPO */
/* INI ESCUELA */
.escuela {
  /* ini escuela para quien */
  /* fin escuela para quien */
  /* ini escuela programa */
  /* fin escuela programa */
  /* ini escuela contacta */
  /* fin escuela contacta */
  /* ini btn primary escuela */
  /* fin btn primary escuela */
  /* ini btn download escuela */
  /* fin btn download escuela */
  /* ini btn linkedin escuela */
  /* fin btn linkedin escuela */
  /* ini escuela contacta box */
  /* fin escuela contacta box */
}
.escuela .heading {
  padding-bottom: 0;
}
.escuela .heading h1 {
  color: var(--green);
  margin-bottom: 0;
}
.escuela .heading h1 img {
  max-width: 320px;
  padding-left: 3px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.escuela .heading h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Montserrat SemiBold", serif;
  color: var(--green-dark);
  margin-bottom: 30px;
}
.escuela .heading .heading-info {
  margin-top: 70px;
  padding-bottom: 40px;
}
.escuela .heading .heading-info p:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #53C482;
}
.escuela .escuela-que-es .escuela-que-es-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 0px;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .escuela .escuela-que-es .escuela-que-es-box {
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
.escuela .escuela-que-es .escuela-que-es-img {
  position: relative;
  width: 240px;
  min-width: 240px;
  margin-bottom: 30px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  overflow: hidden;
}
.escuela .escuela-que-es .escuela-que-es-img .escuela-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  transform-origin: bottom right;
  padding: 15px;
  color: var(--white);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.escuela .escuela-que-es .escuela-que-es-img .escuela-link img {
  width: 35px;
}
@media (min-width: 767px) {
  .escuela .escuela-que-es .escuela-que-es-img .escuela-link img {
    width: 50px;
  }
}
.escuela .escuela-que-es .escuela-que-es-img a {
  text-decoration: none;
}
.escuela .escuela-que-es .escuela-que-es-img a:hover {
  text-decoration: none;
}
.escuela .escuela-que-es .escuela-que-es-img a:hover .escuela-link {
  animation: escuela-link-show 400ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 0;
}
@keyframes escuela-link-show {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 767px) {
  .escuela .escuela-que-es .escuela-que-es-img {
    width: 350px;
    min-width: 350px;
    margin-bottom: 0;
    margin-left: 40px;
  }
}
.escuela .escuela-que-es .escuela-que-es-img .escuela-que-es-img-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 15px;
  color: var(--white);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  z-index: 2;
  animation: equipo-info-escuela 1000ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  opacity: 0;
}
@media (min-width: 767px) {
  .escuela .escuela-que-es .escuela-que-es-img .escuela-que-es-img-info {
    padding: 15px;
  }
}
@keyframes equipo-info-escuela {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.escuela .escuela-header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: 60%;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 150px;
  color: var(--white);
  transition: all 0.5s;
}
@media (min-width: 767px) {
  .escuela .escuela-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
  }
}
.escuela .escuela-header h2 {
  font-family: "Montserrat", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}
.escuela .escuela-header h2 span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 767px) {
  .escuela .escuela-header h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .escuela .escuela-header h2 span {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.escuela .escuela-para-quien {
  padding-left: 0;
  padding-right: 0;
}
.escuela .escuela-para-quien .escuela-header {
  background-image: url(../img/coocreaweb/escuela/bg-escuela-para-quien.jpg);
}
.escuela .escuela-para-quien .escuela-para-quien-item {
  text-align: center;
  padding-top: 45px;
}
.escuela .escuela-para-quien .escuela-para-quien-item img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto 30px auto;
  display: block;
}
@media (min-width: 767px) {
  .escuela .escuela-para-quien .escuela-para-quien-item {
    text-align: left;
  }
  .escuela .escuela-para-quien .escuela-para-quien-item img {
    max-width: 200px;
  }
}
.escuela .escuela-programa {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
.escuela .escuela-programa .escuela-header {
  background-image: url(../img/coocreaweb/escuela/bg-escuela-programa.jpg);
}
.escuela .escuela-programa .escuela-programa-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 767px) {
  .escuela .escuela-programa .escuela-programa-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.escuela .escuela-programa .escuela-programa-item h3 {
  font-family: "Montserrat Medium", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  display: inline-flex;
  width: auto;
  margin-bottom: 6px;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--white);
}
@media (min-width: 767px) {
  .escuela .escuela-programa .escuela-programa-item h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}
.escuela .escuela-programa .escuela-programa-item img {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .escuela .escuela-programa .escuela-programa-item img {
    max-width: 100%;
  }
}
.escuela .escuela-programa .escuela-programa-item p {
  font-size: 16px;
  font-size: 1rem;
}
.escuela .escuela-contacta {
  padding-left: 0;
  padding-right: 0;
}
.escuela .escuela-contacta .escuela-header {
  background-image: url(../img/coocreaweb/escuela/bg-escuela-contacta.jpg);
}
.escuela .escuela-contacta .escuela-contacta-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 767px) {
  .escuela .escuela-contacta .escuela-contacta-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.escuela .escuela-contacta h3 {
  font-family: "Montserrat Medium", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  display: inline-flex;
  width: auto;
  margin-bottom: 6px;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--white);
}
@media (min-width: 767px) {
  .escuela .escuela-contacta h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}
.escuela .btn-primary, .escuela .btn-primary.fix.btn-white, .escuela .fix.btn-white.btn-download, .escuela .fix.btn-white.btn-linkedin, .escuela .fix.btn-white.btn-search, .escuela .btn-search, .escuela .blog .btn-rrss, .blog .escuela .btn-rrss, .escuela .blog .btn-compartir, .blog .escuela .btn-compartir, .escuela .btn-download, .escuela .btn-linkedin {
  color: var(--green);
  border: 1px solid var(--green);
  min-width: 160px;
}
.escuela .btn-primary:hover, .escuela .btn-search:hover, .escuela .blog .btn-rrss:hover, .blog .escuela .btn-rrss:hover, .escuela .blog .btn-compartir:hover, .blog .escuela .btn-compartir:hover, .escuela .btn-download:hover, .escuela .btn-linkedin:hover, .escuela .btn-primary:focus, .escuela .btn-search:focus, .escuela .blog .btn-rrss:focus, .blog .escuela .btn-rrss:focus, .escuela .blog .btn-compartir:focus, .blog .escuela .btn-compartir:focus, .escuela .btn-download:focus, .escuela .btn-linkedin:focus, .escuela .btn-primary:active, .escuela .btn-search:active, .escuela .blog .btn-rrss:active, .blog .escuela .btn-rrss:active, .escuela .blog .btn-compartir:active, .blog .escuela .btn-compartir:active, .escuela .btn-download:active, .escuela .btn-linkedin:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: var(--green) !important;
  color: var(--white) !important;
  border-color: var(--green) !important;
}
.escuela .btn-primary:hover:after, .escuela .btn-search:hover:after, .escuela .blog .btn-rrss:hover:after, .blog .escuela .btn-rrss:hover:after, .escuela .blog .btn-compartir:hover:after, .blog .escuela .btn-compartir:hover:after, .escuela .btn-download:hover:after, .escuela .btn-linkedin:hover:after, .escuela .btn-primary:focus:after, .escuela .btn-search:focus:after, .escuela .blog .btn-rrss:focus:after, .blog .escuela .btn-rrss:focus:after, .escuela .blog .btn-compartir:focus:after, .blog .escuela .btn-compartir:focus:after, .escuela .btn-download:focus:after, .escuela .btn-linkedin:focus:after, .escuela .btn-primary:active:after, .escuela .btn-search:active:after, .escuela .blog .btn-rrss:active:after, .blog .escuela .btn-rrss:active:after, .escuela .blog .btn-compartir:active:after, .blog .escuela .btn-compartir:active:after, .escuela .btn-download:active:after, .escuela .btn-linkedin:active:after {
  content: "";
  border: 1px solid var(--green) !important;
  background-color: var(--green) !important;
  background-image: url(../img/coocreaweb/btn-arrow.svg);
}
.escuela .btn-primary:after, .escuela .btn-primary.fix.btn-white:after, .escuela .fix.btn-white.btn-download:after, .escuela .fix.btn-white.btn-linkedin:after, .escuela .fix.btn-white.btn-search:after, .escuela .btn-search:after, .escuela .blog .btn-rrss:after, .blog .escuela .btn-rrss:after, .escuela .blog .btn-compartir:after, .blog .escuela .btn-compartir:after, .escuela .btn-download:after, .escuela .btn-linkedin:after {
  content: "";
  top: -1px;
  border: 1px solid var(--green);
  background-image: url(../img/coocreaweb/btn-arrow-green.svg);
  background-clip: border-box !important;
}
.escuela .btn-primary.btn-download, .escuela .btn-download.fix.btn-white, .escuela .btn-download {
  color: var(--green);
  border: 1px solid var(--green);
  min-width: 160px;
}
.escuela .btn-primary.btn-download:hover, .escuela .btn-download:hover, .escuela .btn-primary.btn-download:focus, .escuela .btn-download:focus, .escuela .btn-primary.btn-download:active, .escuela .btn-download:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: var(--green) !important;
  color: var(--white) !important;
  border-color: var(--green) !important;
}
.escuela .btn-primary.btn-download:hover:after, .escuela .btn-download:hover:after, .escuela .btn-primary.btn-download:focus:after, .escuela .btn-download:focus:after, .escuela .btn-primary.btn-download:active:after, .escuela .btn-download:active:after {
  content: "";
  border: 1px solid var(--green) !important;
  background-color: var(--green) !important;
  background-image: url(../img/coocreaweb/btn-download-white.svg);
}
.escuela .btn-primary.btn-download:after, .escuela .btn-download.fix.btn-white:after, .escuela .btn-download:after {
  content: "";
  top: -1px;
  border: 1px solid var(--green);
  background-image: url(../img/coocreaweb/btn-download-green.svg);
  background-clip: border-box !important;
}
.escuela .btn-download {
  color: var(--green);
  border: 1px solid var(--green);
}
.escuela .btn-download:hover, .escuela .btn-download:focus, .escuela .btn-download:active {
  background-color: transparent !important;
  color: var(--green) !important;
  border-color: var(--green) !important;
}
.escuela .btn-download:after {
  content: "";
  border: 1px solid var(--green);
  background-image: url(../img/coocreaweb/btn-download.svg);
  background-size: 15px;
}
.escuela .btn-linkedin {
  color: var(--green);
  border: 1px solid var(--green);
  height: 38px;
  color: var(--green);
  border: 1px solid var(--green);
  -webkit-border-radius: 22px;
  border-radius: 22px;
  background-clip: padding-box;
}
.escuela .btn-linkedin:after {
  content: "";
  width: 38px;
  height: 38px;
}
.escuela .btn-linkedin:hover, .escuela .btn-linkedin:focus, .escuela .btn-linkedin:active {
  background-color: var(--green) !important;
  color: var(--white) !important;
  border-color: var(--green) !important;
}
.escuela .btn-linkedin:hover:after, .escuela .btn-linkedin:focus:after, .escuela .btn-linkedin:active:after {
  content: "";
  border: 1px solid var(--green);
  background-image: url(../img/coocreaweb/btn-linkedin-white.svg);
  background-size: 15px;
}
.escuela .btn-linkedin:after {
  content: "";
  border: 1px solid var(--green);
  background-image: url(../img/coocreaweb/btn-linkedin.svg);
  background-size: 15px;
}
@media (min-width: 767px) {
  .escuela .btn-linkedin {
    height: 30px;
  }
  .escuela .btn-linkedin:after {
    content: "";
    width: 30px;
    height: 30px;
  }
}
.escuela .escuela-contacta .escuela-contacta-box .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--green);
  border-color: var(--green);
  box-shadow: none !important;
  outline: none !important;
}
.escuela .escuela-contacta .escuela-contacta-box .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
  outline: none !important;
}

/* FIN ESCUELA */
/* INI FORMULARIO */
.formulario .form-group .form-control {
  border: none;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  background-color: #EEEEEE;
  height: 50px;
  box-shadow: none;
  outline: none;
}
.formulario .form-group textarea.form-control {
  height: 120px;
}
.formulario .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BBBBBB;
  font-style: italic;
}
.formulario .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBBBBB;
  font-style: italic;
}
.formulario .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #BBBBBB;
  font-style: italic;
}
.formulario .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #BBBBBB;
  font-style: italic;
}
.formulario .custom-control-label {
  padding-top: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 20px;
  cursor: pointer;
}

/* FIN FORMULARIO */
/* INI CONTACTO */
.contacto {
  /* ini btn primary contacto */
  /* fin btn primary contacto */
}
.contacto .formulario {
  margin-top: 40px;
}
.contacto .contacto-info {
  margin-top: 30px;
  margin-bottom: 40px;
}
.contacto .contacto-info li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .contacto .contacto-info li {
    align-items: center;
  }
}
.contacto .contacto-info li img {
  width: 30px;
  min-width: 30px;
  margin-right: 10px;
}
.contacto .contacto-info li span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 5px;
}
@media (min-width: 767px) {
  .contacto .contacto-info li span {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 0;
  }
}
.contacto .contacto-box .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--blue);
  border-color: var(--blue);
  box-shadow: none !important;
  outline: none !important;
}
.contacto .contacto-box .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
  outline: none !important;
}
.contacto .contacto-adicional {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  border-top: 1px solid var(--blue-light);
}
@media (min-width: 767px) {
  .contacto .contacto-adicional {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.contacto .contacto-adicional .contacto-info-adicional {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 20px;
}
.contacto .contacto-adicional .contacto-info-adicional.contacto-info-adicional-escuela li span a:hover {
  color: var(--green);
}
@media (min-width: 992px) {
  .contacto .contacto-adicional .contacto-info-adicional {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    max-width: 50%;
  }
}
.contacto .contacto-adicional .contacto-info-adicional > img {
  width: auto;
  height: 47px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.contacto .contacto-adicional .contacto-info-adicional > div strong {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 6px;
  display: block;
  font-family: "Montserrat Medium", serif;
}
.contacto .contacto-adicional .contacto-info-adicional > div > img {
  width: auto;
  height: 52px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.contacto .contacto-adicional .contacto-info-adicional li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .contacto .contacto-adicional .contacto-info-adicional li {
    align-items: center;
  }
}
.contacto .contacto-adicional .contacto-info-adicional li img {
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
}
.contacto .contacto-adicional .contacto-info-adicional li span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 5px;
}
@media (min-width: 767px) {
  .contacto .contacto-adicional .contacto-info-adicional li span {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 0;
  }
}
.contacto .btn-primary, .contacto .btn-primary.fix.btn-white, .contacto .fix.btn-white.btn-download, .contacto .fix.btn-white.btn-linkedin, .contacto .fix.btn-white.btn-search, .contacto .btn-search, .contacto .blog .btn-rrss, .blog .contacto .btn-rrss, .contacto .blog .btn-compartir, .blog .contacto .btn-compartir, .contacto .btn-download, .contacto .btn-linkedin {
  color: var(--blue);
  border: 1px solid var(--blue);
  min-width: 160px;
}
.contacto .btn-primary:hover, .contacto .btn-search:hover, .contacto .blog .btn-rrss:hover, .blog .contacto .btn-rrss:hover, .contacto .blog .btn-compartir:hover, .blog .contacto .btn-compartir:hover, .contacto .btn-download:hover, .contacto .btn-linkedin:hover, .contacto .btn-primary:focus, .contacto .btn-search:focus, .contacto .blog .btn-rrss:focus, .blog .contacto .btn-rrss:focus, .contacto .blog .btn-compartir:focus, .blog .contacto .btn-compartir:focus, .contacto .btn-download:focus, .contacto .btn-linkedin:focus, .contacto .btn-primary:active, .contacto .btn-search:active, .contacto .blog .btn-rrss:active, .blog .contacto .btn-rrss:active, .contacto .blog .btn-compartir:active, .blog .contacto .btn-compartir:active, .contacto .btn-download:active, .contacto .btn-linkedin:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--blue) !important;
}
.contacto .btn-primary:hover:after, .contacto .btn-search:hover:after, .contacto .blog .btn-rrss:hover:after, .blog .contacto .btn-rrss:hover:after, .contacto .blog .btn-compartir:hover:after, .blog .contacto .btn-compartir:hover:after, .contacto .btn-download:hover:after, .contacto .btn-linkedin:hover:after, .contacto .btn-primary:focus:after, .contacto .btn-search:focus:after, .contacto .blog .btn-rrss:focus:after, .blog .contacto .btn-rrss:focus:after, .contacto .blog .btn-compartir:focus:after, .blog .contacto .btn-compartir:focus:after, .contacto .btn-download:focus:after, .contacto .btn-linkedin:focus:after, .contacto .btn-primary:active:after, .contacto .btn-search:active:after, .contacto .blog .btn-rrss:active:after, .blog .contacto .btn-rrss:active:after, .contacto .blog .btn-compartir:active:after, .blog .contacto .btn-compartir:active:after, .contacto .btn-download:active:after, .contacto .btn-linkedin:active:after {
  content: "";
  border: 1px solid var(--blue);
  background-image: url(../img/coocreaweb/btn-arrow.svg);
}
.contacto .btn-primary:after, .contacto .btn-primary.fix.btn-white:after, .contacto .fix.btn-white.btn-download:after, .contacto .fix.btn-white.btn-linkedin:after, .contacto .fix.btn-white.btn-search:after, .contacto .btn-search:after, .contacto .blog .btn-rrss:after, .blog .contacto .btn-rrss:after, .contacto .blog .btn-compartir:after, .blog .contacto .btn-compartir:after, .contacto .btn-download:after, .contacto .btn-linkedin:after {
  content: "";
  border: 1px solid var(--blue);
  background-image: url(../img/coocreaweb/btn-arrow-blue.svg);
}

/* FIN CONTACTO */
/* INI MODAL */
.modal {
  font-size: 14px;
  font-size: 0.875rem;
}
.modal .modal-content .modal-header h1.modal-title {
  font-size: 26px;
  font-size: 1.625rem;
  padding-left: 15px;
}
.modal .modal-content .modal-header h2.modal-title:before {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  margin-right: 0.5rem;
  margin-top: 1px;
  background-size: 8px auto;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .modal .modal-content .modal-header h2.modal-title:before {
    margin-right: 0.5rem;
    margin-top: 5px;
  }
}
.modal .modal-content .modal-header h2.modal-title .icon {
  font-size: 13px;
  color: var(--blue);
}
.modal .modal-form {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.modal .modal-form .form-group label {
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .modal .modal-form .form-group label {
    margin-bottom: 0;
  }
}
.modal .modal-form .form-group .form-control {
  height: 40px;
}
.modal.modal-password .modal-dialog {
  max-width: 520px;
}
@media (min-width: 767px) {
  .modal.modal-password .modal-dialog {
    max-width: 520px;
  }
}
@media (min-width: 992px) {
  .modal.modal-password .modal-dialog {
    max-width: 520px;
  }
}
@media (min-width: 767px) {
  .modal {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.modal .modal-content {
  background: var(--white);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
}
@media (min-width: 767px) {
  .modal .modal-content .box-modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.modal .modal-content .modal-header {
  border-bottom: none;
  padding: 1rem 1rem 1rem 1.25rem;
}
.modal .modal-content .modal-header .close {
  margin: 0rem 0 0 0.15rem;
  color: var(--blue);
  background: var(--white);
  border-radius: 100%;
  min-width: 38px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-weight: normal;
  font-size: 40px;
  font-size: 2.5rem;
  padding: 0;
}
.modal .modal-content .modal-header h2 strong {
  font-family: "Montserrat SemiBold", serif;
  vertical-align: middle;
}
.modal .modal-content .modal-body {
  padding-top: 0px;
}
.modal .modal-content .modal-body h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Montserrat SemiBold", serif;
  color: var(--blue);
}
.modal .modal-content .modal-body h4,
.modal .modal-content .modal-body h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Montserrat SemiBold", serif;
  color: var(--blue);
}
.modal .modal-content .modal-body p {
  font-size: 14px;
  font-size: 0.875rem;
}
.modal .modal-content .modal-body p strong {
  color: var(--blue);
}
.modal .modal-content .modal-body .modal-box {
  width: 100%;
  background: var(--white);
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  overflow: hidden;
  padding: 1rem;
}
.modal .modal-content .modal-body .card .card-body {
  background: var(--white);
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.modal .modal-content .modal-body ul {
  padding-top: 1rem;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
}
.modal .modal-content .modal-body ul li {
  margin-bottom: 15px;
  line-height: 1.3;
  list-style: disc;
}
.modal .modal-content .modal-body ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  padding-right: 0.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.modal .modal-content .modal-body ul li strong {
  display: inline-block;
  font-family: "Montserrat SemiBold", serif;
  vertical-align: middle;
}
.modal .modal-content .modal-body ul.modal-list {
  padding-top: 2rem;
  max-width: 230px;
  margin: 0 auto;
}
.modal .modal-content .modal-body ul.modal-list li {
  margin-bottom: 1.25rem;
  line-height: 1.3;
}
.modal .modal-content .modal-body ul.modal-list li span {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  padding-right: 0.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.modal .modal-content .modal-body ul.modal-list li strong {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  color: var(--blue);
  font-family: "Montserrat", serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 767px) {
  .modal .modal-dialog {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 830px;
  }
}

/* END MODAL */
/*INI DISCLAIMER */
.disclaimer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.disclaimer p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .disclaimer p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.disclaimer p:last-child {
  margin-bottom: 0;
}
.disclaimer p strong {
  font-family: "Montserrat Medium", serif;
  color: var(--plain-text-color);
}
.disclaimer p a {
  text-decoration: underline;
  color: var(--blue-light);
}
.disclaimer p a:hover {
  color: var(--blue-light);
}

/* END DISCLAIMER */
/* INI BLOG */
.blog {
  /* ini buscador blog */
  /* fin buscador blog */
  /* ini blog listado */
  /* fin blog listado */
  /* ini blog post */
  /* fin blog post */
  /* ini compartir post */
  /* fin compartir post */
  /* ini btn primary blog */
  /* fin btn primary blog */
  /* ini btn compartir */
  /* fin btn compartir */
  /* ini btn rrss */
  /* fin btn rrss */
}
.blog .buscador-blog {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .blog .buscador-blog {
    margin-top: 20px;
  }
}
.blog .buscador-blog .form-group .form-control {
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  background-clip: padding-box;
  color: var(--blue);
  background-color: var(--white);
  border: 1px solid var(--blue);
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
  outline: none;
}
.blog .buscador-blog .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--blue);
  font-style: italic;
}
.blog .buscador-blog .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--blue);
  font-style: italic;
}
.blog .buscador-blog .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--blue);
  font-style: italic;
}
.blog .buscador-blog .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--blue);
  font-style: italic;
}
.blog .buscador-blog .select-wrapper {
  position: relative;
  cursor: pointer;
  height: 38px;
  margin-bottom: 15px;
}
.blog .buscador-blog .select-wrapper .custom-select-wrapper {
  cursor: pointer;
  width: calc(100% - 48px);
  background-color: var(--white);
  -webkit-border-radius: 22px;
  border-radius: 22px;
  background-clip: padding-box;
  border: 1px solid var(--blue);
  height: 38px;
}
.blog .buscador-blog .select-wrapper:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--blue);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background-image: url(../img/coocreaweb/btn-arrow-down.svg);
  background-position: center center;
  background-size: 14px;
  background-repeat: no-repeat;
  transition: all 0.3s;
  cursor: pointer;
}
.blog .buscador-blog .custom-select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: none;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  background-clip: padding-box;
  color: var(--blue);
  background-color: transparent;
  border: none;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
  outline: none;
  appearance: none;
  width: 100%;
  background-image: none;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
}
.blog .listado-posts .listado-posts-title h2 {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Montserrat Bold", serif;
  color: var(--blue);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--blue-light);
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .blog .listado-posts .listado-posts-title h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.blog .listado-posts .listado-item-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog .listado-posts .listado-item-post .listado-item-post-img {
  margin-bottom: 20px;
}
.blog .listado-posts .listado-item-post .listado-item-post-img img {
  width: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}
.blog .listado-posts .listado-item-post .listado-item-post-info h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Montserrat Medium", serif;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .blog .listado-posts .listado-item-post .listado-item-post-info h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.blog .listado-posts .listado-item-post .listado-item-post-info h2 a {
  color: var(--blue);
}
.blog .listado-posts .listado-item-post .listado-item-post-info h2 a:hover {
  color: var(--blue);
  text-decoration: underline;
}
.blog .listado-posts .listado-item-post .listado-item-post-info p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.blog .listado-posts .listado-item-post .listado-item-post-footer {
  margin-top: auto;
}
.blog .listado-posts .listado-item-post .listado-item-post-footer .item-post-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.blog .listado-posts .listado-item-post .listado-item-post-footer .item-post-author img {
  width: 60px;
  min-width: 60px;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}
.blog .listado-posts .listado-item-post .listado-item-post-footer .item-post-author div h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", serif;
  margin-bottom: 0;
  text-decoration: none;
}
.blog .listado-posts .listado-item-post .listado-item-post-footer .item-post-author div p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Montserrat SemiBold", serif;
  margin-bottom: 0;
  text-decoration: none;
}
.blog .blog-post .item-post-img {
  margin-bottom: 30px;
}
.blog .blog-post .item-post-img img {
  width: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}
.blog .blog-post .item-post-info h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  color: var(--blue);
  font-family: "Montserrat SemiBold", serif;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--blue-light);
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .blog .blog-post .item-post-info h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.blog .blog-post .item-post-info p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
.blog .blog-post .item-post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .blog .blog-post .item-post-footer {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.blog .blog-post .item-post-footer .item-post-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.blog .blog-post .item-post-footer .item-post-author img {
  width: 60px;
  min-width: 60px;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}
.blog .blog-post .item-post-footer .item-post-author div h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", serif;
  margin-bottom: 0;
  text-decoration: none;
}
.blog .blog-post .item-post-footer .item-post-author div p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Montserrat SemiBold", serif;
  margin-bottom: 0;
  text-decoration: none;
}
.blog .blog-post .item-post-footer .item-post-author {
  margin-top: 20px;
}
.blog .blog-post .item-post-footer .item-post-author img {
  width: 50px;
  min-width: 50px;
  margin-right: 5px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}
@media (min-width: 767px) {
  .blog .blog-post .item-post-footer .item-post-author img {
    width: 60px;
    min-width: 60px;
    margin-right: 10px;
  }
}
.blog .blog-post .item-post-footer .item-post-author div h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", serif;
  margin-bottom: 0;
  text-decoration: none;
}
.blog .blog-post .item-post-footer .item-post-author div p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Montserrat SemiBold", serif;
  margin-bottom: 0;
  text-decoration: none;
}
.blog .compartir-post {
  margin-bottom: 40px;
}
.blog .btn-primary, .blog .btn-primary.fix.btn-white, .blog .fix.btn-white.btn-download, .blog .fix.btn-white.btn-linkedin, .blog .fix.btn-white.btn-compartir, .blog .fix.btn-white.btn-rrss, .blog .fix.btn-white.btn-search, .blog .btn-search, .blog .btn-rrss, .blog .btn-compartir, .blog .btn-download, .blog .btn-linkedin {
  color: var(--blue);
  border: 1px solid var(--blue);
  background-clip: border-box !important;
  min-width: 0px;
}
@media (min-width: 767px) {
  .blog .btn-primary, .blog .btn-primary.fix.btn-white, .blog .fix.btn-white.btn-download, .blog .fix.btn-white.btn-linkedin, .blog .fix.btn-white.btn-compartir, .blog .fix.btn-white.btn-rrss, .blog .fix.btn-white.btn-search, .blog .btn-search, .blog .btn-rrss, .blog .btn-compartir, .blog .btn-download, .blog .btn-linkedin {
    min-width: 160px;
  }
}
.blog .btn-primary:hover, .blog .btn-search:hover, .blog .btn-rrss:hover, .blog .btn-compartir:hover, .blog .btn-download:hover, .blog .btn-linkedin:hover, .blog .btn-primary:focus, .blog .btn-search:focus, .blog .btn-rrss:focus, .blog .btn-compartir:focus, .blog .btn-download:focus, .blog .btn-linkedin:focus, .blog .btn-primary:active, .blog .btn-search:active, .blog .btn-rrss:active, .blog .btn-compartir:active, .blog .btn-download:active, .blog .btn-linkedin:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--blue) !important;
}
.blog .btn-primary:hover:after, .blog .btn-search:hover:after, .blog .btn-rrss:hover:after, .blog .btn-compartir:hover:after, .blog .btn-download:hover:after, .blog .btn-linkedin:hover:after, .blog .btn-primary:focus:after, .blog .btn-search:focus:after, .blog .btn-rrss:focus:after, .blog .btn-compartir:focus:after, .blog .btn-download:focus:after, .blog .btn-linkedin:focus:after, .blog .btn-primary:active:after, .blog .btn-search:active:after, .blog .btn-rrss:active:after, .blog .btn-compartir:active:after, .blog .btn-download:active:after, .blog .btn-linkedin:active:after {
  content: "";
  border: 1px solid var(--blue) !important;
  background-color: var(--blue) !important;
  background-image: url(../img/coocreaweb/btn-arrow.svg);
}
.blog .btn-primary:after, .blog .btn-primary.fix.btn-white:after, .blog .fix.btn-white.btn-download:after, .blog .fix.btn-white.btn-linkedin:after, .blog .fix.btn-white.btn-compartir:after, .blog .fix.btn-white.btn-rrss:after, .blog .fix.btn-white.btn-search:after, .blog .btn-search:after, .blog .btn-rrss:after, .blog .btn-compartir:after, .blog .btn-download:after, .blog .btn-linkedin:after {
  content: "";
  top: -1px;
  border: 1px solid var(--blue);
  background-image: url(../img/coocreaweb/btn-arrow-blue.svg);
  background-clip: border-box !important;
}
.blog .btn-compartir {
  width: 100%;
  max-width: 230px;
  margin-right: 5px;
}
.blog .btn-compartir:after {
  display: none;
}
.blog .btn-rrss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  line-height: 1;
  max-width: 30px !important;
  min-width: 30px !important;
  margin-right: 5px;
  padding: 0px;
}
.blog .btn-rrss:after {
  display: none;
}
.blog .btn-rrss img {
  max-width: 50%;
}
.blog .btn-rrss-linkedin {
  background-image: url(../img/coocreaweb/btn-linkedin-blue.svg) !important;
  background-size: 46%;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog .btn-rrss-linkedin:hover {
  background-image: url(../img/coocreaweb/btn-linkedin-white.svg) !important;
  background-size: 46%;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog .btn-rrss-linkedin img {
  visibility: hidden;
}

/* ini btn search */
.btn-search {
  color: var(--white) !important;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  width: calc(100% - 48px);
  background-clip: border-box !important;
  height: 38px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
}
.btn-search:hover, .btn-search:focus, .btn-search:active {
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--blue) !important;
}
.btn-search:after {
  content: "";
  top: -1px;
  border: 1px solid var(--blue);
  background-image: url(../img/coocreaweb/btn-search.svg) !important;
  background-color: var(--blue);
  background-clip: border-box;
  background-size: 16px;
  width: 38px;
  height: 38px;
}

/* fin btn search */
/* FIN BLOG */
/* INI ANIMACIONES */
/* INI ANIMACION */
.animacion {
  position: relative;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  background-color: #f4f4f4;
  /* ini carousel animacion */
  /* fin carousel animacion */
}
.animacion > .carousel {
  height: 100%;
}
.animacion > .carousel .box-nav-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.animacion > .carousel .box-nav-carousel > div {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
}
.animacion > .carousel .carousel-control-next,
.animacion > .carousel .carousel-control-prev {
  z-index: 10;
}
.animacion > .carousel .carousel-inner {
  height: 100%;
}
.animacion > .carousel .carousel-inner .carousel-item {
  overflow: hidden;
  height: 100%;
}
.animacion > .carousel .carousel-inner .carousel-item .animacion-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.animacion > .carousel .carousel-inner .carousel-item .animacion-bg span {
  display: block;
  text-align: center;
  font-family: "Montserrat Bold", serif;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  color: var(--white);
  position: absolute;
  top: 10%;
  width: 100%;
  transform: translate(0, -10%);
}
@media (min-width: 767px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-bg span {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-bg span {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
.animacion > .carousel .carousel-inner .carousel-item .animacion-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box {
  position: relative;
  width: 100%;
  text-align: center;
}
.animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  /*border: 1px solid #CCC;*/
}
@media (min-width: 767px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content {
    width: 100%;
  }
}
.animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content h2 {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 0;
  text-transform: uppercase;
  color: var(--blue);
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Montserrat Bold", serif;
  opacity: 0;
}
@media (min-width: 767px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content p {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 0;
  color: var(--blue);
  font-size: 15px;
  font-size: 0.9375rem;
  opacity: 0;
}
.animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content p img {
  max-width: 60%;
  margin: 20px auto 0 auto;
}
@media (min-width: 767px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content p {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content p img {
    margin: 20px auto;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content img {
  margin: -10px auto;
}
@media (min-width: 767px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content img {
    margin: 30px auto;
  }
}
@media (min-width: 767px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .animacion > .carousel .carousel-inner .carousel-item .animacion-box .animacion-content-box .animacion-content {
    width: 60%;
  }
}

/* FIN ANIMACION */
/* INI ANIMACIONES */
.animacion-img {
  width: 450px;
  max-width: 100%;
  opacity: 0;
}
@media (min-width: 767px) {
  .animacion-img {
    width: 450px;
  }
}

/*
.animacion-bg-anim{
  animation: bg-title 20s infinite;
  width: 100%;
  text-align: right;
}
@keyframes bg-title{
  0% {
    left: -100%;
    opacity: 1;
    transform-origin: center center;
  }
  100% {
    left: 200%;
    opacity: 1;
    letter-spacing: 20px;
    transform-origin: center center;
  }
}
*/
.animacion-zoom-in {
  animation: zoom-in 2s forwards;
  animation-delay: 1s;
}

@keyframes zoom-in {
  0% {
    transform: scale(0);
    opacity: 0;
    letter-spacing: 0px;
    transform-origin: center center;
  }
  40% {
    transform: scale(1);
    opacity: 1;
    letter-spacing: 2px;
    transform-origin: center center;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    letter-spacing: 0px;
    transform-origin: center center;
  }
}
.animacion-cont {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 360px;
  width: 450px;
  transition: all 0.3s;
  height: calc(450px / 2 + 50px);
}
@media screen and (max-width: 767px) {
  .animacion-cont {
    transform: scale(0.6);
    height: calc(300px / 2 + 50px);
    transform-origin: center center;
  }
}
.animacion-cont:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/coocreaweb/animacion/sombra-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 165px;
  z-index: -1;
}

/* FIN ANIMACIONES */
/* ini tamaños circulos */
/* fin tamaños circulos */
.circle {
  width: 200px;
  height: 200px;
  position: absolute;
  background-color: transparent;
  border: 48px solid var(--blue);
  opacity: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: center center;
  z-index: 3;
}
@media (min-width: 767px) {
  .circle {
    width: 200px;
    height: 200px;
  }
}

.minicircle {
  width: 70px;
  height: 70px;
  position: absolute;
  background-color: var(--turquoise);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  transform-origin: center center;
  top: calc(50% - 70px / 2);
  left: calc(50% - 70px / 2);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  z-index: 2;
}
@media (min-width: 767px) {
  .minicircle {
    width: 70px;
    height: 70px;
    top: calc(50% - 70px / 2);
    left: calc(50% - 70px / 2);
  }
}

.box-minicircle {
  width: 280px;
  height: 280px;
  position: absolute;
  background-color: transparent;
  border: 48px solid var(--blue);
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: center center;
  top: calc(50% - 280px / 2);
  left: calc(50% - 280px / 2);
  border: none;
  z-index: 2;
}

/* ini animacion 1 */
.animacion-logo-zoom-in {
  animation: zoom-in-logo-1 0s forwards;
  animation-delay: 2.1s;
  background-image: none;
}

@keyframes zoom-in-logo-1 {
  0% {
    background-image: none;
  }
  100% {
    background-image: url(../img/coocreaweb/animacion/animacion-1-1.png);
  }
}
.circle-1-1 {
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  border: 48px solid var(--blue-light);
}

.circle-1-2 {
  top: calc(50% - 200px / 2);
  right: calc(50% - 200px / 2);
  border: 48px solid var(--blue-light);
}

.circle-1-1.animacion-zoom-in {
  animation: zoom-in-1-1 3s forwards;
}

.circle-1-2.animacion-zoom-in {
  animation: zoom-in-1-2 3s forwards;
}

@keyframes zoom-in-1-1 {
  0% {
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    transform: scale(0);
    opacity: 0;
    letter-spacing: 0px;
    transform-origin: center center;
  }
  25% {
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    transform: scale(1);
    opacity: 0.5;
    letter-spacing: 3px;
    transform-origin: center center;
  }
  75% {
    top: calc(50% - 200px / 2);
    left: calc(50% - 48px / 2 + 6px);
    transform: scale(1);
    opacity: 1;
    letter-spacing: 0px;
    transform-origin: center center;
  }
  99% {
    top: calc(50% - 200px / 2);
    left: calc(50% - 48px / 2 + 6px);
    transform: scale(1);
    opacity: 0;
    letter-spacing: 0px;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    top: calc(50% - 200px / 2);
    left: calc(50% - 48px / 2 + 6px);
    transform: scale(1);
    opacity: 0;
    letter-spacing: 0px;
    transform-origin: center center;
  }
}
@keyframes zoom-in-1-2 {
  0% {
    top: calc(50% - 200px / 2);
    right: calc(50% - 200px / 2);
    transform: scale(0);
    opacity: 1;
    letter-spacing: 0px;
    transform-origin: center center;
  }
  25% {
    top: calc(50% - 200px / 2);
    right: calc(50% - 200px / 2);
    transform: scale(1);
    opacity: 0.5;
    letter-spacing: 3px;
    transform-origin: center center;
  }
  75% {
    top: calc(50% - 200px / 2);
    right: calc(50% - 48px / 2 + 6px);
    transform: scale(1);
    opacity: 1;
    letter-spacing: 0px;
    transform-origin: center center;
  }
  99% {
    top: calc(50% - 200px / 2);
    right: calc(50% - 48px / 2 + 6px);
    transform: scale(1);
    opacity: 0;
    letter-spacing: 0px;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    top: calc(50% - 200px / 2);
    right: calc(50% - 48px / 2 + 6px);
    transform: scale(1);
    opacity: 0;
    letter-spacing: 0px;
    transform-origin: center center;
  }
}
/* fin animacion 1 */
/* ini animacion 2 */
.animacion-logo-out {
  position: absolute;
  width: 100%;
  top: 10px;
  height: calc(450px / 2 + 50px);
  animation: fade-out 2s forwards;
  z-index: 4;
}
.animacion-logo-out img {
  width: 360px;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.circle-2-1 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(50% - 48px / 2 + 6px);
  border: 48px solid var(--turquoise);
}

.circle-2-2 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  right: calc(50% - 48px / 2 + 6px);
  border: 48px solid var(--turquoise);
}

.center-circle-2-1 {
  animation: center-circle-2-1 1s forwards;
  animation-delay: 1s;
}

@keyframes center-circle-2-1 {
  0% {
    top: calc(50% - 200px / 2);
    left: calc(50% - 48px / 2 + 6px);
  }
  100% {
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
}
.center-circle-2-2 {
  animation: center-circle-2-2 1s forwards;
  animation-delay: 1s;
}

@keyframes center-circle-2-2 {
  0% {
    top: calc(50% - 200px / 2);
    right: calc(50% - 48px / 2 + 6px);
  }
  100% {
    top: calc(50% - 200px / 2);
    right: calc(50% - 200px / 2);
  }
}
.minicircle-2-1 {
  animation: minicircle-2-1 0.5s forwards;
  animation-delay: 1s;
}

@keyframes minicircle-2-1 {
  0% {
    opacity: 0;
    top: calc(50% - 70px / 2);
    left: calc(50% - 70px / 2);
  }
  100% {
    opacity: 1;
    top: 0;
    left: 0;
    bottom: initial;
    right: initial;
  }
}
.minicircle-2-2 {
  animation: minicircle-2-2 0.5s forwards;
  animation-delay: 1s;
}

@keyframes minicircle-2-2 {
  0% {
    opacity: 0;
    top: calc(50% - 70px / 2);
    right: calc(50% - 70px / 2);
  }
  100% {
    opacity: 1;
    top: 0;
    left: initial;
    bottom: initial;
    right: 0;
  }
}
.minicircle-2-3 {
  animation: minicircle-2-3 0.5s forwards;
  animation-delay: 1s;
}

@keyframes minicircle-2-3 {
  0% {
    opacity: 0;
    bottom: calc(50% - 70px / 2);
    left: calc(50% - 70px / 2);
  }
  100% {
    opacity: 1;
    top: initial;
    left: 0;
    bottom: 0;
    right: initial;
  }
}
.minicircle-2-4 {
  animation: minicircle-2-4 0.5s forwards;
  animation-delay: 1s;
}

@keyframes minicircle-2-4 {
  0% {
    opacity: 0;
    bottom: calc(50% - 70px / 2);
    right: calc(50% - 70px / 2);
  }
  100% {
    opacity: 1;
    top: initial;
    left: initial;
    bottom: 0;
    right: 0;
  }
}
.box-minicircle-2-1 {
  opacity: 0;
  animation: box-minicircle-2-1 1s forwards;
  animation-delay: 1s;
}

@keyframes box-minicircle-2-1 {
  0% {
    top: calc(50% - 280px / 2);
    left: calc(50% - 280px / 2);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    top: calc(50% - 280px / 2);
    left: calc(50% - 280px / 2);
    transform: scale(1);
    opacity: 1;
  }
}
/* fin animacion 2 */
/* ini animacion 3 */
.circle-3-1 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  border: 48px solid var(--turquoise);
  z-index: 4;
}

.circle-3-1-orange {
  animation: orange-circle 0.5s forwards;
  animation-delay: 1s;
  z-index: 4;
}

.circle-3-2 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  border: 48px solid var(--fucsia);
}

.circle-3-3 {
  opacity: 1;
  bottom: calc(50% - 200px / 2);
  right: calc(50% - 200px / 2);
  border: 48px solid var(--fucsia);
}

.minicircle-3-1 {
  opacity: 1;
  animation: minicircle-3-1 0.5s forwards;
  animation-delay: 2s;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: initial;
  right: initial;
}

@keyframes minicircle-3-1 {
  0% {
    opacity: 1;
    top: 0;
    left: 0;
    bottom: initial;
    right: initial;
  }
  100% {
    opacity: 0;
  }
}
.minicircle-3-2 {
  opacity: 1;
  animation: minicircle-3-2 0.5s forwards;
  animation-delay: 2s;
  opacity: 1;
  top: 0;
  left: initial;
  bottom: initial;
  right: 0;
}

@keyframes minicircle-3-2 {
  0% {
    opacity: 1;
    top: 0;
    left: initial;
    bottom: initial;
    right: 0;
  }
  100% {
    opacity: 0;
  }
}
.minicircle-3-3 {
  opacity: 1;
  animation: minicircle-3-3 0.5s forwards;
  animation-delay: 2s;
  opacity: 1;
  top: initial;
  left: 0;
  bottom: 0;
  right: initial;
}

@keyframes minicircle-3-3 {
  0% {
    opacity: 1;
    top: initial;
    left: 0;
    bottom: 0;
    right: initial;
  }
  100% {
    opacity: 0;
  }
}
.minicircle-3-4 {
  opacity: 1;
  animation: minicircle-3-4 0.5s forwards;
  animation-delay: 2s;
  opacity: 1;
  top: initial;
  left: initial;
  bottom: 0;
  right: 0;
}

@keyframes minicircle-3-4 {
  0% {
    opacity: 1;
    top: initial;
    left: initial;
    bottom: 0;
    right: 0;
  }
  100% {
    opacity: 0;
  }
}
.box-minicircle-3-1 {
  opacity: 1;
  animation: box-minicircle-3-1 1s forwards;
  animation-delay: 0.5s;
}

@keyframes box-minicircle-3-1 {
  0% {
    top: calc(50% - 280px / 2);
    left: calc(50% - 280px / 2);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    top: calc(50% - 280px / 2);
    left: calc(50% - 280px / 2);
    transform: rotate(45deg);
    opacity: 1;
  }
  100% {
    top: calc(50% - 280px / 2);
    left: calc(50% - 280px / 2);
    transform: rotate(45deg);
    transform: scale(0.5);
    opacity: 1;
  }
}
@keyframes orange-circle {
  0% {
    border-color: var(--turquoise);
  }
  100% {
    border-color: var(--fucsia);
  }
}
.lateral-circle-3-2 {
  animation: lateral-circle-3-2 2s forwards;
  animation-delay: 1s;
}

@keyframes lateral-circle-3-2 {
  0% {
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
  50% {
    top: calc(50% - 200px / 2);
    left: calc(0% - 200px / 2);
  }
  100% {
    top: calc(50% - 200px / 2);
    left: calc(-4% - 48px / 2 + 6px);
  }
}
.lateral-circle-3-3 {
  animation: lateral-circle-3-3 2s forwards;
  animation-delay: 1s;
}

@keyframes lateral-circle-3-3 {
  0% {
    bottom: calc(50% - 200px / 2);
    right: calc(50% - 200px / 2);
  }
  50% {
    bottom: calc(50% - 200px / 2);
    right: calc(0% - 200px / 2);
  }
  100% {
    top: calc(50% - 200px / 2);
    right: calc(-4% - 48px / 2 + 6px);
  }
}
/* fin animacion 3 */
/* ini animacion 4 */
.circle-4-1 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  border: 48px solid var(--fucsia);
  z-index: 4;
}

.circle-4-2 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(-4% - 48px / 2 + 6px);
  border: 48px solid var(--fucsia);
  z-index: 3;
}

.circle-4-3 {
  opacity: 1;
  z-index: 1;
  top: calc(50% - 200px / 2);
  right: calc(-4% - 48px / 2 + 6px);
  border: 48px solid var(--fucsia);
}

.center-circle-4-2 {
  animation: center-circle-4-2 0.5s forwards;
  animation-delay: 0.5s;
}

@keyframes center-circle-4-2 {
  0% {
    top: calc(50% - 200px / 2);
    left: calc(-4% - 48px / 2 + 6px);
  }
  99% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    border: 48px solid var(--blue-light);
  }
  100% {
    opacity: 1;
    background-color: var(--blue-light);
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    border: 48px solid var(--blue-light);
  }
}
.center-circle-4-3 {
  animation: center-circle-4-3 0.5s forwards;
  animation-delay: 0.5s;
}

@keyframes center-circle-4-3 {
  0% {
    top: calc(50% - 200px / 2);
    right: calc(-4% - 48px / 2 + 6px);
  }
  50% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    right: calc(50% - 200px / 2);
  }
  100% {
    opacity: 1;
    background-color: var(--blue-light);
    top: calc(50% - 200px / 2);
    right: calc(50% - 200px / 2);
  }
}
.circle-small-4 {
  opacity: 0;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  background-color: transparent;
  border: 48px solid var(--blue-light);
  animation: small-circle-4-2 1s forwards;
  animation-delay: 1s;
}

@keyframes small-circle-4-2 {
  0% {
    opacity: 0;
    transform: scale(0.4);
    transform-origin: center center;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
  100% {
    opacity: 1;
    transform: scale(0.4);
    top: calc(0% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
}
.circle-4-1-blue-light {
  animation: blue-light-circle 0.5s forwards;
  animation-delay: 0.5s;
  z-index: 3;
}

@keyframes blue-light-circle {
  0% {
    border-color: var(--fucsia);
  }
  100% {
    border-color: var(--blue-light);
  }
}
.circle-half-box {
  border: 48px solid transparent;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  z-index: 3;
  animation: rocking 2s infinite;
  opacity: 1;
}

@keyframes rocking {
  0% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
.circle-half-4 {
  border: 48px solid var(--blue-light);
  background-color: var(--blue-light);
  background-clip: border-box;
  animation: half-circle 1s forwards;
  animation-delay: 1s;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  z-index: 3;
  opacity: 0;
}

@keyframes half-circle {
  0% {
    opacity: 1;
    border-color: var(--blue-light);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    background-color: var(--blue-light);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
}
.circle-4-hide {
  opacity: 1;
  animation: half-circle 0.5s forwards;
  animation-delay: 1s;
}

/* fin animacion 4 */
/* ini animacion 5 */
.circle-half-box-5 {
  border: 48px solid transparent;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  z-index: 3;
  animation: half-circle-5-box 1s forwards;
  animation-delay: 1s;
  transform: rotate(-90deg);
  opacity: 1;
}

@keyframes half-circle-5-box {
  0% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: var(--blue);
    transform: rotate(-90deg);
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    left: calc(0% - 200px / 2);
    background-color: var(--blue);
    transform: rotate(-90deg);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
}
.circle-half-box-5-2 {
  opacity: 0;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  z-index: 0;
  border: 48px solid var(--blue);
  background-color: var(--blue);
  background-clip: border-box;
  animation: half-circle-5-2-box 1s forwards;
  animation-delay: 1.5s;
  transform: rotate(-90deg);
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  transform: rotate(-90deg);
}

@keyframes half-circle-5-2-box {
  0% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: var(--gray-light);
  }
  100% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    left: calc(25% - 200px / 2);
    background-color: var(--gray-light);
  }
}
.circle-half-5-1 {
  opacity: 1;
  border: 48px solid var(--blue-light);
  background-color: var(--blue-light);
  background-clip: border-box;
  animation: half-circle-5-1 0.5s forwards;
  animation-delay: 0.5s;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  z-index: 3;
}

@keyframes half-circle-5-1 {
  0% {
    opacity: 1;
    border-color: var(--blue-light);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    background-color: var(--blue);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
.circle-half-5-2 {
  opacity: 1;
  border-color: var(--blue);
  background-color: var(--blue);
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  background-clip: border-box;
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  animation: half-circle-5-2 0.5s forwards;
  animation-delay: 0s;
  z-index: 3;
}

@keyframes half-circle-5-2 {
  0% {
    opacity: 1;
    border-color: var(--blue);
    background-color: var(--blue);
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    border-color: var(--blue);
    background-color: var(--blue);
    top: calc(50% - 200px / 2);
    left: calc(25% - 200px / 2);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
.circle-small-5-1 {
  opacity: 1;
  top: calc(0% - 200px / 2);
  left: calc(50% - 200px / 2);
  transform: scale(0.4);
  background-clip: border-box;
  background-color: transparent;
  border: 48px solid var(--blue-light);
  animation: small-circle-5-1 0.5s forwards;
  animation-delay: 0.5s;
}

@keyframes small-circle-5-1 {
  0% {
    opacity: 1;
    transform: scale(0.4);
    transform-origin: center center;
    border: 48px solid var(--blue-light);
    top: calc(0% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    border: 48px solid var(--blue);
    background-color: var(--blue);
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
}
.circle-5-hide {
  opacity: 1;
  animation: fade-out 0.5s forwards;
  animation-delay: 1s;
}

.circle-5-1 {
  opacity: 0;
  top: calc(50% - 200px / 2);
  left: calc(25% - 200px / 2);
  border: 48px solid var(--blue);
  animation: lateral-circle-5-1 0.5s forwards;
  top: calc(50% - 200px / 2);
  left: calc(50% - 48px / 2 + 6px);
  transform: rotate(-90deg);
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  animation-delay: 1.5s;
}

@keyframes lateral-circle-5-1 {
  0% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    top: calc(50% - 200px / 2);
    left: calc(75% - 200px / 2);
  }
}
/* fin animacion 5 */
/* ini animacion 6 */
.circle-half-box-6 {
  border: 48px solid var(--blue);
  background-color: var(--blue);
  top: calc(50% - 200px / 2);
  left: calc(0% - 200px / 2);
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  transform: rotate(-90deg);
  z-index: 3;
  animation: half-circle-6-box 0.5s forwards;
  animation-delay: 0.5s;
  opacity: 1;
}

@keyframes half-circle-6-box {
  0% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
    transform: rotate(-90deg);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
  99% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
    transform: rotate(-90deg);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
    transform: rotate(-90deg);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
}
.circle-half-box-6-2 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(25% - 200px / 2);
  border: 48px solid var(--blue);
  background-color: var(--blue);
  background-clip: border-box;
  animation: half-circle-6-2-box 0.5s forwards;
  animation-delay: 0.5s;
  transform: rotate(-90deg);
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  transform: rotate(-90deg);
}

@keyframes half-circle-6-2-box {
  0% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    left: calc(25% - 200px / 2);
    background-color: var(--blue);
  }
  99% {
    opacity: 1;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
  }
  100% {
    opacity: 0;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
  }
}
.circle-half-6-1 {
  opacity: 1;
  border: 48px solid var(--blue);
  background-color: var(--blue);
  background-clip: border-box;
  animation: half-circle-6-1 0.5s forwards;
  animation-delay: 0.5s;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  z-index: 3;
}

@keyframes half-circle-6-1 {
  0% {
    opacity: 1;
    background-color: transparent;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    background-color: transparent;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
.circle-half-6-2 {
  opacity: 1;
  border-color: var(--blue);
  background-color: var(--blue);
  top: calc(50% - 200px / 2);
  left: calc(25% - 200px / 2);
  background-clip: border-box;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  animation: half-circle-6-2 0.5s forwards;
  animation-delay: 0.5s;
  z-index: 3;
}

@keyframes half-circle-6-2 {
  0% {
    opacity: 1;
    border-color: var(--blue);
    background-color: var(--blue);
    top: calc(50% - 200px / 2);
    left: calc(25% - 200px / 2);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    border-color: var(--green);
    background-color: transparent;
    top: calc(50% - 200px / 2);
    left: calc(25% - 200px / 2);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
.circle-small-6-1 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  transform: scale(0.4);
  background-clip: border-box;
  background-color: transparent;
  border: 48px solid var(--blue);
  animation: small-circle-6-1 1s forwards;
  animation-delay: 0.5s;
}

@keyframes small-circle-6-1 {
  0% {
    opacity: 1;
    transform: scale(1);
    border: 48px solid var(--blue);
    background-color: transparent;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    border: 48px solid var(--green);
    background-color: transparent;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
}
.circle-6-hide {
  opacity: 1;
  animation: fade-out 0.5s forwards;
  animation-delay: 0s;
}

.circle-6-1 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(75% - 200px / 2);
  border: 48px solid var(--blue);
  animation: lateral-circle-6-1 0.5s forwards;
  transform: rotate(-90deg);
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
  animation-delay: 0.5s;
}

@keyframes lateral-circle-6-1 {
  0% {
    opacity: 1;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    top: calc(50% - 200px / 2);
    left: calc(75% - 200px / 2);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
  100% {
    opacity: 0;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
}
.circle-box-6-1 {
  opacity: 1;
  background-clip: border-box;
  animation: rocking-2 2s infinite;
  animation-delay: 2s;
  border: 48px solid transparent;
  background-color: transparent;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  transform: rotate(20deg);
  transform-origin: center center;
  z-index: 3;
}

@keyframes rocking-2 {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
.circle-6-2 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  border: 48px solid var(--blue);
  animation: circle-6-2 0.5s forwards;
  animation-delay: 1s;
  background-clip: border-box;
}

@keyframes circle-6-2 {
  0% {
    border: 48px solid var(--blue);
  }
  100% {
    border: 100px solid var(--green);
  }
}
.circle-small-6-2 {
  opacity: 0;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  background-color: var(--green);
  border: 48px solid var(--green);
  animation: small-circle-6-2 1s forwards;
  animation-delay: 1s;
}

@keyframes small-circle-6-2 {
  0% {
    opacity: 0;
    transform: scale(0.4);
    transform-origin: center center;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
  100% {
    opacity: 1;
    transform: scale(0.4);
    top: calc(50% - 200px / 2);
    left: calc(200% - 200px / 2);
  }
}
.circle-small-6-3 {
  opacity: 0;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  background-color: transparent;
  border: 48px solid var(--green);
  animation: small-circle-6-3 1s forwards;
  animation-delay: 1s;
}

@keyframes small-circle-6-3 {
  0% {
    opacity: 0;
    transform: scale(0.4);
    transform-origin: center center;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
  100% {
    opacity: 1;
    transform: scale(0.4);
    top: calc(50% - 200px / 2);
    left: calc(-100% - 200px / 2);
  }
}
/* fin animacion 6 */
/* ini animacion 7 */
.circle-half-box-7 {
  border: 48px solid var(--green);
  background-color: var(--green);
  top: calc(50% - 200px / 2);
  left: calc(0% - 200px / 2);
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  transform: rotate(-90deg);
  z-index: 3;
  animation: half-circle-7-box 0.5s forwards;
  animation-delay: 0s;
  opacity: 1;
}

@keyframes half-circle-7-box {
  0% {
    opacity: 0;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
    transform: rotate(-90deg);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
  99% {
    opacity: 0;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
    transform: rotate(-90deg);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
    transform: rotate(-90deg);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
}
.circle-half-box-7-2 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(25% - 200px / 2);
  border: 48px solid var(--green);
  background-color: var(--green);
  background-clip: border-box;
  animation: half-circle-7-2-box 0.5s forwards;
  animation-delay: 0s;
  transform: rotate(-90deg);
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  transform: rotate(-90deg);
}

@keyframes half-circle-7-2-box {
  0% {
    opacity: 0;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
  }
  99% {
    opacity: 0;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
  }
  100% {
    opacity: 0;
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    background-color: transparent;
  }
}
.circle-box-7-1 {
  opacity: 1;
  background-clip: border-box;
  animation: rocking-3 2s infinite;
  animation-delay: 0s;
  border: 48px solid transparent;
  background-color: transparent;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  transform: rotate(-20deg);
  transform-origin: center center;
  z-index: 3;
}

@keyframes rocking-3 {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.circle-7-2 {
  opacity: 1;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  border: 48px solid var(--green);
  animation: circle-7-2 1s forwards;
  animation-delay: 0.5s;
  background-clip: border-box;
}

@keyframes circle-7-2 {
  0% {
    border: 100px solid var(--green);
  }
  99% {
    opacity: 1;
    border: 48px solid var(--blue);
  }
  100% {
    opacity: 0;
    border: 48px solid var(--blue);
  }
}
.circle-small-7-2 {
  opacity: 0;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  background-color: transparent;
  border: 48px solid var(--green);
  animation: small-circle-7-2 1s forwards;
  animation-delay: 0s;
}

@keyframes small-circle-7-2 {
  0% {
    opacity: 1;
    transform: scale(0.4);
    top: calc(50% - 200px / 2);
    left: calc(200% - 200px / 2);
  }
  50% {
    opacity: 1;
    transform: scale(0.4);
    top: calc(50% - 200px / 2);
    left: calc(200% - 200px / 2);
  }
  99% {
    opacity: 1;
    transform: scale(1);
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
}
.circle-small-7-3 {
  opacity: 0;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  background-color: transparent;
  border: 48px solid var(--green);
  animation: small-circle-7-3 1s forwards;
  animation-delay: 0s;
}

@keyframes small-circle-7-3 {
  0% {
    opacity: 1;
    transform: scale(0.4);
    top: calc(50% - 200px / 2);
    left: calc(-100% - 200px / 2);
  }
  50% {
    opacity: 1;
    transform: scale(0.4);
    top: calc(50% - 200px / 2);
    left: calc(-100% - 200px / 2);
  }
  99% {
    opacity: 1;
    transform: scale(1);
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
  }
}
.animacion-logo-final {
  animation: zoom-in-logo-final 0s forwards;
  animation-delay: 2s;
}

@keyframes zoom-in-logo-final {
  0% {
    background-image: url(../img/coocreaweb/animacion/animacion-1-1.png);
  }
  100% {
    background-image: url(../img/coocreaweb/animacion/animacion-1-1.png);
  }
}
.circle-7-3 {
  opacity: 0;
  top: calc(50% - 200px / 2);
  left: calc(50% - 200px / 2);
  border: 48px solid var(--blue);
  animation: lateral-7-3 1s forwards;
  animation-delay: 1.5s;
  background-clip: border-box;
}

@keyframes lateral-7-3 {
  0% {
    top: calc(50% - 200px / 2);
    left: calc(50% - 200px / 2);
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
  }
  75% {
    top: calc(50% - 200px / 2);
    left: calc(50% - 48px / 2 + 6px);
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
  }
  100% {
    top: calc(50% - 200px / 2);
    left: calc(50% - 48px / 2 + 6px);
    transform: scale(1);
    opacity: 0;
    transform-origin: center center;
  }
}
.circle-7-4 {
  opacity: 0;
  top: calc(50% - 200px / 2);
  right: calc(50% - 200px / 2);
  border: 48px solid var(--blue);
  animation: lateral-7-4 1s forwards;
  animation-delay: 1.5s;
  background-clip: border-box;
}

@keyframes lateral-7-4 {
  0% {
    top: calc(50% - 200px / 2);
    right: calc(50% - 200px / 2);
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
  }
  75% {
    top: calc(50% - 200px / 2);
    right: calc(50% - 48px / 2 + 6px);
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
  }
  100% {
    top: calc(50% - 200px / 2);
    right: calc(50% - 48px / 2 + 6px);
    transform: scale(1);
    opacity: 0;
    transform-origin: center center;
  }
}
/* fin animacion 7 */
.fade-in {
  animation: fade-in 2s forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fade-out 1s forwards;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* INI ANIMACION HEADING PROYECTOS */
.heading-animacion {
  position: relative;
}

.heading-animacion-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* ini heading 1 */
  /* fin heading 1*/
  /* ini heading 2 */
  /* fin heading 2*/
  /* ini heading 3 */
  /* fin heading 3*/
  /* ini heading 4 */
  /* fin heading 4*/
  /* ini heading 5 */
  /* fin heading 5*/
}
.heading-animacion-box .heading-circle-1-1 {
  position: absolute;
  top: 0;
  right: -69%;
  width: 69%;
  padding-top: 69%;
  border-radius: 100%;
  /* fallback/image non-cover color */
  background-color: var(--blue);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, var(--blue) 0%, var(--blue-light) 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--blue)), color-stop(100%, var(--blue-light)));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, var(--blue) 0%, var(--blue-light) 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, var(--blue) 0%, var(--blue-light) 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, var(--blue) 0%, var(--blue-light) 100%);
  /* Standard */
  background: linear-gradient(to right, var(--blue) 0%, var(--blue-light) 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  animation: heading-circle-1-1 1s forwards;
}
@keyframes heading-circle-1-1 {
  0% {
    top: 0;
    right: -69%;
    transform: scale(0.5);
    opacity: 0;
    transform-origin: center center;
  }
  100% {
    top: 0;
    right: 0;
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
  }
}
.heading-animacion-box .heading-circle-1-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 69%;
  padding-top: 69%;
  border-radius: 100%;
  border: 2px solid var(--blue-light);
  animation: heading-circle-1-2 2s forwards;
  animation-delay: 0.6s;
}
@keyframes heading-circle-1-2 {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
    transform-origin: center center;
    width: 69%;
    padding-top: 69%;
  }
  100% {
    top: 23%;
    right: 64%;
    opacity: 1;
    transform-origin: center center;
    width: 36%;
    padding-top: 36%;
  }
}
.heading-animacion-box .heading-circle-1-3 {
  position: absolute;
  opacity: 0;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--blue);
  border-radius: 100%;
  z-index: 3;
  animation: heading-circle-1-3 2s forwards;
  animation-delay: 0.9s;
}
@keyframes heading-circle-1-3 {
  0% {
    opacity: 0;
    transform-origin: center center;
    width: 0px;
    padding-top: 0px;
  }
  100% {
    opacity: 1;
    transform-origin: center center;
    width: 36%;
    padding-top: 36%;
  }
}
.heading-animacion-box .heading-circle-2-1 {
  position: absolute;
  top: 2%;
  right: -67%;
  width: 67%;
  padding-top: 67%;
  border-radius: 100%;
  border: 1px solid var(--blue-light);
  animation: heading-circle-2-1 2s forwards;
}
@keyframes heading-circle-2-1 {
  0% {
    top: 0;
    right: -67%;
    transform: scale(0.2);
    opacity: 0;
    transform-origin: center center;
  }
  100% {
    top: 2%;
    right: 0;
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
  }
}
.heading-animacion-box .heading-circle-2-2 {
  position: absolute;
  opacity: 0;
  width: 24%;
  padding-top: 24%;
  border-radius: 100%;
  animation: heading-circle-2-2 1s forwards;
  animation-delay: 0.5s;
  box-sizing: content-box;
}
@media screen and (max-width: 992px) {
  .heading-animacion-box .heading-circle-2-2 {
    border: 30px solid var(--blue-light) !important;
  }
}
@keyframes heading-circle-2-2 {
  0% {
    top: 2%;
    right: 0;
    width: 67%;
    padding-top: 67%;
    opacity: 1;
    border: 1px solid var(--blue-light);
    transform-origin: center center;
  }
  100% {
    top: 20%;
    right: 45%;
    opacity: 1;
    width: 24%;
    border: 45px solid var(--blue-light);
    padding-top: 24%;
    transform-origin: center center;
  }
}
.heading-animacion-box .heading-circle-2-3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  animation: heading-circle-2-3 20s infinite linear;
}
@keyframes heading-circle-2-3 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.heading-animacion-box .box-heading-minicircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 229%;
  height: 229%;
  border-radius: 100%;
  animation: box-heading-minicircle-2-2 1s ease-in-out forwards;
  animation-delay: 1.4s;
  transform-origin: center center;
}
@media screen and (max-width: 992px) {
  .heading-animacion-box .box-heading-minicircle {
    width: 204%;
    height: 204%;
  }
}
@media (min-width: 1200px) {
  .heading-animacion-box .box-heading-minicircle {
    width: 210%;
    height: 210%;
  }
}
@keyframes box-heading-minicircle-2-2 {
  0% {
    opacity: 0;
    transform-origin: center center;
    padding-top: 0px;
  }
  100% {
    opacity: 1;
    transform-origin: center center;
  }
}
.heading-animacion-box .heading-minicircle {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 3;
  background-color: var(--blue);
  width: 52px;
  padding-top: 52px;
  border-radius: 100%;
}
@media screen and (max-width: 992px) {
  .heading-animacion-box .heading-minicircle {
    width: 30px;
    padding-top: 30px;
  }
}
.heading-animacion-box .heading-circle-3-1 {
  position: absolute;
  top: 6%;
  right: 0;
  width: 63%;
  padding-top: 63%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid var(--green);
  animation: heading-circle-3-1 2s ease-in-out forwards;
}
@keyframes heading-circle-3-1 {
  0% {
    transform: scale(0.3);
    opacity: 0;
    transform-origin: center center;
  }
  100% {
    right: 0;
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
  }
}
.heading-animacion-box .heading-circle-3-1-b {
  position: absolute;
  opacity: 0;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--green-dark);
  border-radius: 100%;
  z-index: 3;
  animation: heading-circle-3-1-b 1.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
@keyframes heading-circle-3-1-b {
  0% {
    opacity: 0;
    transform-origin: center center;
    width: 0px;
    padding-top: 0px;
  }
  100% {
    opacity: 1;
    transform-origin: center center;
    width: 30%;
    padding-top: 30%;
  }
}
.heading-animacion-box .heading-circle-3-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 63%;
  padding-top: 63%;
  border-radius: 100%;
  box-sizing: content-box;
  border: 40px solid var(--green-dark);
  animation: heading-circle-3-2 1.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
@keyframes heading-circle-3-2 {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
    transform-origin: center center;
    border: 1px solid var(--green-dark);
    width: 63%;
    padding-top: 63%;
  }
  100% {
    top: 51%;
    right: 47%;
    opacity: 1;
    transform-origin: center center;
    width: 18%;
    padding-top: 18%;
    border: 40px solid var(--green-dark);
    @media screen and (max-width: 992px) {
      .heading-animacion-box {
        border: 30px solid var(--green-dark) !important;
      }
    }
  }
}
.heading-animacion-box .heading-circle-3-3 {
  position: absolute;
  opacity: 0;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border-radius: 100%;
  box-sizing: content-box;
  z-index: 3;
  animation: heading-circle-3-3 1.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
@keyframes heading-circle-3-3 {
  0% {
    opacity: 0;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform-origin: center center;
    border: 1px solid var(--green);
    width: 15%;
    padding-top: 15%;
  }
  100% {
    top: 6%;
    left: 27%;
    opacity: 1;
    transform-origin: center center;
    background-color: transparent;
    border: 25px solid var(--green-medium);
    width: 15%;
    padding-top: 15%;
  }
}
.heading-animacion-box .heading-circle-4-1 {
  position: absolute;
  top: 0px;
  right: -69%;
  width: 69%;
  padding-top: 69%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid var(--blue-light);
  animation: heading-circle-4-1 2s ease-in-out forwards;
}
@keyframes heading-circle-4-1 {
  0% {
    right: -69%;
    transform: scale(0.3);
    opacity: 0;
    transform-origin: center center;
  }
  100% {
    right: 0;
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
  }
}
.heading-animacion-box .heading-circle-4-1-b {
  position: absolute;
  opacity: 0;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--green-dark);
  border-radius: 100%;
  z-index: 3;
  animation: heading-circle-4-1-b 1.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
@keyframes heading-circle-4-1-b {
  0% {
    opacity: 0;
    transform-origin: center center;
    width: 0px;
    padding-top: 0px;
  }
  100% {
    opacity: 1;
    transform-origin: center center;
    width: 30%;
    padding-top: 30%;
  }
}
.heading-animacion-box .heading-circle-4-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 69%;
  padding-top: 69%;
  border-radius: 100%;
  box-sizing: content-box;
  border: 50px solid var(--blue);
  animation: heading-circle-4-2 1.5s ease-in-out forwards;
  animation-delay: 0.7s;
}
@media screen and (max-width: 992px) {
  .heading-animacion-box .heading-circle-4-2 {
    border: 30px solid var(--blue) !important;
  }
}
@keyframes heading-circle-4-2 {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
    transform-origin: center center;
    border: 1px solid var(--blue);
    width: 69%;
    padding-top: 69%;
  }
  100% {
    top: 21%;
    right: 51%;
    opacity: 1;
    transform-origin: center center;
    width: 18%;
    padding-top: 18%;
    border: 50px solid var(--blue);
  }
}
.heading-animacion-box .heading-circle-4-3 {
  position: absolute;
  opacity: 0;
  content: "";
  top: 50%;
  left: 70%;
  transform: translate(-50%, -70%);
  background-color: var(--blue-light);
  border: none;
  border-radius: 100%;
  box-sizing: content-box;
  z-index: 3;
  animation: heading-circle-4-3 1.5s forwards;
  animation-delay: 1.2s;
}
.heading-animacion-box .heading-circle-4-3:before {
  content: "";
  position: absolute;
  width: 44%;
  height: 45%;
  background-color: var(--blue);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  top: -20px;
  left: 139%;
  z-index: 2;
  animation: heading-circle-4-3-before 1.5s forwards;
  animation-delay: 1s;
  opacity: 0;
}
.heading-animacion-box .heading-circle-4-3:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 55%;
  border: 1px solid var(--blue-light);
  background-color: transparent;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  top: -52%;
  left: 73%;
  z-index: 2;
  animation: heading-circle-4-3-after 1.5s ease-in-out forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes heading-circle-4-3 {
  0% {
    opacity: 0;
    top: 50%;
    left: 70%;
    opacity: 1;
    transform-origin: center center;
    transform: scale(0) rotate(270deg);
    width: 11%;
    padding-top: 11%;
  }
  100% {
    top: 44%;
    left: 50%;
    opacity: 1;
    transform-origin: center center;
    transform: scale(1) rotate(0deg);
    width: 11%;
    padding-top: 11%;
  }
}
@keyframes heading-circle-4-3-before {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes heading-circle-4-3-after {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.heading-animacion-box .heading-circle-5-1 {
  position: absolute;
  top: 0px;
  right: -69%;
  width: 69%;
  padding-top: 69%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid var(--blue-light);
  animation: heading-circle-5-1 2s ease-in-out forwards;
}
@keyframes heading-circle-5-1 {
  0% {
    right: -69%;
    transform: scale(0.3);
    opacity: 0;
    transform-origin: center center;
  }
  100% {
    right: 0;
    transform: scale(1);
    opacity: 1;
    transform-origin: center center;
  }
}
.heading-animacion-box .heading-circle-5-1-b {
  position: absolute;
  opacity: 0;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--green-dark);
  border-radius: 100%;
  z-index: 3;
  animation: heading-circle-5-1-b 1.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
@keyframes heading-circle-5-1-b {
  0% {
    opacity: 0;
    transform-origin: center center;
    width: 0px;
    padding-top: 0px;
  }
  100% {
    opacity: 1;
    transform-origin: center center;
    width: 30%;
    padding-top: 30%;
  }
}
.heading-animacion-box .heading-circle-5-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 69%;
  padding-top: 69%;
  border-radius: 100%;
  box-sizing: content-box;
  border: 50px solid var(--blue-light);
  animation: heading-circle-5-2 1.5s ease-in-out forwards;
  animation-delay: 0.7s;
}
@media screen and (max-width: 992px) {
  .heading-animacion-box .heading-circle-5-2 {
    border: 30px solid var(--blue-light) !important;
  }
}
@keyframes heading-circle-5-2 {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
    transform-origin: center center;
    border: 1px solid var(--blue);
    width: 69%;
    padding-top: 69%;
  }
  100% {
    top: 21%;
    right: 45%;
    opacity: 1;
    transform-origin: center center;
    width: 20%;
    padding-top: 20%;
    border: 50px solid var(--blue-light);
  }
}
.heading-animacion-box .heading-circle-5-3 {
  position: absolute;
  opacity: 0;
  content: "";
  top: 44%;
  left: 42%;
  background-color: transparent;
  border: 25px solid var(--blue);
  border-radius: 100%;
  box-sizing: content-box;
  z-index: 3;
  animation: heading-circle-5-3 1.5s forwards;
  animation-delay: 1.4s;
}
@keyframes heading-circle-5-3 {
  0% {
    opacity: 0;
    top: 44%;
    left: 42%;
    opacity: 1;
    transform-origin: center center;
    transform: scale(0);
    width: 9%;
    padding-top: 9%;
  }
  100% {
    top: 14%;
    left: 6%;
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
    width: 9%;
    padding-top: 9%;
  }
}
@keyframes heading-circle-5-3-before {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes heading-circle-5-3-after {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* FIN ANIMACION HEADING PROYECTOS */
/* FIN ANIMACIONES */
#system-message {
  margin-top: 80px !important;
}

/* ini btn primary animacion */
.btn-primary.fix, .fix.btn-primary.btn-white, .fix.btn-white.btn-download, .fix.btn-white.btn-linkedin, .fix.btn-white.btn-search, .fix.btn-download, .fix.btn-linkedin, .blog .fix.btn-compartir, .blog .fix.btn-rrss, .fix.btn-search {
  /* INI BTN WHITE */
  /* FIN BTN WHITE */
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: transparent;
  z-index: 10;
  color: var(--blue);
  border: 1px solid var(--blue);
  min-width: 160px;
}
.btn-primary.fix.btn-white, .fix.btn-white.btn-download, .fix.btn-white.btn-linkedin, .blog .fix.btn-white.btn-compartir, .blog .fix.btn-white.btn-rrss, .fix.btn-white.btn-search {
  color: var(--white);
  border: 1px solid var(--white);
  background-clip: border-box !important;
}
.btn-primary.fix.btn-white:hover, .fix.btn-white.btn-download:hover, .fix.btn-white.btn-linkedin:hover, .blog .fix.btn-white.btn-compartir:hover, .blog .fix.btn-white.btn-rrss:hover, .fix.btn-white.btn-search:hover, .btn-primary.fix.btn-white:focus, .fix.btn-white.btn-download:focus, .fix.btn-white.btn-linkedin:focus, .blog .fix.btn-white.btn-compartir:focus, .blog .fix.btn-white.btn-rrss:focus, .fix.btn-white.btn-search:focus, .btn-primary.fix.btn-white:active, .fix.btn-white.btn-download:active, .fix.btn-white.btn-linkedin:active, .blog .fix.btn-white.btn-compartir:active, .blog .fix.btn-white.btn-rrss:active, .fix.btn-white.btn-search:active {
  background-color: var(--white) !important;
  color: var(--blue) !important;
  border-color: var(--white) !important;
}
.btn-primary.fix.btn-white:hover:after, .fix.btn-white.btn-download:hover:after, .fix.btn-white.btn-linkedin:hover:after, .blog .fix.btn-white.btn-compartir:hover:after, .blog .fix.btn-white.btn-rrss:hover:after, .fix.btn-white.btn-search:hover:after, .btn-primary.fix.btn-white:focus:after, .fix.btn-white.btn-download:focus:after, .fix.btn-white.btn-linkedin:focus:after, .blog .fix.btn-white.btn-compartir:focus:after, .blog .fix.btn-white.btn-rrss:focus:after, .fix.btn-white.btn-search:focus:after, .btn-primary.fix.btn-white:active:after, .fix.btn-white.btn-download:active:after, .fix.btn-white.btn-linkedin:active:after, .blog .fix.btn-white.btn-compartir:active:after, .blog .fix.btn-white.btn-rrss:active:after, .fix.btn-white.btn-search:active:after {
  content: "";
  background-clip: border-box !important;
  background-color: var(--white) !important;
  border: 1px solid var(--white) !important;
  background-image: url(../img/coocreaweb/btn-arrow-blue.svg) !important;
}
.btn-primary.fix.btn-white:after, .fix.btn-white.btn-download:after, .fix.btn-white.btn-linkedin:after, .blog .fix.btn-white.btn-compartir:after, .blog .fix.btn-white.btn-rrss:after, .fix.btn-white.btn-search:after {
  content: "";
  background-clip: border-box !important;
  border: 1px solid var(--white) !important;
  background-image: url(../img/coocreaweb/btn-arrow.svg) !important;
}
.btn-primary.fix:hover, .fix.btn-download:hover, .fix.btn-linkedin:hover, .blog .fix.btn-compartir:hover, .blog .fix.btn-rrss:hover, .fix.btn-search:hover, .btn-primary.fix:focus, .fix.btn-download:focus, .fix.btn-linkedin:focus, .blog .fix.btn-compartir:focus, .blog .fix.btn-rrss:focus, .fix.btn-search:focus, .btn-primary.fix:active, .fix.btn-download:active, .fix.btn-linkedin:active, .blog .fix.btn-compartir:active, .blog .fix.btn-rrss:active, .fix.btn-search:active {
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--blue) !important;
}
.btn-primary.fix:hover:after, .fix.btn-download:hover:after, .fix.btn-linkedin:hover:after, .blog .fix.btn-compartir:hover:after, .blog .fix.btn-rrss:hover:after, .fix.btn-search:hover:after, .btn-primary.fix:focus:after, .fix.btn-download:focus:after, .fix.btn-linkedin:focus:after, .blog .fix.btn-compartir:focus:after, .blog .fix.btn-rrss:focus:after, .fix.btn-search:focus:after, .btn-primary.fix:active:after, .fix.btn-download:active:after, .fix.btn-linkedin:active:after, .blog .fix.btn-compartir:active:after, .blog .fix.btn-rrss:active:after, .fix.btn-search:active:after {
  content: "";
  background-clip: border-box !important;
  border: 1px solid var(--blue);
  background-image: url(../img/coocreaweb/btn-arrow.svg);
}
.btn-primary.fix:after, .fix.btn-download:after, .fix.btn-linkedin:after, .blog .fix.btn-compartir:after, .blog .fix.btn-rrss:after, .fix.btn-search:after, .fix.btn-primary.btn-white:after, .fix.btn-white.btn-download:after, .fix.btn-white.btn-linkedin:after, .fix.btn-white.btn-search:after {
  content: "";
  background-clip: border-box !important;
  border: 1px solid var(--blue);
  background-image: url(../img/coocreaweb/btn-arrow-blue.svg);
}

/* fin btn primary animacion */
/* ini btn anim portada */
.btn-anim.fix.btn-white {
  min-width: 30px;
  height: 30px;
  padding: 0;
  animation: btn-animation 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  margin-right: 0;
}
.btn-anim.fix.btn-white span {
  display: inline-block;
  overflow: hidden;
  text-indent: -300px;
  animation: btn-animation-span 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}
.btn-anim.fix.btn-white::after {
  content: "";
  opacity: 0;
  display: inline-flex;
  animation: btn-animation-after 1s ease-in-out forwards;
  animation-delay: 0.5s;
}
@keyframes btn-animation {
  0% {
    min-width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 0px;
  }
  100% {
    opacity: 1;
    min-width: 160px;
    height: 30px;
    padding: 0;
    margin-right: 40px;
  }
}
@keyframes btn-animation-after {
  0% {
    content: "";
    opacity: 0;
    left: 10%;
  }
  100% {
    content: "";
    opacity: 1;
    left: 100%;
  }
}
@keyframes btn-animation-span {
  0% {
    text-indent: -200px;
  }
  100% {
    text-indent: 0px;
  }
}

/* fin btn anim portada */
/* ini btn anim proyectos */
.proyectos.aos-animate .btn-plegado.btn-anim {
  min-width: 30px;
  height: 30px;
  padding: 0;
  animation: btn-animation-2 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  margin-right: 0;
}
.proyectos.aos-animate .btn-plegado.btn-anim span {
  display: inline-block;
  overflow: hidden;
  text-indent: -300px;
  animation: btn-animation-span-2 0.5s ease-in-out forwards;
  animation-delay: 0.7s;
}
.proyectos.aos-animate .btn-plegado.btn-anim::after {
  content: "";
  opacity: 0;
  display: inline-flex;
  animation: btn-animation-after-2 1s ease-in-out forwards;
  animation-delay: 0.5s;
}
@keyframes btn-animation-2 {
  0% {
    min-width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 0px;
  }
  100% {
    opacity: 1;
    min-width: 160px;
    height: 30px;
    padding: 0;
    margin-right: 40px;
  }
}
@keyframes btn-animation-after-2 {
  0% {
    content: "";
    opacity: 0;
    left: 60%;
  }
  100% {
    content: "";
    opacity: 1;
    left: 100%;
  }
}
@keyframes btn-animation-span-2 {
  0% {
    text-indent: -200px;
  }
  100% {
    text-indent: 0px;
  }
}

/* fin btn anim proyectos */
.ver-proyectos-footer {
  bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .ver-proyectos-footer {
    bottom: 205px !important;
  }
}

/* INI AJUSTES 4K 

@media screen and (min-width: 3840px) {
  html {
    font-size: 150%; // Ajusta el tamaño de fuente base
  }

  .container {
    max-width: 1920px; // Ajusta el ancho máximo del contenedor
  }

  h1 {
    @include font-size(40px); // Ajusta el tamaño de los encabezados
  }

  p {
    @include font-size(20px); // Ajusta el tamaño del texto de los párrafos
  }

  .btn-primary {
    padding: 15px 40px; // Ajusta el padding de los botones
    @include font-size(18px); // Ajusta el tamaño de fuente de los botones
  }

  // Añade aquí más ajustes específicos para elementos de tu página
}
     FIN AJUSTES 4K */
/* INI COOKIES */
.light.cc_dialog {
  font-family: "Montserrat", serif !important;
  background-color: var(--white) !important;
  color: var(--plain-text-color) !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  padding: 2rem 2rem !important;
}

.light.cc_dialog .cc_dialog_headline {
  color: var(--blue) !important;
  font-weight: "Montserrat SemiBold", serif !important;
}

.cc_css_reboot a {
  color: var(--blue) !important;
}

.cc_css_reboot a:hover {
  color: var(--blue) !important;
}

.cc_dialog button {
  font-weight: normal !important;
  font-size: 14px !important;
  -webkit-border-radius: 28px !important;
  -moz-border-radius: 28px !important;
  border-radius: 28px !important;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
  margin-right: 10px !important;
}

.light.cc_dialog button.cc_b_ok {
  background-color: var(--blue) !important;
}

.light.cc_dialog button.cc_b_cp {
  color: var(--white) !important;
  background-color: var(--blue-light) !important;
}

.cc_css_reboot p {
  text-align: left !important;
}

.cc_dialog .cc_dialog_text {
  font-size: 14px !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

.cookie-consent-preferences-dialog {
  font-family: "Montserrat", serif !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head {
  background-color: var(--bg-body) !important;
  border-bottom: 1px solid #ddd !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head .cc_cp_head_title h2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: var(--title) !important;
  font-weight: normal !important;
  font-family: "Montserrat SemiBold", serif !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
  font-weight: normal !important;
  font-size: 14px !important;
  -webkit-border-radius: 28px !important;
  -moz-border-radius: 28px !important;
  border-radius: 28px !important;
  background-color: var(--blue) !important;
  opacity: 1 !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content h1 {
  color: var(--blue) !important;
  font-weight: normal !important;
  font-family: "Montserrat SemiBold", serif !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li a {
  color: var(--blue) !important;
  font-family: "Montserrat SemiBold", serif !important;
  font-weight: normal !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer {
  border-top: 1px solid var(--bg-body) !important;
  background: var(--bg-body) !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu {
  background: var(--bg-body) !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li {
  background: var(--bg-body) !important;
  border-bottom-color: #dddddd !important;
  border-right-color: #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li[active=true] a {
  color: var(--blue) !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content .cc_cp_m_content_entry p {
  font-size: 14px !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content a {
  color: var(--blue) !important;
}

.cookie-consent-preferences-overlay input[type=checkbox].checkbox_cookie_consent:checked + label:before {
  background: var(--blue) !important;
}

@media screen and (max-width: 600px) {
  .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head .cc_cp_head_title {
    padding: 5px 15px 0 15px !important;
  }
}
@media (min-width: 992px) {
  .light.cc_dialog {
    padding: 3rem !important;
  }
  .cc_css_reboot p {
    text-align: left !important;
  }
  .cc_dialog .cc_dialog_text {
    font-size: 16px !important;
  }
}
.oculto {
  display: none;
}

/* END COOKIES */
/* INI CURSO OFICIO */
.curso-oficio {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 767px) {
  .curso-oficio {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.curso-oficio .curso-oficio-header {
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-header {
    padding-bottom: 30px;
  }
}
.curso-oficio .curso-oficio-header h2 {
  text-transform: uppercase;
  font-family: "Montserrat Medium", serif;
  font-size: 18px;
  font-size: 1.125rem;
}
.curso-oficio .curso-oficio-header h2 span {
  text-transform: none;
}
.curso-oficio .curso-oficio-header h2 strong {
  font-family: "Montserrat SemiBold", serif;
  color: #808181;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-header h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.curso-oficio .curso-oficio-heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-heading {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
  }
}
.curso-oficio .curso-oficio-heading .curso-oficio-heading-info {
  padding-top: 0px;
  padding-bottom: 15px;
}
.curso-oficio .curso-oficio-heading .curso-oficio-heading-info p {
  font-family: "Montserrat Medium", serif;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-heading .curso-oficio-heading-info {
    max-width: 55%;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.curso-oficio .curso-oficio-heading .curso-oficio-heading-img {
  width: 100%;
  position: relative;
  min-height: 140px;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-heading .curso-oficio-heading-img {
    min-height: 100px;
  }
}
.curso-oficio .curso-oficio-heading .curso-oficio-heading-img img {
  width: 100%;
  visibility: hidden;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-heading .curso-oficio-heading-img img {
    visibility: visible;
  }
}
.curso-oficio .curso-oficio-heading .curso-oficio-heading-img .curso-oficio-heading-img-claim {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-heading .curso-oficio-heading-img .curso-oficio-heading-img-claim {
    justify-content: flex-end;
    right: 15px;
  }
}
.curso-oficio .curso-oficio-heading .curso-oficio-heading-img .curso-oficio-heading-img-claim .curso-oficio-heading-img-claim-circle {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: var(--white);
  border: 2px solid #adc914;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 5px;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-heading .curso-oficio-heading-img .curso-oficio-heading-img-claim .curso-oficio-heading-img-claim-circle {
    width: 120px;
    height: 120px;
  }
}
.curso-oficio .curso-oficio-heading .curso-oficio-heading-img .curso-oficio-heading-img-claim .curso-oficio-heading-img-claim-circle span {
  display: inline-block;
  line-height: 1.1;
  font-family: "Montserrat Bold", serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #4f4e4e;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-heading .curso-oficio-heading-img .curso-oficio-heading-img-claim .curso-oficio-heading-img-claim-circle span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.curso-oficio .curso-oficio-heading .curso-oficio-heading-img .curso-oficio-heading-img-claim .curso-oficio-heading-img-claim-circle p {
  color: #4f4e4e;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-heading .curso-oficio-heading-img .curso-oficio-heading-img-claim .curso-oficio-heading-img-claim-circle p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.curso-oficio .curso-oficio-heading .curso-oficio-heading-img .curso-oficio-heading-img-claim .curso-oficio-heading-img-claim-circle p strong {
  font-family: "Montserrat Black", serif;
  line-height: 1;
  color: #adc914;
  font-size: 56px;
  font-size: 3.5rem;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-heading .curso-oficio-heading-img .curso-oficio-heading-img-claim .curso-oficio-heading-img-claim-circle p strong {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-heading .curso-oficio-heading-img {
    max-width: 55%;
  }
}
@media (min-width: 1200px) {
  .curso-oficio .curso-oficio-heading .curso-oficio-heading-img {
    max-width: 45%;
  }
}
@media (min-width: 992px) {
  .curso-oficio .curso-oficio-container-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.curso-oficio .curso-oficio-list {
  width: 100%;
  list-style: disc;
}
.curso-oficio .curso-oficio-list li {
  list-style: disc;
  list-style-position: inside;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", serif;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.curso-oficio .curso-oficio-list li span {
  display: inline-block;
  vertical-align: top;
  max-width: 85%;
  margin-left: -5px;
}
.curso-oficio .curso-oficio-list li strong {
  font-family: "Montserrat SemiBold", serif;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-list li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.curso-oficio .curso-oficio-tabs .nav-tabs {
  border-bottom: 1px solid #adc914;
}
.curso-oficio .curso-oficio-tabs .nav-tabs .nav-item {
  max-width: 50%;
}
@media (min-width: 992px) {
  .curso-oficio .curso-oficio-tabs .nav-tabs .nav-item {
    min-width: 400px;
  }
}
.curso-oficio .curso-oficio-tabs .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  font-size: 1rem;
  background-color: #adc914;
  color: var(--white);
  background-clip: border-box;
  font-family: "Montserrat Medium", serif;
  padding: 0.25rem 1rem;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  background-clip: padding-box;
  padding-right: 20%;
}
.curso-oficio .curso-oficio-tabs .nav-tabs .nav-item .nav-link.active {
  border-top: 1px solid #adc914;
  border-left: 1px solid #adc914;
  border-right: 1px solid #adc914;
  color: var(--plain-text-color);
  background-color: var(--white);
  font-family: "Montserrat Bold", serif;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-tabs .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 1rem;
  }
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane {
  padding-top: 30px;
  padding-bottom: 30px;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane h3 {
  color: #748026;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  font-family: "Montserrat Medium", serif;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane h3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 10px;
  }
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates {
  display: grid;
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates {
    grid-template-columns: repeat(6, 1fr);
  }
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates .curso-oficio-dates-item {
  width: 100%;
  background-color: #d4db49;
  margin-top: 15px;
  margin-bottom: 15px;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates .curso-oficio-dates-item.date-blue {
  background-color: #71c6cb;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates .curso-oficio-dates-item.date-blue h4 {
  background-color: #42b8b4;
  border-bottom: 2px solid #26968d;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates .curso-oficio-dates-item h4 {
  padding: 8px 10px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.1;
  font-family: "Montserrat Medium", serif;
  color: var(--white);
  background-color: #adc914;
  border-bottom: 2px solid #748026;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates .curso-oficio-dates-item h4 strong {
  font-family: "Montserrat Bold", serif;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates .curso-oficio-dates-item p {
  padding: 7px 5px 7px 10px;
  font-family: "Montserrat Medium", serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: auto;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-dates .curso-oficio-dates-item {
    width: 150px;
    margin-right: 15px;
  }
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios {
  min-height: 300px;
  max-width: 260px;
  margin: 20px auto 0 auto;
}
@media (min-width: 767px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios {
    min-height: 200px;
  }
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-precio {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  color: var(--white);
  background-color: #42b8b4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 5px;
}
@media (min-width: 992px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-precio {
    top: -60px;
    left: 0;
  }
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-precio span {
  display: inline-block;
  line-height: 1.1;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-size: 1rem;
  color: var(--white);
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-precio p {
  color: #4f4e4e;
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 0;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-precio p strong {
  font-family: "Montserrat Bold", serif;
  line-height: 1;
  color: var(--white);
  font-size: 28px;
  font-size: 1.75rem;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-descuento {
  position: absolute;
  top: 102px;
  left: 70px;
  z-index: 3;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  color: var(--white);
  background-color: #f39200;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 5px;
}
@media (min-width: 992px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-descuento {
    top: 22px;
    left: 70px;
  }
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-descuento > span {
  display: inline-block;
  line-height: 1.3;
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--white);
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-descuento p {
  color: var(--white);
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-descuento p strong {
  font-family: "Montserrat Bold", serif;
  line-height: 1;
  color: var(--white);
  font-size: 36px;
  font-size: 2.25rem;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-precios .curso-oficio-descuento p span {
  font-family: "Montserrat Bold", serif;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-presenciales {
  position: relative;
  width: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  padding: 12px 15px 12px 40px;
  border: 1px solid #b4b4b4;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-presenciales {
    margin-right: 70px;
    width: calc(50% - 70px);
  }
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-presenciales p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-presenciales p strong {
  color: #26968d;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-presenciales .curso-oficio-item-presenciales-box-icon {
  position: absolute;
  top: 0px;
  left: -25px;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-presenciales .curso-oficio-item-presenciales-box-icon .curso-oficio-item-presenciales-icon {
  border: 1px solid #b4b4b4;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: var(--white);
  width: 50px;
  height: 50px;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-inscripciones {
  position: relative;
  width: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  padding: 12px 15px 12px 40px;
  border: 1px solid #b4b4b4;
}
@media (min-width: 992px) {
  .curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-inscripciones {
    margin-right: 70px;
    width: calc(50% - 70px);
  }
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-inscripciones p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-inscripciones p strong {
  color: var(--plain-text-color);
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-inscripciones p a {
  text-decoration: underline;
  color: #adc914;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-inscripciones p a:hover {
  color: #adc914;
  text-decoration: underline;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-inscripciones .curso-oficio-item-inscripciones-box-icon {
  position: absolute;
  top: 0px;
  left: -25px;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.curso-oficio .curso-oficio-tabs .tab-content .tab-pane .curso-oficio-caracteristicas .curso-oficio-item-inscripciones .curso-oficio-item-inscripciones-box-icon .curso-oficio-item-inscripciones-icon {
  border: 1px solid #b4b4b4;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: var(--white);
  width: 50px;
  height: 50px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#el-oficio-de-la-formacion {
  position: absolute;
  top: -70px;
}

/* FIN CURSO OFICIO */
/* INI BTN DESCUBRE */
.btn-descubre {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  background-color: #adc914;
  background-clip: border-box !important;
  color: var(--white);
  font-family: "Montserrat Medium", serif;
  border: 1px solid var(--white);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 30px;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-descubre:hover {
  outline: none !important;
  box-shadow: none !important;
  background-color: #adc914 !important;
  color: var(--white) !important;
  border-color: #adc914 !important;
}

/* FIN BTN DESCUBRE */

/*# sourceMappingURL=custom.css.map */
