html{
	overflow-x: hidden;
}

body {
    font-family: Arimo, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #403633;
    overflow-x: hidden;
}

html, body {
	scroll-padding-top: 200px !important;
    scroll-margin-top: 200px !important;
}

/* start style titulaciones */

body.single-titulacion h1, body.single-titulacion h2, body.single-titulacion h3 {
    font-family: 'Arimo' !important;
    font-weight: bold !important;
}
body.single-titulacion h2 {
    font-size: 25px !important;
}
body.single-titulacion h1, body.single-titulacion h2  {
    margin: 0 !important;
}

body.single-titulacion .page-content ul {
    list-style: revert;
    margin: revert;
    padding: revert;
}

body.single-titulacion .page-content section:nth-child(3) .vc_icon_element + .wpb_content_element  {
	text-transform: uppercase !important;
	font-weight: 500 !important;
}

@media (min-width: 1200px) {
    body.single-titulacion .page-content .container {
        width: 1360px;
    }    
}


body.single-titulacion .vc_icon_element {
    margin: 0 !important;
}

body.single-titulacion .wpcf7-form .wpcf7-submit {
    background: #00acdf;
    color: white;
    font-weight: bold;
   
    font-size: revert;
	display: flex;
	margin: auto;
	font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    border-color: #08c;
    background-color: #08c;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    border: 1px solid transparent;
    border-radius: 5px;
}


body.single-titulacion .vc_btn3-container {
    margin-top: 5px !important;
    padding-top: 20px !important;	
}

.ti-widget  .ti-footer .ti-stars,
.ti-widget  .ti-footer .ti-rating {
	display: none !important;
}

body.single-titulacion .vc_row.container {
    margin: auto !important;
}

.w-auto {
    width:auto !important;
}

.font-bold,
.font-bold button {
    font-weight: bold !important;
} 

.text-black,
.text-black button {
    color: black !important;
}

.text-white,
.text-white button {
    color: white !important;
}

.bg-cetys button {
    background: #043863  !important;
}

body.single-titulacion .wpb_wrapper {
    margin-left: 0 !important;
}

body.single-titulacion .vc_images_carousel img {
    width: 300px !important;
    height: auto !important;
}

body.single-titulacion .background-overflow {
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 60%);
}

body.single-titulacion .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, 
body.single-titulacion .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, 
body.single-titulacion .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
    background: white !important;
    border: 0 !important;
    margin: 0 4rem !important;
}

body.single-titulacion .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
    background: #f0f0f0 !important;
}

body.single-titulacion .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:hover,
body.single-titulacion .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: #a8adb8 !important;
}


body.single-titulacion .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
    font-weight: bold;
    color: #043863 !important;
}

body.single-titulacion .wpcf7-list-item {
    margin: 0;
}

/* end style titulaciones */




p {
    margin-bottom: 15px;
}

a, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-control {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 17px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0;
}

.module-title {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0;
}

.module-title strong {
    font-weight: 500;
}

.module-title .lnr {
    font-size: 44px;
    position: relative;
    top: 7px;
    margin-right: 10px;
}

