

.whatsappbutton { background-color: var(--color-whatsapp); /* Green */ border: none; color: var(--white); text-align: center; text-decoration: none; font-size: 16px; border-radius: 20px; padding: 10px 20px; margin-top: 10px !important; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: auto; cursor: pointer }
.whatsappbutton:hover { background-color: var(--white);
    color: var(--color-whatsapp);
    border: 2px solid var(--color-whatsapp)}
.whatsappbutton span { vertical-align: text-bottom !important; }

.whatsappbutton-sm {
    font-size: 16px;
    padding: 5px 10px;  
}
.whatsappbutton-sm i {
    font-size: 14px;
}
.map-wrapper {
    max-height: 275px;
}
.sticky-whatsapp{
    position: absolute;
    left: 1%;
    bottom: 1.1%;
    color: var(--white);
    border-radius: 50%;
    width: 56px;
    background: var(--color-whatsapp);
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 950;
}
.sticky-whatsapp .fa-whatsapp{
    margin: 0!important;
}
.sticky-whatsapp:hover{

    color: var(--color-whatsapp);
    background: var(--white);
}
.tooltip-inner {
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--border-d);
    max-width: 275px;
    color: var(--color-secondary)!important;
}

.bg-gradient-pink {
    background: -o-linear-gradient(left, var(--transparent-black) 4%, var(--gradient-pink-color) 23%, var(--color-light-blue) 48%, var(--color-light-blue) 90%, var(--transparent-black) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, var(--transparent-black)), color-stop(23%, var(--gradient-pink-color)), color-stop(48%, var(--color-light-blue)), color-stop(90%, var(--color-light-blue)), to(var(--transparent-black)));
    background: linear-gradient(90deg, var(--transparent-black) 4%, var(--gradient-pink-color) 23%, var(--color-light-blue) 48%, var(--color-light-blue) 90%, var(--transparent-black) 100%);
}





.svg-wrapper {
    position: relative;
    left: 0;
}

.svg-wrapper:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0; /* change value as required */
    background-repeat: no-repeat;
    background-size: contain;
}

.Ellipse1006:after {
    background-image: url('https://www.aicad.es/templates/default/landing-pages/conoce-aicad/images/Ellipse_1006.svg');
    background-position-x: left;
    left: 0;
    width: 700px;
    height: 700px;
    -webkit-transform: translate(-22%, -17%);
    -ms-transform: translate(-22%, -17%);
    transform: translate(-22%, -17%);
}


.Ellipse1007:after {
    background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1007.svg');
    background-position-x: left;
    left: 0;
    width: 1100px;
    height: 1100px;
    -webkit-transform: translate(-25%, 12%);
    -ms-transform: translate(-25%, 12%);
    transform: translate(-25%, 12%);
}

.Ellipse1002:after {
    background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1002.svg');
    background-position-x: right;
    right: 0;
    width: 800px;
    height: 800px;
    -webkit-transform: translate(10%, 0%);
    -ms-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
}
.Ellipse1002_dup:after {
    background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1002.svg');
    background-position-x: right;
    right: 0;
    width: 800px;
    height: 800px;
    -webkit-transform: translate(10%, -100%);
    -ms-transform: translate(10%, -100%);
    transform: translate(10%, -100%);
}


.Ellipse1010:after {
    background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1010.svg');

    background-position-x: left;
    left: 0;
    width: 915px;
    height: 915px;
    -webkit-transform: translate(-10%, 0%);
    -ms-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%);
}

.Ellipse1011:after {
    background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1010.svg');

    background-position-x: left;
    left: 0;
    width: 650px;
    height: 650px;
    -webkit-transform: translate(-10%, 0%);
    -ms-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%);
}



.Ellipse1006_dup:after {
    background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1006.svg');
    background-position-x: right;
    right: 0;
    width: 300px;
    height: 300px;
    -webkit-transform: translate(5%, 40%);
    -ms-transform: translate(5%, 40%);
    transform: translate(5%, 40%);
}

.Ellipse1006:after {
    background-image: url('https://www.aicad.es/templates/default/landing-pages/conoce-aicad/images/Ellipse_1006.svg');
    background-position-x: left;
    left: 0;
    width: 1200px;
    height: 1200px;
    -webkit-transform: translate(-31%,-30%);
    -ms-transform: translate(-31%,-30%);
    transform: translate(-31%,-30%);
}


