/*@import url("https://fonts.googleapis.com/css?family=Raleway:300,400");
*/
body {
  margin:0px !important;
  background: rgb(255, 254, 254) ;
  font-family: Arial;
}

.msgalto{
  height: 70px;
}

.list-left{
  padding: 19px;
  width: 100%;
  background-color: #ddddd7;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.nommenu{
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: -1;
}

.list-left0{
  padding: 19px;
  background-color: #f5f5f5;
  width: 100%;
  height: 400px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

#link1 { color: #a09f9f; }
#link2 { color: #018ef3; }

.lblclass{
    background-color: #0069A6;
    color: #FFFFFF;
}

.txttipomezcla > input[readonly] {
    background-color: #7bf06b !important;
}

.badge{
    background-color: #e19a00;
}

/*image seleccione */
.picture-container{
  position: relative;
  cursor: pointer;
  text-align: center;
}

.login-fond{
  height: 100%;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  background-image:url(../images/login.jpg);
}

.alert{
  position: absolute;
  top:0%;
  width: 94%;
	z-index: 0;
}

.calendario > div{
  background: #dbdfdf;
  padding: 15px;
  border: 1px solid #fbfbfb;
}

.datalle > div{
  background: #5992f6;
  color: #ffffff;
  padding: 25px;
  border: 1px solid #fefefe;
}

.horas{
  color: #000;
}

#frmmsg { 
  position: fixed;
  z-index:1600; 
  overflow: auto;
}

.degradado{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
  background: #026498;
	background: -moz-linear-gradient(left, #026498 0%, rgba(53, 77, 98, 0.65) 53%, #005A9B 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53, 77, 98, 0.65)), color-stop(53%, rgba(105,166,180,1)), color-stop(100%, #005A9B));
	background: -webkit-linear-gradient(left, #026498 0%, rgba(53, 77, 98, 0.65) 53%, #005A9B 100%);
	background: -o-linear-gradient(left, #026498 0%, rgba(53, 77, 98, 0.65) 53%, #005A9B 100%);
	background: -ms-linear-gradient(left, #026498 0%, rgba(53, 77, 98, 0.65) 53%, #005A9B 100%);
	background: linear-gradient(to right, #026498 0%, rgba(53, 77, 98, 0.65) 53%, #005A9B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc5a4', endColorstr='#688bc2', GradientType=1 );
	top: 0;
	left: 0;
  opacity: 0.9;
}


.picture{
  width: 186px;
  height: 186px;
  background-color:rgb(255, 255, 255);
  border: 4px solid #ffffff;
  color:#fff;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

/**CAMARA  **/
#video_wrap {
  width: 320px;
  height: 80px;
  display: none;
}
#video_frame {
  border-color: rgba(62, 121, 229, 0.827);
  border-width: 4px;
  border-style:solid;
  width: 320px;
}
#video_overlays {
  position: absolute;
}
#canvas_frame {
  position: relative;
  top:0%;
  left:70%;
  width: 420px;
  height: 450px;
  float: left;
  display: none;
}
/** FIN CAMARA **/

.picture:hover{
  border-color: #2ca8ff;
}

.picture-src{
  width: 100%;
  height: 100%;
}

.picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

/* hjasta aqui */
.list-group {
  height: 200px;
  overflow: scroll;
}

.btn-primary{
  background: #0069A6;
}

.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  width: 100%;
}

.rowc{
  margin-top: 5%;
  margin-left: 5%;
}

.fila{
  margin-left: 2%;
}

/*** mobile ***/

.mobile-footer{
  background-color: #ededed;
  padding: 5px 0 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.mobile-footer .mobile-footer-inner{
  display: table;
  width: 100%;
  margin: 0;
}
.mobile-footer .mobile-footer-inner>div{
  display: table-cell;
  text-align: center;
}
.mobile-footer .mobile-block>a{
  display: block;
  color: #333333;
  padding: 5px;
  font-size: 0;
  line-height: 0;
}
.mobile-footer .mobile-block>a .text{
  font-size: 13px;
  line-height: 1;
  display: block;
  font-weight: 600;
}
.mobile-footer .mobile-block>a>.fa{
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}
/*** FIN ***/

.botonsubir{
  background-color: rgb(255, 255, 255);
  position:absolute;
  width: 66%;
  margin-top: 0px;
}

.separar{
  position:static;
  height: 70px;
}

#suggestions {
  border-color: gray;
  border-width: 1px;
  border-style: dotted;

  background-color: #ffffff;
  box-shadow: 3px 3px 8px 0 rgba(2, 2, 2, 0.2);
  height: auto;
  position: absolute;
  top: 150px;
  left: 20px;
  z-index: 999;
  width: 400px;
}

#suggestions .suggest-element {
  cursor: pointer;
  padding: 8px;
  width: 400px;
  float: left;
}

