html, body {
    margin:0; 
    padding:0; 
    height:100%;
    overflow-wrap: break-word;
  }
  body {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.95rem;
  }
  .row {margin: 0px}
  .container-fluid {padding: 0px}
  .col-xs-3, .col-xs-9, .col-xs-6 {
      padding-right: 2px;
      padding-left: 2px;
  }
  a, a:hover{
      text-decoration: none;
      cursor: pointer;
      color: #03394c;	
  }
  .menu-general-private a, #footer a, #footer a, footer a {
      color: #fff;
  }
  #footer a:hover {
      text-decoration:underline;
      
  } 
  a img {border:0;}
  button:focus {outline:0;}
  #wrapped {position: relative; min-height: 100%;}
  #container-text-home p, .box-text-tt-public p{
       text-align: justify;
  }
 /*  .form-control {border-radius: 0px;} */
  /* PALETA COLORES CEPES*/
  .lightgreen-cepes {color: #a3c7bb;}
  .color-green-cepes{color: #A4C8BC;}
  .color-orange-cepes{color: #ee6240;} 
  .color-blue-cepes{color: #004570;}
  .uppercase  {
      text-transform: uppercase;
  } 
  /* TOP-ACCESS */
  #container-form-buttons{
      font-size: 9px;
      text-transform: uppercase;
      font-weight: bold;
      height: 25px;
      padding:0px;
  } 
  #container-form-buttons ul {list-style: none;}
  #container-form-buttons ul li {float: right;}
  #button-public-information-area, #button-contact, #button-logout, .button-change-area {padding: 5px 30px 4px 10px;}
  #button-public-information-area{
      background: url("../img/design/lock.png") no-repeat right #93C8BC;
      background-size: 21px 21px; 
      color: #415257;}
  #button-public-information-area:hover{
      background: url("../img/design/lock-select.png") no-repeat right #ee6240;
      background-size: 21px 21px; 
      color: #fff;
  }
  .button-change-area{
      background: url("../img/design/change-area.svg") no-repeat right #93C8BC;
      background-size: 21px 21px; 
      color: #415257;}
  #button-contact {
      background: url("../img/design/contact.png") no-repeat right #dedede;
      background-size: 21px 21px;
      color: #515e58;
  }
  #button-logout {
      background: url("../img/design/logout.svg") no-repeat right #dedede;
      background-size: 21px 21px;
      color: #515e58;
      border: none;
      text-transform: uppercase;
  } 
  /* LOGOS */
  #box-logos {height: 90px}
  #box-logos .col-md-6 {padding: 0px}
  .logos-izq {top: 50%; margin-top: -30px; text-align: right;}
  .logos-izq a:first-child {margin-right: 0px;}
  .logos-der {margin-top: -10px;}
  .logos-der a img{
      width: 300px;
      height: auto;
  }
  /* MIGA DE PAN */
  #wayfinding-breadcrumbs {
      padding: 0px;
      margin-bottom: 0px;
  }
  #wayfinding-breadcrumbs ul{
      list-style: none; 
      color: #7b838e;
      font-size: 11px;
      margin:0; 
      padding:0;
  }
  #wayfinding-breadcrumbs li{float: left; margin-left: 6px;}
  #wayfinding-breadcrumbs li img{width: 13px; margin-bottom:3px;}
  
  #wayfinding-breadcrumbs ul a{
      color: #7b838e;
      text-decoration: none;
  }
  .current-location {text-decoration: underline;}
  .hz-line {border-bottom: 4px double #dedede;}
  /* TITULO LATERAL PRINCIPAL*/
  #head-menu-general{
      margin-bottom: 4px!important;
      background-color: #015582;
      font-size: 18px;
      color: #dedede;
      padding: 15px 15px;
      margin-bottom: 10px;
      min-height: 120px;
  }
  /* MENU LATERAL */
  .menu-general{
      padding: 0;
      border: #989FA6 1px solid;
      border-bottom: #015582 10px solid;
      list-style: none;
  }
  .menu-general li.item-general {
      border-bottom: #989FA6 1px solid;
      background: url("../img/design/arrow-menu.png") no-repeat right #DEDEDE; 
  }
  .menu-general li.item-general:last-child {border-bottom: none;}
  .menu-general li.item-general a {
      padding: 14px 15px;
      color: #015582;
      display: block;
      height: 100%;
      width: 100%;
      font-weight: bold;
      font-size: 13px;
  }
  .menu-general li.item-general a:hover {color: #ee6240;background: url("../img/design/arrow-menu-select.png") no-repeat right #DEDEDE;}
  .menu-general li.item-general.active a {color: #ee6240;background: url("../img/design/arrow-menu-select.png") no-repeat right #DEDEDE;}
  .menu-general img{
      width: 10px;
      float: right;
      padding-top: 5px;
  }
  .menu-general li.item-general ul.no-icon li > a {
      background: none !important;
  }
  .menu-general li.item-general ul.no-icon li > a.active {
      color: #ee6240 !important;
      background: url("../img/design/arrow-menu-select.png") no-repeat right #DEDEDE !important;
  }
  .menu-general li.item-general ul {
      list-style: none;
      padding-left: 25px;
  }
  .menu-general li.item-general ul li ul {
      padding-left: 15px;
  }
  .menu-general li.item-general.active > a {
      background: url(../img/design/arrow-menu-select-down.png) no-repeat right #DEDEDE !important;
      border-bottom: 1px solid #333; 
  }
  .menu-general li.item-general ul li.active > a {
      background: url(../img/design/arrow-grey-down.png) no-repeat 90% 50% #DEDEDE !important;
  }
  .menu-general li.item-general ul li a {
      color: #333 !important;
      background: url(../img/design/arrow-grey-right.png) no-repeat 90% 50% #DEDEDE !important;
  }
  .no-icon {
      background: #dedede;
  }
  /* COL CONTENT (text home + banner) */
  .COL-content {
      width: 84%; 
      float:left;
      padding-right: 4px;
  }
  .COL-banner {
      width: 16%; 
      float:right;
  }
  /* BANNER SIDE*/
  #content-banners img{
      width: 100%;
      padding-bottom: 4px;
  }
  #content-banners .crop-img {
      max-width: 100%;
      width: 116px;
      height: 116px;
      overflow: hidden;
      margin: 0 auto;
      padding: 0;
      position: relative;
  } 
  #content-banners .crop-img  img {
      bottom: -9999px;
      left: -9999px;
      margin: auto;
      position: absolute;
      right: -9999px;
      top: -9999px;
      width: 100%;
  }
  /* BOTON CEPES */
  .button-download{
      background: #015580 url("../img/design/bck_enlace_documentacion.png") no-repeat right center;
      color: #FFF;
      padding: 5px 10px;
      border: none;
      min-width: 115px;
      font-size: 12px;
      min-width: 125px;
      text-align: left;
  }
  a.button-download:visited, a.button-download:active, a.button-download:focus {
      color: #FFF !important;
  }
  .button-enter{
      background: #015580 url("../img/design/btn-arrow-right.png") no-repeat right center;
      color: #FFF;
      padding: 5px 10px;
      border: none;
      min-width: 125px;
      font-size: 12px;
      text-align: left;
  }
  .button-save{
      background: #015580 url("../img/design/btn-save-left.png") no-repeat left center;
      color: #FFF;
      padding: 5px 10px;
      border: none;
      min-width: 115px;
      font-size: 12px;
      text-align: right;
  }
  .button-new-file {
      background: #015580 url("../img/design/btn-plus-left.png") no-repeat left center;
      color: #FFF;
      padding: 5px 10px;
      border: none;
      min-width: 115px;
      font-size: 12px;
      text-align: right;
  } 
  .button-new {
      background: #ee6240 url("../img/design/btn-arrow-right.png") no-repeat right center;
      color: #FFF;
      padding: 5px 10px;
      border: none;
      width: 215px;
      font-size: 14px;
      text-align: left;
      padding-right: 25px;
      display: inline-block;
  }
  .button-doc {
      background: #015580;
      color: #FFF;
      padding: 5px 10px;
      border: none;
      min-width: 115px;
      font-size: 12px;
      text-align: center;
  }
  .button-form {
      background: #015580 url("../img/design/icon-form.png") no-repeat right center;
      color: #FFF;
      padding: 5px 10px;
      border: none;
      min-width: 116px;
      font-size: 12px;
      text-align: left;
  }
  .button-validate {
      background: #015580 url("../img/design/btn-arrow-right.png") no-repeat right center;
      color: #FFF;
      padding: 5px 10px;
      border: none;
      min-width: 116px;
      font-size: 12px;
      text-align: left;
  }
  .button-moreinfo-mail {
      background: #ee6240 url("../img/design/btn-mail-right.svg") no-repeat right center;
      color: #FFF;
      padding: 5px 10px;
      border: none;
      min-width: 165px;
      font-size: 12px;
      text-align: left;
  }
  .button-validation-mail {
      background: #a3c7bb url("../img/design/btn-mail-green-right.svg") no-repeat right center;
      color: #60726b;
  }
  .button-back {
      background:#fff url("../img/design/arrow-white-left.svg") no-repeat left center;
      border:1px solid #03394c;
      color: #03394c;
      text-align: right;
      padding-left: 46px;
      background-size: 45%;
  }
  .button-download a:link {color: #fff;}
  .btn-change { background: white; border: 1px solid #555e6b;border-radius: 5px;}
  .btn-new-project{ background: white; border: 1px solid #555e6b;border-radius: 5px;}
  .button-download a:hover, .button-enter a:hover, .button-save:hover, .button-new-file:hover, .button-doc:hover, .button-form:hover, .button-validate:hover, .button-back:hover {text-decoration: underline;}
  .button-validate:hover{background-color: #ee6240}
  .icon-edit {background: rgba(255,0,0,0) url("../img/design/icon-edit.png") no-repeat right bottom; background-size: 50%;}
  .icon-delete {background: rgba(255,0,0,0) url("../img/design/icon-delete.svg") no-repeat right bottom; background-size: 50%;}
  .icon-edit:hover {background: rgba(255,0,0,0) url("../img/design/icon-edit-selected.png")no-repeat right bottom; background-size: 50%;}
  .icon-delete:hover {background: rgba(255,0,0,0) url("../img/design/icon-delete-selected.png")no-repeat right bottom; background-size: 50%;}
  .icon-add {background: rgba(255,0,0,0) url("../img/design/icon-add.svg") no-repeat center center; background-size: 50%;}
  .icon-remove {background: rgba(255,0,0,0) url("../img/design/icon-remove.svg") no-repeat center center; background-size: 50%;}
  td.validation-state  {
      min-width: 21em;
  }
  .loading-gif {
      display: none;
  }
  .container-button-right{
      text-align: right;
  }
  .actions-form {
      margin-top: 19px;
  }
  .button-cepes-only-text {
      color: #004570;
      cursor: pointer;
  }
  .button-cepes-only-text:hover {
      text-decoration: underline;
  }
  .button-cepes:hover {
      background-color: #004570;
  }
  /*EstÃ¡ clase estÃ¡ presente en elemetos que contienen frases de validaciÃ³n*/
  .info-response { 
      margin-top: 10px;
      display: none;
  }
  /* TEXTO INTRODUCCION DE CADA SECCIÃ“N */
  .box-text-tt-public {padding: 10px 30px 0 30px;}
  .box-introduccion {
      padding-bottom: 100px;
      padding-right: 4px;
      padding-left: 4px;
  }
  .box-introduccion h2{
      font-size: 19px;
      font-weight: bold;
      color: #03394c;
      margin-top: 6px;
      padding-bottom: 10px;
      border-bottom: 1px solid #aaa;
  }
  .box-introduccion p{
      color: #555e6b;
      font-size: 12px;
  }
  .box-banner {padding: 2px}
  /* BLOQUE DE ARCHIVOS */
  .container-file{
      border: 1px solid #707070;
      height: 140px;
      padding: 20px;
      margin-bottom: 10px;
  }
  .container-file img.type-extension{
      position: absolute;
  }
  .container-file .content-data-file{float: left;}
  .container-file .name-file{
      color: #434a58;
    font-weight: bolder;
      padding-left:100px;
      font-size: 15px;
      margin-bottom:5px;
      margin-top: 10px;
      text-transform: uppercase;
  }
  .container-file .date-file{
          color: #ee6240;
      font-size: 13px;
      padding-left:100px;
      width: 80%;
      margin: 0;
  }
  .container-file .size-file{
      color: #434a58;
      font-size: 12px;
      font-style: italic;
      padding-left:100px;
      width: 80%;
  }
  .container-file .button.button-blue{
      position: absolute;
      right: 0px;
      margin-top: 45px;
      padding: 10px 15px;
      font-size: 15px;
      text-transform: uppercase;
      background-color: #03394c;
      border: 1px solid #03394c;
      color: #ffffff;
  }
  .container-file .button.button-blue:hover{
      color: #03394c;
      background-color: transparent;
      transition: .3s;
  }
  .head-year-semester, .head-semester{
      padding: 4px 8px 4px 15px
  }
  .head-year-semester{
      background-color: #59736C;
      color: #93C8BC;
      font-size: 18px;	
  }
  .head-semester{
      background-color: #93C8BC;
      color: #59736C;
      margin-bottom: 5px;
  }
  .max-file-size {
      margin-top: 4px;
      font-size: 90%;
  }
  /** Login **/
  .box-form {padding: 20px 93px;}
  /* .form-group {margin-bottom: 35px;} */
  .form-group label{margin-bottom: 0px;} 
  .box-login-centrado {margin-top: 60px; margin-right: auto; margin-left: auto}
  .box-login-background {
      background:#ffffff url("https://fse.cepes.es/assets/img/design/fondo-industry.jpg") no-repeat center center;
      background-size:cover;
      height: 80vh;
      /*background: #015582;*/
      }
  #container-form-login, #container-form-recovery{
      background-color: #FFF;
  }
  #container-form-login h4, #container-form-recovery h4{
      color: #015582;
      margin-bottom: 30px;
      margin-top: 30px;
      text-align: center;
      font-weight: bold;
  }
  #container-form-login label, #container-form-recovery label{color: #555e6d; font-weight: 200;}
  #container-form-login .form-control, #container-form-recovery .form-control{
      display: inline;
      border-radius: 0px;
  }
  #container-form-login .button-enter {float:right; position: relative; bottom: 20px;}
  #form-recovery-password{display: none;}
  #form-recovery-password button:nth-child(1){position: relative;float: left; bottom: 15px;}
  #form-recovery-password button:nth-child(2){position: relative;float: right; bottom: 15px;}
  /* MODALES */
  .modal-title{
      color: #015582; font-weight: 700;
  }/*
  .modal-body {
      border: 1px solid #e5e5e5; margin: 20px;
  }
  .modal-body  label { 
      font-weight: normal; color: #555e6b;
  }*/
  .checkbox input[type=checkbox] {left: 124px;}
  /* POPUP */
  #popup-confirmation .modal-dialog{ margin-top: 15%;}
  #popup-confirmation .info-response{width: 434px; position: absolute; bottom: -13px;}
  #pop-new-file .info-response { width: 379px; position: absolute; bottom: -10px;
  }
  /*LEGAL INFO*/
  .box-legal-info {padding: 30px 0 100px 0;}
  .box-legal-info h3 {color: #015580; text-align: center;}
  .box-legal-info h4 { font-size: 16px; font-weight: bold; margin-top: 30px;}
  .box-legal-info .content-text {width: 900px; text-align: justify; color: #555E6D;}
  /* FOOTER */
  #footer{
      /* position: absolute;
      bottom: 0px; */
      left: 0px;
      width: 100%;
      /*margin-top: 70px;*/
      font-size: 12px;
      text-align: center;
      background-color: #03394c;
      color: #fff;
      vertical-align: middle;
      padding: 10px;
  }
  /* TITLE SECTION */
  .title-section {
      position: relative;
  }
  .title-section .image {
      height: 240px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../img/design/fondo-convocatorias.jpg);
  }
  .title-section .title-image {
      background-color: #ffffff;
      position: absolute;
      bottom: 0px;
      padding: 8px 15px 3px 15px; 
  }
  .title-section .title-image h1 {
      color: #03394c;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: bold;
      margin: 0px;
      padding: 0px;
  }  
  /* FORM */
  .formulario h3 {
      color: #03394c;
      letter-spacing: 2px;
      font-size: 28px;
      margin-bottom: 20px;
  }
  .formulario h5 {
      color: #525E6C;
      font-size: 16px;
      margin-top: 40px;
      margin-bottom: 20px;
      padding: 10px 18px;
      background-color: #f3f3f3;
  }
  .formulario label{
      color: #525E6C;
      font-size: .9rem;
      line-height: 1.5rem;
  }
  .formulario .form-group a.link	{
      color: #03394c;
      text-decoration: underline;
      transition: .2s;
  }
  .formulario .form-group a.link:hover	{
      text-decoration: none;
  }
  .formulario label span {
      font-size: 24px;
      color: #03394c;
      font-weight: bold;
  }
  div.alert a.link {
      color: #03394c !important;
      text-decoration: underline;
      transition: .2s;
  }
  .custom-file-input:lang(en)~.custom-file-label::after {
      content: "Examinar";
  }
  .custom-file-label {
      border-radius: 0px;
  }
  .formulario input:focus, .formulario textarea:focus, .formulario select:focus {
      border: 1px solid #015582;
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
      outline: none;
  }
  .formulario .form-control:not([type="file"]) {
      font-size: .9rem;
  }
  .formulario .form-check{
      padding-bottom: .75rem;
      padding-left: 1.75rem;
   }
  .formulario .custom-file-input.is-invalid ~ .custom-file-label {
      border: 1px solid #dC3545;
  }
  .input-group-append.calendar .input-group-text {
      padding: 0px .5rem;
      margin-bottom: 0;
      font-size: 1.25rem;
      color: #525E6C;
      text-align: center;
      white-space: nowrap;
      background-color: #D8E4EC;;
      border: 1px solid #ddefee;
      border-radius: 0px;
  }
  .form-check input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  .form-check input[type="checkbox"] + label {
      margin: 0px;
      padding-left: 0px;
  }
  .form-check input[type="checkbox"] + label span {
      display: inline-block;
      position: absolute;
      left: 0px;
      top: 5px;
      width: 16px;
      height: 16px;
      margin: -1px 4px 0 0;
      vertical-align: middle;
      background: url(../img/design/unchecked_checkbox.png);
      background-size: cover;
      cursor: pointer;
  }
  .form-check input[type="checkbox"] + label.is-invalid span {
      display: inline-block;
      position: absolute;
      left: 0px;
      top: 5px;
      width: 16px;
      height: 16px;
      margin: -1px 4px 0 0;
      vertical-align: middle;
      background: url(../img/design/unchecked_checkbox_is-invalid.png);
      background-size: cover;
      cursor: pointer;
  }
  .form-check input[type="checkbox"] + label.is-invalid, .form-check input[type="checkbox"] + label.is-invalid a {
      color: #DC3545;
  }
  .form-check input[type="checkbox"]:checked + label span {
      background: url(../img/design/checked_checkbox.png);
      background-size: cover;
  }
  .form-check input[type="radio"] {
      display: none;
  }
  .form-check input[type="radio"] + label {
      margin: 0px;
      padding-left: 0px;
  }
  .form-check input[type="radio"] + label span {
      display: inline-block;
      position: absolute;
      left: 0px;
      top: 5px;
      width: 16px;
      height: 16px;
      margin: -1px 4px 0 0;
      vertical-align: middle;
      background: url(../img/design/radio_unchecked.png);
      background-size: cover;
      cursor: pointer;
  }
  .form-check input[type="radio"] + label.is-invalid span {
      display: inline-block;
      position: absolute;
      left: 0px;
      top: 5px;
      width: 16px;
      height: 16px;
      margin: -1px 4px 0 0;
      vertical-align: middle;
      background: url(../img/design/radio_unchecked_is-invalid.png);
      background-size: cover;
      cursor: pointer;
  }
  .form-check input[type="radio"] + label.is-invalid, .form-check input[type="radio"] + label.is-invalid a {
      color: #dC3545;
  }
  .form-check input[type="radio"]:checked + label span {
      background: url(../img/design/radio_checked.png);
      background-size: cover;
  }
  /* BUTTONS */
  .btn-primary {
        color: #fff;
        background-color: #03394c;
        border-color: #03394c;
    }
    .btn-primary:hover {
        color: #03394c;
        background-color: #fff;
        border-color: #03394c;
    }
    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #03394c;
        border-color: #03394c;
        box-shadow: 0 0 0 0.2rem rgba(46, 77, 110, 0.5);
    }
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #03394c;
        border-color: #03394c;
    }

  .button {
      padding: 8px 10px;
      font-size: 15px;
      border: 1px solid #03394c;
      background-color:#03394c;
      color: #ffffff;
      padding: 0.8rem 2rem;
      box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
      border-radius: 5px;
      font-weight: bold;
      letter-spacing: normal;
  }
  
  .button-blue {
      border: 1px solid #03394c !important;
      background-color:#03394c !important;
      color: #ffffff !important;
  }
  .button-blue:hover {
        background-color: transparent !important;
        color: #03394c !important;
  }
  .button-grey {
      border: 1px solid #525E6C !important;
      background-color:#525E6C !important;
      color: #ffffff !important;
  }
  .button-grey:hover {
      background-color: transparent !important;
      color: #525E6C !important;
  }
  .button-red {
    border: 1px solid #ee6240 !important; 
    background-color: #ee6240 !important;
    color: #ffffff !important;
}
.button-red:hover {
    background-color: transparent !important;
    color: #ee6240 !important;
}
.button-green {
    border: 1px solid #A4C8BC !important;
    background-color:#A4C8BC !important;
    color: #ffffff !important;
}
.button-green:hover {
    background-color: transparent !important;
    color: #A4C8BC !important;
}