.conoce-card img {
    border-radius: 15px 0px 0px 15px;
}

.banner-title {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 170%;
    color: var(--Color-en-mov-2);
}

.banner-sub-title, .banner-sub-title p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 250% */
    letter-spacing: -0.6px;
    font-family: var(--bs-font-monospace);
    color: var(--color-aicad-dark);
    margin-bottom: 0px;
}
.banner-sub-title-new p {
    font-style: normal;
    font-family: var(--bs-font-monospace);
    color: var(--color-aicad-dark);
    margin-bottom: 0px;
font-size: 20px;
font-weight: 400;
line-height: 50px;
letter-spacing: -0.6px;
}

.line-height-50 {
    line-height: 50px!important;

}
.banner-sub-title-lg {
    font-size: 23px;
    line-height: 50px;
}

.form-title {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: var(--color-aicad-dark);
}
.whatsappbutton {
    border: 2px solid transparent;
    transition: all 0.7s ease-in-out    ;
}


.form-sub {
    font-size: 18px;
    line-height:140%;
    padding: 0;

}
.form-sub-new {
    font-size: 18px;
    line-height:normal;
    padding: 0;

}
.card-sub-new-sm {
    font-size: 16px;
    line-height:normal;
    padding: 0;

}
.form-sub a {
    color: var(--text-main-color);
    text-decoration: underline;
    font-weight: 600;
}
.form-sub-title
{
    font-size: 18px;
    line-height:140%;
    padding: 0;

}

.card-title {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color:#1D469F ;
}

.convenio-card-title {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-size: 23px;
    line-height: 160%;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color:  var(--text-main-color-green);
}


h2.convenio-card-title {
    padding-bottom: 3px;
    margin-top: 15px;
}

h3.convenio-card-title {
    font-size: 21px;
    color: var(--color-corporate-blue);
    font-weight: 700;
    margin-left: 15px;
    padding-bottom: 3px;

}

h3.convenio-card-title + p {
    margin-left: 15px;
}


h4.convenio-card-title , .h4.convenio-card-title {
    font-size: 18px;
    color: var(--color-azul);
    font-weight: 700;
    margin-left: 30px;
    padding-bottom: 3px;

}

h4.convenio-card-title  + p ,.h4.convenio-card-title  + p  {
    margin-left: 30px;
}

.convenio-card-desc{
    font-family: var(--bs-font-monospace);!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: var(--color-aicad-dark);

}
.convenio-icon-card-title{
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--Color-Boton);
}
.convenio-icon-card-desc {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--color-light-grey);
}
.btn-convenio {

    background: var(--btn-enviar-white);
    border: 1px solid var(--Color-Boton)!important;
    -webkit-box-shadow: 0px 4px 4px var(--shadow-color-black-25);
    box-shadow: 0px 4px 4px var(--shadow-color-black-25);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 8px;
    gap: 8px;
    width: 100%;

}

.btn-convenio:hover {
    -webkit-box-shadow: 0px 4px 4px var(--transparent-black);
    box-shadow: 0px 4px 4px var(--transparent-black);

    background: var(--Color-Boton);
    border: 1px solid var(--white);
    color: var(--white);
}

.dotted-card-title:before {
    content: '';
    border-left: 40px dotted var(--dotted-color);
    min-height: 40px;
    margin-left: 5px;
    position: absolute;
    left: -18px;

}

.dotted-card-title {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: var(--color-azul-transparent);
    position: relative;
    padding-left: 80px;

}

.dotted-card-text {
    font-family: var(--bs-font-monospace);
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-aicad-dark);
}

.dotted-card {
    background: -o-radial-gradient(7px 13px, circle, var(--dotted-card-bg-color) 5px, transparent 2px, transparent 20px) 0 0 / 60px 24px;
    background: radial-gradient(circle at 7px 13px, var(--dotted-card-bg-color) 5px, transparent 2px, transparent 20px) 0 0 / 60px 24px;
    background-repeat: repeat-y;
    padding-left: 80px;
    background-blend-mode: multiply, normal, normal, normal;
}
.non-dotted-card {
    padding-left: 80px;
}

.blur-card {
    background: var(--show-color-grey);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 10px;
}