#suggestions button {
  text-align: left;
  border-color: rgb(255, 255, 255);
  border-width: 1px;
  background-color:  rgb(255, 255, 255);
}


#suggestions button:hover {
  text-decoration: none;
  background-color: #026498;
}

.menuprinci{
  left: 0px;
  height: 100%;
  width: 100%;


  background: #020024;
  background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
  opacity: 0.3;
}

.modal .modal-dialog .modal-content .modal-header{
  background: -o-linear-gradient(#4290b8, #026498);
  background: -webkit-linear-gradient(#4290b8, #026498);
  background: -moz-linear-gradient(#4290b8, #026498);
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;

  color: #FFFFFF;
  border-bottom: 4px solid #1d4c9c;
}

.modal .modal-dialog .modal-content{
  border-bottom: 4px solid #026498;
}

.modal .modal-dialog .modal-content .modal-header .close{
  background: #014c74;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 24px;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.modal .modal-dialog .modal-content .modal-header .close:hover { background: #55c4ff; }


#login .container #login-row #login-column #login-box {
  background:url(../images/block-1-shadow.png) 0 0 no-repeat;
  padding: 3em;
  margin-left: 0px;
  max-width: 400px;
  height: 550px;
  border: 1px solid #9C9C9C;
  background-color: #fbfbff;
  -webkit-box-shadow: 8px 9px 20px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 8px 9px 20px -1px rgba(0,0,0,0.75);
  box-shadow: 8px 9px 20px -1px rgba(0,0,0,0.75);
}

#login .titulol {
  position: absolute;
  top: 7%;
  left: 55%;
  margin-top: 0.3%;
  border-radius: 20%;
  padding: 1em;
  height: 70px;
  width: 70px;
  display: flex;
  z-index:1;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background:transparent;
}

.imagen{
  position: absolute;
  top: 30%;
}


.img-profilem{
  position:absolute;
  top: 10%;
  left: 20%;
  height: 5rem;
  width: 5rem;
}

.img-profilems{
  height: 2rem;
  width: 2rem;
}

.img-profile {
  height: 57px;
  width: 57px;
}
.rounded-circle {
  border-radius: 50% !important;
}

.nav-items{
  position: absolute;
  text-align: left;
  top: -10px;
  left: 80%;
  width: 20%;
  top: 1em;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.bordesup { 
  position: static;
  border: solid;
  border-color: #53B4D8;
  margin-top: 0px;
  height: 2%;
  background-color: #53B4D8;
  border-bottom-color: #0069A6;
  color: #0069A6;
  font-family: "Gotham Medium", sans-serif;
}

footer {
  background-color: #0069A6;
  bottom: 0px;
  width: 100%;
  height: 130px;
  opacity:0.5;
  z-index: 1;
}

#filofooter {
  z-index: 2;
  position:fixed;
  left:0px;
  bottom:0px;
  height:20px;
  width:100%;
  background:#53B4D8;
}

.company:before {
  position: absolute;
  left: 40%;
  top: 2px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(255, 254, 254);
  content: "www.coresolutions.tech ventas@coresolutions.tech 2025";
}

footer #fonts{
  bottom: 0;
  width: 100%;
  height: 130px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  opacity:1;
}

/* MI MENU RESPONSIVE -----------------------------------------------------------------------------------*/
/*and (min-aspect-ratio: 16/10), 
only screen and (max-width: 1024px) and (aspect-ratio: 4/3), 
only screen and (orientation: portrait), 
only screen and (max-width: 768px) and (orientation: landscape) */
@media only screen and (max-width: 1000px) {
/*Aquí las CSS para Tablet o cualquier dispositivo más pequeño
      .bordesup { 
        font-size: 11px;
      }*/
      .img-profile{
        display: none;
      }

      .menusup { 
        left: 0px;
        width: 100%;
      }
  
      .menuiz{
        display: none;
      }

      .insnom{
          position: absolute;
          text-align: right;
          top : 75%;
          width: 95%;
          color: white;
      }

      .opciones {
        display:none;
      }

      .menuocul{
        display:none;
      }
     
      .desarrollo{
        position: relative;
        left: 1%;
        height: 100%;
        width: 100%;
        z-index:0;
        overflow-y: scroll;
      }

      .detalleus{
        position: absolute;
        width: 100%;
        height: 1250px;
        top: 0px;
        left: 350px;
        border: 1px solid #53B4D8;
        padding: 8px;
      }

      .separador {
        height: 15px;
      }


      #login .titulol {
        height: 0px;
        visibility: hidden;
      }
      
      #login .container #login-row #login-column #login-box {
          position:absolute;
          left: 10%;
          top: 0px;
          width: 400px;
          margin-top: 40px;
      }

      .required{
        position: absolute;
        left: 5%;
        top: 90%;
        background-color: transparent;
        color: rgb(255, 255, 255);
        z-index: 1;
      }

      .etiqueta{
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        border-radius: 24px 24px 24px 24px;
        background-color: rgb(107, 115, 228) ;
        height: 30px;
        width: 130px;
      }

      .contenersub{
        position:absolute;
        display: flex;
        flex-wrap: wrap;
        left: 15%;
        top: 20%;
        height: 85%;
        width: 80%;
        min-width: 80%;
        padding: 2% 2% 20% 2%;
      }

     .navLink {
          position: relative;
          display:inline-block;
          text-align: left;
          font-size: 15px;
          color: #000;
          transition : all 200ms linear;
          width:370px;
          min-width: 340px;
          height:95px;
          min-height: 90px;
          border-radius: 8px;
          padding: 8% 1% 0% 20%;
    }

    .desarrollo{
        position: absolute;
        height: 100%;
        width: 100%;
        z-index:0;
        overflow-y: scroll;
        scrollbar-width:thin;
    }

    .colum1{
      width: 100%;
    }

    .colum2{
      width: 100%;
      display: none;
    }

    .img-profileted{
      display: none;
    }

    .titulo1{
      position: absolute;
      width: 330px;
      top: 3%;
      left: 20%;
      text-align: left; 
      font-family: Arial Black; 
      font-weight: bold; font-size: 20px; 
      background: #202020; 
      -webkit-background-clip: text; 
      -moz-background-clip: text; 
      background-clip: text; 
      color: transparent; 
      text-shadow: 0px 3px 3px rgba(255,255,255,0.4),0px -1px 1px rgba(0,0,0,0.3);
      z-index: 1;
    }
}



