@charset "utf-8";
/* CSS Document */
/****General****/
html, body {
	margin:0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	color:#212121;
}
html {
	min-height: 100%;
  scroll-behavior: smooth;
}
div {
	box-sizing: border-box;
}
button:focus, a:focus, .btn:focus, .btn.disabled, span {
  outline: none;
  box-shadow: none;
}
canvas {
  display:block;
  vertical-align:bottom;
}
/*****************/
#particles-js{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #005455 0%, #00A0A2 100%);
}
.wow {
  visibility: hidden;
}
.b700 {
  font-weight: 700;
}
.b500 {
  font-weight: 500;
}
.rojo {
  color: #ff5f5d;
}
.base {
  width: 100%;
  display: block;
  background-color: rgba(210,240,255,.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  /*color: #FFF;*/
  padding: 1.5rem;
  border-radius: .8rem;
}
.base2 {
  background-color: rgba(210,240,255,.6);
  border-radius: .8rem;
}
.bordes {
  border-radius: .8rem;
}
.btn-rojo, .btn-rojo:hover {
  background-color: #ff5f5d!important;
  color: #fff;
}
.btn-azul, .btn-azul:hover {
  background-color: #00A0A2!important;
  color: #fff;
}
.bg-modal {
  background-image: url(../images/bg2.png);/*OJO CON LAS RUTAS*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.bg-azul {
  background-color: #00A0A2;
}
/*****CURSOR******/
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s; 
}
.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  background: currentColor;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; 
}
.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
     -moz-transform: scale(0) rotate(10deg);
      -ms-transform: scale(0) rotate(10deg);
       -o-transform: scale(0) rotate(10deg);
          transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; 
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion, .cb-cursor.-opaque {
    mix-blend-mode: exclusion; 
  } 
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before, .cb-cursor.-opaque:before {
    background: white; 
  } 
}
.cb-cursor.-normal, .cb-cursor.-text {
  mix-blend-mode: normal; 
}
.cb-cursor.-normal:before, .cb-cursor.-text:before {
  background: currentColor; 
}
.cb-cursor.-inverse {
  color: white; 
}
.cb-cursor.-visible:before {
  -webkit-transform: scale(0.2);
     -moz-transform: scale(0.2);
      -ms-transform: scale(0.2);
       -o-transform: scale(0.2);
          transform: scale(0.2); 
}
.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
     -moz-transform: scale(0.23);
      -ms-transform: scale(0.23);
       -o-transform: scale(0.23);
          transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s; 
}
.cb-cursor.-pointer:before {
  -webkit-transform: scale(0.15);
     -moz-transform: scale(0.15);
      -ms-transform: scale(0.15);
       -o-transform: scale(0.15);
          transform: scale(0.15); 
}
.cb-cursor.-text:before {
  opacity: 0.85;
  -webkit-transform: scale(1.7);
     -moz-transform: scale(1.7);
      -ms-transform: scale(1.7);
       -o-transform: scale(1.7);
          transform: scale(1.7); 
}
.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); 
}
.cb-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
     -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
       -o-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s; 
}
.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
     -moz-transform: scale(1.32);
      -ms-transform: scale(1.32);
       -o-transform: scale(1.32);
          transform: scale(1.32); 
}
.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2); 
}
.cb-cursor.-lg:before {
  -webkit-transform: scale(3.5);
     -moz-transform: scale(3.5);
      -ms-transform: scale(3.5);
       -o-transform: scale(3.5);
          transform: scale(3.5); 
}
.cb-cursor.-md:before {
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2); 
}
.cb-cursor.-hidden:before {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0); 
}
.cb-cursor.-color-red:before {
  color: #ff5f5d;
}
.cb-cursor.-color-blue:before {
  color: #00A0A2;
}
/***** form ****/
.md-form input[type=email]:focus:not([readonly])+label, 
.md-form input[type=number]:focus:not([readonly])+label, 
.md-form input[type=text]:focus:not([readonly])+label {
    color: #ff5f5d;
}
.md-form .prefix.active, 
.md-form.md-outline input[type=email]:focus:not([readonly])+label, 
.md-form.md-outline input[type=number]:focus:not([readonly])+label, 
.md-form.md-outline input[type=text]:focus:not([readonly])+label {
    color: #ff5f5d;
}
.md-form input[type=date]:focus:not([readonly]), .md-form input[type=datetime-local]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:focus:not([readonly]), .md-form input[type=tel]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]), .md-form input[type=time]:focus:not([readonly]), .md-form input[type=url]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #ff5f5d;
    box-shadow: 0 1px 0 0 #ff5f5d;
    border-bottom: 1px solid #ff5f5d;
}