/* 
    Theme Name: HDS Assessments
    Theme URI: 
    Author: hdsassessments
    Author URI: https://tekoestudio.com
    Description: Tema diseñado para el ...
    Version: 1.0
    Requires at least: 4.9.6
    Requires PHP: 5.2.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: flexbox, responsive, teko-grid, tekoestudio, css
    Text Domain: hdsassessments

*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
    font-family: "Montserrat";
    width: 100vw;
    overflow-x: hidden;
}
.font-montse{
    font-family: "Montserrat";
}
.ptb-32{
    padding: 32px 0;
}
.ptb-64{
    padding: 64px 0;
}
.pb-64{
    padding-bottom: 64px;
}
.gap-1{
    gap: 1rem;
}
.text-gray{
    color: #86868D;
}
.text-blue{
    color: #0063A7;
}
#select-idiom {
    border-radius: 12px;
    padding: 10px;
    background: #DCEAF4;
    color: #0063A7;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    border: none;
}
.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #0063A7;
    font-size: 11px;
}
.font-12{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.font-14{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.font-16{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.font-24{
    line-height: 28px;
    font-size: 24px;
    font-weight: 500;
}
.font-30{
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}
.font-34{
    line-height: 40px;
    font-size: 34px;
    font-weight: 700;
}
.bg-gray{
    background-color: #f8f8f8;
}
.bg-green{
    background-color: #6EA137;
}
.text-center{
    text-align: center;
}
#logo-hds-assessments {
    width: 307px;
}
.w-500{
    font-weight: 500;
}
.w-700{
    font-weight: 700;
}
.intro-cover-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.intro-cover-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.intro-cover-img {
    height: 600px;
    margin-left: 64px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    font-size: 60px;
    color: #fff;
}
.btn-play:hover{
    color: #fff;
}
.cointainer-intro-hds{
    max-width: 465px;
    height: 100%;
}
.card-tool {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 10px 22px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}
.logo-tool {
    height: 115px;
    object-fit: cover;
}
.gap-10x{
    gap: 10px;
}
.text-white{
    color: #fff;
}
.card-blue {
    width: 19%;
    padding: 10px 22px;
    background: #0063A7;
    border-radius: 12px;
    height: 286px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.icon-card-blue {
    width: 75px;
    height: 75px;
    background: #81BD41;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 48px;
}
.icon-card-blue i {
    font-size: 48px;
}
.img-sr {
    width: 100px;
    height: 100px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.img-sr img {
    width: 90px;
    height: 90px;
    object-fit: none;
}
.btn-sr{
    color: #6EA137;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 700;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 12px;
    text-decoration: none;
}
.btn-sr:hover{
    text-decoration: none;
    color:#6EA137;
}
.btn-sr i {
    font-size: 16px;
}
.card-sr {
    display: flex;
    align-items: center;
    gap: 20px;
}
.separator-sr {
    width: 1px;
    height: 90px;
    background: #fff;
    transform: rotate(15deg);
}
.card-demo {
    height: 350px;
}
.card-demo img {
    height: 100%;
    width: 60%;
    object-fit: cover;
}
.card-demo {
    border-radius: 12px;
    height: 350px;
    overflow: hidden;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    display: flex;
    align-items: center;
}
.text-demo {
    padding: 0 30px;
}
#btn-demo {
    background: #0063A7;
    padding: 22px 110px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    border-radius: 12px;
}
#btn-demo:hover {
    text-decoration: none;
}
footer {
    background: #231F20;
    padding: 11px 0;
    text-align: center;
}
.show-mobile{
    display: none;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    width: fit-content;
}