/**/
/**/
/**/
/**/
/**/
/**/
/* Nuevo CSS Rebranding CEPES Abril*/
/* Estilo General*/
.white {
    color:white;
}
.gray {
    color: #4c5358;
}
.lightgreen {
    color:#8fc9c7;
}
.darkgreen {
    color:#3c8b88;
}
.darkblue {
    color:#03394c;
}
.bg-middle-gray {
    background-color: #efeaea;
}
.bg-light-gray {
    background-color: #f6f2f2;
}
.bg-lighter-gray {
    background-color: #f5f5f5;
}
.bg-middle-green {
    background-color: #8fc9c7;
}
.bg-white {
    background-color: white;
}
.bg-gray {
    background-color: #4c5358;
}
.bg-lightgreen {
    background-color:#ddefee;
}
.bg-darkgreen {
    background-color:#3c8b88;
}
h1.new-brand {
    font-size:4.5rem;
    line-height:5rem;
    color:#8fc9c7;
    font-weight:bolder;
}
.bold {
    font-weight: bold;
}
.rem1 {
    font-size:1rem;
    line-height: 1.2rem;;
}
.rem1-2 {
    font-size:1.2rem;
    line-height: 1.4rem;;
}
.rem1-3 {
    font-size:1.3rem;
    line-height: 1.5rem;;
}
.rem1-8 {
    font-size:1.8rem;
    line-height: 2rem;;
}
.underline {
    text-decoration:underline;
}
.hover-white:hover {
    text-decoration:underline;
    color:white;
}
.first-section-home {
    padding-top:5rem;
    padding-bottom:5rem;
}
.first-section-home-6 {
    padding-top:0rem;
    padding-bottom:5rem;
}
.card-home {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
    border-radius: 10px;
}
.text-card-home {
    padding-top:150px;
    height:230px;
}
.card {
    box-shadow:0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.width-20 {
    width:22%;
}
.width-15 {
    width:15%;
}
.btn:focus, a:focus {
    outline: none;
}
.rouded-video-1 {
    border-radius: 0rem 0.25rem 0.25rem 0rem;
}
.rouded-video-2 {
    border-radius: 0.25rem 0rem  0rem 0.25rem;
}
.h-contacto {
    min-height:220px;
}
h2.name-entidad {
    font-size:2rem;
    line-height:2.5rem;
    color:#8fc9c7;
    font-weight:bolder;
}
.min-100 {
    min-width:100px;
}

/* Imágenes BG*/
.convocatoria-img-head-abierto {
    background-image: url("https://fse.cepes.es/assets/img/design/cabecera-acreditacion_2023-01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.convocatoria-img-head {
    background-image: url("https://fse.cepes.es/assets/img/design/cabecera-acreditaciones-01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.convocatoria-img-head-1 {
    background-image: url("https://fse.cepes.es/assets/img/design/convocatoria-img-01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:100px;
}
.convocatoria-img-head-2 {
    background-image: url("https://fse.cepes.es/assets/img/design/convocatoria-img-02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.convocatoria-img-head-3 {
    background-image: url("https://fse.cepes.es/assets/img/design/convocatoria-img-03.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.te-interesa-img-head {
    background-image: url("https://fse.cepes.es/assets/img/design/cabecera-te-interesa.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.que-conseguido-img-head {
    background-image: url("https://fse.cepes.es/assets/img/design/cabecera-conseguidp.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.convocatoria-img-1 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgba(0, 0, 0, 1)), url("https://fse.cepes.es/assets/img/design/cepes-home-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.convocatoria-img-3 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgba(0, 0, 0, 1)), url("https://fse.cepes.es/assets/img/design/cepes-home-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.convocatoria-img-2 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgba(0, 0, 0, 1)), url("https://fse.cepes.es/assets/img/design/cepes-home-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.convocatoria-img-1:hover, .convocatoria-img-2:hover, .convocatoria-img-3:hover {
    transform: scale(1.05);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.convocatoria-img-4 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgba(0, 0, 0, 1)), url("https://fse.cepes.es/assets/img/design/cepes-info-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.convocatoria-img-5 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgba(0, 0, 0, 1)), url("https://fse.cepes.es/assets/img/design/cepes-info-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.convocatoria-img-6 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgba(0, 0, 0, 1)), url("https://fse.cepes.es/assets/img/design/cepes-info-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.convocatoria-img-7 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgba(0, 0, 0, 1)), url("https://fse.cepes.es/assets/img/design/cepes-info-4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.convocatoria-img-8 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgba(0, 0, 0, 1)), url("https://fse.cepes.es/assets/img/design/cepes-info-5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.convocatoria-img-9 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgba(0, 0, 0, 1)), url("https://fse.cepes.es/assets/img/design/cepes-info-6.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.video-img-01 {
    background-image:linear-gradient(rgb(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://fse.cepes.es/assets/img/design/video-1-conseguido-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-img-02 {
    background-image:url("https://fse.cepes.es/assets/img/design/que-hemos-conseguido-cepes-01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-img-03 {
    background-image:url("https://fse.cepes.es/assets/img/design/que-hemos-conseguido-cepes-02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-img-02 {
    background-image:url("https://fse.cepes.es/assets/img/design/que-hemos-conseguido-cepes-01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-img-04 {
    background-image:url("https://fse.cepes.es/assets/img/design/que-hemos-conseguido-cepes-03.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.convocatoria-img-4:hover, .convocatoria-img-5:hover, .convocatoria-img-6:hover, .convocatoria-img-7:hover, .convocatoria-img-8:hover, .convocatoria-img-9:hover {
    transform: scale(1.05);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.adj-button {
    margin-left:300px;
}
.cabecera-entidad h1 {
    font-size:3.5rem;
    color:#3c8b88;
}
.cabecera-entidad  {
    margin-bottom:2rem;
    text-align:center;
    background-color: white;
    border-bottom: 3px solid #ddefee;
}
/** animación con scroll*/ 
.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}
.js-scroll.scrolled {
    opacity: 1;
}
.scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
}
 @keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/** botones */
div .btn-third-cepes{
    width:180px;
    height:60px;
    font-size:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    cursor:pointer;
    font-weight: bold;
}
.btn-third-cepes{
    color:white;
    border:2px solid #8fc9c7;
    transition:.3s all;
    overflow:hidden;
}
.btn-third-cepes:before{
    content:'';
    position:absolute;
    width:60%;
    height:100%;  
    left:25%;
    background:transparent;
    transition:.3s all;
    z-index:-1;
}
.btn-third-cepes:hover{
    color:white;
    font-weight:bold;
}
.btn-third-cepes:hover:before{
    width:100%;
    left:0%;
    background:#8fc9c7;
}
div .btn-fourth-cepes, div .btn-fifth-cepes,  div .btn-six-cepes, div .btn-seven-cepes, div .btn-eight-cepes{
    width:280px;
    height:60px;
    font-size:16px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    cursor:pointer;
    font-weight:bold;
}
div .btn-six-cepes, div .btn-seven-cepes, div .btn-eight-cepes {
    width:200px;
}
.btn-fourth-cepes, .btn-fifth-cepes, .btn-six-cepes, .btn-seven-cepes, .btn-eight-cepes {
    color:#8fc9c7;
    border:2px solid #8fc9c7;
    transition:.3s all;
    overflow:hidden;
}
.btn-fourth-cepes:before, .btn-fifth-cepes:before, .btn-six-cepes:before, .btn-seven-cepes:before, .btn-eight-cepes:before {
    content:'';
    position:absolute;
    width:60%;
    height:100%;  
    left:25%;
    background:transparent;
    transition:.3s all;
    z-index:-1;
}
.btn-fourth-cepes:hover, .btn-fifth-cepes:hover, .btn-six-cepes:hover, .btn-seven-cepes:hover, .btn-eight-cepes:hover {
    color:white;
    font-weight:bold;
}
.btn-fourth-cepes:hover:before, .btn-fifth-cepes:hover:before, .btn-six-cepes:hover:before, .btn-seven-cepes:hover:before, .btn-eight-cepes:hover:before {
    width:100%;
    left:0%;
    background:#8fc9c7;
}
/* Modal*/
.modal-content {
    background-color:#fff;
    border:0;
}
.modal-content.conseguido-modal {
    background-color:transparent;
    border:0;
}
.modal-header {
    border-bottom: 0px;
    padding:0;
}
.close {
    color:black;
    opacity:1;
    transform: scale(1.4);
    text-shadow: 0 0px 0 #fff;
    margin: 0rem 0rem 0rem auto!important;
}
.close:hover {
    color:black;
    opacity:1;
    transform: scale(1.4);
    text-shadow: 0 0px 0 black;
}
.modal-content.conseguido-modal .close {
    color:white;
    opacity:1;
    transform: scale(1.4);
    text-shadow: 0 0px 0 #fff;
}
.modal-content.conseguido-modal .close:hover {
    color:white;
    opacity:1;
    transform: scale(1.4);
    text-shadow: 0 0px 0 #fff;
}
/** Carrusel home*/
.carousel-item img {
    max-height:600px;
    object-fit: cover;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    top: 16%;
    bottom: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption h5 {
    font-size:2.2rem;
    color:#8fc9c7;
    font-weight:bolder;
}
.carousel-caption p {
    font-size:1rem;
    color:white;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -70px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    background-color: #8fc9c7 !important;
    background-clip: padding-box !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    opacity: .5 !important;
    transition: opacity .6s ease !important;
}
/* Carrusel img conseguido*/
.carousel-item-2 img {
    object-fit: contain;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -70px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators .active {
    /* background-color: #3c8b88 !important; Color del indicador activo */
    opacity: 1 !important; /* Asegúrate de que sea visible */
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #8fc9c7;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-control-prev.change-color-icon, .carousel-control-next.change-color-icon {
    width:5%;
    filter: invert(0%) sepia(0%) saturate(3151%) hue-rotate(250deg) brightness(0%) contrast(300%);
}
img.banner-conseguido {
    width:90%;
    margin:auto;
}

/* Botón qué hemos conseguido*/
.section-button-center-3 {
    position: relative;
    margin-left:-15px;
    margin-right:15px;
}
.section-button-center-2 {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
/* Enlaces de interés en te interesa*/
.en-inter {
    border-bottom: 0;
}
.en-inter .en-ex .en-link,
.en-inter .en-link:focus,
.en-inter .en-link:hover {
    padding: 1rem 1rem;
    border: 0;
    font-size: 19px;
    color: #3c8b88;
    background: white;
    box-shadow:0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.en-inter .en-link:hover {
    background: #ddefee;
}
.en-inter .en-link.active {
    background: #8fc9c7;
    color: white;
}
.en-link.active.nav-2 {
    background: #ddefee;
    color: #3c8b88;
    box-shadow:0px 0px 0px 0px rgb(0 0 0 / 0%);
}
.nav-justified .en-ex {
    padding:15px;
}
/* Convocatorias estilo*/
.div-btn {
    position:absolute;
    z-index:10;
}
.first-banner-section {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 450px;
}
.bg-convocatoria-abierta {
    background-color:#396549;
    color:white;
}
.bg-convocatoria-cerrada {
    background-color:#ba120d;
    color:white;
}
.bg-convocatoria-proceso {
    background-color: #8fc9c7;
    color: white;
}
.arrow-tab {
    background-color:#ddefee;
    border-radius: 80px;
    padding:10px;
}
.arrow-tab-element {
    background-image: url("https://fse.cepes.es/assets/img/design/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height:15px;
    filter: invert(44%) sepia(7%) saturate(3151%) hue-rotate(129deg) brightness(105%) contrast(81%);
}
.element-tab-color:hover .arrow-tab-element,
.element-tab-color:focus .arrow-tab-element {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(306deg) brightness(104%) contrast(102%);
}
.element-tab-color:hover .arrow-tab,
.element-tab-color:focus .arrow-tab {
    background-color: #8fc9c7;
}
.element-tab-color.active .arrow-tab,
.element-tab-color.active .arrow-tab {
    background-color: #8fc9c7;
}
.element-tab-color.active .arrow-tab-element,
.element-tab-color.active .arrow-tab-element {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(306deg) brightness(104%) contrast(102%);
}
.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.0);
    padding: 3rem 1rem;
    width:100%;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border: 0;
    font-size: 19px;
    color: #3c8b88;
    background: white;
    box-shadow:0px 0px 10px 0px rgb(0 0 0 / 20%);
    border-radius:0.25rem;
}

.nav-tabs .nav-link.active {
    background: #8fc9c7;
    color: white;
}
.nav-link.active.nav-2 {
    background: #ddefee;
    color: #3c8b88;
    box-shadow:0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.nav-justified .nav-item {
    padding:15px;
}
.card-header {
    background: white;
    color: #3c8b88;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    /* margin-bottom:20px; */
}
.arrow-tab2 {
    background-color:#ddefee;
    border-radius: 80px;
    padding:10px;
    height:40px;
    width:40px;
    margin-top:10px;
    padding-left: 14px;
    padding-top: 12px;
}
.arrow-tab-element2 {
    background-image: url("https://fse.cepes.es/assets/img/design/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height:15px;
    filter: invert(44%) sepia(7%) saturate(3151%) hue-rotate(129deg) brightness(105%) contrast(81%);
}
/* Menú de navegación*/
.bg-light {
    background-color:white!important;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
}
#main_navbar .a-main-menu {
    font-size:1.1rem;
    line-height:1rem;
    color:#4c5358;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
#main_navbar .a-main-menu:hover {
    color:#3c8b88;
}
#main_navbar .a-main-menu:active {
    color:#3c8b88;
}

#priv_navbar .a-main-menu {
    font-size:1.05rem;
    line-height:1rem;
    color:#fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
#priv_navbar .a-main-menu:hover {
    color:#03394c;
}
#priv_navbar .a-main-menu:active {
    color:#03394c;
}

.bg-light-green {
    background-color:#ddefee;
    color:#4c5358;
}
 .change-menu#button-logout{
    background: transparent;
    color:#3c8b88;
    font-weight: bolder;
    text-transform: capitalize;
    font-size:1rem;
}
.change-menu#button-public-information-area {
    background: transparent;
    color:#3c8b88;
    text-transform: capitalize;
    font-size:1rem;
}
.change-menu#button-public-information-area a {
    color:#3c8b88;
}
.link-animation {
    position: relative;
}
.link-animation:before {  
    transform: scaleX(0);
    transform-origin: bottom right;
}
.link-animation:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.link-animation::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: transparent;
    border-bottom:1px solid #8fc9c7;
    z-index: 1;
    transition: transform .3s ease;
}
.icon-menu {
    max-width:16px;
    max-height:16px;
}    
/* Css Footer*/
#footer.footer-change {
    background-color:#3c8b88;
}
#footer.footer-change a{
    color:white;
}
.banner-pre-footer {
    background-color:#8fc9c7;
}
.btn-primary-cepes {
    padding:0.8rem 2rem;
    background-color: white;
    color:#3c8b88;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
    font-weight: bolder;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn-primary-cepes:hover {
    padding:0.8rem 2rem;
    background-color: white;
    color:#3c8b88;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 40%);
    font-weight: bolder;
    transform: scale(1.01);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn-secondary-cepes {
    padding:0.8rem 2rem;
    background-color: #ddefee;
    color:#3c8b88;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
    font-weight: bolder;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn-secondary-cepes:hover {
    padding:0.8rem 2rem;
    background-color: white;
    color:#3c8b88;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);
    font-weight: bolder;
    transform: scale(1.01);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn-form-cepes {
    padding:0.8rem 2rem;
    background-color: #3c8b88;
    color:white;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
    font-weight: bolder;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn-form-cepes:hover {
    padding:0.8rem 2rem;
    background-color: #ddefee;
    color:#3c8b88;
    font-weight: bolder;
    transform: scale(1.01);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#box-map.mapa-contacto {
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding-left: 0px;
}    
.entidad .alert {
    border-radius:0;
    background-color: #8fc9c7;
    border-color: #8fc9c7;
    color:white;
}
.box-entidad {
    border: 2px solid #ddefee;
    margin-right: 1rem;
}
.box-entidad-b-white {
    border-bottom: 2px solid white;
}
.box-entidad-b2-white {
    border-bottom: 0px solid white;
}
.box-entidad-b-green {
    border-bottom: 2px solid #ddefee ;
    border-top: 2px solid #ddefee;
    border-right: 2px solid #ddefee;
}
.box-entidad-b2-green {
    border-bottom: 2px solid #ddefee;
    border-right: 2px solid #ddefee ;
}
.box-entidad-b3-green {
    border-bottom: 2px solid #ddefee ;
}
.box-entidad-b4-green {
    border-left: 2px solid #ddefee ;
    border-right: 2px solid #ddefee ;
    border-bottom: 2px solid #ddefee ;
}
.box-entidad-b5-green {
    border-left: 2px solid #ddefee ;
    border-right: 2px solid #ddefee ;
    border-bottom: 2px solid #ddefee;
}
.box-entidad-b6-green {
    border-bottom: 0px solid #ddefee ;
    border-top: 0px solid #ddefee ;
    border-right: 0px solid #ddefee ;
}
.box-entidad-b7-green {
    border-bottom: 0px solid #ddefee ;
    border-right: 0px solid #ddefee ;
}
.box-entidad-b8-green {
    border-bottom: 0px solid #ddefee ;
}
.boder-bottom-light-green {
    border-bottom: 2px solid #ddefee;
    padding-bottom:1rem;
}     
.border-bottom-white {
    border-bottom: 2px solid white;
    padding-bottom:1rem;
} 
.info-documentation:nth-of-type(2n+1) {
    background-color:white;
}
.info-documentation:nth-of-type(2n) {
    background-color:#f2f9f9;
}
.info-documentation:hover {
    background-color:#e9f5f4;
}
.private_admin_container-entity label, .registro-fse label {
    font-weight:bold;
    color:#3c8b88;
    font-size: 1.2rem;
    line-height:1.5rem;
    padding-bottom:0.5rem;
    padding-top:1rem;
    display: block;
}
.private_admin_container .formulario h5, .registro-fse h5 {
    font-weight:bold;
    color:#03394c;
    font-size: 1.7rem;
    line-height:1.8rem;
    padding-bottom:1rem;
    padding-top:1rem;
    background-color: white;
    border-bottom:4px solid #ddefee;
    margin-top:3rem;
}
.register-alert p {
    text-transform: none!important;
}
 
/* Inicio breakpoints*/ 

@media (max-width: 1310px) {
    .a-main-menu {
        font-size: 0.9rem;
        line-height:0.9rem;
    }
}
/* @media (min-width: 1600px){
    .container {
    max-width: 1240px;
    }
} */
@media (min-width: 576px){
    .modal-dialog-video {
        max-width: 900px;
        }
}
@media (min-width: 1200px) {
    .logo-main-menu {
    max-width: 280px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    h1.new-brand, .cabecera-entidad h1 {
        font-size: 3.3rem;
        line-height: 3.8rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 992px;
    }
    h1.new-brand, .cabecera-entidad h1 {
        font-size: 3.3rem;
        line-height: 3.8rem;
    }
    .carousel-item img {
        max-height:500px;
        object-fit: cover;
    }
    .a-main-menu {
        font-size: 0.75rem;
        line-height:0.8rem;
    }
    .icon-menu {
        max-width:12px;
        max-height:12px;
    }
    .logo-main-menu {
        max-width: 160px;
    }
    .nav-link {
        padding: 0.5rem;
    } 
}
 @media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 850px;
    }
    h1.new-brand, .cabecera-entidad h1 {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .carousel-item img {
        max-height:450px;
        object-fit: cover;
    }
    .logo-main-menu {
        max-width: 180px;
    }
    .first-banner-section {
        height:350px;
    }
    .adj-button {
        margin-left:0px;
        margin-top:80px;
    }
    .adj-button-2 {
        margin-top:160px;
    } 
}
 @media (min-width: 576px) and (max-width: 767px) {
    h1.new-brand, .cabecera-entidad h1 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .container {
        max-width: 700px;
    }
    .first-banner-section {
        height:330px;
    }
    .rem1 {
        font-size:0.9rem;
        line-height: 1.1rem;;
    }
    .rem1-2 {
        font-size:1.1rem;
        line-height: 1.3rem;;
    }
    .rem1-3 {
        font-size:1.2rem;
        line-height: 1.4rem;;
    }
    .rem1-8 {
        font-size:1.6rem;
        line-height: 1.8rem;;
    }
    .carousel-item img {
        max-height:300px;
        object-fit: cover;
    }
    .carousel-caption {
        top: 8%;
    }
    .width-20 {
        width:35%;
    }
    .width-15 {
        width:22%;
    }
    .logo-main-menu {
        max-width: 200px;
    }
    .section-button-center {
        position: relative;
        margin-left:0px;
        margin-right:0px;
        min-height:350px;
        margin: auto;
    }
    .section-button-center-3 {
        margin-top:2rem!important;
        max-width: calc(100% - 4rem);
    }
    .rouded-video-1 {
        border-radius: 0rem 0rem 0.25rem 0.25rem;
    }
    .rouded-video-2 {
        border-radius: 0rem 0rem 0.25rem 0.25rem;
    }
    .adj-button {
        margin-left:0px;
        margin-top:80px;
    }
    .adj-button-2 {
        margin-top:160px;
    }
    #box-map.mapa-contacto {
        overflow: hidden;
        height: 100%;
        width: 100%;
        padding-left: 0px;
        margin-top:2rem;
    } 
    #box-map iframe {
        min-height:300px;
    }
    .first-section-home-5 {
        padding:2rem;
    }
    .first-section-home-6 {
        padding:0rem 2rem 0rem 2rem;
    }
    .h-contacto {
        min-height:1px;
    }

}            
@media (max-width: 575px) {
    .logo-main-menu {
        max-width: 200px;
    }
    .a-main-menu {
        font-size:1rem;
        line-height:1rem;
    }
    h1.new-brand, .cabecera-entidad h1 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .rem1 {
        font-size:0.8rem;
        line-height: 1rem;;
    }
    .rem1-2 {
        font-size:1rem;
        line-height: 1.3rem;;
    }
    .rem1-3 {
        font-size:1.1rem;
        line-height: 1.3rem;;
    }
    .rem1-8 {
        font-size:1.5rem;
        line-height: 1.6rem;;
    }
    .carousel-item img {
        max-height:450px;
        object-fit: cover;
        width:100%;
    }
    .carousel-indicators {
        bottom:-60px;
    }    
    .carousel-caption {
        top: 5%;
        left: 9%;
        right: 0%;
    }
    .first-section-home-2 {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
    .first-section-home {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .width-20 {
        width:60%;
    }
    .width-15 {
        width:40%;
        margin-bottom:3rem;
    }
    .btn {
        font-size: 14px!important;
    }
    .btn-primary-cepes, .btn-secondary-cepes {
        min-width:200px;
    }
    .btn-mobile {
        background-color: #a3c7bb;
    }
    .container {
        max-width: 570px;
    }
    .first-banner-section {
        height:350px;
    }
    .first-banner-section {
        align-items:start;
        padding-top:40px;
    }
    .first-banner-section h1 {
        text-align:center;
    }
    .first-banner-section p {
        text-align:center;
    }
    .section-button-center {
        position: relative;

        margin-left:0px;
        margin-right:0px;
        min-height:250px;
        margin: auto;
    }
    .section-button-center-3 {
        max-width: calc(100% - 4rem);
        margin-top:2rem!important;
    }
    .first-section-home-3 {
        padding-bottom:4rem;
    }
    .rouded-video-1 {
        border-radius: 0rem 0rem 0.25rem 0.25rem;
    }
    .rouded-video-2 {
        border-radius: 0rem 0rem 0.25rem 0.25rem;
    }
    .tab-content {
        padding: 1rem 1rem;
    }
    .adj-button {
        margin-left:0px;
        margin-top:80px;
    }
    .adj-button-2 {
        margin-top:160px;
    }
    .convocatoria-img-head {
        background-image: url("https://fse.cepes.es/assets/img/design/cabecera-conseguido-mobile-2.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .te-interesa-img-head {
        background-image: url("https://fse.cepes.es/assets/img/design/cabecera-interesa-mobile.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .que-conseguido-img-head {
        background-image: url("https://fse.cepes.es/assets/img/design/cabecera-conseguido-mobile-3.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #box-map.mapa-contacto {
        overflow: hidden;
        height: 100%;
        width: 100%;
        padding-left: 0px;
        margin-top:2rem;
    } 
    #box-map iframe {
        min-height:300px;
    }
    .first-section-home-5 {
        padding:2rem 0rem;
    }
    .h-contacto {
        min-height:1px;
    }
    .first-section-home-6 {
        padding:0rem 2rem 2rem 2rem;
    }
    .arrow-tab-element {
        margin-top: 25%;
    }
}
@media (max-width: 1200px){
    .rem1-2-entity {
        font-size:1rem;
        line-height:1.1rem;
    }
}
@media (max-width: 992px){
    .box-entidad {
        margin-right:0;
    }
    .rem1-8-entidad {
        font-size:1.4rem;
        line-height:1.7rem;
    }

}
@media (max-width: 768px){
    .entity-users-inner .box-entidad-b5-green {
        border-left: 0px solid #ddefee !important;
        border-right: 0px solid #ddefee !important;
        border-bottom: 0px solid #ddefee !important;
    }
    .entity-users-inner .box-entidad-b6-green {
        border-bottom: 2px solid #ddefee !important;
        border-top: 2px solid #ddefee !important;
        border-right: 2px solid #ddefee !important;
    }
    .entity-users-inner .box-entidad-b7-green {
        border-bottom: 2px solid #ddefee !important;
        border-right: 2px solid #ddefee !important;
    }
    .entity-users-inner .box-entidad-b2-white {
        border-bottom: 2px solid white !important;
    }
    .entity-users-inner .box-entidad-b8-green {
        border-bottom: 0px solid #ddefee !important;
    }
}
@media (max-width: 576px){
    .boder-bottom-light-green-mobile {
        border-bottom: 2px solid #ddefee;
        padding-bottom:1rem;
    }
    .document-documentation1, .document-documentation2, .document-documentation3 {
        padding-right:0.5rem;
        border-bottom: 2px solid #ddefee !important;
        padding:1rem 1.5rem;
        font-size:1rem;
        line-height:1.2rem;
    }
    .document-documentation1 {
        border-top: 2px solid #ddefee !important; 
        margin-top:1rem;      
    }
    .document-documentation3 {
        margin-bottom:2rem;
    }
    p.document-documentation1:before {
        content: "Nombre";
        width:100%;
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #3c8b88;
        font-weight:bold;
        display: inline-block;
        margin-right:0.5rem;
        padding-bottom:0.5rem;
    }
    p.document-documentation2:before {
        content: "Tipo";
        width:100%;
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #3c8b88;
        font-weight:bold;
        display: inline-block;
        margin-right:0.5rem;
        padding-bottom:0.5rem;
    }
    p.document-documentation3:before {
        content: "Fecha de Subida";
        width:100%;
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #3c8b88;
        font-weight:bold;
        display: inline-block;
        margin-right:0.5rem;
        padding-bottom:0.5rem;
    }
    .box-entidad-b4-green {
        border-bottom:0px solid #ddefee !important;;
    }
    .entity-users-inner .rem1 {
        font-size: 1rem;
        line-height: 1.1rem;
    }
	#form-recovery-password button:nth-child(2) {
		float: left!important;;
		margin-top:10px;
	}
	#container-form-login{
	display:inline-block;
	width:100%;
}
}
.area-entidad #container-form-login label {
    font-weight:bold;
    color:#3c8b88;
    font-size: 1.2rem;
    line-height:1.5rem;
    padding-bottom:0.5rem;
    padding-top:1rem;
}