@font-face {
  font-family: 'Euclid Circular';
  src: url('../tipografia/Euclid Circular B Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, label, p, small, .btn, span, a, .card-title, th, td, b, li, ol, ul{
  font-family: 'Euclid Circular' !important;
}

/*
  cabecera
*/

nav{
  padding-top: 26px !important;
}

.navbar{
 height: 140px !important;
}


/*
	fondo
*/

.b-body{
    background: white;
/*    background: linear-gradient(90deg, rgba(38,111,182,1) 50%, rgba(15,42,91,1) 100%);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100% !important;
}

.navbar-brand{
  margin-right: -20rem !important;
}

/* Tamaños */
._w100{
  width: 100%
}

._w90{
  width: 90%
}

._w80, ._w_menu{
  width: 80%
}

._w70{
  width: 70%
}

._w60{
	width: 60%
}

.w50{
	width: 50%;
}

.w30{
  width: 30%;
}

.w25{
	width: 25%;
}

._w20{
  width: 20%;
}

._w15{
  width: 15%;
}

._px80{
  width: 80px;
}

._px60{
  width: 60px;
}

._px40{
  width: 40px;
}

.t30{
	font-size: 30px;
}

.t19{
  font-size: 19px;
}

.t17{
  font-size: 17px;
}

._pxhw{
  width: 90px;
  height: 90px;
  font-size: 20px;
}

.justify{
  text-align: justify !important;
}

/* Colores */
.bg_blue_gd{
	background: rgb(2,0,36);
	background: linear-gradient(90deg, #266fb6 50%, #266fb6 100%);
}

.c_white{
	color: white !important;
}

._c1{
	background: -webkit-linear-gradient(#8e2e69, #8e2e69);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

._c2{
  background: -webkit-linear-gradient(#01b786, #01b786);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

._c3{
  background: -webkit-linear-gradient(#7cc6d8, #7cc6d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

._c4{
  background: -webkit-linear-gradient(#0f2a5b, #0f2a5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stroke {
  text-align:center;
  color: #69f985 !important;
  font-family: impact;
  letter-spacing: 0;
  /*text-shadow: -3px -3px 3px green, 3px -3px 3px green, -3px 3px 3px green, 3px 3px 3px green;*/
}

.gradient-1 {
  border-width: 7px;
  border-style: solid;
  border-image: linear-gradient(to right, #48bcbc, #48bcbc) 1;
}

.mt-50{
  margin-top: 50px;
}

/*
  botores circulares
*/
.btn-azulClaro-icon{
  background: white !important;
  border-color: #4996c6 !important;
  border-radius: 50% !important;
  font-weight: normal !important;
  color: #4996c6 !important;
  border: 3px solid !important;
}

.btn-verdeBrillo-icon{
  background: white !important;
  border-color: #01b786 !important;
  border-radius: 50% !important;
  font-weight: normal !important;
  color: #01b786 !important;
  border: 3px solid !important;
}

.btn-rojo-icon{
  background: white !important;
  border-color: red !important;
  border-radius: 50px !important;
  font-weight: normal !important;
  color: red !important;
  border: 3px solid !important;
}

.btn-moradoOscuro-icon{
  background: white !important;
  border-color: #553587 !important;
  border-radius: 50% !important;
  font-weight: normal !important;
  color: #553587 !important;
  border: 3px solid !important;
}

.btn-naranjaOscuro-icon{
  background: white !important;
  border-color: #e58043 !important;
  border-radius: 50% !important;
  font-weight: normal !important;
  color: #e58043 !important;
  border: 3px solid !important;
}

.btn-azulPrimario-icon{
  background: white !important;
  border-color: #0f2a5b !important;
  border-radius: 50% !important;
  font-weight: normal !important;
  color: #0f2a5b !important;
  border: 3px solid !important;
}

.btn-azulPrimario-icon:hover, .btn-azulClaro-icon:hover, .btn-moradoOscuro-icon:hover, .btn-naranjaOscuro-icon:hover, .btn-verdeBrillo-icon:hover{
  background: #d31c78 !important;
  border-color: red !important;
  border-radius: 50% !important;
  font-weight: normal !important;
  color: white !important;
  border: 5px solid !important;
  transition: black 1s linear 0s;
}

/*
  card
*/

.card2 {
  width: 95%;
  display: flex;
  flex-direction: column;  
  align-items: center;
  background-color: rgb(255, 255, 255);
  margin: 2%;
  border-radius: 0px !important;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.26, 0.5, 0.5, 0.87);
  transition-delay: 10ms;
  transition-property: all;
  border-bottom: 2px solid #2e72ff;
  text-align: center;
  height: 450px;
  cursor: pointer;
}

.card2:hover{
  transform: scale(101%);
  box-shadow: 1px 1px 20px 20px #67858d4c;
}

.card2 * img{
  padding: 0%;
  margin: 0%;
  border-radius: 0px;
}

.card2> div {
  margin: 0%;
  width: 100%;
}

.card-header2 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 20px 3px 3px 0px;
}

.card-header2 span {
  align-self: center;
  text-align: center;
  font-size: 24px;
}

.card-body2 {
  text-align: center;
  align-self: center;
}

.card-body2 span:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.card-body2 span:nth-child(2) .action {
  border-radius: 5px;
  width: 20%;
  background-color: rgb(0, 0, 0);
  color: aliceblue;
  text-decoration: none;
  padding: 10%;
  margin-top: 15%;
  align-self: center;
  text-align: center;
  font-weight: normal;
}

/* Recursos */
.b{
	font-weight: normal !important;
}

.p{
  cursor: pointer;
}

.justify{
  text-align: justify;
}

.ss{
  text-decoration:none !important;
  color: black !important;
}

.fs{
  font-size: 20px;
}

.modal-lg {
    max-width: 1400px !important;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
    text-transform: capitalize !important;
}

.textMagic {
  border-right: solid 2px #d31c78;
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'Euclid Circular';  
  font-size: 12px;
  color: #d31c78 !important;
  margin: 0px 0px;
  text-align: center;
  align-items: center;
}

/* Animation */
.textMagic {
  animation: animated-text 4s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width:350px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: #d31c78;}
  to{border-right-color: transparent;}
}

/* card circle */

.card-circle{
    text-align:center;
     margin-top:30px;
     background:#0062cc;    
     border:10px solid transparent;
     color:#fff;
     font-family: Montserrat;
     padding:10px;
     border-radius:50%;
     box-shadow: 1px 2px 20px 8px white;
}
 .card-circle .card-title{
    font-weight:600;
     font-size:20px;
}
 .card-circle .card-text{
    font-weight:400;
}
 .card-circle .card-icon img{
     font-size:60px;
     display:block;
}
 .card-circle:nth-child(2){
    background:#000031;
}
 .card-circle .btn{
    font-family: Montserrat;
    background:transparent;
     border:1px solid #fff;
/*     text-transform:uppercase;*/
     padding:5px 30px;    
     border-radius:0px;
     font-weight:600;
}
.card-circle .btn,.card-circle .card-icon i,.card-circle{
   transition: all ease-in-out 0.2s;
}
 .card-circle:hover .btn{
    background:#00A8CC;
     color:#fff;
   border: 1px solid transparent;
}
 .card-circle .btn:hover{
    transform: scale(1.1);
}
 .card-circle:hover{
    border: 10px solid white;
}
 .card-circle:hover i {
   text-shadow: 0px -1px 10px #00A8CC;
    transform:scale(1.2)rotate(20deg);
}

/*card imagen description */
.crd{
    background: white !important;
    border-radius: 15px !important;
    font-weight: 300 !important;
    border: 3px solid !important;
    width: 95% !important;
    box-shadow: 0px 0px 20px 10px #d5d5d5;
    border-color: white !important;
    height: 90%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 10px;
    cursor: pointer;
  }


  .crd2{
    background: white !important;
    border-radius: 15px !important;
    font-weight: 300 !important;
    border: 3px solid !important;
    width: 95% !important;
/*    box-shadow: 0px 0px 20px 10px #d5d5d5;*/
    border-color: white !important;
    height: 90%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 10px;
    cursor: pointer;
  }

  .img-crd{
    width: 60px !important;
  }

  .title-crd{
    color: #3a8c88 !important;
    font-size: 18px;
  }

 @media only screen and (min-width: 1200px) {
     .card-circle:nth-child(3){
         margin-left:-10px;
         z-index:0;
    }
     .card-circle{
         width:250px;
         height:250px;
    }
     .card-circle:nth-child(2){
         margin-left:-10px;
         box-shadow: 1px 2px 20px 8px white;
         transform: scale(1.2);
         z-index:1;
    }
   .card-circle .card-icon i{
      margin-top: 20px;
     }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
   .card-circle{
         width:340px;
         height:340px;
    }
  .card-circle .card-icon img{
     font-size:50px;
   }
  .card-circle .card-icon img{
      margin-top: -25px;
     }
   .card-circle:nth-child(3){
         margin-left:-50px;
         z-index:0;
    }
   .card-circle:nth-child(2){
         margin-left:-20px;
         z-index:1;
    }
}

/*
  carrusel
*/
.container {
  display: flex;
  width: 90vw;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.panel {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
  border-radius: 50px;
  color: #fff;
  text-shadow: 0px 2px 4px #000;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  transition: flex 0.7s ease-in;
}

.panel h3 {
  font-size: 24px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
}

.panel.active {
  background-size: 100% auto;
  flex: 5;
}

.panel.active h3 {
  opacity: 1;
  transition: opacity 1s ease-in 1s;
}

@media (max-width: 480px) {
  .container {
    width: 100vw;
  }

  .panel:nth-of-type(4),
  .panel:nth-of-type(5) {
    display: none;
  }
}

/*
  Pie
*/

.banner-content{
  width: 90% !important;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  padding: 20px;
  text-align: center !important;
  height: auto; /*66vh;*/
  width: 100% !important;
  /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
  background: #2f70b4;
}

.banner > img {
  width: 10vw;
  transition: 0.1s linear;
}

.banner h2 {
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 10px;
  color: white;
}

/*
  padding
*/
.pd-top{
  padding-top: 15px;
}

.banner p {
  margin;: 0;
  line-height: 1.65;
  font-size: 17px;
  opacity: 0.7;
}

/*@media (width >= 420px) {
  .banner > img {
    width: 40vw;
  }
}*/

/*@media (width >= 648px) {
  .banner {
    text-align: left;
    flex-direction: row;
    /*justify-content: space-between;
  }

  .banner > img {
    width: 10vw;
    left: 100px;
  }
}*/

.waves > use {
  animation: move-forever 12s -1s linear infinite;
}

.waves > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 13s;
}
.waves > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 15s;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.svg {
  position: absolute;
  left: 0;
  bottom: 550px;
  width: 100%;
  height: 10vw;
  max-height: 200px;
}

/*
  listas
*/
ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list li {
  display: flex;
  padding: 15px;
  flex-direction: column;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  background-color: #fff;
  border-left: 4px solid #fff;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
ul.list li .title {
  font-weight: normal;
  font-size: 18px;
  position: relative;
  z-index: 1;
  line-height: 24px;
}
ul.list li .subtitle {
  position: relative;
  z-index: 1;
  font-size: 14px;
  opacity: 0.7;
}

ul.list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: width 0.3s ease;
}
ul.list li:hover {
  color: #fff;
}
ul.list li:hover:after {
  width: 100%;
  transition: width 0.3s ease;
}
/* Shopping */
ul.list li.shopping:after {
  background: linear-gradient(102deg, #cc00c5 0%, #1061b7 100%);
}
ul.list li.shopping {
  border-left-color: #cc00c5;
}
/* Personal */
ul.list li.personal:after {
  background: linear-gradient(102deg, #01b786 0%, #1096b7 100%);
}
ul.list li.personal {
  border-left-color: #00cc88;
}
/* Work */
ul.list li.work:after {
  background: linear-gradient(102deg, #e58043 0%, #ed4618 100%);
}
ul.list li.work {
  border-left-color: #fa5437;
}

/*
  contenedores
*/
.containertwo {
    background-color: white;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    margin-bottom: 200px
}

.title {
    font-size: 25px;
    font-weight: normal;
}

.icon {
    position: relative;
    bottom: 11px
}

.mt-100 {
    margin-top: 100px
}

.profile img {
    width: 100px;
    height: 100px;
    /*border-radius: 50%*/
}

.cardtwo {
    border-radius: 15px;
    margin-left: 30px;
    margin-right: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.card-bodyTwo {
    position: relative;
    bottom: 35px
}

.btn {
    /*margin-top: 36px;*/
    margin-bottom: 10px;
/*    border-radius: 15px !important;*/
}

.btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    color: #fff
}

.header {
    padding-top: 20px
}

.btn-RPP {
    color: #fff !important;
    background: #e58043 !important;
    border-color: transparent !important;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  /*width: 50%;*/
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  color: #000000;
  padding: 15px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #9b9b9b;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #11998e;
  font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}

/*
  table
*/

.main-table-containter{
  border-radius:3vmin;
  background-color:#F6F6F4;
  /*max-width:900px;*/
  width:100%;
  padding: 1rem 1rem;
  box-shadow: 0px 2px 5px 0px #00000033;
}

.title-table-container{
  display:flex;
  justify-content:center;
  margin-bottom:1.20rem;
  align-items:center;
  padding:0rem 1.5rem;
  text-align: center !important;
}

.subtitle{
  font-weight:normal;
  
}

.select-button{
  padding:0.45rem 1rem;
  padding-right:1.5rem;
  position:relative;
  border-radius:0.5rem;
  border:2px solid lightgrey;
  font-weight:normal;
  border:none;
  box-shadow: 0px 1px 2px 0px #0000003b, -1px 0px 2px 0px   #ffffff33;
}

.select-button:after{
  content:' ';
  position:absolute;
  height:0.7vmin;
  width:0.7vmin;
  border:1px solid black;
  border-bottom:none;
  border-left:none;
  right:10%;
  top:30%;
  transform:rotate(134deg);
}

.dot{
  height:15px;
  width:15px;
}

table{
  width:100%;
  font-weight:normal;
  font-size:13px;
  border-collapse: collapse;
  color:#474747;
}

tr{
  transition:background-color 0.2s;

}
tr:hover{
  background-color:#FFFFFD;
 
}
td{
  padding:1rem;
  border:none;
}

td{
  text-align:center;
}
td:first-child{
  border-radius: 1.5rem 0rem 0rem 1.5rem;
  text-align:left;
}

td:last-child{
  border-radius: 0rem 1.5rem 1.5rem 0rem;
}

.icono-texto{
  display:flex;
  align-items: center;
}

.icono-texto>div{
  margin-left:10px;
}

.contenedor-svg{
  background-color:#E090C9;
  border-radius:0.7REM;
  padding:10PX;
}

/*
  Botones
*/
.btn-primary{
  background-color: #0f2a5b !important;
  border-color: #0f2a5b !important;
}

.btn-info{
  background-color: #7cc6d8 !important;
  border-color: #7cc6d8 !important;
}

.btn-danger{
  background-color: #8e2e69 !important;
  border-color: #8e2e69 !important;
}

/*
  Flotantes
*/
.contenedor-tools{
  width:90px;
  height:240px;
  position:absolute;
  right:0px;
  bottom:200px;
  text-align: center;
}
.botonF1{
  width:70px;
  height:70px;
  border-radius:100%;
/*  background: linear-gradient(90deg, rgb(0 0 49) 0%, rgb(0 98 204) 50%, rgb(0 0 49) 100%);*/
  background: #3a8c88;
  right:0;
  bottom:0;
  position:absolute;
  margin-right:16px;
  margin-bottom:970px;
  border:none;
  outline:none;
  color:#FFF;
  font-size:30px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;  
}
span{
  transition:.5s;  
}
.botonF1:hover span{
  transform:rotate(360deg);
}
.botonF1:active{
  transform:scale(1.1);
}
.btn-tool{
  width:50px;
  height:50px;
  border-radius:100%;
  border:none;
  color:#FFF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  font-size:25px;
  outline:none;
  position:absolute;
  right:0px;
  bottom:950px;
  margin-right:26px;
  transform:scale(0);
}
.botonF2{
  background:white;
  margin-bottom:85px;
  transition:0.5s;
}
.botonF3{
  background:#f1f8ff;
  margin-bottom:130px;
  transition:0.7s;
}
.botonF4{
  background:white;
  margin-bottom:175px;
  transition:0.9s;
}
.botonF5{
  background:white;
  margin-bottom:220px;
  transition:0.99s;
}
.animacionVer{
  transform:scale(1);
}

.header-top{
  /*height: 45px;*/
  background-color: black;
  color: #fff;
  justify-content: space-between;
  /*padding: 5px 20px 5px;*/
  text-align: center;
}

.header-top {
  top: 0;
}

.modal-content{
  border-radius: 4.3rem !important;
}

.aviso {
  background: #242b57;
  padding: 1em;
}

/*
  card slider
*/
.slider {
  --slider-padding: 1rem;
  --slider-column-gap: 1rem;
  --slide-width: 25%;
  --slide-min-width: 15rem;
  position: relative;
  overflow: hidden;
}
.slider__track {
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  margin-right: calc(var(--slider-column-gap) * -1);
  scrollbar-width: none;
}
.slider__track > * {
  flex: 0 0 var(--slide-width);
  min-width: var(--slide-min-width);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding-right: var(--slider-column-gap);
}
.slider__track::-webkit-scrollbar {
  display: none;
}
.slider__buttons {
  margin-top: 1rem;
}
.slider__buttons [disabled] {
  opacity: 0.5;
}
.slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  background: #6c5ce7;
  color: #a29bfe;
  font-size: 3rem;
  font-weight: normal;
}

.card {
  position: relative;
  min-width: 320px;
  height: 360px;
  box-shadow: inset 5px 5px 5px rgba(255, 255, 255, 0.1),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 25px;
  transition: 0.5s;
}

.card:nth-child(1) .box .content a {
  background: #2196f3;
}

.card:nth-child(2) .box .content a {
  background: #e91e63;
}

.card:nth-child(3) .box .content a {
  background: #23c186;
}

.card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
/*  background: #3a8c88;*/
  background: linear-gradient(90deg, #71a9a6 50%, #3a8c88 100%);;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

 .card .box:hover {
  transform: translateY(-50px);
}

 .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
/*  background: rgb(255 255 255 / 25%);*/
}

 .card .box .content {
  padding: 20px;
  text-align: center;
}

 .card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

 .card .box .content h3 {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.card .box .content p {
  font-size: 1rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

 .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
 .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

.slider__button {
  width: 100%;
  max-width: 200px;
  border: transparent;
  background: #00b2ae;
  color: white;
  font-weight: normal;
  margin: 0 10px;
  border-radius: 3px;
  display: inline-block;
}

/*
  Modo lap
*/
@media only screen and (max-width: 1500px), only screen and (max-device-width: 1500px) {
  .svg {
    position: absolute;
    left: 0;
    bottom: 600px;
    width: 100%;
    height: 10vw;
    max-height: 200px;
  }

  @keyframes animated-text{
    from{width: 0;}
    to{width:280px;}
  }
}

/*
  Modo Movil
*/

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
  .navHH_155 {
    height: 155px !important;
  }

  .navHH_700{
    height: 700px !important;
  }

  .card-circle{
       border-radius: 0px;
       padding: 0px;
  }

  .card-circle .card-title {
    font-weight: normal;
    font-size: 40px;
  }

  .wh{
    display: none;
  }

  ._w90{
    width: 100%;
  }

  /* Tamaños */
  .w30{
    width: 50%;
  }
  
  ._w_menu{
    width: 50%;
  }

  ._w60{
    width: 40%;
  }

  .w50{
    width: 100%;
  }

  .w25{
    width: 40%;
  }

  .carousel-inner {
    padding-top: 45.25%;
    display: block;
    content: "";
  }

  .panel {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 10vh;
    border-radius: 10px;
    color: #fff;
    text-shadow: 0px 2px 4px #000;
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    transition: flex 0.7s ease-in;
  }

  .alertify .ajs-dialog {
    max-width: 800px;
  }

  h3, .card-title, .navbar-toggler, .t19{
    font-size: 33px;
  }

  h4, .alertify .ajs-footer .ajs-buttons .ajs-button, .t17, li, td, th{
    font-size: 30px;
  }

  input[type="date"], input[type="number"], input[type="text"], option, select, input[type="email"]{
    font-size: 28px;
  }

  h5, ul.list li .title, label, .btn{
    font-size: 27px;
  }

  h6{
    font-size: 26px !important;
  }

  svg{
    height: 12vw;
  }

  /*.carousel-container{
    max-width: 920px !important;
  }*/

  .contenedor-tools {
    bottom: 1100px !important;
  }

  ._px80, ._px40{
    width: 110px;
  }

  .profile img {
    width: 200px;
    height: 200px;
  }

  .navbar-toggler{
    background-color: #266fb6;
    border-radius: 15px;
  }

  .form__field{
    font-size: 2.3rem;
  }

  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 2.0em;
    text-align: right !important;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: normal;
/*    text-transform: uppercase;*/
  }
  
  table td:last-child {
    border-bottom: 0;
  }

  ._pxhw{
    width: 120px;
    height: 90px;
    font-size: 22px;
  }

  .banner{
    padding: 120px;
  }

  p{
    font-size: 25px !important;
  }

  .svg{
    height: 7vw;
    position: relative;
    bottom: 0px;
  }

  @keyframes animated-text{
    from{width: 0;}
    to{width:700px;}
  }

}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1300px !important;
  }
}