.navLink a {
  color: #f9f7f7;
}

.navLink:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0,255,255,0.5);
}


/*-----------------------------------------------------------*/
/*NO TOPAR PATOLIN*/
@media only screen and (min-width: 1001px){
    .contenersub{
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        left: 15%;
        top: 15%;
        height: 70%;
        width: 80%;
        min-width: 80%;
        padding: 1% 1% 12% 1%;
    }

    .navLink {
          position: relative;
          display:inline-block;
          text-align: left;
          font-size: 15px;
          color: #000;
          transition : all 200ms linear;
          width:370px;
          min-width: 340px;
          height:95px;
          min-height: 90px;
          border-radius: 8px;
          padding: 3% 1% 0% 7%;
    }

    .insnom{
      position: absolute;
      text-align: right;
      top : 75%;
      width: 95%;
      color: white;
    }

    .menusup .respon{
        display : none;
    }
    
    .detalleus{
      position: absolute;
      width: 600px;
      height: 1210px;
      top: 0px;
      left: 350px;
      border: 1px solid #53B4D8;
      padding: 8px;
    }


    .menuocul { 
      position: absolute;
      background-color:#0069A6;
      left: 0px;
      top: 80px;
      height: 50px;
      width: 35px;
    }
    
    .menuocul #link {
      position: absolute;
      font-size:12px;
      color:#fefeff;
      display: inline-block;        
   
    }
    
    .separador {
      height: 65px;
    }
    
    #login .container #login-row #login-column #login-box {
      position:absolute;
      left: 35%;
      top: 20px;
      border-radius: 15px;
      width: 400px;
      margin-top: 40px;
    }

    .etiqueta{
      position: absolute;
      left: 1px;
      text-align: left;
      font-size: 13px;
      font-weight: bold;
      border-radius: 24px 24px 24px 24px;
      background-color: rgb(40, 42, 78) ;
      height: 35px;
      width: 240px;
    }

    .required{
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      left: 25%;
      top: 95%;
      background-color: transparent;
      color: rgb(255, 255, 255);
      z-index: 1;
    }

    .img-profileted{
      position: absolute;
      top: -1%;
      left: -10%;
      width: 656px;
      height: 632px;
    }

    .desarrollo{
        position:absolute;
        left: 5%;
        top: 25%;
        width: 87%;
        height: 95%;
        overflow-y: scroll;
        scrollbar-width:thin;
        scrollbar-color: #2442a4;
    }

    .titulo1{
      font-size: 18px;
      width: 390px;

      text-align: left; 
      font-family: Arial Black; 
      font-weight: bold; font-size: 30px; 
      background: #202020; 
      -webkit-background-clip: text; 
      -moz-background-clip: text; 
      background-clip: text; 
      color: transparent; 
      text-shadow: 0px 3px 3px rgba(255,255,255,0.4),0px -1px 1px rgba(0,0,0,0.3);
    }

    .mobile-footer{
      display: none;
    }
}
/* MI MENU RESPONSIVE -----------------------------------------------------------------------------------*/

