/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-mar-2017, 9:26:15
    Author     : arodriguez
*/
#all:before {
    content: "";
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/templates/visiotech/css/images/showroom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0px;
    display: block;
    position: absolute;
    z-index: 0;
    margin: 0;
    max-width: none;
}
body #all{
    max-width: unset;
}
.subCourseContainer span{
    color: #707070;
    /* BODY/REGULAR */
    font-family: "OpenSans Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.subCourseContainer .dateCapitalize{
    text-transform: capitalize;
}
.subCourseMainContainer{
    display: flex;
    gap:5px;
    flex-direction: column;
}
.subCourseContainer{
    display: flex;
    align-items: center;
    gap: 8px;
}
#card-seminar .seminar_title{
    margin-left: 0 !important;
}
h1.seminar_title{
    color: var(--main-color, var(--primary-principal));
    /* H1/LIGHT */
    font-family: "Titillium";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-bottom: 0px;
    padding-bottom: 15px;
}

h2.seminar_subtitle{
    color: var(--Gris, #676767);
    /* H2/SEMIBOLD */
    font-family: "museosans_500";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
h3.seminar_subtitle{
    color: var(--PRIMARY-PRINCIPAL, var(--primary-principal));
    /* H2/BOLD */
    font-family: "museosans_700";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 0px;
}
.positionalImageTextSeminar{
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 15px 0px 10px 0px;
}
.labelContainerSeminar {
    display: flex;
    align-items: flex-start;
}

#card-seminar{
    padding: 1em 3em;
    margin: 0px 20px;
    max-width: 704px;
    margin: auto;
}

.g-recaptcha>div {
    height: auto !important;
}
.g-recaptcha {
    overflow: auto;
}

#secundary-seminar{  
    padding: 20px 130px;
}

.form__input
{
    border: 0px;
    border: 1px solid grey;
    padding: 1em;
    font-size: 1em;
    width: 100%;
    border-radius: 5px;
}
.textFieldsSeminarContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* espacio entre elementos */
    margin: 20px 0 10px;
}
.form__submit__container{
    display: flex;
    gap: 31px;

}
.main_cart_seminar{
    margin: 80px 0 60px;
}
.form__submit__container button{
    text-align: center;
    /* H4/BOLD */
    font-family: "OpenSans Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.form__submit__container .button-no-client{
    text-decoration: none;
    text-align: center;
    /* H4/BOLD */
    font-family: "OpenSans Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.button-no-client {
    display: block;
    width: 100%;
    padding: 16px;
    margin: 30px auto 20px auto;
    color: var(--primary-principal);
    border-radius: 5px;
    border: 1.5px solid var(--primary-principal);
    background-color: transparent;
}
.button-no-client:focus {
    color: var(--primary-principal);
     outline: 0px 
}
.button-no-client:hover {
    color: white;
    background-color: var(--primary-principal);
    transition-duration: 0.3s;
}
.seminarForm label{
    color: #707070;
    font-family: "OpenSans Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}
.textFieldsSeminarContainer input {
    flex-basis: calc(50% - 15px); /* la mitad del ancho del contenedor menos la mitad del gap */
    flex-grow: 0;
    flex-shrink: 0;
}
.form__input:focus{
    border-bottom: solid 1px #8e8e8e;
}

 select.form__input{
    padding-right: 1em;
}

.form__submit
{
    width: 100%;
    display: block;
    padding: 16px;
    margin: 30px auto 20px auto;
    text-align: center;
    font: 1.4em museosans_700;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    background-color: var(--primary-principal);
    border: none;
}

.form__submit:hover{
    background-color: var(--primary-variant1);
    transition: 0.2s;
    color: white;
    text-decoration: none;
}
.form__submit:focus{
    background-color: var(--primary-variant2);
    transition: 0.2s;
    color: white;
    text-decoration: none;
    outline: none;
    outline: none;
    outline-offset: none;
    text-decoration: none;
}

.form__radio
{
    font-size: 1.5em;
        margin-right: 20px;
    margin-left: 20px;
}

.form__attendance
{
    text-align: center;
    margin-top: 5%;
    display: inline-block;
    width: 100%;
}

.seminar_icon_mode{
    color: white;
    height: 50%;
    text-align: center;
    margin: 40px;
    opacity: 0.4;
    cursor: pointer;
}
.seminar_icon_mode:hover{
   opacity: 0.8;
}
.seminar_icon_mode.active{
    opacity: 1;
}

.seminar_icon{
    margin: 1em;
}

.seminar_highligth{
    font-family: "MuseoSans_700", Arial;
    line-height: 1.7em;
    text-transform: uppercase;
    font-size: 1.8em;
}


.seminar_description{
    font-family: "OpenSans Regular", Arial;
    line-height: 1.7em;
    width: 100%;
    margin: 0px auto;
}

.seminar_separator{
    border-bottom: 1px solid white;
}


.error-captcha{
    color: #F44336;
    margin-top: 10px;
}

.error-captcha .glyphicon-remove{
        margin-right: 10px;
}
.lateSeminarContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.seminar_img__closeSession{
    width: 143px;
    height: 141px;
    margin-top: 27px;
}
.lateSeminarContainer .seminar_title{
    color: var(--PRIMARY-PRINCIPAL, var(--primary-principal));
    text-align: center;
    /* H1/LIGHT */
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0px;
    margin-bottom: 11px;
    margin-top: 23px;
}
.lateSeminarContainer .seminar_subtitle{
    margin: 11px 28px;
}
.lateSeminarContainer .form__submit{
    text-transform: none;
    width: 48%;
    padding: 14px;
}
@media (width <= 976px) {
    #all:before {
        width: 100%;
    }
}
@media (width <= 600px) {
    .main_cart_seminar{
        margin: 80px auto 60px auto;
    }
    .lateSeminarContainer .seminar_subtitle{
        margin: 20px 10px;
    }
    .lateSeminarContainer .form__submit{
        margin-top: 11px;
        width: 83%;
    }
    .textFieldsSeminarContainer {
        flex-direction: column;
    }
    .form__submit__container {
        flex-direction: column;
    }
    .button-no-client {
        margin: 31px 0 0 0;
    }
    .form__submit {
        margin: 0px;
    }
    #card-seminar {
        padding: 24px 2em;
    }
}
@media (width <= 400px) {
    .lateSeminarContainer .seminar_title {
        font-size: 24px;
    }
    .lateSeminarContainer .seminar_subtitle {
        margin: 10px 0;
    }
    h2.seminar_subtitle {
        font-size: 15px;
    }
    .form__submit {
        font: 1 museosans_700;
    }
}
@media (width <= 700px) {
    #card-seminar {
        margin: 0px 20px;
    }
}