.form-control:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.topbar {
    background: #043863;
    color: #a5bed3;
    font-family: 'Arimo', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.topbar .nav > li > a:focus, .top-bar .nav > li > a:hover {
    text-decoration: none;
    background-color: #124875;
}

.topbar a,
.topbar a:hover,
.topbar a:focus {
    color: #a5bed3;
    text-decoration: none;
}

.topbar .phone {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff !important;
}
    
.dropbtn {
  border-color: #ff5d74;
  background-color: #ff5d74;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  border: 1px solid transparent;
  border-radius: 5px;
	
  /* background-color: #e57900; */
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #043863;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
  text-align: left;
}

.dropdown-content a {
  color: #a5bed3;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
background-color: #e57900;
color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #043863;
}

.navbar-collapse {
    padding: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Arimo', sans-serif !important;
    font-size: 20px;
    font-weight: 300;
    color: #4d4d4d;
    padding: 45px 10px;
    margin-left: 1px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
    font-family: 'Arimo', sans-serif !important;
}

.main-menu .navbar-nav > li > a:hover {
    background: #eee;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
    text-align: right !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
    font-family: Linearicons-Free !important;
    content: "\e874" !important;
    font-size: 15px;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: inherit;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    border-bottom: #ccc solid 1px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom: none;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    border-color: #043863 !important;
    border-bottom: #043863 solid 5px;
}

.widget-title {
    color: #525252;
    font-family: inherit;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    vertical-align: top;
    display: block;
    border-top: 0px solid #555;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    border-bottom: 0px solid #555;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu:after {
    content: '<span class="colorfull-line"></span>';
}

.color-bar span {
    width: 14%;
    height: 9px;
    display: inline-block;
}

.color-bar span:last-child {
    width: 16%;
}

.colors {
    height: 9px;
}

.colors .color-element {
    width: 14%;
    height: 9px;
    float: left;
}

.page-template .colors {
    height: 4px;
}

.page-template .colors .color-element {
    height: 4px;
}

.colors .color-element:last-child {
    width: 15%;
}

.colors .color-element:first-child {
    width: 15%;
}

.absolute-bar {
    position: absolute;
    left: 0;
    bottom: -9px;
    z-index: 999;
    width: 100%;
}

.red-color,
.bg-red {
    background: #c31e28;
}

.orange-color,
.bg-orange {
    background: #f28700;
}

.blue-color,
.bg-blue {
    background: #292f83;
}

.cyan-color,
.bg-cyan {
    background: #21a6e3;
}

.green-color,
.bg-green {
    background: #88bd00;
}

.darkgreen-color,
.bg-darkgreen {
    background: #008621;
}

.magenta-color,
.bg-magenta {
    background: #e80f6f;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.featured > a {
    padding-right: 0 !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.featured > a:hover {
    background: transparent !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.featured > a span {
    padding: 15px 25px;
    background: #f28700;
    color: #fff;
    margin: 30px 0 0 10px;
    border: #ce6105 solid 1px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.featured > a:hover span {
    background: #e27903;
}

.menu-bar {
    position: relative;
}

.menu-bar .logo-container {
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 99;
}

.top-menu-container {
    padding-left: 0;
}

.top-menu-container .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #6c96b9;
    font-size: 16px;
    font-weight: 300;
}

.top-menu-container .navbar-nav > li > a:hover {
    background: transparent;
}

.top-menu-container .navbar-nav > li.lock-icon > a:before {
    content: "\e80f";
    font-family: Linearicons-Free;
    margin-right: 3px;
}

.top-menu-container .navbar-nav > li.lock-icon > a:first-child {
    padding-left: 0;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: "Arimo", sans-serif;
    font-weight: 300;
}

.btn-primary {
    background: #ff5d74;
    border: #ff5d74 solid 2px;
    color: #fff;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ff5d74;
    border: #ff5d74 solid 2px;
    color: #fff
}

.btn-secondary {
    background: #043863;
    border: #043863 solid 1px;
    color: #fff;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background: #05467c;
    color: #fff;
}

.btn-lg {
    font-size: 24px;
    padding: 10px 25px;
}

.btn-secondary {
    font-size: 20px;
    padding: 10px 20px;
}

.page-content {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-content p {
    text-align: justify;
}

.title {
    color: #043863;
    font-weight: 400;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 10px;
}

.title.has_subtitle {
    margin-bottom: 0;
}

.home-title {
    margin-bottom: 0;
}

.subtitle {
    color: #352f29;
    font-weight: 300;
    font-size: 32px;
    text-transform: none;
}

.page-content-head,
.page-content-head .subtitle {
    text-align: center;
}

.text-cyan {
    color: #26a7e3 !important;
}

.module-header {
    display: block;
    margin: 50px 0 35px 0;
}

a.zoom img {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.zoom {
    position: relative;
    display: block;
    overflow: hidden;
}

a.zoom.light:after {
    display: none;
}

.module-image {
    margin-bottom: 40px;
    display: block;
}

a.zoom:after {
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.zoom:hover img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}

.familias-title {
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    padding-left: 20px;
    z-index: 9;
    width: 55%;
    color: #fff;
    font-size: 27px;
}

.familias-title.small {
    width: 90%;
}

.familias-title span {
    font-weight: 300;
}

.familias-module .right-col {
    padding-left: 0;
}

.familias-module .left-col .row {
    margin-bottom: 16px;
}

.familias-module a.zoom:hover:after {
    height: 0;
}

.familias-title:before {
    content: ' ';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: -1;
}

.familias-module a.zoom:hover .familias-title:before {
    width: 100%;
}

.familias-module {
    margin-top: 30px;
}

.row .column {
    padding-left: 30px;
    padding-right: 30px;
}

.row .column:first-child {
    padding-left: 15px;
}

.row .column:last-child {
    padding-right: 15px;
}

.tab-pane img.porque-cetys {
    margin-top: 10px;
}

.tab-pane {
    padding: 50px 0;
}

.nav-tabs {
    border: none;
}

.nav-tabs > li > a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 21px;
    padding: 10px 30px;

}

.nav-tabs > li:first-child > a {
    padding-left: 0;
}

.nav-tabs > li:last-child > a {
    padding-right: 0;
}

.nav-tabs > li > a:hover {
    background: none;
    border-color: transparent;
}

.nav-tabs > li > a:after {
    content: ' ';
    width: 0;
    height: 4px;
    background: #043863;
    position: absolute;
    left: 12%;
    bottom: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nav-tabs > li > a:hover {
    color: #043863;
}

.nav-tabs > li > a:hover:after {
    width: 50%;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #043863;
    border-color: transparent;
    position: relative;
}

.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:focus:after,
.nav-tabs > li.active > a:hover:after {
    content: ' ';
    width: 40%;
    height: 4px;
    background: #043863;
    position: absolute;
    left: 10px;
    bottom: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nav-tabs:hover > li.active > a {
    color: #403633;
}

.nav-tabs:hover > li.active > a:after {
    width: 0;
}

.nav-tabs:hover > li.active > a:hover:after {
    width: 40%;
}

.tabs-module {
    margin-top: 35px;
}

.intro-module {
    background: #eeeded;
    padding-bottom: 0;
}

.medium-title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
}

.medium-title span {
    font-weight: 300;
}

.listado-cursos .medium-title .lnr {
    font-size: 48px;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.rectangle {
    width: 4px;
    height: 17px;
    display: inline-block;
    margin-right: 15px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.listado-cursos {
    background: url("../img/fp-cetys.jpg") top right no-repeat;
    position: relative;
    color: #fff;
    padding: 40px 0 50px 0;
}

.listado-cursos.courses-2 {
    background: url("../img/courses-2.jpg") -50px 0 no-repeat;
}

.listado-cursos .list-module {
    color: #cfcfcf;
    z-index: 1;
}

.listado-cursos:before {
    content: ' ';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.listado-cursos .list-module {
    margin: 40px 0 10px 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.listado-cursos .list-module ul > li {
    border-bottom: #616161 solid 1px;
    font-size: 21px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.listado-cursos .list-module ul > li > a {
    display: block;
    padding: 15px 10px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.listado-cursos .list-module ul > li > a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.listado-cursos .list-module ul > li > a:hover .rectangle {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.listado-cursos .list-tools .btn i {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 5px;
}

.listado-cursos .medium-title span {
    font-weight: 300;
}

.form-module .row {
    margin-bottom: 20px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #d3d3d3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: inherit;
    padding: 9px 17px 9px 17px;
}

.form-control::-webkit-input-placeholder {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.8em;
}

.form-control:-moz-placeholder {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.8em;
}

.form-control::-moz-placeholder {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.8em;
}

.form-control:-ms-input-placeholder {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.8em;
}

.form-control::-ms-input-placeholder {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.8em;
}

.select2-container .select2-selection--single {
    cursor: pointer;
    display: block;
    height: inherit;
    user-select: none;
    -webkit-user-select: none;
    padding: 6px 0 6px 0;
}

.select2-container--default .select2-selection--single {
    background-color: #d3d3d3;
    border: none;
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 16px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2b2b2b;
    line-height: 28px;
    font-size: 17px;
    font-weight: 400;
}

:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #d3d3d3;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    font-size: 17px;
}

.select2-results__option {
    padding: 6px 15px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #043863;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1f1f1;
    color: #2b2b2b;
}

.privacy-text {
    font-size: 17px;
}

.privacy-text a {
    text-decoration: underline;
}

.form-module .btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.form-module {
    padding: 25px 0 20px 0;
}

.form-module .medium-title {
    display: block;
    margin-bottom: 20px;
}

.form-module .form-subtitle {
    /*margin-bottom: 40px;*/
}

.footer {
    background: #043863;
    color: #5f87ab;
    font-size: 17px;
    font-weight: 300;
    padding: 65px 0 55px 0;
}

.footer-menu > ul > li > a {
    padding: 7px 0;
    display: block;
    font-size: 17px;
    border-bottom: #315371 solid 1px;
}

.footer-menu-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.logo-footer {
    margin-bottom: 30px;
}

.bottom-bar {
    font-size: 14px;
    background: #292a2a;
    color: #6b6b6b;
    font-weight: 300;
    padding: 9px 0;
}

.contact-info {
    padding: 0 15px 0 0;
}

.contact-info > ul > li {
    padding: 10px 0;
    border-bottom: #315371 solid 1px;
}

.contact-info > ul > li .lnr {
    margin-right: 10px;
}

.page-head,
.page-head .column {
    height: 470px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-size: cover;
    background-position: right;
}

.header-desktop  .page-head,
.header-desktop  .page-head .column  {
	height: unset;
    aspect-ratio: 9 / 2;
	display: flex;
    align-items: center;
}

.page-head:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.page-title {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 1;
    margin-bottom: 0;
}

.page-subtitle {
    color: #28a8e3;
    font-weight: 500;
    font-size: 24px;
}

.page-head-container {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 0, 0, 0.1) 16%, rgba(0, 0, 0, 0.1) 82%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 0, 0, 0.1) 16%, rgba(0, 0, 0, 0.1) 82%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(2, 0, 0, 0.1) 16%, rgba(0, 0, 0, 0.1) 82%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    position: absolute;
    top: 50%;
    margin-top: -70px;
    padding: 35px 0 8px 0;
}

.breadcrumbs {
    background: #e2e2e2;
    color: #666666;
    font-size: 18px;
    padding: 12px 0;
    text-shadow: #fff 1px 1px 1px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumbs .arrow {
    font-size: 14px;
    margin-right: 4px;
    margin-left: 11px;
    display: inline-block;
}

.page-content-head {
    text-align: center;
    padding: 35px 0 25px 0;
}

.sub-sections-module {
    padding-bottom: 50px;
}

.sub-sections-module .inner-row {
    margin-bottom: 29px;
}

.sub-sections-module .familias-title {
    text-transform: uppercase;
    position: absolute;
    top: 25%;
    margin-top: -12px;
    padding-left: 20px;
    z-index: 9;
    width: 48%;
    color: #fff;
    font-size: 32px;
}

.sub-sections-module .familias-title.small {
    font-size: 23px;
    width: 90%;
    top: 40%;
}

.sub-sections-module .main-col:last-child .row:last-child .zoom {
    text-align: right;
}

.sub-sections-module .main-col:last-child .row:last-child .zoom .familias-title {
    right: 30px;
    width: 51%;
}

.sub-sections-module .familias-title.formacion-empresas span {
    font-size: 32px;
}

.featured-module {
    background: url(../img/featured-module-bg.jpg);
    position: relative;
    color: #a0adbe;
    padding: 45px 0 40px;
    background-size: cover;
}

.featured-form {
    background: url(../img/form-alt-bg.jpg);
    position: relative;
    color: #a0adbe;
    padding: 50px 0 35px 0;
    background-size: cover;
}

.featured-module .secondary-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
}

.featured-module:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 47, 80, 0.9);
}

.featured-form:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 47, 80, 0.9);
}

.featured-module .secondary-title {
    margin-bottom: 30px;
}

.img-link-module {
    position: relative;
    margin-bottom: 30px;
}

.img-links-modules .img-link-module:last-child {
    margin-bottom: 0;
}

.img-link-module .module-title {
    position: absolute;
    top: 50%;
    color: #fff;
    text-transform: uppercase;
    z-index: 9;
    left: 20px;
    margin-top: -15px;
    font-size: 28px;
}

.zoom.img-link-module:after {
    background: rgba(0, 0, 0, 0.7);
}

.featured-form .form-title {
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    display: block;
}

.featured-form .form.subtitle {
    margin-bottom: 20px;
}

.featured-form .row {
    margin-bottom: 25px;
}

.featured-form .row:last-child {
    margin-bottom: 0;
}

.featured-form .form-control,
.featured-form .select2-container--default .select2-selection--single {
    background: #d1d8de;
}

.featured-form .form-title strong {
    font-weight: 500;
}

.featured-form .form-title .lnr {
    font-size: 38px;
}

.info-module {
    padding: 45px 0 45px 0;
}

.subtitle-blue {
    font-size: 29px;
    color: #26a7e3;
    margin-bottom: 20px;
    display: block;
}

.conoce-intro {
    padding: 60px 0;
}

.img-links-modules {
    padding: 60px 0;
}

.conoce-intro .title {
    margin-top: 30px;
}

.sidebar-menu > ul > li > a {
    border-bottom: #dcdcdc solid 1px;
}

.sidebar-menu > ul > li.current-menu-item > a {
    background: #eee;
}

.section-main-info {
    padding: 45px 0;
}

.panel-body {
    font-size: 20px;
}

.panel-title {
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    color: #28a8e3;
}

.panel-default > .panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-title > a {
    position: relative;
    display: block;
}

.panel-title > a:after {
    font-family: Linearicons-Free;
    content: "\e874";
    position: absolute;
    right: 0;
}

.panel-title > a[aria-expanded="true"]:after {
    content: "\e873";
}

.sub-sections-module.admisiones-y-ayudas .familias-title {
    width: 56%;
}

.sub-sections-module.admisiones-y-ayudas .familias-title.small {
    font-size: 30px;
    width: 90%;
}

.sub-sections-module.admisiones-y-ayudas .familias-title.single-line.small {
    top: 50%;
}

.sub-sections-module.admisiones-y-ayudas .familias-title.two-lines {
    top: 38%;
}

.sub-sections-module.campus-cetys .familias-title {
    top: 43%;
    line-height: 1.2em;
}

.sub-sections-module.campus-cetys .familias-title.practicas-y-empleo {
    top: 40%;
    width: 80%;
}

.sub-sections-module.campus-cetys .familias-title.servicios-del-campus {
    text-align: right;
    right: 20px;
    font-size: 30px;
    width: 93%;
}

.sub-sections-module.campus-cetys .familias-title.nuestras-instalaciones {
    text-align: right;
    font-size: 26px;
    right: 20px;
    top: 46%;
}

.sub-sections-module .main-col:last-child .row:last-child .zoom .familias-title.hablan-nuestros-alumnos {
    width: 80%;
}

.title-single {
    margin-bottom: 30px;
}

.text-blue {
    color: #28a8e3;
}

.accordion-title {
    font-weight: 400;
    margin-bottom: 25px;
    display: block;
}

.panel-padding .panel-body {
    padding: 55px;
}

.subtitle-blue-medium {
    color: #28a8e3;
    font-weight: 400;
    margin-bottom: 30px;
    display: block;
    margin-top: 30px;
}

ol.number-style > li {
    list-style-type: none;
    margin-bottom: 25px;
    counter-increment: step-counter;
    position: relative;
}

ol.number-style > li:before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #ddd;
    color: #333;
    font-weight: 400;
    padding: 0 8px;
    border-radius: 3px;
    position: absolute;
    left: -41px;
    top: 6px;
}

.list-style {
    padding-left: 15px;
}

.list-pub {
    margin-top: 30px;
    margin-bottom: 35px;
}

.list-pub > li {
    border-bottom: #ccc solid 1px;
}

.list-style > li {
    list-style: none;
}

.sublime-list {
    padding-left: 15px;
}

.sublime-list li {
    margin-bottom: 15px;
    list-style: none;
}


.table > thead > tr > th {
    font-weight: 500;
    border-bottom: none;
    background: #eee;
}

.table {
    border: #ccc solid 1px;
    margin-bottom: 40px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #043863;
    color: #a5bed3;
    font-family: 'Arimo', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.modal-footer {
    background: #fff;
}

a.has_anchor:after {
    font-family: FontAwesome;
    font-size: 13px;
    margin-left: 5px;
    color: #28a8e3;
}

.icon-external-link:after {
    content: '\f08e';
}

a.icon-map-marker:after {
    content: '\f041';
    font-size: 18px;
}

.close {
    text-shadow: none;
    color: #718fa7;
    opacity: 1;
    font-weight: 100;
}

.modal .subtitle {
    padding: 0 20px;
    margin: 40px 0 50px 0;
}

.modal .subtitle-blue {
    padding: 0 20px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 32px;
}

.modal .sublime-list li {
    margin-bottom: 5px;
    border-top: #ccc solid 1px;
    padding-bottom: 5px;
}

.modal .nice-list {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 30px;
}

.modal .nice-list li {
    border-top: #ddd solid 1px;
    padding: 5px 0;
}
#modal-form .modal-body {
    padding: 0 60px;
}

#modal-form label {
    display: block;
    font-weight: 300;
    font-size: 18px;
}

#modal-form .select2 {
    display: block;
    width: 100% !important;
}

