body {
}



.h33{
  left: -30px !important;
  bottom: -20px !important;
  color: rgb(242, 240, 240);
}
.h44{
  bottom: -40px !important;
}
.h55{
  left: -60px !important;

  bottom: -20px !important;
}
.img{
  margin-left: 50px;
}
.tamaño_icono{
  font-size: 25px;
}
.cs{
  position: relative;
  top: -60px;
  right: -750px;
  margin-bottom: 35px;
}
.tamaño_icono1{
  text-align: center;
   width: 85px;
}
.card_iconos{
  font-size: 50px;
}
.navbar-styles{
  background: linear-gradient(to top, #117c94, #33c0df) !important;
  /* background-color: #17859d !important; */
  box-shadow: 2px 2px 5px #545252;
  margin-bottom: 30px;
}
.borde{
  border: #b8b8b8 2px dashed;
}
.sombra{
  border-radius: 10px;
  box-shadow: 2px 2px 6px #7e7b7b;
}
/* .nav-user{
  margin-top: 100px !important;
} */
.boton{
  /* position:absolute; */
  box-shadow: 2px 2px 5px #545252;
  width: 50px;
  height: 50px;
  border-radius: 30px;
}
.color_detalle{
  background: #ED0722;
  color: #fff;
}
*,*:after, *:before{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contenedor_carga{
  background-color: rgb(250,240,245,0.9);
  height: 100% !important;
  width: 100% !important;
  position: fixed;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  z-index: 10000;
}

#carga{
  border: 15px solid #ccc;
  border-top-color: #f4266a;
  border-top-style: groove;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: girar 1.5s linear infinite;
  -o-animation: girar 1.5s linear infinite;
  animation: girar 1.5s linear infinite;
}



.loading {
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
  border: 15px solid #ccc;
  border-top-color: #f4266a;
  border-top-style: groove;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: girar 1.5s linear infinite;
  -o-animation: girar 1.5s linear infinite;
  animation: girar 1.5s linear infinite;
}
@keyframes girar {
  from{ transform: rotate(0deg);}
  to{ transform: rotate(360deg);}
}
