
/****CORES*****/
.yellow_color_bg{
    background-color: #fcc40b !important;
}

.black_color_bg{
    background-color: #141414 !important;
}

.white_colog_bg{
    background-color: white;
}

.yellow_color{
    color: #fcc40b !important;
}

.d_grey_color{
    color: #181818;
}

.arrow_border_color{
    color: #bd0000;
}

.footer_color{
    color: #999;
}

.black_color{
    color: black !important; 
}

.wh_color{
    color: white;
}

.table_color{
    background-color: #f8db7d;
}


/****COMPONENTS****/
.icon_size{
    height: 95px;
    margin-bottom: 5px;
}

.sobre_title{
        font-size: 55px !important;
        font-weight: 800 !important;
        line-height: 1.1 !important;
}

.diplay_text_size{
    font-size: 30px;
}

@media (max-width: 1200px) {
    .display-2{
        font-size:60px;
        font-weight:300;
        line-height:1.2
    }
  }


@media (max-width: 1200px) {
    .display-2{
        font-size:60px;
        font-weight:300;
        line-height:1.2
    }
  }

  @media (max-width: 1024px) {
    .display-2{
        font-size:55px;
        font-weight:300;
        line-height:1.2
    }
  }

@media (max-width: 1024px) {
    .text-xl,
    .text-xl span {
      font-size: 80px;
      line-height: 110px;
    }
  }

  @media (max-width: 991px) {
    .text-xl,
    .text-xl span {
      font-size: 60px;
      line-height: 110px;
      margin-left: 10px;
    }
  }

  @media (max-width: 991px) {
    .team-members .team-member .team-image > img {
      width: 60%;
      border-radius: 5px 5px 0 0;
    }
  }


    /****ICONS****/
    .icons_size{
        height: 90px;
    }

    .icons_size2{
        height: 100px;
    }

    @media (max-width: 800px) {
        .icons_size2{
            height: 70px;
        }
    }


    /****MARGIN/PADDING****/
    .pd_yellow_section{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    }

    .padding_section{
        padding-bottom: 0% !important;
    }

    .mt_icons{
        margin-top: 20px;
    }

    .mb_contactos{
        margin-bottom: 1% !important;
    }

    .pd_video_sec{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mg_slider{
        margin-top: 250px;
        margin-bottom: 0px;
        float:right;
    }

    .pd_o_ginasio{
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .mb_ginasio{
        margin-bottom: 0px;
    }

    .mt_horario{
        margin-bottom: 0px;
    }

    @media (max-width: 991px) {
        .mb_horario{
            margin-bottom: 40px !important;
        }    
    }

    @media (max-width: 991px) {
        .mb_ginasio{
        margin-bottom: 40px;
        }
    }


    @media (max-width: 1255px) {
        .pd_o_ginasio{
            padding-top: 70px;
            padding-bottom: 40px;
        }
    }

    @media (max-width: 1200px) {
        .pd_o_ginasio{
            padding-top: 70px;
            padding-bottom: 70px;
        }
    }

    @media (max-width: 1133px) {
        .pd_o_ginasio{
            padding-top: 50px;
            padding-bottom: 50px;
        }
    }

    .mb_icons{
        margin-bottom: 0px;
    }

    @media (max-width: 1133px) {
        .mb_icons{
            margin-bottom: 20px;
        }
    }

    #page-content.no-sidebar.pd_calendar{
    padding-top: 0% !important; 
    padding-bottom: 0% !important;
    }



    /****FILTROS****/
    .video_filter{
        filter: grayscale(100%);
    }


    /****CALENDARIO****/
    @media (max-width: 520px) {
        .table_hor{
            display: none;
        }
    }

    /*CALENDARIO-CORES*/
    .yoga_color{
        background-color: #fcc40b;
    }

    .pilates_color{
        background-color: #bebebe;
    }

    .cycling_color{
        background-color:rgb(255, 255, 70);
    }

    .abs_color{
        background-color: rgb(190, 155, 0);
    }

    .boxe_color{
        background-color: rgba(189, 172, 22, 0.726);
    }

    .hiit_color{
        background-color: grey;
    }

    div#calendar2 .fc-list-table {
        background-color: #fcc40b;
    }


  