#modal-form .subtitle-blue {
    padding: 0 0;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
}

label.radio {
    display: inline-block !important;
    width: 60px;
    background: #eee;
    padding: 5px;
    position: relative;
    margin-left: 5px;
}

label.radio input {
    position: absolute;
    right: 10px;
}

#modal-form .dashed {
    border: #ccc dashed 1px;
    padding: 0 15px;
    margin: 11px 0 20px 0;
}

#modal-form .col-lg-1, #modal-form .col-lg-10, #modal-form .col-lg-11, #modal-form .col-lg-12, #modal-form .col-lg-2, #modal-form .col-lg-3, #modal-form .col-lg-4, #modal-form .col-lg-5, #modal-form .col-lg-6, #modal-form .col-lg-7, #modal-form .col-lg-8, #modal-form .col-lg-9, #modal-form .col-md-1, #modal-form .col-md-10, #modal-form .col-md-11, #modal-form .col-md-12, #modal-form .col-md-2, #modal-form .col-md-3, #modal-form .col-md-4, #modal-form .col-md-5, #modal-form .col-md-6, #modal-form .col-md-7, #modal-form .col-md-8, #modal-form .col-md-9, #modal-form .col-sm-1, #modal-form .col-sm-10, #modal-form .col-sm-11, #modal-form .col-sm-12, #modal-form .col-sm-2, #modal-form .col-sm-3, #modal-form .col-sm-4, #modal-form .col-sm-5, #modal-form .col-sm-6, #modal-form .col-sm-7, #modal-form .col-sm-8, #modal-form .col-sm-9, #modal-form .col-xs-1, #modal-form .col-xs-10, #modal-form .col-xs-11, #modal-form .col-xs-12, #modal-form .col-xs-2, #modal-form .col-xs-3, #modal-form .col-xs-4, #modal-form .col-xs-5, #modal-form .col-xs-6, #modal-form .col-xs-7, #modal-form .col-xs-8, #modal-form .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