.semi-blur-card {
    background: var(--show-color-grey);
    border: 1px solid var(--shadow-color-black-25);
    -webkit-box-shadow: 0px 0px 4px var(--shadow-color-black-25);
    box-shadow: 0px 0px 4px var(--shadow-color-black-25);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 15px 15px 20px 20px !important;
}
.semi-blur-card-img {
    border-radius: 15px 15px 20px 20px !important;
    height: 210px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 15px;
}

.semi-blur-card-title {
    font-size: 30px;
    line-height: 160%;
}

.semi-blur-card-desc {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: var(--color-aicad-dark);
}

.discount-tag-title {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--Color-Boton);
}


.card-modalidad { 
    border-radius: 8px;
    background: var(--course-card-bg);
    -webkit-box-shadow: 0px 0px 7px 0px var(--shadow-color-dark);
    box-shadow: 0px 0px 7px 0px var(--shadow-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
  .card-modalidad-title {
    color: var(--Color-Boton, var(--Color-Boton));
    font-family: var(--bs-font-monospace);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
  .card-modalidad-desc {
    color: var(--black);
    font-family: var(--bs-font-monospace);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.4px;
  }
  .card-titulacion {
    padding: 16px ;
    padding-bottom: 0;
    border-radius: 8px;
    background: var(--color-text-white);
    -webkit-box-shadow: 0px 0px 7px 0px var(--shadow-color-dark);
    box-shadow: 0px 0px 7px 0px var(--shadow-color-white);
    height: 100%;
  }
  .titulacion-img {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px 0px var(--shador-color-logo-wrapper-3) inset;
    box-shadow: 0px 0px 6px 0px var(--shador-color-logo-wrapper-3) inset;
  }
  .card-titulacion-desc {
    color: var(--color-aicad-dark);
    font-family: var(--bs-font-monospace);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

.discount-tag-title-2 {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--color-aicad-dark);

}

.discount-title-100 {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 600;
    font-size: 200px;
    line-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--color-corporate-blue);
}

.discount-title-sub {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--color-aicad-dark);

}

.card-sub-text {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: var(--color-aicad-dark);
}
.card-sub-text-2 {
  
    color: var(--Color-empresa, #007C7C);
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


.form-card {
    background: -o-linear-gradient(320.55deg, var(--show-color-grey) 16.4%,var(--shadow-color-blue-grey) 54.24%, var(--show-color-grey) 87.63%)!important;
    background: linear-gradient(129.45deg, var(--show-color-grey) 16.4%,var(--shadow-color-blue-grey) 54.24%, var(--show-color-grey) 87.63%)!important;
    -webkit-box-shadow: 0px 0px 4px var(--shadow-color-black-25);
    box-shadow: 0px 0px 4px var(--shadow-color-black-25);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 15px 15px 20px 20px;
}

#country-code-prefix {
    min-width: 75px;
    font-size: 17px;
}


.pink-stepper {
    font-size: 1em;
    line-height: 1.75em;
    border-top: 10px solid;
    -o-border-image:-o-linear-gradient(left, var(--gradient-pink-color) 7%, var(--gradient-blue-color) 23%, var(--gradient-blue-color) 93%, var(--gradient-pink-color) 100%);
    border-image: linear-gradient(to right, var(--gradient-pink-color) 7%, var(--gradient-blue-color) 23%, var(--gradient-blue-color) 93%, var(--gradient-pink-color) 100%);
    border-image-source:  linear-gradient(90deg, var(--gradient-pink-color) 7%, var(--gradient-blue-color) 23%, var(--gradient-blue-color) 93%, var(--gradient-pink-color) 100%);
    border-image-slice: 1;
    border-width: 10px;
    margin: 0;
    padding: 40px;
    counter-increment: section;
    position: relative;
    color: var(--convenio-blue);
}
.pink-stepper:before {
    content: counter(section);
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: var(--color-text-white);
    border: 6px solid var(--color-corporate-blue);
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 160%;
    text-align: center;
    color: var(--color-corporate-blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.pink-stepper:nth-child(odd) {
    border-right:10px solid;
    padding-left: 0;

}
.pink-stepper:nth-child(odd):before {
    left: 0;
    top: 0;
    margin-top: -50px;
}

.pink-stepper:nth-child(even) {
    border-left: 10px solid;
    padding-right: 0;
}
.pink-stepper:nth-child(even):before {
    right: 0;
    top: 0;
    margin-top: -50px;
}

.pink-stepper:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.pink-stepper:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.stepper-title {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color:  var(--text-main-color-green);

}

.stepper-desc {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--color-aicad-dark);

}

.btn-enviar {
    background: var(--Color-Boton);
    border: 1px solid var(--Color-Boton)!important;
    -webkit-box-shadow: 0px 4px 4px var(--shadow-color-black-25);
    box-shadow: 0px 4px 4px var(--shadow-color-black-25);
    border-radius: 5px;
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: var(--color-text-white);

}



.overflow-auto::-webkit-scrollbar {
    display: block;
    width: 5px;
    height: 5px;
}

.overflow-auto::-webkit-scrollbar-track {
    background: linear-gradient(24deg, var(--scroll-gradien-grey) 7.67%, var(--scroll-gradien-blue) 92.32%);
    height: 5px;

}

.overflow-auto::-webkit-scrollbar-thumb {
    border: 4px solid var(--color-en-blue) ;
    background-clip: padding-box;
    border-radius: 9999px;
}

.over-flow-button {
    padding: 10px 0;
    cursor: pointer;
    font-size: 22px;
}

.home-faq-controller .over-flow-button {
    margin-bottom: 8px;
}

.overflow-fader-left {
    opacity: 0.6;
    border: .5px solid var(--color-aicad-dark);
    -webkit-box-shadow: 1px 0px 2px var(--shadow-color-black-8);
    box-shadow: 1px 0px 2px var(--shadow-color-black-8);
    height: 25px;
    margin-right: 7px;
}

.overflow-fader-right {
    opacity: 0.6;
    border: .5px solid var(--color-aicad-dark);
    -webkit-box-shadow: -1px 0px 2px var(--shadow-color-black-8);
    box-shadow: -1px 0px 2px var(--shadow-color-black-8);
    height: 25px;
    margin-left: 7px;

}
.btn-section-title {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: var(--white);
    margin-bottom: 1rem;
}


.card-sub {
    padding: 0 15px;
    max-width: 750px;
    margin: auto;
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: var(--color-corporate-blue);
}




.faq-accordion-title[aria-expanded="true"] i:before {
    content: "\f286";
}

.faq-selector {
    color: var(--Color-Boton);
}
.faq-selector[aria-expanded=true] {
    border-bottom: 2px solid var(--text-main-color);
    padding-bottom: 8px;
    color:  var(--text-main-color);
}

.faq-accordion-title {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-corporate-blue);
    padding-bottom: 10px;
    border-bottom: 1.5px solid var(--text-main-color);
}

.faq-accordion-sub * {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-size: 16px;
    line-height: 24px;

}
.video.video-link img {
    border-radius: 36px;
    -webkit-filter: drop-shadow(0px 3px 8px var(--shador-color-logo-wrapper));
    filter: drop-shadow(0px 3px 8px var(--shador-color-logo-wrapper));
}
.video.video-link img.small-yt-img {
    border-radius: 14px;
}


.btn-banner {
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: var(--Color-Boton);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5px;
    gap: 8px;
    background: -o-linear-gradient(280.29deg, var(--color-gradient-white-blue) 7.67%, var(--transparent-black) 92.32%);
    background: linear-gradient(169.71deg, var(--color-gradient-white-blue) 7.67%, var(--transparent-black) 92.32%);
    border: 1px solid var(--Color-Boton);
    border-radius: 5px;
    max-width: 300px;
    min-width: 270px;
    text-align: center;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    margin: auto;
}
.btn-banner:hover {
    background: var(--color-corporate-blue);
    opacity: .9;
    color: var(--white);

}
.bg-gradient-pink-wide {
    background: -o-linear-gradient(left, var(--transparent-black) -20.1%, var(--gradient-pink-color) 6%, var(--gradient-pink-color) 23%, var(--color-light-blue) 48%, var(--color-light-blue) 95%, var(--transparent-black) 120%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-20.1%, var(--transparent-black)), color-stop(6%, var(--gradient-pink-color)), color-stop(23%, var(--gradient-pink-color)), color-stop(48%, var(--color-light-blue)), color-stop(95%, var(--color-light-blue)), color-stop(120%, var(--transparent-black)));
    background: linear-gradient(90deg, var(--transparent-black) -20.1%, var(--gradient-pink-color) 6%, var(--gradient-pink-color) 23%, var(--color-light-blue) 48%, var(--color-light-blue) 95%, var(--transparent-black) 120%);
}
.title-40px {
    color: var(--Color-en-mov-2);
    font-family: var(--bs-font-monospace);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
}
.forbes-section-capitation {
    color: var(--forbes-title);
    font-family: var(--bs-font-monospace);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.76px;
}
.forbes-section-title {
    color: var(--color-azul-transparent);
    text-align: center;


    font-family: var(--bs-font-monospace);
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.forbes-section-desc {
    color: var(--Color-en-mov-2);


    font-family: var(--bs-font-monospace);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.7rem;
}

.gradient-pink-box {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(20.63%, var(--gradient-pink-color)), color-stop(46.47%, var(--gradient-blue-color)));
    background: -webkit-gradient(linear, left top, right top, color-stop(20.63%, var(--gradient-pink-color-transparent)), color-stop(46.47%, var(--gradient-blue-color-transparent)));
    background: linear-gradient(90deg, var(--gradient-pink-color-transparent) 20.63%, var(--gradient-blue-color-transparent) 46.47%);
    -webkit-box-shadow: 0px 0px 14px 0px var(--box-shadow-gradient-box);
    box-shadow: 0px 0px 14px 0px var(--box-shadow-gradient-box);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    height: 100%;
}
.forbes-section-desc {
    text-align: center;
}

.ac-item-card {
    border-radius: 10px;
    background: var(--shadow-color-dark);
    -webkit-box-shadow: 0px 0px 20px 0px var(--shadow-color-black-10);
    box-shadow: 0px 0px 20px 0px var(--shadow-color-black-10);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    
}

#EllipseBaloon_2::after {
    width: 2100px;
}


