.div-Enfoque .curso-seminario  p.nombreProfesor:nth-child(1n) {
    display:none;
}
/*TABS NAV*/
ul.resp-tabs-list {
    width: 100%;
    display: flex;
}
.resp-tabs-list li {
    width: 50%;
    text-align: center;
}
.resp-tabs-list li i {
    font-size: 35px;
}
.resp-tabs-list li p {
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
}
.resp-tab-active li p {
    color: #000;
}
.resp-tab-active li i {
    color: #000;
}
.div-Enfoque .curso-seminario {
    padding: 3%;
    background: #fff;
    padding: 6%;
    border: solid 2px #e76717;
    min-height: 300px;
    height: 300px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.div-Enfoque .curso-seminario h3 {
    font-size: 1.3em !important;
    color: #000000 !important;
}
.div-Enfoque span.enlace {
    letter-spacing: 2px;
    background: #fff;
    color: #e76717 !important;
    padding: 5px 10px;
    display: table;
    font-weight: bold;
    margin-top: 20px;
    border: solid 2px;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-size: 1em;
    cursor: pointer;
}
.modal .modal-content h5.modal-title {
    color: #e76717 !important;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1.5em;
}
.modal .modal-content .btn-secondary {
    color: #ffffff;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-size: 1.2em;
    border: solid 2px;
    border-radius: 0;
    letter-spacing: 1px;
    margin-top: 0;
    margin: 0 auto;
    display: table;
    background: #e76717;
    margin-bottom: 20px;
    margin: 0 auto;
    display: table;
    margin: 0 auto !important;
}
.div-Enfoque span.enlace:hover {
    background: #e76717;
    color: #fff !important;
    transition: 0.2s;
}
.content-tabs {
	background-color:#FFF;
	border-radius:5px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	box-shadow: 0 1px 5px 0 #a2a2a2;
	-webkit-box-shadow: 0 1px 5px 0 #a2a2a2;
	-moz-box-shadow: 0 1px 5px 0 #a2a2a2;
	-ms-box-shadow: 0 1px 5px 0 #a2a2a2;
	padding:20px;
	height: auto;
	display:table;
	}
	
.content-tabs h1 {
	margin-top:0px;
	}
	
.content-tabs .slide_interna .nivo-caption h1 {
	margin-top:0px;
	}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
.resp-tabs-list li {
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}
.resp-tabs-container {
    padding: 0px;
    background-color: #ffffff;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
    padding: 0px;
}
.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}
.resp-tab-item {
    background-color: #fffefe;
    border: none;
    color: #7b7b7b;
    margin-right: 5px !important;
}
.resp-tab-active {
    background-color: #ffffff;
    border: none;
    color: #000 !important;
    border-bottom: solid 6px #e76717;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: 1px solid #ffffff;
}
h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px !important;
}
h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
	border-bottom: 1px solid #cccccc;
	background-color: #ededed;
	font-size:16px;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #f5f5f5;
    border: 1px solid #c1c1c1;
    float: left;
    width: 70%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}
.resp-vtabs .resp-tab-content {
    border: none;
}
.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #666;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
	color:#ffffff;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #e8670c;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #ffffff;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}
.content-tabs ul {
	padding-left:0px;
	}
.seccion {
        position: relative;
        padding: 2% 0 6%;
        z-index: 0;
    }
    .centro_multicultural {
        border: 2px solid #ddd;
        padding: 15px 15px 0px;
        background-image: url(../img/WEBEAS_img.jpg);
        width: 97%;
        min-height: 448px;
        background-size: cover;
        background-position-x: center;
    }
    #Webeas .centro_multicultural::before {
        border: 2px solid #dadae5;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 68px;
        bottom: 35px;
        content: "";
        opacity: 1;
        transition: all 0.3s;
        margin: -16px 0;
        z-index: -1;
        width: 91%;
    }
    #Webeas .seccion h2 {
        font-family: "Nunito", sans-serif;
        font-weight: 800;
        font-size: 2.2em;
        margin: 0;
        margin-bottom: 10px;
        background: linear-gradient(to left, #e76717, #933d00);
        -webkit-background-clip: text;
        color: transparent;
        line-height: 40px;
    }
    #Webeas .seccion a {
        letter-spacing: 2px;
        background: #fff;
        color: #e76717 !important;
        padding: 5px 10px;
        display: table;
        font-weight: bold;
        margin-top: 20px;
        border: solid 2px;
        font-family: "Roboto Mono", monospace;
        text-transform: uppercase;
        font-size: 1em;
        cursor: pointer;
    }
    #Webeas .seccion a:hover {
        background: #e76717;
        color: #fff !important;
        transition: 0.2s;
    }
/*ESTILOS FORMULARIO-*/
#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz {
background-color: #e8670c;
    padding: 42px;
    border-radius: 25px;
    color: #fff;
    margin: 4% 9% 0;
}
div#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz a {
    color: #ffbf00!important;
}
#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz_AutorizacionUsoDeDatos_list label {
    font-size: .8em;
}
input#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz_btnOK {
background-color: #fff!important;
    color: #010101!important;
    border-color: #ff954b !important;
    font-size: 1.7em!important;
}
input#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz_btnOK:hover {
background-color: #c95402!important;
    color: #ffff!important;
    border: 1px solid#ffff!important;
}
section.contacto_sem h3 {
    text-align: center;
    font-size: 1.5em!important;
}
div#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz label {
    display: inline-block;
    width: 100%;
    line-height: 1.1em;
}
input#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz_btnOK {
    width: 56%;
}
/*ESTILOS FORMULARIO-*/
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    h2.resp-accordion {
        text-align: center;
    }
    h2.resp-tab-active {
        background: #de6210 !important;
        color: #fff !important;
    }
    .resp-tabs-container {
        padding: 40px 0px;
    }
}
@media (max-width:600px) {
.div-Enfoque .curso-seminario {
    height: auto;
}
#Webeas .seccion h2 {
    font-size: 1.4em;
    line-height: 29px;
}
.centro_multicultural {
    width: 97%;
    min-height: 312px;
    background-position-x: -113px;
}
.cajaequipo a {
    word-break: break-all;
}
#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz {
    margin: 0;
}
input#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz_Nombres_txtText {
    width: 100%;
}
input#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz_Apellidos_txtText {
       width: 100%;
}
input#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz_Correo_txtText {
    width: 100%;
}
input#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz_Telefono_txtText {
    width: 100%;
}
input#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz_Comentario_txtText{
      width: 100%;
}
div#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz a {
    font-size: .8em;
}
#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz {
    padding: 21px;
}
#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz .marginForm {
    border: 0;
}
input#p_lt_ctl09_pageplaceholder_p_lt_ctl07_editabletext_ucEditableText_widget1_ctl00_viewBiz_btnOK {
    width: 106%;
    font-size: 1em!important;
}
.contacto_sem .row {
    border: 0!important;
}
}
@media (max-width:320px) {
.resp-tab-content {
    padding: 0px!important;
}
}
/*FIN TABS NAV*/