.labelcheck {
  background-color: #aaa9a9;
  color:#fefeff;
}

header {
  padding: 50px 0;
}
header h1 {
  color: white;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.4px;
  font-family: "Raleway", sans-serif;
}


.container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding: 0 30px;
  background-color: transparent;
}

/*botones home*/
.container .thumbex {
  margin: 4px 20px 20px;
  width: 100%;
  min-width: 250px;
  max-width: 435px;
  height: 300px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  outline: 2px solid white;
  outline-offset: -15px;
  background-color: blue;
  box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}

.container .thumbex .thumbnail {
  overflow: hidden;
  min-width: 250px;
  height: 300px;
  position: relative;
  opacity: 0.88;
  backface-visibility: hidden;
  transition: all 0.4s ease-out;
}
.container .thumbex .thumbnail img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 115%;
  width: auto;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
.container .thumbex .thumbnail span {
  position: absolute;
  z-index: 2;
  top: calc(150px - 20px);
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 50px;
  margin: 0 45px;
  text-align: center;
  font-size: 20px;
  color: white;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-out;
  opacity: 0.7;
}
.container .thumbex .thumbnail:hover {
  backface-visibility: hidden;
  transform: scale(1.15, 1.15);
  opacity: 1;
}
.container .thumbex .thumbnail:hover span {
  opacity: 0;
}

.nav-link {
  color: #d6d4d4;
}