#modal-form input::-webkit-input-placeholder {color:#333; font-weight: 300;}
#modal-form input::-moz-placeholder          {color:#333; font-weight: 300;}
#modal-form input:-moz-placeholder           {color:#333; font-weight: 300;}
#modal-form input:-ms-input-placeholder      {color:#333; font-weight: 300;}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333;
    font-weight: 300;
}
.btn-md {
    font-size: 20px;
    padding: 5px 30px;
}


h2 {
    margin: 10px 0 20px 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 27px;
}

.list-label {
    position: relative;
}

.list-label:after {
    content: ' ';
    width: 100%;
    height:1px;
    background: #333;
    position: absolute;
    bottom: 0;
    left:0;
}

.table.list {
    border-left: none;
    border-right: none;
}

.text-semibold {
    font-weight: 500;
}
.subtitle.small {
    font-weight: 300;
    font-size: 28px;
}
.list-bordered li {
    border-bottom: #ddd solid 1px;
}
.text-left {
    text-align: left!important;
}

.subtitle-blue.small {
    font-size: 26px;
    margin-bottom: 5px;
}

.testimonial .user-meta {
    font-size: 22px;
    border-top: #ccc dashed 2px;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.text-green {
    color: #008622;
}

.testimonial {
    margin-bottom: 50px;
}

