body{
  font-family: 'Open Sans', sans-serif;

}
/***************************************
	PROYECT TAB
****************************************/
.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}




/***************************************** 
The switch - the box around the slider 
******************************************/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.card .card-header{
  background-color: #D65209;
  color: #0064FF;
  font-weight: bold;
}

.Font1{
  font-weight: bold;
  color: #004299;

}

.fondo{
  background-color: #62A1FE;
  background-image: url("../../Imagenes/Fondos/Fondo1.png");
}

.fondo2{
  background-color: #62A1FE;
  background-image: url("../../Imagenes/Fondos/fondo_t1.png");
   background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
}

.fondo3{
  background-color: #62A1FE;
  background-image: url("../../Imagenes/Fondos/fondo_t2.png");
   background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
}

.fondo4{
  background-color: #62A1FE;
  background-image: url("../../Imagenes/Fondos/fondo_general.jpg");
  background-size: 100% 100%;
}


.box {
  display: block;
  align-items: center;
  justify-content: center;
}

.btnRisbo::before, .btnRisbo: :after{
  contant:  "";
  display: block;
  position: absolute;
  inset:  0;
  z-index: -1;
}

.btnRisbo::after{
  background-color: #292929;
}

.btnRisbo::before{
  background-image: 
  linear-gradient(
    to botom right,
    #aeffb9 0%,
    #a091ff 100%
  );
  transition: 
    transform: 200ms;
}

.btnRisbo:hover::before,
.btnRisbo:focus::before{
  transform: scale(1.1);
}

.appWhatsapp{
  position: fixed;
  right: 26px;
  bottom: 100px;
  width: 60px;
  z-index: 1000;
}

.appWhatsapp img{
  width: 100%;
  height: auto;
}
 
.font-orgullo{

  font-family: 'Whisper', cursive;
}

.gradient1{
  background: linear-gradient(220.55deg, #3793FF 0%, #0017E4 100%);
}

.gradient2{
  background: linear-gradient(220.55deg, #FF0000 0%, #470000 100%);
}

.gradient3{
  background: linear-gradient(220.55deg, #00B960 0%, #00552C 100%);
}

.gradient4{
  background: linear-gradient(220.55deg, #EAEAEA 0%, #8B8B8B 100%);
}

.gradient5{
  background: linear-gradient(220.55deg, #5EE2FF 0%, #00576A 100%);
}
.gradient6{
  background: linear-gradient(220.55deg, #FF5EEF 0%, #456EFF 100%);
}