/*AQUI STYLE DE TABS */
.tab-content{
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
/*    border-top:5px solid #e19a00;
    border-bottom:5px solid #e19a00; */
    padding:30px 25px;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
    border: none;
    background: #e19a00;
    color:#fff;
    border-radius:0;
    transition: background 0.20s linear;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.top-nav-collapse {
  background-color: #4285F4;
}

html,
body,
header,
.view {
  height: 100%;
}

/*PRUEBAS */
input.error, textarea.error {
  border: 1px dashed red;
  font-weight: 300;
  color: red;
}

label.error {
  color: rgb(255, 0, 0);
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}

.main {
  width: 50%;
  margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */
.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

/*INPUTS */
.ninput[type=text] {
  border:0;
  border-radius:0;
}

/*PUBLICIDAD VENTANA CITAS*/
table .header{
  background-color: #FF9500;
  color: #fff;
}

.panel-default{
  position:static;
  display: flex;
  align-items:flex-end;
  top: 0px;
  height:200px;
  background: linear-gradient(0deg, rgba(255,149,0,1) 40%, rgb(253, 165, 41) 74%, #fdc372) 100%;
}

.div-table-content {
  position: relative;
  height:61% ;
  overflow-y:auto;
  background-color: #ff7d04;
}

/**/
.table-condensed {
  color: #fff;
  font-weight: bold;
  font-weight: 300;
  font-size:xx-large;
  background: linear-gradient(-1deg, #ff7d04 40%, rgb(253, 165, 41) 74%, #FF9500) 100%;
}

.table-condensed tbody tr:nth-child(odd) {
	background: hsla(#e9be6d,0.5);
  height: 50px;
}
.table-condensed tbody tr:nth-child(even) {
	background: hsla(#FF9500,0.5);
  height: 50px;
}

.table-condensed {
  border-collapse: collapse;
  width: 100%;
}

.picture_citas{
  width: 130px;
  height: 130px;
  border: 2px solid #f5d02c;
  color:#fff;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.container-logo{
  position:absolute;
  width: 100%;
  top: 10px;
}

.titutlo-empresa{
  color: #fff;
  font-weight: bold;
  font-weight: 300;
  font-size:xx-large;
  text-shadow: 
	  -0.1em 0.1em 0.1em #060
}

.footer{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20%;
  color: #fff;
  background-color: #ff7d04;
}

/**animacion */
.animation{
  width:60%;
  height:30%;
  margin:0px auto;
}
.img{
  position: absolute;
  width: 1000px;
  height: 150px;
  top: 10px;
}
.invisible{
  visibility: hidden;
}

.home{
    position: absolute;
    z-index:-1;
    left: 0%;
    top: 5%;
    width:100%;
    height:94%;
    background-repeat:no-repeat;
    background:url(../images/fondo.jpg);
    background-size:100% 100%;
    opacity: 0.5;
}

.home img{
  width: 100%;
}

.pantallas{
  position: absolute;
  left: 15%;
  top: 12%;
  width:85%;
  height:88%;
  background-size: 85% 88%;
  background-repeat:no-repeat;
  background:url(../images/fondo1.png);
  background-size:contain;
}

.dz-image-preview {
    border: 1px solid #d6d4d4;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
 
.preview {
    position: relative;
    background: #fff;
    border: 1px solid #dadada;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.preview img {
    cursor: pointer;
}

/** Para armar plan estudio **/
#planestudio{
  background: #eee;
  z-index: 0;
}

#modules {
  padding: 20px;
  background: #eee;
  margin-bottom: 20px;
  z-index: 1;
  border-radius: 10px;
}

.hover {
  outline: 1px solid blue;
}

table .dropdown-menu {
  position: fixed !important;
}

.drop-item {
  cursor: pointer;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid rgb(204, 204, 204);
  position: relative;
}

.drop-item .campo{
  width: 550px;
}

.drop-item .remove {
  position: absolute;
  top: 4px;
  right: 4px;
}

 /** NAV TAB ACTUAL **/
 .custom-tabs {
    background-color: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-tabs .nav-link {
    color: #495057;
    border: none;
    padding: 15px 25px;
    transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
    color: #fff;
    background-color: #4781e6;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
}

.custom-tabs .tab-content {
    padding: 30px;
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-group-text{
    font-size: 10px;
}


/* prueba */
@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);
/* Main Styles */
.button {
  display: block;
  background-color: #4a7dc0;
  width: 300px;
  height: 100px;
  line-height: 100px;
  margin: auto;
  color: #fff;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.button span,
.button .icon {
  display: block;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.button span {
  width: 72%;
  line-height: inherit;
  font-size: 15px;
  text-transform: uppercase;
  left: 0;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.button span:after {
  content: "";
  background-color: #faf8f8;
  width: 2px;
  height: 70%;
  position: absolute;
  top: 15%;
  right: -1px;
}
.button .icon {
  width: 28%;
  right: 0;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.button .icon .imgicon{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.button .icon .fa {
  font-size: 30px;
  vertical-align: middle;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}
.button .icon .fa-remove {
  height: 36px;
}
.button .icon .fa-check {
  display: none;
}
.button.success span, .button:hover span {
  left: -72%;
  opacity: 0;
}
.button.success .icon, .button:hover .icon {
  width: 100%;
}
.button.success .icon .fa, .button:hover .icon .fa {
  font-size: 45px;
}
.button.success {
  background-color: #27ae60;
}
.button.success .icon .fa-remove {
  display: none;
}
.button.success .icon .fa-check {
  display: inline-block;
}
.button:hover {
  opacity: 0.9;
}
.button:hover .icon .fa-remove {
  height: 46px;
}
.button:active {
  opacity: 1;
}