.testimonial figure {
    border-radius: 200px;
    overflow: hidden;
    text-align: center;
    width: 150px;
    height: 150px;
}

.testimonial figure img {
    width: 100%;
}

.testimonials {
    margin-top: 40px;
}
.page-content p.text-center {
    text-align: center;
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-weight:400;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item:last-child > a.mega-menu-link {
    background: transparent;
    border: none;
}
.link-shortcuts {
    margin-top: 20px;
}

.link-shortcuts > li > a {
    font-size: 18px;
    width: 100%;
}

.link-shortcuts > li {
    padding:3px 2px;
}

.link-shortcuts > li:last-child {
    padding-right: 0;
}
.page-contact .page-content-head {
    padding-bottom: 20px;
}

.not-visible {
    visibility: hidden;
}

.list-color {
    position: relative;
    margin-bottom: 50px;
    margin-top: 45px;
}

.vertical-colors {
    position: absolute;
    height: 100%;
    top: 0;
    left: -3px;
}
.vertical-colors span {
    display: block;
    width: 3px;
    height: 20%;
}

.green-bg {
    background: #4ab269
}

.purple-bg {
    background: #6b3d99;
}

.orange-bg {
    background: #f56a2f;
}

.blue-bg {
    background: #00adf1;
}

.red-bg {
    background: #e61f21;
    color: #fff;
}


.list-color > ul > li {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.row-form {
    padding-bottom: 80px;
}

.row-form .form-control,
.row-form .select2-container--default .select2-selection--single {
    background: #ececec;
}

#map {
    width:100%;
    height: 500px;
}


.secondary-content {
    padding: 40px 0 15px;
}

.courses .page-head-container {
    background: transparent;
    text-align: center;
    color: #fff;
    width: 100%;
}

.courses .page-title {
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}

.course-meta .lnr-calendar-full {
    font-size: 30px;
    top: 4px;
    position: relative;
}

.course-meta .lnr-graduation-hat {
    font-size: 40px;
    position: relative;
    top: 9px;
}

.course-meta .lnr-star {
	font-size: 30px;
    position: relative;
    top: 2px;
}

.course-meta .lnr-map-marker {
	font-size: 26px;
    position: relative;
    top: 2px;
}

.course-meta li {
    margin-right: 20px;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400;
}

.courses {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.courses .nav-tabs > li > a {
    font-weight: 400;
    color: #5c5c5c;
}

.btn-big {
    font-size: 24px;
    background: #c9c9c9;
    display: block;
    text-align: center;
    padding: 13px;
}

.btn-container {
    margin-top: 30px;
}

.intro-module.white-bg {
    background: #fff;
}
.contact-section-form textarea {
    height: 75px;
}
ul br {
    display: none;
}

.module-filter {
    position: absolute;
    top: 33px;
    right: 0;
}

.module-filter .select2-container--default .select2-selection--single {
    background: transparent;
    border:#ccc solid 1px;
}
.module-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ccc;
}

.page-head-container.course-head {
    background: transparent;
    text-align: center;
    width: 100%;
    display: block;
}
.course-meta {
    color: #fff;
}
.simple-text strong {
    font-weight: 500;
}

.page-content strong {
    font-weight: 500;
}

.page-content .course .tab-pane strong {
    display: block;
    margin-bottom: 10px;
}

.page-content .course .tab-pane ul {
    margin-bottom: 30px;
}

.form-module .col-md-4 {
    position: relative;
}
.page-content-head > h2 {
    margin-bottom: 35px;
    display: block;
}

.page-content-head p:empty {
    display: none;
}

.page-id-34 .form-module.featured-form .form-subtitle{
	display:none;
}

.acordeon-nuevo{
	max-width: 1170px;
    margin: 0 auto;
    background: #e2e2e2;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #043863!important;
    background-color: #043863!important;
}

.acordeon-nuevo h4{
	color: #fff!important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff!important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::before {
    border-color: #fff!important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before {
    border-color: #e2e2e2!important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff!important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #043863!important;
    border-color: #043863!important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border-color: #043863!important;
    background-color: #043863!important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff!important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 0px!important;
}

.acordeon-nuevo h3{
	color: #28a8e3;
    margin: 15px 0 15px;
}

.fecha .mes{
	text-align: center;
    text-transform: uppercase;
    background: #ededed;
    margin-bottom: 5px;
    color: #043863;
    font-weight: 400;
}

.fecha .diapuntate{
	text-align: center;
    border: 1px solid #043863;
    min-height: 87px;
    background: #043863;	
}

.fecha .dia{
	font-size: 60px;
    font-weight: 400;
    color: #fff;	
}

.fecha .apuntate{
	display:none;
	font-weight: 400;
    color: #043863;
    line-height: 85px;
}

.fecha .diapuntate:hover{
	background: #fff;	
}

.fecha .diapuntate:hover .dia{
	display:none;	
}

.fecha .diapuntate:hover .apuntate{
	display:block;	
}

.texto-form{
	font-weight: 400;
    color: #2b2b2b;
    font-size: 17px;
    position: absolute;
    z-index: 1;
    left: 33px;
    top: 8px;
}

.wpcf7-form-control-wrap.Quiererealizarpruebadeadmisin span.wpcf7-form-control.wpcf7-radio.form-control{
	text-align: right;
}

.title.agenda{
	padding-left: 15px;
}

.col5agenda{
	padding-left:15px!important;
}

.liagenda{
	border-bottom: #dcdcdc solid 1px;
    padding: 10px 15px;
}

.img-ubicacion{
	text-align: center;
    margin-top: 30px;
}

.img-ubicacion img{
	width: 100%;
    max-width: 550px;
}

.select2.select2-container.select2-container--default.select2-container--below, .select2.select2-container.select2-container--default{
	width: 100%!important;	
}

.vc_tta-panel.vc_animating {
     opacity: 0;
}

.vc_tta-panel-body { padding: 0!important; overflow: visible!important; }
.pestanias-formacion-empresas .vc_tta-tabs-list { margin-left: 2%; margin-right: 2%; }
.pestanias-formacion-empresas .vc_tta-tabs-list li { width: 16%; }

.imagen-admisiones img{
	width:88%;
}

.testimonial .row .col-md-3 {
    display: none;
}

.contact-info ul{
    color: #fff;
}

.vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column .wpb_wrapper p,
.vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column .wpb_wrapper h3{
	padding: 0px 10px;
}

.vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column .wpb_wrapper p:first-child{
	padding: 10px 10px 0px;
}

.vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column .wpb_wrapper p:last-child{
	padding: 0px 10px 10px;
}

.h3-cv{
	margin-bottom: 20px;
}

.wpcf7-form .col-md-6 {
	padding: 10px 15px;
}

.wpcf7-form .col-md-12 {
	padding: 10px 15px;
}

.wpcf7-form small {
	font-size:13px;
	font-weight: normal;
}

.wpcf7-form input.form-control,
.wpcf7-form .select2-selection--single{
	background:white;
}

.link-cv{
	background: #649eff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 25px;
}