#Ellipse1010:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzkwIiBoZWlnaHQ9IjEwODYiIHZpZXdCb3g9IjAgMCA3OTAgMTA4NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNLTc3LjQ4MDUgMTA4NkMtMzkwLjkwMiAxMDg2IC0zNDUuNDgxIDk1Ni40MjEgLTM0NS40OCA2NDIuOTk5Qy0zNDUuNDggMzI5LjU3NyAtNDI2LjkwMiAtNS4zMTcxNWUtMDUgLTExMy40OCAtMy45NDcxNGUtMDVDMTk5Ljk0MSAtMi41NzcxM2UtMDUgNzg5LjUyIDMyOS41NzcgNzg5LjUyIDY0Mi45OTlDNzg5LjUxOSA5NTYuNDIxIDIzNS45NDEgMTA4NiAtNzcuNDgwNSAxMDg2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEyODM1XzIxODE2KSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMjgzNV8yMTgxNiIgeDE9Ijc4OS41MiIgeTE9IjMyOS42ODEiIHgyPSItMzQ1LjQ4IiB5Mj0iOTU0LjUxNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQjhDRUZGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0JDRkNEQSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=');
    background-position-x: right;
    left: 0; /* change value as required */
    width: 1400px;
    height: 1400px;
    -webkit-transform: translate(-17%, -6%);
    -ms-transform: translate(-17%, -6%);
    transform: translate(-17%, -6%);
  }

  #Ellipse1011:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzkwIiBoZWlnaHQ9IjEwODYiIHZpZXdCb3g9IjAgMCA3OTAgMTA4NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNLTc3LjQ4MDUgMTA4NkMtMzkwLjkwMiAxMDg2IC0zNDUuNDgxIDk1Ni40MjEgLTM0NS40OCA2NDIuOTk5Qy0zNDUuNDggMzI5LjU3NyAtNDI2LjkwMiAtNS4zMTcxNWUtMDUgLTExMy40OCAtMy45NDcxNGUtMDVDMTk5Ljk0MSAtMi41NzcxM2UtMDUgNzg5LjUyIDMyOS41NzcgNzg5LjUyIDY0Mi45OTlDNzg5LjUxOSA5NTYuNDIxIDIzNS45NDEgMTA4NiAtNzcuNDgwNSAxMDg2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEyODM1XzIxODE2KSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMjgzNV8yMTgxNiIgeDE9Ijc4OS41MiIgeTE9IjMyOS42ODEiIHgyPSItMzQ1LjQ4IiB5Mj0iOTU0LjUxNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQjhDRUZGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0JDRkNEQSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=');
    background-position-x: right;
    left: 0; /* change value as required */
    width: 1000px;
    height: 1000px;
    -webkit-transform: translate(-17%, -0%);
    -ms-transform: translate(-17%, -0%);
    transform: translate(-17%, -0%);
  }

  .distributor-footer {
    background: linear-gradient(180deg, #DAE9FF 0%, #F1F7FF 33%, #EFF5FF 75.5%, #DAE9FF 100%);
  }
  .footer-col-title {
    color: var(--color-azul);
  }
  .footer-col a {
    color: var(--color-azul);
  }
  [data-theme="dark"] #Ellipse1010, [data-theme="dark"] #Ellipse1011 {
    display: none;
  }

  [data-theme="dark"] .distributor-footer {
    background: linear-gradient(180deg, #1A1A1A 0%, #252525 33%, #252525 75.5%, #1A1A1A 100%);
  }
  [data-theme="dark"] .footer-col a {   
    color: var(--white);
  }
  .menu-item-contact {
    display: flex;
padding: 6px!important;
flex-direction: column;
align-items: flex-start;
gap: 10px;
border-radius: 4px;
border: 1px solid var(--Color-en-mov-2, #41548C);
background: var(--Select-button, #DAE9FF);
color: var(--color-corporate-blue);
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%!important;
  }
  [data-theme="dark"] .menu-item-contact {
    background: transparent;
    border: 1px solid #71707d;
  }
  [data-theme="dark"] a.menu-item:hover {
    color: var(--white);
  }

@media screen and (max-width: 992px) {

    .banner-sub-title-new p {
    
    font-size: 20px;
    line-height: 1.5;
    }

    h2.convenio-card-title {
        font-size: 20px;
    }

    h3.convenio-card-title {
        font-size: 18px;
        margin-left: 8px;
    }

    h3.convenio-card-title + p {
        margin-left: 8px;
    }


    h4.convenio-card-title {
        font-size: 16px;
        margin-left: 16px;
    }

    h4.convenio-card-title  + p  {
        margin-left: 16px;
    }
    .title-40px {
        font-size: 24px;
    }
    .title-40px-mb {
        font-size: 34px;
        text-align: center;
    }

    .btn-section-title {
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: var(--white);
    }

    .card-sub {
        padding: 0 15px;
        max-width: 750px;
        margin: auto;
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        text-align: center;
        color: var(--color-corporate-blue);
    }




    .faq-accordion-title[aria-expanded="true"] i:before {
        content: "\f286";
    }

    .faq-accordion-title {
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        color: var(--color-corporate-blue);
    }

    .faq-accordion-sub * {

        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-size: 14px;
        line-height: 21px;

    }

    .Ellipse1006:after {
        background-image: url('https://www.aicad.es/templates/default/landing-pages/conoce-aicad/images/Ellipse_1006.svg');
        background-position-x: left;
        left: 0;
        width: 1000px;
        height: 1000px;
        -webkit-transform: translate(-31%, 0%);
        -ms-transform: translate(-31%, 0%);
        transform: translate(-31%, 0%);
    }


    .Ellipse1010:after {
        background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1010_1.svg');
        background-position-x: left;
        left: 0;
        width: 450px;
        height: 450px;
        -webkit-transform: translate(-10%, 0%);
        -ms-transform: translate(-10%, 0%);
        transform: translate(-10%, 0%);
    }

    .Ellipse1007:after {
        background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1010_1.svg');
        background-position-x: left;
        left: 0;
        width: 450px;
        height: 450px;
        -webkit-transform: translate(-10%, 0%);
        -ms-transform: translate(-10%, 0%);
        transform: translate(-10%, 0%);
    }

    .Ellipse1009:after {
        background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1009.svg');
        background-position-x: right;
        right:0;
        width:350px;
        height: 350px;
        -webkit-transform: translate(20%, -25%);
        -ms-transform: translate(20%, -25%);
        transform: translate(20%, -25%);
    }
    .Ellipse1002_dup:after {
        background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1002.svg');
        background-position-x: right;
        right: 0;
        width: 400px;
        height: 400px;
        -webkit-transform: translate(10%, -100%);
        -ms-transform: translate(10%, -100%);
        transform: translate(10%, -100%);
    }

    .Ellipse1006_dup:after {
        background-image: url('https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/Ellipse_1006.svg');
        background-position-x: right;
        right: 0;
        width: 300px;
        height: 300px;
        -webkit-transform: translate(10%, 40%);
        -ms-transform: translate(10%, 40%);
        transform: translate(10%, 40%);
    }


    .conoce-card img {
        border-radius: 15px 15px 0px 0px;
    }

    .banner-title {
        font-size: 24px;
        line-height: 40px;
    }


    .banner-sub-title {
        font-size: 14px;
        line-height: 190%;
    }

    .banner-sub-title-lg {
        font-size: 18px;
        line-height: 150%;
    }
    .dotted-card-title:before {
        content: '';
        border-left: 24px dotted var(--dotted-color);
        min-height: 30px;
        margin-left: 5px;
        position: absolute;
        left: -10px;

    }

    .dotted-card-title {
        font-size: 24px;
        line-height: 36px;
        padding-left: 40px;
    }

    .dotted-card-text {
        font-size: 14px;
        line-height: 30px;
    }

    .dotted-card {
        background:-o-radial-gradient(7px 12px, circle, var(--dotted-card-bg-color) 4px, transparent 2px, transparent 20px) 0 0 / 60px 18px;
        background:radial-gradient(circle at 7px 12px, var(--dotted-card-bg-color) 4px, transparent 2px, transparent 20px) 0 0 / 60px 18px;
        background-repeat: repeat-y;
        padding-left: 25px;
        background-blend-mode: multiply, normal, normal, normal;
    }

    .form-title {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    .form-sub {
        font-size: 18px;
        line-height:150%;
        padding: 0;

    }

    .form-sub-title {
        font-size: 18px;
        line-height:50px;
        padding: 0;

    }
    .discount-tag-title {
        font-size: 30px;
        line-height: 45px;
    }

    .discount-tag-title-2 {
        font-size: 30px;
        line-height: 45px;
    }

    .discount-title-100 {
        font-size: 55px;
        line-height: 82px;
    }

    .discount-title-sub {
        font-size: 23px;
        line-height: 34px;
    }

    .card-sub-text {
        font-size: 14px;
        line-height: 24px;
    }

    #country-code-prefix {
        min-width: 50px;
        font-size: 14px;
    }

    .btn-convenio {
        background: var(--btn-enviar-white);
        border: 1px solid var(--Color-Boton)!important;
        -webkit-box-shadow: 0px 4px 4px var(--shadow-color-black-25);
        box-shadow: 0px 4px 4px var(--shadow-color-black-25);
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2px 8px;
        gap: 8px;
        width: 100%;

    }

    .stepper-title {
        font-size: 20px;
        line-height: 160%;

    }

    .stepper-desc {
        font-size: 14px;
        line-height: 160%;
    }

    .semi-blur-card-title {
        font-weight: 500;
        font-size: 25px;
        line-height: 160%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color:  var(--text-main-color-green);
    }

    .semi-blur-card-desc {
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 160%;
        text-align: center;
        color: var(--color-aicad-dark);
    }
    .card-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
    .card-title .font-size-60 {
        font-size: 30px;
        line-height: 45px;
    }


    .convenio-card-title {

        font-size: 16px;
        line-height: 150%;
    }
    .convenio-card-desc{
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        text-align: center;
        color: var(--color-aicad-dark);

    }
    .convenio-icon-card-title{
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        letter-spacing: 0.1em;
        color: var(--Color-Boton);
    }
    .convenio-icon-card-desc {
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        letter-spacing: 0.1em;
        color: var(--color-light-grey);
    }

    .card-sub-text {
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 40px;
        color: var(--color-aicad-dark);
    }
    .card-sub-text-2 {
        font-size: 14px;
        line-height: 210%;
    }

    .sticky-purchase-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: -o-linear-gradient(top, var(--convenio-sticky-purchase-1) 0%, var(--convenio-sticky-purchase-2) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(var(--convenio-sticky-purchase-1)), to(var(--convenio-sticky-purchase-2)));
        background: linear-gradient(180deg, var(--convenio-sticky-purchase-1) 0%, var(--convenio-sticky-purchase-2) 100%);
        -webkit-box-shadow: 0px -2px 4px var(--shadow-color-black-25);
        box-shadow: 0px -2px 4px var(--shadow-color-black-25);
        z-index: 100;
    }
    .fixed-bottom {
        bottom: 6rem !important;
    }
    .sticky-bar-card-price {
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .07em;
        color: var(--text-main-color);

    }
    .non-dotted-card {
        padding-left:25px;
    }

}

@media screen and (max-width: 768px) {

    .pink-stepper {
        font-size: 1em;
        line-height: 1.75em;
        border-top: 10px solid;
        -o-border-image:-o-linear-gradient(left, var(--gradient-pink-color) 7%, var(--gradient-blue-color) 23%, var(--gradient-blue-color) 93%, var(--gradient-pink-color) 100%);
        border-image: linear-gradient(90deg, var(--gradient-pink-color) 7%, var(--gradient-blue-color) 23%, var(--gradient-blue-color) 93%, var(--gradient-pink-color) 100%);
        border-image-source:  linear-gradient(90deg, var(--gradient-pink-color) 7%, var(--gradient-blue-color) 23%, var(--gradient-blue-color) 93%, var(--gradient-pink-color) 100%);
        border-image-slice: 1;
        border-width: 10px;
        margin: 0;
        padding: 0px;
        counter-increment: section;
        position: relative;
        color: var(--convenio-blue);
        border: unset!important;
    }
    .pink-stepper-number {
        background: var(--color-text-white);
        border: 6px solid var(--color-corporate-blue);
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 160%;
        text-align: center;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        color: var(--color-corporate-blue);
    }
    .semi-blur-card-img {
        height: unset;
    }
    .pink-stepper:before {
        content: counter(section);
        position: absolute;
        border-radius: 50%;
        padding: 10px;
        width: 40px;
        height: 40px;
        text-align: center;
        background: var(--color-text-white);
        border: 6px solid var(--color-corporate-blue);
        font-family: var(--bs-font-monospace);
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 160%;
        text-align: center;
        color: var(--color-corporate-blue);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

    }
    .sticky-whatsapp-btn2,.sticky-wp-btn {
        bottom: 3vh;
    }

}

.fixed-bottom .sticky-whatsapp-btn, .fixed-bottom .sticky-wp-btn  {
}


.vendor-card-content {

}

.vendor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 5px;
    border-radius: 24px;
    background: var(--white-transparent);
    box-shadow: 0px 0px 5px 0px var(--shadow-color-grey-dark);
    backdrop-filter: blur(20px);
    margin: 14px;
}

.vendor-title  {
    color: var(--color-corporate-blue);
    text-align: center;
    font-family: var(--bs-font-monospace);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.vendor-card-desc  {
    color: var(--Texto);
    text-align: center;
    font-family: var(--bs-font-monospace);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.vendor-location {
    color: var(--Color-animacion-hover);
    text-align: center;
    font-family: var(--bs-font-monospace);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.vendor-link  {
    color: var(--Color-Boton);
    text-align: center;
    font-family: var(--bs-font-monospace);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-decoration-line: underline;
}



#authors-slider .slick-arrow   {
    color:var(--Color-Boton);
    background-color: var(--Fondo-web);
    border: 3px solid  var(--Fondo-web);
    font-size: 25px;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 100;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px  2px 2px var(--shadow-color-white);
    box-shadow: 0px 0px  2px 2px var(--shadow-color-white);
}

#authors-slider .slick-prev {
    left:-.5rem;
}

#authors-slider .slick-prev:before {
    color:var(--Color-Boton);
    content: none;
}

#authors-slider .slick-next{
    right:-.5rem;
}
#authors-slider .slick-arrow .bi {
    border: 3px solid var(--Color-Boton);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 1px;
}

#authors-slider .slick-next:before {
    color: #0b0b0b;
    content: none;
}


#authors-slider  .slick-dots li button:before {
    font-family: 'slick',serif;
    font-size: 50px;
    line-height: 80%;
    color: var(--color-corporate-blue);
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
}

#authors-slider  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--color-corporate-blue)
}

    @media screen and (max-width: 768px){


    .vendor-card {
        padding: 10px;
        margin: 0px 15px;
    }
}
