
/* ########################### INICIO CSS GLOBAL ###########################
##################################################################### */

#forgot-password {
    display:none;
}
.confluence-information-macro-tip {
  background-color: #fcfcfc;
  border-color: #aab8c6;
}

/********************************/
/* SonarQube macro overrides */
/********************************/
.rating {
  font-size: 3em !important;
}

.donut {
  height: 120px;
  width: 120px;
}

/* Font styles */
/*Editado pcano para evitar sobrescritura de #main-content en estilos predeterminados de Confluence*/
.main-content-beauty{
    font-family: 'Noto Sans', sans-serif !important;

}


.main-content-beauty h2{
   font-size: 32px !important;
    /*line-height: 40px !important ;*/
    color: #0394D3 !important;
    font-weight: bold !important;
    /*margin-bottom: 40px;*/
}

.main-content-beauty h3{
    font-size: 21px !important;
    line-height: 28px !important;
    text-align: left;
    color: #0394D3 !important;
    font-weight: bold !important;
    letter-spacing: 0.3px !important;
}

.main-content-beauty h4{
    font-size: 18px !important ;
    color: #0394D3 !important ;
    font-weight: normal !important ;

}
.main-content-beauty h5{
    font-size: 24px !important ;
    line-height: 40px !important ;
    color: #0394D3 !important ;
    font-weight: bold !important ;
    margin-bottom: 30px !important ;
    display: inline-block;
    padding-left: 15px;
    padding-top: 15px;

}

.main-content-beauty h6{
    font-size: 32px !important ;
    line-height: 40px !important ;
    color: white !important ;
    font-weight: bold !important ;
    margin-bottom: 0px !important ;
    margin-right: 60px!important ;
    margin-left: 60px!important ;
}

.main-content-beauty h6+h6{
    margin-top:0 !important;
}

@media only screen and (max-device-width: 1024px) {
   
     .main-content-beauty h6{
         margin-right: 40px!important ;
         margin-left: 40px!important ;
    }

}


.main-content-beauty p{
    font-size: 16px !important;
    line-height: 24px !important;
    color: #232020 !important;
    letter-spacing: 0.23px !important;
    font-weight: normal !important;
}

.rw_page_left_section {
     background-color: transparent;
     border: none;
}
.main-content-beauty .toc-macro{
    font-size: 16px !important;
    line-height: 24px !important;
}

.main-content-beauty .toc-macro a{
    font-size: 16px !important;
    line-height: 24px !important;
    color: #0394D3 !important ;
}
.main-content-beauty .alt-pages a{
    font-size: 16px !important;
    line-height: 24px !important;
    color: #0394D3 !important ;
}

.main-content-beauty ul{
    font-size: 16px !important;
}
.main-content-beauty ol{
    font-size: 16px !important;
    counter-reset: list;
}


/* elements */

.event-details a{
     color: #0394D3 !important ;

}

.buttons .external-link{
    font-size: 16px;
    background-color: transparent;
    color: #0394D3 !important ;
    border: 2px solid;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
    margin: 20px;
}
.CTA-body .external-link{
    font-size: 16px;
    background-color: transparent;
    color: white!important ;
    border: 2px solid;
    border-radius: 48px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
    margin: 0px;
}
.buttons a{
    font-size: 16px;
    background-color: transparent;
    color: #0394D3 !important ;
    border: 2px solid;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
    margin: 20px;
}

.split-section a{
    font-size: 16px;
    background-color: #0394D3 ;
    color: white !important ;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
  
}
.main-categories a{
    font-size: 16px;
    line-height: 24px;
    color: black !important;
    letter-spacing: 0.23px;
    font-weight: normal;
  
}
.main-categories a:hover{
     color: #232020;
}
.main-tools a {
    font-size: 16px;
    line-height: 24px;
    color: #0394D3 !important;
    font-weight: normal;
  
}

.quienes-somos a{
    color: #0394D3 !important;
}

.buttons .external-link:hover{
    background-color: #0394D3;
    color: white !important ;
}
.buttons a:hover{
    background-color: #0394D3;
    color: white !important ;
}
.blog-section .buttons a{
    margin: 0;
}

.main-content-beauty ol li{
    counter-increment: list;
    list-style-type: none !important;
    position: relative;
}

.main-content-beauty ol li::before{
    color:#0394D3;
    content: counter(list) ".";
    left: -32px;
    position: absolute;
    text-align: right;
    width: 26px;
    font-weight: bold;
}

.main-content-beauty ul li{
    font-size:16px !important;
}

/* sections */


/* Slideshow container */

.slideshow-container {
  position: relative;
}
 .slideshow-container img{
       height: inherit;
}

/* Hide the images by default */

.mySlides {
   display: none;
}

/* Next & previous buttons */

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #0394D3 !important;
    font-weight: light;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 2px 2px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* Caption text */

.caption {
    position: absolute;
    top: 21%;
    left: 7%;
    text-align: left;
    padding: 10px;

}

.caption h1{
    color: #0394D3;
    font-size: 64px;
    font-weight: bold;
    max-width: 65%;
}
.caption-2 #big-responsive{
    color: #0394D3;
    font-size: 64px;
    font-weight: bold;
    max-width: 100%;
}
.caption-2 {
    position: absolute;
    top: 37%;
    left: 11%;
    text-align: center;
    padding: 10px;

}


.caption p{
  color: #4F5053;
  font-size: 24px !important;
  display: inline-block;

}

.caption p:last-child {
  padding-bottom: 10px;
  border-bottom: 7px solid;
  border-color: #0394D3;

}

@media only screen and (max-device-width: 1440px) {
     .slideshow-container img{
         height: 250px;
     }
     .caption{
        top:32%;
        left:10%;
     }
     .caption-2{
        top:34%;
        left:16%;
     }
      .caption h1{
        font-size: 40px;
        max-width: 100%;
     }
      .caption-2 #big-responsive{
        font-size: 40px !important;
        max-width: 100%;
     }
     .caption p{
       font-size: 18px;
     }
}

@media only screen and (max-device-width: 1280px) {
      .slideshow-container img{
         height: 275px;
     }
     .caption-2{
        left:12%;
     }
     .caption p{
       padding-bottom: 6px;
     }
}
@media only screen and (max-device-width: 1124px) {
      
      .caption-2{
        left: 0;
     }
      .caption h1{
        font-size: 30px;
     }
     
     .caption-2 #big-responsive{
        font-size: 30px;
     }
     .caption p{
       font-size: 14px;
       padding-bottom:4px;
     }
}

.intro-text{
    padding-right: 20%;
    padding-left: 20%;
}
@media only screen and (max-device-width: 1024px) {
    .intro-text{
    padding-right: 9%;
    padding-left: 9%;
   }

}

.intro-text ul{
    color: #0394D3 !important;
    padding-left: 80px;
}

.main-categories{

    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 90px;
    width: auto;
    height: auto;
}
.main-categories .columnMacro{ 
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    width: 24%;
    display: inline-block;
    margin: 5px;
}



.main-categories .confluence-embedded-image {
   
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none ! important;
}
.main-categories .confluence-embedded-file-wrapper {
   
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none ! important;
}


.main-categories h3 {
   padding-left: 15px ;
   margin: 0 ! important;  
   max-width: 92% ;
}


.main-categories p {
   margin-bottom: 15px;
}


.main-categories ul {
   list-style-type: none !important;
   padding-right:15px;
}

 .main-categories ul li ::before {
  content: ">"; 
  color: #0394D3;
  font-weight: bold;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

@media only screen and (min-width: 1673px) and (orientation: landscape) { 
    .main-categories{

        padding-left: 180px;
        padding-right: 180px;
    }
    .main-categories .columnMacro{
        margin: 16px !important;
        width: 22% !important;
     }
}

@media only screen and (max-device-width: 1024px) {

    .main-categories{

          padding-left: 10px;
          padding-right: 10px;
    }
    .main-categories .columnMacro{
          margin-bottom: 20px !important;
          width: 94% !important;
          padding: 20px;
          border: 1px solid aliceblue;
     }
    .main-categories .confluence-embedded-image {
   
         display:none!important;
}

    .main-categories h3 {
         font-size: 26px ;
         margin-bottom: 10px ! important;  
}

.main-categories p {
        font-size: 18px;
}
      
}

.split-column {
  float: left;
  width: 50%;
  position:relative;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.split-column #split-title {
   
  max-width: 100% !important;
  margin-bottom: 20px;
  
   
}

#top-left{
    position: absolute;
    top: 30%;
    left: 20%;
}
#top-right{

    position: absolute;
    top: 30%;
    left: 20%;
}

@media only screen and (max-device-width: 1280px) {
     #top-left{

         left: 5%;
   }
    #top-right{

       left: 5%;
  }
        
}

@media only screen and (max-device-width: 1024px) {
     .split-column {
        width: 100%;
        position:relative;
     }
     .split-column #split-title {
   
         font-size:30px!important;
  
   
     }

}




.main-tools {

    display: inline-block;
    margin: auto;
    padding: 60px;
    width: auto;

}


.main-tools .columnMacro {
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    width: 26% ;
    display: inline-block;
    border-top: 6px solid;
    border-color: #0394D3;
    padding: 20px;
    margin: 15px;
}

@media only screen and (max-device-width: 1024px) {
    .main-tools .columnMacro {
       width: 41% !important ;
       padding: 20px;
       margin: 10px;
   }

}
@media only screen and (max-device-width: 385px) {
    .main-tools .columnMacro {
       width: 90% !important ;
       padding: 20px;
       margin: 10px;
   }

}
.main-tools h3 {
   max-width: 92% ;
}


.main-tools ul {
   list-style-type: none !important;
   padding-inline-start: 16px;
}
/*PRUEBA
 .main-tools ul li ::before {
  content: ">"; 
  color: #0394D3;
  font-weight: bold;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}*/

.CTA {

  background-image: linear-gradient(to right, #5CB4E0 , #0394D3);
  padding:50px;
  margin-top:-2px !important;
}

.CTA-body{
   display: flex;
   align-content: center;
   justify-content: center;
}


.main-numbers{
   display: block;
   margin: auto;
   widht:100%;
   padding: 40px;
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/44607204/dots-effect.png?version=1&modificationDate=1587719654000&api=v2");
   height: 100%;
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;

}

/* Turn off parallax scrolling for all tablets and phones.  */
@media only screen and (max-device-width: 1366px) {
  .main-numbers{
    background-attachment: scroll;
  }
}


.main-numbers h1{
    font-size: 55px;
    line-height: 82px;
    text-align: center;
    color: black;
    font-weight: bold;
    letter-spacing: -0.4px;
 
}

.main-numbers p{
    text-align: center;
    color:#0394D3 !important ;
    font-weight: bold;
}

.main-numbers .columnMacro {
    width: 22%;
    display: inline-block;
    margin: 15px;
}
.main-numbers .confluence-embedded-image {
   
         height: 54px;
}

.main-numbers .confluence-embedded-image:first-child {
  margin-bottom: 6px;

}

@media only screen and (max-device-width: 1228px) {
     . {
        
     }
     .main-numbers .columnMacro {
   
         width: 46%;
         margin-bottom: 50px;
  
   
     }

}

@media only screen and (max-device-width: 768px) {
     . {
        
     }
     .main-numbers .columnMacro {
   
         width: 90%;
         margin-bottom: 50px;
  
   
     }

}


.blog-section{

    display: block;
    margin: auto;
    padding: 10px 20px 40px;
    width: auto;
}

.blog-section .rw_module_title{
   display:none;
}
.blog-section .rw_date{
   display:none;
}
.blog-section .rw_load_more_section{
    display:none;
}

.blog-section .rw_news_module .rw_news_image_item .rw_title{
    left: 10px!important;
    width: 100%!important;
}
.blog-section .rw_news_module .rw_news_image_item .rw_title h2{
    font-size:22px!important;
    color:white !important;
}
.blog-section .rw_news_module.rw_2_column_mode .rw_news_image_item{
    width: calc(33% - 15px)!important;
    margin:10px!important;
}
.blog-section .rw_news_module.rw_2_column_mode .rw_news_image_item:nth-child(even) {
    margin-left: 0!important;
    margin-right: 0!important;
}


/* Informacion de interes  */

.main-comunicados-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/50083284/comunicados-interes.png?version=1&modificationDate=1592821215000&api=v2");
   height: 100%;
   background-size: cover;
   padding: 90px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.main-comunicados-section h2{
   margin-bottom:10px !important;
   font-size:48px !important;
}



.blog-section-pruebas .rw_module_title{
   display:none;
}
.blog-section-pruebas .rw_date{
   display:none;
}
.blog-section-pruebas .rw_load_more_section{
    display:none;
}
.blog-section-pruebas .rw_news_module{
    padding:10px !important;
}

.blog-section-pruebas .rw_module_body {

    display: flex !important;
    justify-content: space-between;
    
}
.blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container .rw_image{
   float: none !important;
    border: none;
    order: 1;
    width: 500px;
    height: 293px;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
}

.blog-section-pruebas .rw_news_module .rw_news_item ~ .rw_news_item .rw_item_container{
    border-top: none !important;
    padding-top: 0 !important;
}

.blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container{
    display:grid !important;
    float: none !important;
    padding-bottom:0;
}
.blog-section-pruebas .rw_excerpt{
    order:3;
    max-width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog-section-pruebas .rw_module_button {
    order: 4;
}

.blog-section-pruebas .rw_module .rw_module_button, .wiki-content .rw_module .rw_module_button {
    border: none!important;
    padding: 0 !important;
    border: none !important;
    color:#0394D3;
    text-align: left !important;
    

}
.blog-section-pruebas .rw_module .rw_module_button, .wiki-content .rw_module .rw_module_button:hover {
    background-color: transparent!important;
}

.blog-section-pruebas .rw_title{
    order:2;
}
.blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container a.rw_title h2{
    font-size: 18px !important;
    line-height:25px!important;
    margin-bottom:15px !important;
}
.rw_module .rw_module_button span, .wiki-content .rw_module .rw_module_button span {
    text-transform: uppercase;
    content: "x";
    color: transparent;
    margin-left: -135px;
}

.rw_module .rw_module_button span, .wiki-content .rw_module .rw_module_button span:after {
    text-transform: none;
    content: "> Leer más";
    color:#555;
    font-size:14px;
}

@media only screen and (max-device-width: 1479px) {
     .blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container .rw_image{
         height: 200px;
     }
}

@media only screen and (max-device-width: 1440px) {
     .blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container .rw_image{
        
         width: 350px;
         height: 200px;
         max-width: 350px;
         max-height: 200px;
   
     }
}

@media only screen and (max-device-width: 1024px) {
     .blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container .rw_image{
         width: 95%;
         height: 153px;
         max-width: none !important;
         max-height: none !important;
     }
}

@media only screen and (max-device-width: 768px) {
     .blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container .rw_image{
           height: 383px;
           width: 100%;
     }

     .blog-section-pruebas .rw_excerpt{
            max-width: 100%;
            margin-bottom:30px;
    
     }
     .blog-section-pruebas .rw_module_body {

          display: block !important;
          justify-content: space-between;
    
    }

}

@media only screen and (max-device-width: 400px) {
    
    .blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container {

          margin-bottom:60px;
    
    }
    .rw_module .rw_module_button span, .wiki-content .rw_module .rw_module_button span {
    
          margin-left: -280px;
    }

}

@media only screen and (max-device-width: 1024px) {

    .blog-section-comunicados{

         display:none;
    }
      
}

@media only screen and (min-device-width: 1025px) {

    .blog-section-comunicados-responsive{

         display:none;
    }
   
      
}


.blog-section-comunicados .rw_module_title{
   display:none;
}
.blog-section-comunicados .rw_date{
   display:none;
}
.blog-section-comunicados .rw_load_more_section{
    display:none;
}

.blog-section-comunicados .rw_news_module{
    padding:10px !important;
}
.blog-section-comunicados .rw_news_item{
     float: left !important;
     width: 48% !important;
      border: 6px solid transparent !important;
      box-sizing: content-box !important;

}
.blog-section-comunicados .rw_excerpt{
    max-width: 67% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-section-comunicados .rw_news_module .rw_news_item .rw_item_container a.rw_title h2{
    font-size: 18px !important;
    line-height:28px!important;
    margin-bottom:20px !important;
    max-width: 80% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-section-comunicados .rw_news_module .rw_news_item .rw_item_container .rw_image{
    border: none !important;
    margin-top:0 !important;
    padding:0 !important;
    max-width: 126px !important;
    max-height: 95px !important;
    height: 95px !important;
    margin-bottom: 70px !important;
}
.blog-section-comunicados .rw_item_container{
   border-top: 1px solid transparent !important;
   padding-top:20px !important;
}

.blog-section-comunicados .rw_margin_top{
   margin-top:5px !important;
}
.blog-section-comunicados-responsive .rw_module_title{
   display:none;
}
.blog-section-comunicados-responsive .rw_date{
   display:none;
}
.blog-section-comunicados-responsive .rw_load_more_section{
    display:none;
}

.blog-section-comunicados-responsive .rw_news_module{
    padding:20px !important;
}

.blog-section-comunicados-responsive .rw_news_module .rw_news_item .rw_item_container a.rw_title h2{
    font-size: 18px !important;
    line-height:28px!important;
    margin-bottom:20px !important;
    max-width: 100% !important;
}

.blog-section-comunicados-responsive .rw_news_module .rw_news_item .rw_item_container .rw_image{
    border: none !important;
    margin-top:0 !important;
    padding:0 !important;
    max-width: 126px !important;
    max-height: 95px !important;
    height: 95px !important;
    margin-bottom: 50px !important;
}

.blog-section-comunicados-responsive .rw_margin_top{
   margin-top:5px !important;
}

/* Fin Informacion de interes  */

.back-btn{
   margin-top: 60px;
}

.back-btn ol{
   list-style-type:none !important;
}

.back-btn  li::before {
   content: "<"; 
   color: #0394D3;
   font-weight: bold;
   display: inline-block;
   margin-left: -1em;
   width: 1em;
   font-size:20px; 
}
.back-btn a {
   color: black !important;
   font-size:20px !important;
   text-decoration: none !important;
   font-weight: normal !important ;
}

.back-btn a:hover{
    color: #0394D3 !important;
}

/* Page quienes somos */

.quienes-somos{
    padding: 0px 30px;

}

@media only screen and (min-device-width: 1876px) {
  
     .quienes-somos-col .columnMacro p{
            max-width: 91%;
     }
    
      .quienes-somos-col{
            padding: 0px 200px !important;

     }
    
      .quienes-somos-col .columnMacro .confluence-embedded-file-wrapper .confluence-embedded-image{
       max-width: none !important;
       width:120%;
       margin-left: 0px important;
       
    }


}

@media only screen and (max-device-width: 1875px) {
  
     .quienes-somos-col .columnMacro p{
            max-width: 81%;
     }

      .quienes-somos-col{
            padding: 0px 90px;

     }
    
      .quienes-somos-col .columnMacro .confluence-embedded-file-wrapper .confluence-embedded-image{
       max-width: none !important;
       width:120%;
       
    }


}
@media only screen and (max-device-width: 1654px) {
  
     .quienes-somos-col{
         padding: 0px 40px;

    }

    .quienes-somos-col .columnMacro .confluence-embedded-file-wrapper .confluence-embedded-image{
         max-width: none !important;
         width:98%;

    }

   .quienes-somos-col .columnMacro{
         padding: 0px 10px;

   }
   .quienes-somos-col .columnMacro h2{
        margin-bottom:5px ! important;
   }

   .quienes-somos-col .columnMacro p{
            max-width: 91%;
   }


}



@media only screen and (max-device-width: 768px) {
     .quienes-somos-col{
            padding: 0px 10px;

     }
     .quienes-somos-col .columnMacro{
             width: 90% !important;
             max-width: 90% !important;
             min-width: 90% !important;
             display:block;
     }



     .quienes-somos-col .columnMacro .confluence-embedded-file-wrapper .confluence-embedded-image{
           max-width: none !important;
           width:128% !important;
    }

}


.main-services {

    display: inline-block;
    margin: auto;
    padding: 60px;
    width: auto;
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/44607204/dots-effect.png?version=1&modificationDate=1587719654000&api=v2");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
/* Turn off parallax scrolling for all tablets and phones.  */
@media only screen and (max-device-width: 1366px) {
  .main-services{
    background-attachment: scroll;
  }
}


.main-services .columnMacro {
    background-color: transparent;
    width: 26% ;
    display: inline-block;
    border-top: 4px solid;
    border-color: #0394D3;
    padding: 20px;
    margin: 15px;
}

@media only screen and (max-device-width: 1024px) {
    .main-services .columnMacro {
       width: 41% !important ;
       padding: 20px;
       margin: 10px;
   }

}
@media only screen and (max-device-width: 385px) {
    .main-services .columnMacro {
       width: 90% !important ;
       padding: 20px;
       margin: 10px;
   }

}


.team-section h2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
       
 } 

.main-members{
   display: block;
   margin: auto;
   width: auto;
   padding-bottom: 40px;
  
}


.main-members .blue-p{
    color:#0394D3 !important ;
    font-weight: bold !important;
}
.main-members p{
    text-align: center;
    font-size:14px !important;
    padding:0px 14px;
     
}
.main-members .confluence-embedded-image {
    margin-bottom: 30px !important;
         
}

.part-1 .columnMacro {
    width: 20%;
    display: inline-block;
    margin: 0px;
}

.part-2 .columnMacro {
    width: 33%;
    display: inline-block;
    margin: 10px 1px;
}

@media only screen and (max-device-width: 1150px) {
    .part-1 .columnMacro {
        width: 94%;
       
    } 

   .part-2 .columnMacro {
         width: 94%;
     }

}

@media only screen and (max-device-width: 1024px) {

     .main-members {
        padding: 10px !important;
       
    } 
    .main-members p{
    padding: 0 30px;
     
    }
    .team-section h2 {
        margin-top: 40px !important;
       
    } 

    .part-1 .columnMacro {
        width: 48%;
        margin-bottom:20px;
       
    } 
    .part-2 .columnMacro {
        width: 46%;
        margin-bottom: 20px;
       
    } 

}
@media only screen and (max-device-width: 375px) {

     .main-members {
        padding: 0 !important;
       
    } 
    .main-members p{
    padding:0px 214px;
     
    }
    .team-section h2 {
        margin-top: 40px !important;
       
    } 

    .part-1 .columnMacro {
        width: 94%;
        margin-bottom:15px;
       
    } 
    .part-2 .columnMacro {
        width: 94%;
        margin-bottom:15px;
       
    } 

}
  

.main-projects{

    display: inline-block;
    padding: 0px 80px;
    margin-bottom: 2px;
    width: auto;
    height: auto;
}
.main-projects .columnMacro{ 
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    width: 23%;
    max-width:23%;
    display: inline-block;
    margin: 0 20px 15px 0;
    padding: 0 0 20px 0;
    height: 225px;
        
}
.main-projects .columnMacro a{ 
     color: #0394D3 !important;
     margin-top:10px;
}

.main-projects-responsive .columnMacro a{ 
     color: #0394D3 !important;
}

.main-projects-responsive{

    display: inline-block;
    padding: 0px 90px;
    margin-bottom: 2px;
    width: auto;
    height: auto;
}
.main-projects-responsive .columnMacro{ 
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    width: 30%;
    max-width:30%;
    display: inline-block;
    margin: 0 20px 40px 0;
    padding: 20px 0 20px 0;
    height: 130px;
        
}
.main-projects-responsive .columnMacro p {
    font-size:14px !important;
    margin:0 !important;
    line-height: 20px !important;
}
.main-projects-responsive .columnMacro h3{
    max-width: 100% !important;
    margin: 10px 0 0 0 !important;
    font-size: 18px !important;
    text-transform: uppercase;
}



.main-projects .confluence-embedded-image {
   
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none ! important;
}


.main-projects .columnMacro p {
    font-size:14px !important;
    margin:0 !important;
    line-height: 20px !important;
}
.main-projects .columnMacro h3{
    max-width: 100% !important;
    margin: 10px 0 0 0 !important;
    font-size: 18px !important;
    text-transform: uppercase;
}



@media only screen and (min-width: 1873px) and (orientation: landscape) { 
    .main-projects{

        padding: 0px 298px;
    }
    .main-projects .columnMacro{
        margin: 0 35px 15px 0;
        width: 22% ;
        max-width:22%;
     }
}
@media only screen and (max-width: 1440px) and (orientation: landscape) { 
    .main-projects{

        padding: 0px 90px;
    }
    .main-projects .columnMacro{
        margin: 0 20px 15px 0;
        width: 23%;
        max-width:23%;
     }
}

@media only screen and (max-width: 1290px) and (orientation: landscape) { 
    .main-projects{

        padding: 0px 60px;
    }
    .main-projects .columnMacro{
        margin: 0 20px 15px 0;
        width: 23%;
        max-width:23%;
     }
}


@media only screen and (max-device-width: 1024px) {

    .main-projects{

         display:none;
    }
      
}

@media only screen and (min-device-width: 1025px) {

    .main-projects-responsive{

         display:none;
    }
   
      
}

@media only screen and (max-device-width: 375px) {

    .main-projects-responsive .columnMacro{ 
    
       width: 46%;
       max-width:46%;        
    }
    .main-projects-responsive .columnMacro p {
       font-size:16px !important;
    }

}

.project-description{
   padding: 0 60px;
}

.project-description a{
   color: #0394D3 !important;
   font-size:16px !important;
}
.project-benefits a{
  color: #0394D3 !important;
  font-size:16px !important;
}
.main-projects-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53152981/quienes-somos.png?version=1&modificationDate=1592842520670&api=v2");
   height: 100%;
   background-size: cover;
   padding: 40px 0;
}

.main-projects-section h2{
   margin-bottom:10px !important;
   font-size:48px !important;
}
.project-description h3{
   border-top:1px solid;
   padding-top: 30px;
   max-width: 100% !important;
}

.project-benefits{
   padding: 0 60px;
}
.project-benefits .columnMacro{
    width: 33%;
    max-width:33%;
    display: inline-block;
    margin: 0;
   
}

.project-benefits p strong{
   color: #0394D3 !important;
}


.project-benefits ul {
   list-style-type: none !important;
   padding-inline-start: 16px;
   font-size:16px !important;
}
.project-benefits li {
   margin-bottom:12px !important;
}
.project-description li {
   margin-bottom:12px !important;
}
.project-benefits h4 {
  max-width: 90%;
}
.project-description h4 {
   max-width:90%;
}
.project-benefits ul li ::before {
  content: ">"; 
  color: #0394D3;
  font-weight: bold;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
 
}
.project-description ul {
   list-style-type: none !important;
   padding-inline-start: 16px;
   font-size:16px !important;
   
}

.project-description ul li ::before {
  content: ">"; 
  color: #0394D3;
  font-weight: bold;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}



.main-numbers-projects{
   display: none;
   margin: auto;
   widht:100%;
   padding: 40px;
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/44607204/dots-effect.png?version=1&modificationDate=1587719654000&api=v2");
   height: 100%;
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;

}

/* Turn off parallax scrolling for all tablets and phones.  */
@media only screen and (max-device-width: 1366px) {
  .main-numbers-projects{
    background-attachment: scroll;
  }
}


.main-numbers-projects h1{
    font-size: 55px;
    line-height: 82px;
    text-align: center;
    color: black;
    font-weight: bold;
    letter-spacing: -0.4px;
 
}

.main-numbers-projects p{
    text-align: center;
    color:#0394D3 !important ;
    font-weight: bold;
}

.main-numbers-projects .columnMacro {
    width: 30%;
    display: inline-block;
    margin: 15px;
}
.main-numbers-projects .confluence-embedded-image {
   
         height: 54px;
}

.main-numbers-projects .confluence-embedded-image:first-child {
  margin-bottom: 6px;

}

@media only screen and (max-device-width: 1228px) {
     . {
        
     }
     .main-numbers-projects .columnMacro {
   
         width: 29%;
    
   
     }

}

@media only screen and (max-device-width: 768px) {
     . {
        
     }
     .main-numbers-projects .columnMacro {
   
         width: 90%;
         margin-bottom: 50px;
  
   
     }

}

.main-optimis-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53153907/OPTIMIS.png?version=2&modificationDate=1592986499323&api=v2");
   height: 100%;
   background-size: cover;
   padding: 90px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.main-compas-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53153943/COMPAS-header.png?version=1&modificationDate=1592987569385&api=v2");
   height: 100%;
   background-size: cover;
   padding: 90px 0;
   background-position: center;
   background-repeat: no-repeat;
}
.main-monitoring-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53153971/monitoring-header.png?version=1&modificationDate=1592988390038&api=v2");
   height: 100%;
   background-size: cover;
   padding: 90px 0;
   background-position: center;
   background-repeat: no-repeat;
}
.main-altiris-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53156525/altiris-portada.png?version=1&modificationDate=1593415879578&api=v2");
   height: 100%;
   background-size: cover;
   padding: 90px 0;
   background-position: center;
   background-repeat: no-repeat;
}
.main-atlas-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53156945/atlas-header.png?version=1&modificationDate=1593430981496&api=v2");
   height: 100%;
   background-size: cover;
   padding: 90px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.main-cerca-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53166284/cerca-header.png?version=1&modificationDate=1595238430045&api=v2");
   height: 100%;
   background-size: cover;
   padding: 90px 0;
   background-position: center;
   background-repeat: no-repeat;
}


.main-comunicados-section h2{
   margin-bottom:10px !important;
   font-size:48px !important;
}

.main-calendar-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/43614550/calendar-banner.png?version=1&modificationDate=1594029268068&api=v2");
   height: 100%;
   background-size: cover;
   padding: 60px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.main-reabre-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53166256/reabre.png?version=1&modificationDate=1595237412479&api=v2");
   height: 100%;
   background-size: cover;
   padding: 60px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.main-acude-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53166302/Acude%20header.png?version=1&modificationDate=1595238837665&api=v2");
   height: 100%;
   background-size: cover;
   padding: 60px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.main-conoce-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53166314/conoce-header-2.png?version=1&modificationDate=1595240716812&api=v2");
   height: 100%;
   background-size: cover;
   padding: 60px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.main-acuerda-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53166334/acuerda-header.png?version=1&modificationDate=1595240096453&api=v2");
   height: 100%;
   background-size: cover;
   padding: 60px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.main-nilo-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53169627/nilo-header.png?version=1&modificationDate=1595841854221&api=v2");
   height: 100%;
   background-size: cover;
   padding: 60px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.main-radar-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53169641/radar-header.png?version=1&modificationDate=1595842352064&api=v2");
   height: 100%;
   background-size: cover;
   padding: 60px 0;
   background-position: center;
   background-repeat: no-repeat;
}
.main-telemaco-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53169705/telemaco-header.png?version=2&modificationDate=1595844395013&api=v2");
   height: 100%;
   background-size: cover;
   padding: 60px 0;
   background-position: center;
   background-repeat: no-repeat;
}







.main-calendar-section h3{
   max-width: 100% !important;
   margin-bottom:18px !important;
}

.main-calendar-section a{
   font-size: 16px;
    background-color: #0394D3;
    color: white !important;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
}



@media only screen and (min-device-width: 1600px) {
  .main-calendar-section{
     padding: 95px 0;
  }
}


//subpáginas

.main-documents {

    display: inline-block;
    margin: auto;
    padding: 20px;
    width: auto;

}


.main-documents .columnMacro {
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 2px 2px #E7E7E7;
    display: inline-block;
    border-top: 6px solid;
    border-color: #0394D3;
    width: 90%;
    padding: 25px;
    margin-bottom: 20px;
}

@media only screen and (max-device-width: 1024px) {
    .main-documents .columnMacro {
       width: 41% !important ;
       padding: 20px;
       margin: 10px;
   }

}
@media only screen and (max-device-width: 385px) {
    .main-documents .columnMacro {
       width: 90% !important ;
       padding: 20px;
       margin: 10px;
   }

}



.main-documents ul {
   list-style-type: none !important;
   padding-inline-start: 16px;
}

.main-documents ul li ::before {
  content: ">"; 
  color: #0394D3;
  font-weight: bold;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

 .main-documents h3{
    max-width: 100% !important;
    margin-bottom:15px;
}
.main-documents a {
   color:#0394D3 !important;
   font-size:16px;
}



.main-events-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53164591/events-header.png?version=1&modificationDate=1594723018959&api=v2");
   height: 100%;
   background-size: cover;
   padding: 60px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.split-2{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53164591/objetivos.png?version=1&modificationDate=1594724155949&api=v2");
   padding: 20px 40px;
   margin: auto;
   widht:100%;
   height: 100%;
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.split-2 h2{
   margin-bottom:15px !important;
    font-size:24px !important;
}

.main-events-section h1{
   font-size:40px;
   color: #0394D3 !important;
   font-weight: bold;
}

.event-details{
   padding: 0 60px;
   border-bottom: 1px solid #0394D3;
   margin-bottom: 30px;
}
.event-details .columnMacro{
    width: 25%;
    max-width:25%;
    display: inline-block;
    margin: 0;
    padding-bottom: 30px;
   
}

.split-text {
   padding: 40px 20px;
   margin-bottom:40px;
}

.split-text ol{
   margin-top: 10px;
}

.split-text .columnMacro{
    width: 50%;
    max-width:50%;
    display: inline-block;
    margin: 0 ;
}

.split-text ul {
   list-style-type: none !important;
   padding-right:15px;
}

 .split-text ul li ::before {
  content: ">"; 
  color: #0394D3;
  font-weight: bold;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.split-text li {
   font-size: 16px;
   margin-bottom: 12px;
   line-height: 25px;
   max-width: 90% !important;
}



.split-2 ul {
   list-style-type: none !important;
   padding-right:15px;
}

 .split-2 ul li ::before {
  content: ">"; 
  color: #0394D3;
  font-weight: bold;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.split-2 li {
   font-size: 16px;
   margin-bottom: 12px;
   line-height: 25px;
    max-width: 95% !important;
}
.split-text h2 {
   margin-bottom: 10px !important;
  
}

.split-text .columnMacro p{
   max-width: 95% !important;
}

.split-text strong {
    color: #0394D3 !important;
}

  
.cell.normal {
    padding-left: 0!important;
    padding-right: 0!important;
}

.buttons h2{
    margin-bottom:0 !important;

}


/*Agregado Pedro Cano*/

.main-banner-comunicados-section{
   background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/43614550/split-nuevo.png?version=2&modificationDate=1590402177172&api=v2");
   height: 100%;
   background-size: cover;
   padding: 60px 0;
   background-position: center;
   background-repeat: no-repeat;
}

.main-banner-comunicados-section h3{
   max-width: 100% !important;
   margin-bottom:18px !important;
}
/*
.main-banner-comunicados-section a{
   font-size: 16px;
    background-color: #0394D3;
    color: white !important;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
}*/

@media only screen and (min-device-width: 1600px) {
  .main-banner-comunicados-section{
     padding: 95px 0;
  }
}

/* ########################### FIN CSS GLOBAL ###########################
################################################################### */

#####################################################################
#####################################################################
#####################################################################
#####################################################################
#####################################################################

/* ########################### INICIO CSS 16102023 (Espacio Coordinación TIC) ###########################
########################################################################################### */

/*Editado pcano para evitar sobrescritura de #main-content en estilos predeterminados de Confluence*/
.column-relative .columnMacro {  
    position: relative !important;  
}  
.seccion-boletines a {  
    text-decoration: underline !important;  
}  
.seccion-boletines h4 {  
    margin: 10px !important;  
}  
.rw_news_module.rw_width_mode_medium .rw_news_image_item, .rw_news_module.rw_width_mode_medium .rw_slider_container {  
    height: 200px !important;  
}  
.blog-section .rw_news_module.rw_width_mode_small .rw_news_image_item {  
    height: 200px !important;  
}  
.main-content-beauty {
    font-family: 'Noto Sans', sans-serif !important;
}

.main-content-beauty h2 {
    font-size: 32px !important;
    /*line-height: 40px !important ;*/
    color: #0394D3 !important;
    font-weight: bold !important;
    /*margin-bottom: 40px;*/
}

.main-content-beauty h3 {
    font-size: 21px !important;
    line-height: 28px !important;
    text-align: left;
    color: #0394D3 !important;
    font-weight: bold !important;
    letter-spacing: 0.3px !important;
}

.main-content-beauty h4 {
    font-size: 18px !important;
    color: #0394D3 !important;
    font-weight: normal !important;
}

.main-content-beauty h5 {
    font-size: 24px !important;
    line-height: 40px !important;
    color: #0394D3 !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
    display: inline-block;
    padding-left: 15px;
    padding-top: 15px;
}

.main-content-beauty h6 {
    font-size: 32px !important;
    line-height: 40px !important;
    color: white !important;
    font-weight: bold !important;
    margin-bottom: 0px !important;
    margin-right: 60px!important;
    margin-left: 60px!important;
}

.main-content-beauty h6+h6 {
    margin-top: 0 !important;
}

@media only screen and (max-device-width: 1024px) {
    .main-content-beauty h6 {
        margin-right: 40px!important;
        margin-left: 40px!important;
    }
}

.main-content-beauty p {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #232020 !important;
    letter-spacing: 0.23px !important;
    font-weight: normal !important;
}

.rw_page_left_section {
    background-color: transparent;
    border: none;
}

.main-content-beauty .toc-macro {
    font-size: 16px !important;
    line-height: 24px !important;
}

.main-content-beauty .toc-macro a {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #0394D3 !important;
}

.main-content-beauty .alt-pages a {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #0394D3 !important;
}

.main-content-beauty ul {
    font-size: 16px !important;
}

.main-content-beauty ol {
    font-size: 16px !important;
    counter-reset: list;
}

/* elements */

.event-details a {
    color: #0394D3 !important;
}

.buttons .external-link {
    font-size: 16px;
    background-color: transparent;
    color: #0394D3 !important;
    border: 2px solid;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
    margin: 20px;
}

.CTA-body .external-link {
    font-size: 16px;
    background-color: transparent;
    color: white!important;
    border: 2px solid;
    border-radius: 48px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
    margin: 0px;
}

.buttons a {
    font-size: 16px;
    background-color: transparent;
    color: #0394D3 !important ;
    border: 2px solid;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
    margin: 20px;
}

.split-section a {
    font-size: 16px;
    background-color: #0394D3;
    color: white !important;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
}

.main-categories a {
    font-size: 16px;
    line-height: 24px;
    color: rgb(3,148,211) !important;  
    letter-spacing: 0.23px;
    font-weight: normal;
}

.main-categories a:hover {
    color: #232020;
}

.main-tools a {
    font-size: 16px;
    line-height: 24px;
    color: #0394D3 !important;
    font-weight: normal;
}

.quienes-somos a {
    color: #0394D3 !important;
}

.buttons .external-link:hover {
    background-color: #0394D3;
    color: white !important;
}

.buttons a:hover {
    background-color: #0394D3;
    color: white !important;
}

.blog-section .buttons a {
    margin: 0;
}

.main-content-beauty ol li {
    counter-increment: list;
    list-style-type: none !important;
    position: relative;
}

.main-content-beauty ol li::before {
    color: #0394D3;
    content: counter(list) ".";
    left: -32px;
    position: absolute;
    text-align: right;
    width: 26px;
    font-weight: bold;
}

.main-content-beauty ul li {
    font-size: 16px !important;
}

/* sections */

/* Slideshow container */

.slideshow-container {
    position: relative;
}

.slideshow-container img {
    height: inherit;
}

/* Hide the images by default */

.mySlides {
    display: none;
}

.mySlides .caption {
    top: 12%;
}

/* Next & previous buttons */

.prev, .next, .main-categories a.prev, .main-categories a.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #0394D3 !important;
    font-weight: light;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 2px 2px 0;
    user-select: none;
}

/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Caption text */

.caption {
    position: absolute;
    top: 21%;
    left: 7%;
    text-align: left;
    padding: 10px;
}

.caption h1 {
    color: #0394D3;
    font-size: 64px;
    font-weight: bold;
    max-width: 65%;
}

.caption-2 #big-responsive {
    color: #0394D3;
    font-size: 64px;
    font-weight: bold;
    max-width: 100%;
}

.caption-2 {
    position: absolute;
    top: 37%;
    left: 11%;
    text-align: center;
    padding: 10px;
}

.caption p {
    color: #4F5053;
    font-size: 24px !important;
    display: inline-block;
}

.caption p:last-child {
    padding-bottom: 10px;
    border-bottom: 7px solid;
    border-color: #0394D3;
}

@media only screen and (max-device-width: 1440px) {
    .caption {
        top: 32%;
        left: 10%;
    }
    .caption-2 {
        top: 34%;
        left: 16%;
    }
    .caption h1 {
        font-size: 40px;
        max-width: 100%;
    }
    .caption-2 #big-responsive {
        font-size: 40px !important;
        max-width: 100%;
    }
    .caption p {
        font-size: 18px;
    }
}

@media only screen and (max-device-width: 1280px) {
    .caption-2 {
        left: 12%;
    }
    .caption p {
        padding-bottom: 6px;
    }
}

@media only screen and (max-device-width: 1124px) {
    .caption-2 {
        left: 0;
    }
    .caption h1 {
        font-size: 30px;
    }
    .caption-2 #big-responsive {
        font-size: 30px;
    }
    .caption p {
        font-size: 14px;
        padding-bottom: 4px;
    }
}

.intro-text {
    padding-right: 20%;
    padding-left: 20%;
}

@media only screen and (max-device-width: 1024px) {
    .intro-text {
        padding-right: 9%;
        padding-left: 9%;
    }
}

.intro-text ul {
    color: #0394D3 !important;
    padding-left: 80px;
}

.main-categories {
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 90px;
    width: auto;
    height: auto;
}

.main-categories .columnMacro {
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    width: 24%;
    display: inline-block;
    margin: 5px;
}

.main-categories .confluence-embedded-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none ! important;
}

.main-categories h3 {
    padding-left: 15px;
    margin: 0 ! important;
    max-width: 92%;
}

.main-categories p {
    margin-bottom: 15px;
}

.main-categories ul {
    list-style-type: none !important;
    padding-right: 15px;
}

.main-categories ul li ::before {
    content: ">";
    color: #0394D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media only screen and (min-width: 1673px) and (orientation: landscape) {
    .main-categories {
        padding-left: 180px;
        padding-right: 180px;
    }
    .main-categories .columnMacro {
        margin: 16px !important;
        width: 22% !important;
    }
}

@media only screen and (max-device-width: 1024px) {
    .main-categories {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-categories .columnMacro {
        margin-bottom: 20px !important;
        width: 94% !important;
        padding: 20px;
        border: 1px solid aliceblue;
    }
    .main-categories .confluence-embedded-image {
        display: none!important;
    }
    .main-categories h3 {
        font-size: 26px;
        margin-bottom: 10px ! important;
    }
    .main-categories p {
        font-size: 18px;
    }
}

.split-column {
    float: left;
    width: 50%;
    position: relative;
}

/* Clear floats after image containers */

.row::after {
    content: "";
    clear: both;
    display: table;
}

.split-column #split-title {
    max-width: 100% !important;
    margin-bottom: 20px;
}

#top-left {
    position: absolute;
    top: 30%;
    left: 20%;
}

#top-right {
    position: absolute;
    top: 30%;
    left: 20%;
}

@media only screen and (max-device-width: 1280px) {
    #top-left {
        left: 5%;
    }
    #top-right {
        left: 5%;
    }
}

@media only screen and (max-device-width: 1024px) {
    .split-column {
        width: 100%;
        position: relative;
    }
    .split-column #split-title {
        font-size: 30px!important;
    }
}

.main-tools {
    display: inline-block;
    margin: auto;
    padding: 60px;
    width: auto;
}

.main-tools .columnMacro {
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    width: 26%;
    display: inline-block;
    border-top: 6px solid;
    border-color: #0394D3;
    padding: 20px;
    margin: 15px;
}

@media only screen and (max-device-width: 1024px) {
    .main-tools .columnMacro {
        width: 41% !important;
        padding: 20px;
        margin: 10px;
    }
}

@media only screen and (max-device-width: 385px) {
    .main-tools .columnMacro {
        width: 90% !important;
        padding: 20px;
        margin: 10px;
    }
}

.main-tools h3 {
    max-width: 92%;
}

.main-tools ul {
    list-style-type: none !important;
    padding-inline-start: 16px;
}

/*PRUEBA
.main-tools ul li ::before {
    content: ">";
    color: #0394D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
*/

.CTA {
    background-image: linear-gradient(to right, #5CB4E0, #0394D3);
    padding: 50px;
    margin-top: -2px !important;
}

.CTA-body {
    display: flex;
    align-content: center;
    justify-content: center;
}

.main-numbers {
    display: block;
    margin: auto;
    widht: 100%;
    padding: 40px;
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/44607204/dots-effect.png?version=1&modificationDate=1587719654000&api=v2");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Turn off parallax scrolling for all tablets and phones.  */

@media only screen and (max-device-width: 1366px) {
    .main-numbers {
        background-attachment: scroll;
    }
}

.main-numbers h1 {
    font-size: 55px;
    line-height: 82px;
    text-align: center;
    color: black;
    font-weight: bold;
    letter-spacing: -0.4px;
}

.main-numbers p {
    text-align: center;
    color: #0394D3 !important;
    font-weight: bold;
}

.main-numbers .columnMacro {
    width: 22%;
    display: inline-block;
    margin: 15px;
}

.main-numbers .confluence-embedded-image {
    height: 54px;
}

.main-numbers .confluence-embedded-image:first-child {
    margin-bottom: 6px;
}

@media only screen and (max-device-width: 1228px) {
    . {}
    .main-numbers .columnMacro {
        width: 46%;
        margin-bottom: 50px;
    }
}

@media only screen and (max-device-width: 768px) {
    . {}
    .main-numbers .columnMacro {
        width: 90%;
        margin-bottom: 50px;
    }
}

.blog-section {
    display: block;
    margin: auto;
    padding: 10px 20px 40px;
    width: auto;
}

.blog-section .rw_module_title {
    display: none;
}

.blog-section .rw_date {
    display: none;
}

.blog-section .rw_load_more_section {
    display: none;
}

.blog-section .rw_news_module .rw_news_image_item .rw_title {
    left: 10px!important;
    width: 100%!important;
}

.blog-section .rw_news_module .rw_news_image_item .rw_title h2 {
    font-size: 16px!important;
    color: white !important;
}

.blog-section .rw_news_module.rw_2_column_mode .rw_news_image_item {
    width: calc(24% - 15px)!important;
    margin: 0px 10px!important;
}

.blog-section .rw_news_module.rw_2_column_mode .rw_news_image_item:nth-child(even) {
    margin-left: 0!important;
    margin-right: 0!important;
}

/* Informacion de interes  */

.main-comunicados-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/50083284/comunicados-interes.png?version=1&modificationDate=1592821215000&api=v2");
    height: 100%;
    background-size: cover;
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-comunicados-section h2 {
    margin-bottom: 10px !important;
    font-size: 48px !important;
}

.blog-section-pruebas .rw_module_title {
    display: none;
}

.blog-section-pruebas .rw_date {
    display: none;
}

.blog-section-pruebas .rw_load_more_section {
    display: none;
}

.blog-section-pruebas .rw_news_module {
    padding: 10px !important;
}

.blog-section-pruebas .rw_module_body {
    display: flex !important;
    justify-content: space-between;
}

.blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container .rw_image {
    float: none !important;
    border: none;
    order: 1;
    width: 500px;
    height: 293px;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
}

.blog-section-pruebas .rw_news_module .rw_news_item~.rw_news_item .rw_item_container {
    border-top: none !important;
    padding-top: 0 !important;
}

.blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container {
    display: grid !important;
    float: none !important;
    padding-bottom: 0;
}

.blog-section-pruebas .rw_excerpt {
    order: 3;
    max-width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog-section-pruebas .rw_module_button {
    order: 4;
}

.blog-section-pruebas .rw_module .rw_module_button, .wiki-content .rw_module .rw_module_button {
    border: none!important;
    padding: 0 !important;
    border: none !important;
    color: #0394D3;
    text-align: left !important;
}

.blog-section-pruebas .rw_module .rw_module_button, .wiki-content .rw_module .rw_module_button:hover {
    background-color: transparent!important;
}

.blog-section-pruebas .rw_title {
    order: 2;
}

.blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container a.rw_title h2 {
    font-size: 18px !important;
    line-height: 25px!important;
    margin-bottom: 15px !important;
}

.rw_module .rw_module_button span, .wiki-content .rw_module .rw_module_button span {
    text-transform: uppercase;
    content: "x";
    color: transparent;
    margin-left: -135px;
}

.rw_module .rw_module_button span, .wiki-content .rw_module .rw_module_button span:after {
    text-transform: none;
    content: "> Leer más";
    color: #555;
    font-size: 14px;
}

@media only screen and (max-device-width: 1479px) {
    .blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container .rw_image {
        height: 200px;
    }
}

@media only screen and (max-device-width: 1440px) {
    .blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container .rw_image {
        width: 350px;
        height: 200px;
        max-width: 350px;
        max-height: 200px;
    }
}

@media only screen and (max-device-width: 1024px) {
    .blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container .rw_image {
        width: 95%;
        height: 153px;
        max-width: none !important;
        max-height: none !important;
    }
}

@media only screen and (max-device-width: 768px) {
    .blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container .rw_image {
        height: 383px;
        width: 100%;
    }
    .blog-section-pruebas .rw_excerpt {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .blog-section-pruebas .rw_module_body {
        display: block !important;
        justify-content: space-between;
    }
}

@media only screen and (max-device-width: 400px) {
    .blog-section-pruebas .rw_news_module .rw_news_item .rw_item_container {
        margin-bottom: 60px;
    }
    .rw_module .rw_module_button span, .wiki-content .rw_module .rw_module_button span {
        margin-left: -280px;
    }
}

@media only screen and (max-device-width: 1024px) {
    .blog-section-comunicados {
        display: none;
    }
}

@media only screen and (min-device-width: 1025px) {
    .blog-section-comunicados-responsive {
        display: none;
    }
}

.blog-section-comunicados .rw_module_title {
    display: none;
}

.blog-section-comunicados .rw_date {
    display: none;
}

.blog-section-comunicados .rw_load_more_section {
    display: none;
}

.blog-section-comunicados .rw_news_module {
    padding: 10px !important;
}

.blog-section-comunicados .rw_news_item {
    float: left !important;
    width: 48% !important;
    border: 6px solid transparent !important;
    box-sizing: content-box !important;
}

.blog-section-comunicados .rw_excerpt {
    max-width: 67% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-section-comunicados .rw_news_module .rw_news_item .rw_item_container a.rw_title h2 {
    font-size: 18px !important;
    line-height: 28px!important;
    margin-bottom: 20px !important;
    max-width: 80% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-section-comunicados .rw_news_module .rw_news_item .rw_item_container .rw_image {
    border: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    max-width: 126px !important;
    max-height: 95px !important;
    height: 95px !important;
    margin-bottom: 70px !important;
}

.main-banner-comunicados-section .rw_news_module .rw_news_item .rw_item_container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.main-banner-comunicados-section .rw_news_module .rw_news_item .rw_item_container .rw_image {
    border: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    max-width: 126px !important;
    max-height: 95px !important;
    height: 95px !important;
    margin-bottom: 0px !important;
}

.main-banner-comunicados-section .rw_news_module .rw_news_image_item .rw_title h2 {
    color: #eaf5fe !important;
}

.blog-section-comunicados .rw_item_container {
    border-top: 1px solid transparent !important;
    padding-top: 20px !important;
}

.blog-section-comunicados .rw_margin_top {
    margin-top: 5px !important;
}

.blog-section-comunicados-responsive .rw_module_title {
    display: none;
}

.blog-section-comunicados-responsive .rw_date {
    display: none;
}

.blog-section-comunicados-responsive .rw_load_more_section {
    display: none;
}

.blog-section-comunicados-responsive .rw_news_module {
    padding: 20px !important;
}

.blog-section-comunicados-responsive .rw_news_module .rw_news_item .rw_item_container a.rw_title h2 {
    font-size: 18px !important;
    line-height: 28px!important;
    margin-bottom: 20px !important;
    max-width: 100% !important;
}

.blog-section-comunicados-responsive .rw_news_module .rw_news_item .rw_item_container .rw_image {
    border: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    max-width: 126px !important;
    max-height: 95px !important;
    height: 95px !important;
    margin-bottom: 50px !important;
}

.blog-section-comunicados-responsive .rw_margin_top {
    margin-top: 5px !important;
}

/* Fin Informacion de interes  */

.back-btn {
    margin-top: 60px;
}

.back-btn ol {
    list-style-type: none !important;
}

.back-btn li::before {
    content: "<";
    color: #0394D3;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    width: 1em;
    font-size: 20px;
}

.back-btn a {
    color: black !important;
    font-size: 20px !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.back-btn a:hover {
    color: #0394D3 !important;
}

/* Page quienes somos */

.quienes-somos {
    padding: 0px 30px;
}

@media only screen and (min-device-width: 1876px) {
    .quienes-somos-col .columnMacro p {
        max-width: 91%;
    }
    .quienes-somos-col {
        padding: 0px 200px !important;
    }
    .quienes-somos-col .columnMacro .confluence-embedded-file-wrapper .confluence-embedded-image {
        max-width: none !important;
        width: 120%;
        margin-left: 0px important;
    }
}

@media only screen and (max-device-width: 1875px) {
    .quienes-somos-col .columnMacro p {
        max-width: 81%;
    }
    .quienes-somos-col {
        padding: 0px 90px;
    }
    .quienes-somos-col .columnMacro .confluence-embedded-file-wrapper .confluence-embedded-image {
        max-width: none !important;
        width: 120%;
    }
}

@media only screen and (max-device-width: 1654px) {
    .quienes-somos-col {
        padding: 0px 40px;
    }
    .quienes-somos-col .columnMacro .confluence-embedded-file-wrapper .confluence-embedded-image {
        max-width: none !important;
        width: 98%;
    }
    .quienes-somos-col .columnMacro {
        padding: 0px 10px;
    }
    .quienes-somos-col .columnMacro h2 {
        margin-bottom: 5px ! important;
    }
    .quienes-somos-col .columnMacro p {
        max-width: 91%;
    }
}

@media only screen and (max-device-width: 768px) {
    .quienes-somos-col {
        padding: 0px 10px;
    }
    .quienes-somos-col .columnMacro {
        width: 90% !important;
        max-width: 90% !important;
        min-width: 90% !important;
        display: block;
    }
    .quienes-somos-col .columnMacro .confluence-embedded-file-wrapper .confluence-embedded-image {
        max-width: none !important;
        width: 128% !important;
    }
}

.main-services {
    display: inline-block;
    margin: auto;
    padding: 60px;
    width: auto;
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/44607204/dots-effect.png?version=1&modificationDate=1587719654000&api=v2");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Turn off parallax scrolling for all tablets and phones.  */

@media only screen and (max-device-width: 1366px) {
    .main-services {
        background-attachment: scroll;
    }
}

.main-services .columnMacro {
    background-color: transparent;
    width: 26%;
    display: inline-block;
    border-top: 4px solid;
    border-color: #0394D3;
    padding: 20px;
    margin: 15px;
}

@media only screen and (max-device-width: 1024px) {
    .main-services .columnMacro {
        width: 41% !important;
        padding: 20px;
        margin: 10px;
    }
}

@media only screen and (max-device-width: 385px) {
    .main-services .columnMacro {
        width: 90% !important;
        padding: 20px;
        margin: 10px;
    }
}

.team-section h2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.main-members {
    display: block;
    margin: auto;
    width: auto;
    padding-bottom: 40px;
}

.main-members .blue-p {
    color: #0394D3 !important;
    font-weight: bold !important;
}

.main-members p {
    text-align: center;
    font-size: 14px !important;
    padding: 0px 14px;
}

.main-members .confluence-embedded-image {
    margin-bottom: 30px !important;
}

.part-1 .columnMacro {
    width: 20%;
    display: inline-block;
    margin: 0px;
}

.part-2 .columnMacro {
    width: 33%;
    display: inline-block;
    margin: 10px 1px;
}

@media only screen and (max-device-width: 1150px) {
    .part-1 .columnMacro {
        width: 94%;
    }
    .part-2 .columnMacro {
        width: 94%;
    }
}

@media only screen and (max-device-width: 1024px) {
    .main-members {
        padding: 10px !important;
    }
    .main-members p {
        padding: 0 30px;
    }
    .team-section h2 {
        margin-top: 40px !important;
    }
    .part-1 .columnMacro {
        width: 48%;
        margin-bottom: 20px;
    }
    .part-2 .columnMacro {
        width: 46%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-device-width: 375px) {
    .main-members {
        padding: 0 !important;
    }
    .main-members p {
        padding: 0px 214px;
    }
    .team-section h2 {
        margin-top: 40px !important;
    }
    .part-1 .columnMacro {
        width: 94%;
        margin-bottom: 15px;
    }
    .part-2 .columnMacro {
        width: 94%;
        margin-bottom: 15px;
    }
}

.main-projects, .main-espacios-areasstic {
    display: inline-block;
    padding: 0px 80px;
    margin-bottom: 2px;
    width: auto;
    height: auto;
}

.main-projects .columnMacro {
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    width: 23%;
    max-width: 23%;
    display: inline-block;
    margin: 0 20px 15px 0;
    padding: 0 0 20px 0;
    height: 225px;
}

.main-projects .columnMacro a {
    color: #0394D3 !important;
    margin-top: 10px;
}

.main-projects-responsive .columnMacro a {
    color: #0394D3 !important;
}

.main-projects-responsive {
    display: inline-block;
    padding: 0px 90px;
    margin-bottom: 2px;
    width: auto;
    height: auto;
}

.main-projects-responsive .columnMacro {
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    width: 30%;
    max-width: 30%;
    display: inline-block;
    margin: 0 20px 40px 0;
    padding: 20px 0 20px 0;
    height: 130px;
}

.main-projects-responsive .columnMacro p {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 20px !important;
}

.main-projects-responsive .columnMacro h3 {
    max-width: 100% !important;
    margin: 10px 0 0 0 !important;
    font-size: 18px !important;
    text-transform: uppercase;
}

.main-projects .confluence-embedded-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none ! important;
}

.main-projects .columnMacro p, .main-espacios-areasstic .columnMacro p {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 20px !important;
}

.main-projects .columnMacro h3, .main-espacios-areasstic .columnMacro h3 {
    max-width: 100% !important;
    margin: 10px 0 0 0 !important;
    font-size: 18px !important;
    text-transform: uppercase;
}

@media only screen and (min-width: 1873px) and (orientation: landscape) {
    .main-projects, .main-espacios-areasstic {
        padding: 0px 298px;
    }
    .main-projects .columnMacro {
        margin: 0 35px 15px 0;
        width: 22%;
        max-width: 22%;
    }
}

@media only screen and (max-width: 1440px) and (orientation: landscape) {
    .main-projects {
        padding: 0px 90px;
    }
    .main-projects .columnMacro {
        margin: 0 20px 15px 0;
        width: 23%;
        max-width: 23%;
    }
}

@media only screen and (max-width: 1290px) and (orientation: landscape) {
    .main-projects {
        padding: 0px 60px;
    }
    .main-projects .columnMacro {
        margin: 0 20px 15px 0;
        width: 23%;
        max-width: 23%;
    }
}

@media only screen and (max-device-width: 1024px) {
    .main-projects {
        display: none;
    }
}

@media only screen and (min-device-width: 1025px) {
    .main-projects-responsive {
        display: none;
    }
}

@media only screen and (max-device-width: 375px) {
    .main-projects-responsive .columnMacro {
        width: 46%;
        max-width: 46%;
    }
    .main-projects-responsive .columnMacro p {
        font-size: 16px !important;
    }
}

.project-description {
    padding: 0 60px;
}

.project-description a {
    color: #0394D3 !important;
    font-size: 16px !important;
}

.project-benefits a {
    color: #0394D3 !important;
    font-size: 16px !important;
}

.main-projects-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53152981/quienes-somos.png?version=1&modificationDate=1592842520670&api=v2");
    height: 100%;
    background-size: cover;
    padding: 40px 0;
}

.main-projects-section h2 {
    margin-bottom: 10px !important;
    font-size: 48px !important;
}

.project-description h3 {
    border-top: 1px solid;
    padding-top: 30px;
    max-width: 100% !important;
}

.project-benefits {
    padding: 0 60px;
}

.project-benefits .columnMacro {
    width: 33%;
    max-width: 33%;
    display: inline-block;
    margin: 0;
}

.project-benefits p strong {
    color: #0394D3 !important;
}

.project-benefits ul {
    list-style-type: none !important;
    padding-inline-start: 16px;
    font-size: 16px !important;
}

.project-benefits li {
    margin-bottom: 12px !important;
}

.project-description li {
    margin-bottom: 12px !important;
}

.project-benefits h4 {
    max-width: 90%;
}

.project-description h4 {
    max-width: 90%;
}

.project-benefits ul li ::before {
    content: ">";
    color: #0394D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.project-description ul {
    list-style-type: none !important;
    padding-inline-start: 16px;
    font-size: 16px !important;
}

.project-description ul li ::before {
    content: ">";
    color: #0394D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.main-numbers-projects {
    display: none;
    margin: auto;
    widht: 100%;
    padding: 40px;
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/44607204/dots-effect.png?version=1&modificationDate=1587719654000&api=v2");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Turn off parallax scrolling for all tablets and phones.  */

@media only screen and (max-device-width: 1366px) {
    .main-numbers-projects {
        background-attachment: scroll;
    }
}

.main-numbers-projects h1 {
    font-size: 55px;
    line-height: 82px;
    text-align: center;
    color: black;
    font-weight: bold;
    letter-spacing: -0.4px;
}

.main-numbers-projects p {
    text-align: center;
    color: #0394D3 !important;
    font-weight: bold;
}

.main-numbers-projects .columnMacro {
    width: 30%;
    display: inline-block;
    margin: 15px;
}

.main-numbers-projects .confluence-embedded-image {
    height: 54px;
}

.main-numbers-projects .confluence-embedded-image:first-child {
    margin-bottom: 6px;
}

@media only screen and (max-device-width: 1228px) {
    . {}
    .main-numbers-projects .columnMacro {
        width: 29%;
    }
}

@media only screen and (max-device-width: 768px) {
    . {}
    .main-numbers-projects .columnMacro {
        width: 90%;
        margin-bottom: 50px;
    }
}

.main-optimis-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53153907/OPTIMIS.png?version=2&modificationDate=1592986499323&api=v2");
    height: 100%;
    background-size: cover;
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-compas-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53153943/COMPAS-header.png?version=1&modificationDate=1592987569385&api=v2");
    height: 100%;
    background-size: cover;
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-monitoring-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53153971/monitoring-header.png?version=1&modificationDate=1592988390038&api=v2");
    height: 100%;
    background-size: cover;
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-altiris-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53156525/altiris-portada.png?version=1&modificationDate=1593415879578&api=v2");
    height: 100%;
    background-size: cover;
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-atlas-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53156945/atlas-header.png?version=1&modificationDate=1593430981496&api=v2");
    height: 100%;
    background-size: cover;
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-cerca-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53166284/cerca-header.png?version=1&modificationDate=1595238430045&api=v2");
    height: 100%;
    background-size: cover;
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-comunicados-section h2 {
    margin-bottom: 10px !important;
    font-size: 48px !important;
}

.main-calendar-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/43614550/calendar-banner.png?version=1&modificationDate=1594029268068&api=v2");
    height: 100%;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-reabre-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53166256/reabre.png?version=1&modificationDate=1595237412479&api=v2");
    height: 100%;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-acude-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53166302/Acude%20header.png?version=1&modificationDate=1595238837665&api=v2");
    height: 100%;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-conoce-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53166314/conoce-header-2.png?version=1&modificationDate=1595240716812&api=v2");
    height: 100%;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-acuerda-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53166334/acuerda-header.png?version=1&modificationDate=1595240096453&api=v2");
    height: 100%;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-nilo-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53169627/nilo-header.png?version=1&modificationDate=1595841854221&api=v2");
    height: 100%;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-radar-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53169641/radar-header.png?version=1&modificationDate=1595842352064&api=v2");
    height: 100%;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-telemaco-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53169705/telemaco-header.png?version=2&modificationDate=1595844395013&api=v2");
    height: 100%;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-calendar-section h3 {
    max-width: 100% !important;
    margin-bottom: 18px !important;
}

.main-calendar-section a {
    font-size: 16px;
    background-color: #0394D3;
    color: white !important;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
}

@media only screen and (min-device-width: 1600px) {
    .main-calendar-section {
        padding: 95px 0;
    }
}

//subpáginas
.main-documents {
    display: inline-block;
    margin: auto;
    padding: 20px;
    width: auto;
}

.main-documents .columnMacro {
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 2px 2px #E7E7E7;
    display: inline-block;
    border-top: 6px solid;
    border-color: #0394D3;
    width: 90%;
    padding: 25px;
    margin-bottom: 20px;
}

@media only screen and (max-device-width: 1024px) {
    .main-documents .columnMacro {
        width: 41% !important;
        padding: 20px;
        margin: 10px;
    }
}

@media only screen and (max-device-width: 385px) {
    .main-documents .columnMacro {
        width: 90% !important;
        padding: 20px;
        margin: 10px;
    }
}

.main-documents ul {
    list-style-type: none !important;
    padding-inline-start: 16px;
}

.main-documents ul li ::before {
    content: ">";
    color: #0394D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.main-documents h3 {
    max-width: 100% !important;
    margin-bottom: 15px;
}

.main-documents a {
    color: #0394D3 !important;
    font-size: 16px;
}

.main-events-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53164591/events-header.png?version=1&modificationDate=1594723018959&api=v2");
    height: 100%;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.split-2 {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/53164591/objetivos.png?version=1&modificationDate=1594724155949&api=v2");
    padding: 20px 40px;
    margin: auto;
    widht: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.split-2 h2 {
    margin-bottom: 15px !important;
    font-size: 24px !important;
}

.main-events-section h1 {
    font-size: 40px;
    color: #0394D3 !important;
    font-weight: bold;
}

.event-details {
    padding: 0 60px;
    border-bottom: 1px solid #0394D3;
    margin-bottom: 30px;
}

.event-details .columnMacro {
    width: 25%;
    max-width: 25%;
    display: inline-block;
    margin: 0;
    padding-bottom: 30px;
}

.split-text {
    padding: 40px 20px;
    margin-bottom: 40px;
}

.split-text ol {
    margin-top: 10px;
}

.split-text .columnMacro {
    width: 50%;
    max-width: 50%;
    display: inline-block;
    margin: 0;
}

.split-text ul {
    list-style-type: none !important;
    padding-right: 15px;
}

.split-text ul li ::before {
    content: ">";
    color: #0394D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.split-text li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 25px;
    max-width: 90% !important;
}

.split-2 ul {
    list-style-type: none !important;
    padding-right: 15px;
}

.split-2 ul li ::before {
    content: ">";
    color: #0394D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.split-2 li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 25px;
    max-width: 95% !important;
}

.split-text h2 {
    margin-bottom: 10px !important;
}

.split-text .columnMacro p {
    max-width: 95% !important;
}

.split-text strong {
    color: #0394D3 !important;
}

.cell.normal {
    padding-left: 0!important;
    padding-right: 0!important;
}

.buttons h2 {
    margin-bottom: 0 !important;
}

/*Agregado Pedro Cano*/

.main-banner-comunicados-section {
    background-image: url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/43614550/split-nuevo.png?version=2&modificationDate=1590402177172&api=v2");
    height: 100%;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.main-banner-comunicados-section h3 {
    max-width: 100% !important;
    margin-bottom: 18px !important;
    font-size: 30px !important;
}

.main-banner-comunicados-section .cabecera-comunicados {
    text-align: left !important;
    position: relative;
    /*text-align: center !important;
	position: absolute;
	right: 10%;
	top: 30%;*/
}

.main-banner-comunicados-section .cabecera-comunicados a, .main-banner-comunicados-section .seccion-opinion a {
    font-size: 16px;
    background-color: #0394D3;
    color: white !important;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
    margin-bottom: 50px;
}

@media only screen and (min-device-width: 1600px) {
    .main-banner-comunicados-section {
        padding: 95px 0;
    }
}

.main-banner-comunicados-section .rw_module_title {
    display: none;
}

.main-banner-comunicados-section .rw_date {
    display: none;
}

.main-banner-comunicados-section .rw_load_more_section {
    display: none;
}

.main-banner-comunicados-section .rw_news_module {
    padding: 10px !important;
}

.main-banner-comunicados-section .rw_news_item {
    float: left !important;
    /*width: 48% !important;*/
    width: 30% !important;
    /*border: 6px solid transparent !important;*/
    box-sizing: content-box !important;
    padding: 0 10px;
    border-right: 1px solid #0394d330 !important;
}

.main-banner-comunicados-section .rw_news_list_item {
    border-bottom: 1px solid #0394d3 !important;
    margin-bottom: 20px !important;
}

.main-banner-comunicados-section .rw_toggle_button {
    color: #0394d3 !important;
    top: 0 !important;
}

.main-banner-comunicados-section .rw_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.main-banner-comunicados-section .rw_news_module .rw_news_item .rw_item_container a.rw_title h2 {
    font-size: 18px !important;
    line-height: 28px!important;
    margin-bottom: 20px !important;
    max-width: 80% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-banner-comunicados-section .rw_news_module .rw_news_list_item .rw_item_container .rw_image {
    display: none !important;
}

.rw_module a.rw_read_more_page span, .wiki-content .rw_module a.rw_read_more_page span {
    text-transform: uppercase;
    content: "x";
    color: transparent;
    margin-left: -135px;
}

.rw_module a.rw_read_more_page span, .wiki-content .rw_module a.rw_read_more_page span:after {
    text-transform: none;
    content: "> Leer más";
    color: #0394D3;
    font-size: 14px;
}

.main-banner-comunicados-section .rw_item_container {
    border-top: 1px solid transparent !important;
    padding: 5px 5px 0px !important;
}

.main-banner-comunicados-section .rw_item_container a {
    color: #666 !important;
}

.main-banner-comunicados-section .rw_margin_top {
    margin-top: 5px !important;
}

.lista-ultimos-comunicados {
    width: 50%;
}

@media only screen and (max-device-width: 1024px) {
    .main-banner-comunicados-section .cabecera-comunicados {
        text-align: left !important;
        position: relative;
        right: 0;
        top: 0;
    }
    .main-banner-comunicados-section .lista-ultimos-comunicados {
        width: 100%;
    }
    .old-categories .confluence-embedded-image {
        display: none!important;
    }
}

/*--------------------------------------------------*/

/*Estilo para el carrusel de proyectos promocionados*/

/*--------------------------------------------------*/

/* Position the image container (needed to position the left and right arrows) */

.slideshowpromotedproject-container {
    position: relative;
    margin-top: 15px;
}

.promotedProjectCarrusel {
    float: left;
    width: 15%;
}

/* Hide the images by default */

.promotedprojectSlides {
    display: none;
    opacity: 0.6;
}

/* Add a pointer when hovering over the thumbnail images */

.cursor {
    cursor: pointer;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover, .main-categories a.prev:hover, .main-categories a.next:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

/* Container for image text */

.promotedProjectCaption-container {
    text-align: center;
    background-color: white;
    padding: 2px 16px;
    color: #F6F6F6;
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 50%;
    border-radius: 30px 10px;
    -webkit-box-shadow: 0px 2px 3px 1px rgba(166, 166, 166, 0.9);
    -moz-box-shadow: 0px 2px 3px 1px rgba(166, 166, 166, 0.9);
    box-shadow: 0px 2px 3px 1px rgba(166, 166, 166, 0.9);
}

.captionPromotedProjects {
    position: absolute;
    top: 21%;
    left: 7%;
    text-align: left;
    padding: 10px;
}

.captionPromotedProjects h1 {
    color: #0394D3;
    font-size: 64px;
    font-weight: bold;
    max-width: 65%;
}

@media only screen and (max-device-width: 1440px) {
    .captionPromotedProjects {
        top: 32%;
        left: 10%;
    }
    .captionPromotedProjects h1 {
        font-size: 40px;
    }
    .captionPromotedProjects p {
        font-size: 18px;
    }
}

@media only screen and (max-device-width: 1280px) {
    .captionPromotedProjects p {
        padding-bottom: 6px;
    }
}

@media only screen and (max-device-width: 1124px) {
    .captionPromotedProjects h1 {
        font-size: 30px;
    }
    .captionPromotedProjects p {
        font-size: 14px;
        padding-bottom: 4px;
    }
}

/* 4 columnas para los proyectos promocionados */

.promotedProjectCaption-column {
    float: left;
    width: 100%;
}

/* Transparencia para el carrusel diminuto de imagenes de proyectos */

.demo {
    opacity: 0.4;
}

.promotedProjectDesc {
    display: none !important;
}

.banner-formacion-section .calendar-layout .aui-toolbar2 .aui-buttons, .banner-formacion-section .add-buttons-toolbar {
    display: none;
}

.banner-formacion-section div.timeline-axis-text, .banner-formacion-section .date-display {
    color: #0394d3;
}

.banner-formacion-section div.timeline-currenttime {
    background-color: #0394d3;
}

.banner-formacion-section .timeline-frame {
    overflow: hidden !important;
    width: 100% !important;
    border: 1px solid #0394d34f;
}

.banner-formacion-section div.timeline-axis-grid-major, .banner-formacion-section div.timeline-axis-grid-minor {
    border-color: #0394d34f;
}

.banner-formacion-section .today-toolbar {
    width: 100%;
}

.banner-formacion-section div.timeline-axis {
    border-color: #0394d34f;
}

.banner-formacion-section .calendar {
    background-color: #ffffff61;
}

.banner-formacion-section .plugin-calendar .events-truncated-message-container, .plugin-calendar .jira-calendars-oauth-warnings {
    margin-top: 0 !important;
}

.banner-formacion-section div.plugin-calendar {
    margin-bottom: 0 !important;
}

.banner-formacion-section * {
    box-sizing: border-box;
}

.caption_new h1 {
    font-size: 50px !important;
    max-width: 100% !important;
}

@media only screen and (max-device-width: 1360px) {
    .caption_new h1 {
        font-size: 30px !important;
    }
    .caption_new p {
        font-size: 18px !important
    }
    .caption p:last-child {
        padding-bottom: 1px !important;
        border-bottom: 3px solid !important;
        border-color: #0394D3 !important;
    }
}

/*Para la seccion de herramientas del portal de Coordinacion*/

.main-tools-withIcons {
    margin: auto;
    padding: 60px 0;
    width: auto;
    text-align: center;
}

.main-tools-withIcons .expand-container {
    text-align: left !important;
}

.main-tools-withIcons .columnMacro {
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    width: 10%;
    display: inline-block;
    border-top: 6px solid;
    border-color: #0394D3;
    padding: 20px;
    margin: 15px;
}

@media only screen and (max-device-width: 1760px) {
    .main-tools-withIcons .columnMacro {
        width: 15% !important;
        padding: 20px;
        margin: 15px 30px;
    }
}

@media only screen and (max-device-width: 1024px) {
    .main-tools-withIcons .columnMacro {
        width: 41% !important;
        padding: 20px;
        margin: 10px;
    }
}

@media only screen and (max-device-width: 385px) {
    .main-tools-withIcons .columnMacro {
        width: 90% !important;
        padding: 20px;
        margin: 10px;
    }
}

.main-tools-withIcons h3 {
    max-width: 92%;
}

.main-tools-withIcons ul {
    list-style-type: none !important;
    padding-inline-start: 16px;
}

.main-tools-withIcons ul li ::before {
    content: ">";
    color: #0394D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.main-tools-withIcons a {
    font-size: 16px;
    line-height: 24px;
    color: #0394D3 !important;
    font-weight: normal;
}

.main-tools-withIcons .expand-control-text {
    color: #0394D3 !important;
}

.main-tools-withIcons .expand-control {
    text-align: center !important;
}

.main-tools-withIcons .expand-content {
    text-align: left !important;
}

/*Para los proyectos destacados del portal de Coordinacion*/

.main-projects-stic {
    display: inline-block;
    padding: 0px 298px;
    margin-bottom: 2px;
    width: auto;
    height: auto;
}

.main-projects-stic .columnMacro {
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    margin: 0 35px 15px 0;
    width: 20%;
    max-width: 20%;
    display: inline-block;
    padding: 0 0 20px 0;
    height: 225px;
}

.main-projects-stic .columnMacro a {
    color: #0394D3 !important;
    margin-top: 10px;
    text-decoration: underline;
}

.main-projects-stic .confluence-embedded-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none ! important;
}

.main-projects-stic .columnMacro p {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 20px !important;
}

.main-projects-stic .columnMacro h3 {
    max-width: 100% !important;
    margin: 10px 0 0 0 !important;
    font-size: 18px !important;
    text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
    .main-projects-stic {
        padding: 0px 90px;
    }
    .main-projects-stic .columnMacro {
        margin: 0 20px 15px 0;
        width: 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 1124px) {
    .main-projects-stic {
        padding: 0px 60px;
    }
    .main-projects-stic .columnMacro, .main-espacios-areasstic .columnMacro {
        margin: 0 20px 15px 0;
        width: 45% !important;
        max-width: 45% !important;
    }
    .main-banner-comunicados-section .rw_news_item {
        width: 90% !important;
    }
}

@media only screen and (max-width: 500px) {
    .main-projects-stic {
        padding: 0px 60px;
    }
    .main-projects-stic .columnMacro {
        margin: 0 20px 15px 0;
        width: 80%;
        max-width: 80%;
    }
}

.blog-section a, .lista-ultimos-comunicados a {
    color: #0394D3 !important;
}

.blog-section h4, .lista-ultimos-comunicados h4 {
    font-size: 22px !important;
}

.lista-ultimos-comunicados .rw_news_item h2 {
    margin: 5px !important;
    font-size: 16px !important; 
}

.lista-ultimos-comunicados h4 {
    margin: 5px !important;
}

.main-espacios-provinciales-cover img.confluence-embedded-image {
    height: 150px !important;
    object-fit: cover !important;
}

.main-espacios-provinciales img.confluence-embedded-image {
    height: 150px !important;
    object-fit: contain !important;
}

.a-nomargin-y a {
    margin: 0 20px !important;
}

.main-espacios-areasstic .columnMacro {
    padding: 20px 0 0 0;
    width: 15%;
    max-width: 15%;
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #E7E7E7;
    display: inline-block;
    margin: 0 20px 15px 0;
    height: 225px;
    position: relative;
}

.main-espacios-areasstic img.confluence-embedded-image {
    height: 100px !important;
    object-fit: contain !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none ! important;
}

.intro-text a {
    text-decoration: underline !important;
    color: #0394d3 !important;
}

.main-espacios-areasstic .enlace-boton a {
    text-decoration: underline;
    color: #0394D3 !important;
    position: absolute;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    bottom: 10%;
    left: 0;
    right: 0;
}

.quienes-somos-col {
    margin-bottom: 20px;
}

.menu-navegacion-item {
    padding: 2%;
    margin: 1%;
    border: solid 1px #0394d3;
    border-radius: 5px;
    text-align: center;
}

.menu-navegacion-item h3 a {
    color: #0394D3 !important;
}

.menu-navegacion-item-seleccionado {
    background-color: #0394d3;
}

.menu-navegacion-item-importante {
    background-color: #0394d31c;
}

.menu-navegacion-item-seleccionado span, .menu-navegacion-item-seleccionado h3 {
    color: white;
}

.blog-section h4 a {
    text-decoration: underline;
}

.botonSoporteFlotante-textoCSUTIC a {
    color: white !important;
}

.seccion-herramientas-tic {
    margin: auto;
    padding: 0;
    width: auto;
    text-align: center;
}

.seccion-herramientas-tic .columnMacro {
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #e7e7e7;
    width: 20%;
    display: inline-block;
    border-top: 6px solid;
    border-color: #0394D3;
    padding: 20px;
    margin: 5px;
}

/*Para que los h3 ocupen forzadamente el 100% del espacio*/

.h3-w100 h3 {
    max-width: 100% !important;
}

/*Para el navbar del espacio coordinacion*/

ul.navbar-coordinacion {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-color: #028ecb !important;
}

ul.navbar-coordinacion li {
    float: left !important;
    margin: 5px !important;
}

ul.navbar-coordinacion li a {
    display: block !important;
    color: white !important;
    text-align: center !important;
    padding: 14px 16px !important;
    text-decoration: none !important;
}

ul.navbar-coordinacion .active {
    background-color: rgb(0 172 247) !important;
    border-radius: 5px;
    border: solid 1px white;
}

/*Para el navbar VERSIÓN 2 del espacio coordinacion*/

ul.navbar2-coordinacion {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-color: #028ecb !important;
}

ul.navbar2-coordinacion li {
    float: left !important;
    margin: 5px 5px 0px 5px !important;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.15) 5.95px -3.95px 6.6px;
}

ul.navbar2-coordinacion li a {
    display: block !important;
    color: white !important;
    text-align: center !important;
    padding: 14px 16px !important;
    text-decoration: none !important;
}

ul.navbar2-coordinacion .active {
    //background-color: rgb(0 172 247) !important;
    border-radius: 5px 5px 0px 0px !important;
    border-left: 1px solid #fafafa !important;
    border-right: 1px solid #fafafa !important; 
    border-top: 5px solid #0394D3 !important;
    background: #fff;   
    color:#0394D3 !important;
    font-size: 18px;
    font-weight: bold;
}

/* FIN NAVBAR2*/

.espacio-ayudadigital {
    background-color: white;
    position: relative;
    font-family: 'Noto Sans', sans-serif !important;
    padding-bottom: 100px;
}

.espacio-ayudadigital .colorAzulAD {
    color: #0d3569;
}

.espacio-ayudadigital h2 {
    color: #0d3569;
    font-size: 2rem;
    font-weight: bold;
}

.espacio-ayudadigital h3 {
    color: #0d3569;
    font-size: 1.75rem;
    font-weight: 400;
}

.espacio-ayudadigital h4 {
    color: #5C9E7C;
    font-weight: normal;
    font-size: 1.5rem;
    font-weight: 400;
}

.espacio-ayudadigital .tarjeta-canales {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 2%;
}

.espacio-ayudadigital .tarjeta-canales img {
    height: 100px;
}

.espacio-ayudadigital .tarjeta-cifras {
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    width: 17%;
    padding: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    border-radius: 8px;
}

.espacio-ayudadigital .tarjeta-cifras img {
    height: 100px;
}

.espacio-ayudadigital .tarjeta-cifras h3 {
    font-size: 3rem;
    font-weight: 500;
    margin: 5%;
}

.espacio-ayudadigital .opciones {
    position: relative;
    display: inline-block;
    margin: 10px;
    height: 567px;
    width: 279px;
    background-size: 100% 100%;
}

.espacio-ayudadigital .opciones a {
    text-decoration: none;
    padding-top: 10%;
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 5%;
    height: 13%;
    background-color: #55d148;
    color: white;
    font-size: x-large;
}

@media only screen and (max-width: 1750px) {
    .espacio-ayudadigital .opciones {
        height: 378px;
        width: 186px;
    }
    .espacio-ayudadigital .opciones a {
        font-size: medium;
    }
    .espacio-ayudadigital #contenido {
        margin: 10% 5% !important;
    }
}

.espacio-ayudadigital .seccion-texto {
    width: 60%;
    max-width: 60%;
    float: left;
    text-align: justify;
}

.espacio-ayudadigital .seccion-imagen {
    padding: 50px 0;
    width: 40%;
    max-width: 40%;
    float: left;
}

.espacio-ayudadigital .seccion-imagen img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 90%;
}

#parallax_content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

[id^='parallax-'] {
    width: 100%;
    height: 100%;
    min-height: 2000px;
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    background-color: transparent;
}

#parallax-1 {
    background-image: url(https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/68733994/curva_gris.svg?version=1&modificationDate=1624460325000&api=v2);
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
}

#parallax-2 {
    background-image: url(https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/68733994/curva_verde.png?version=2&modificationDate=1624462679000&api=v2);
    top: 2490px;
}

#parallax-3 {
    background-image: url(https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/68733994/simbolo-ad.svg?version=1&modificationDate=1624460325000&api=v2);
    top: 2600px;
    width: 50%;
}

#parallax-4 {
    background-image: url(https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/68733994/curva_gris.svg?version=1&modificationDate=1624460325000&api=v2);
    background-color: rgba(255, 255, 255, 0.6);
    top: 5000px;
}



/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXX ESTILOS PERSONALIZADOS DIVS (ISABEL) XXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.divextracto{
    display:flex;
    flex-wrap: wrap;
 /*   justify-content: center;*/
    width: 90%;
    margin: 20px auto;
    padding: 20px;
    background-color:#FFF;
    border-radius: 5px;
    border: 1px solid rgba(166,166,166,0.5);
/*    box-shadow: 1px 3px 25px 0px rgb(0 0 0 / 10%);*/
-webkit-box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
-moz-box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
}
.divcontenedor{
    width:100%; height:auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0px !important;
    text-align: center !important;
}
.divcontenedorcenter{
    display:flex;
    justify-content: center;
    align-items: center;
/*    width:100%;
    height:auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: center !important;
    padding: 0px !important;
    text-align: center !important;*/
}
.divcontenido{
    float:left;
    height:auto;
    margin: 20px auto;
    padding: 20px;
    background-color:#FFF;
    border-radius: 5px;
    border: 1px solid rgba(166,166,166,0.5);
/*    box-shadow: 1px 3px 25px 0px rgb(0 0 0 / 10%);*/
-webkit-box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
-moz-box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
}

.divcontenidotransparente{
    float:left;
    height:auto;
    margin: 0px auto 20px auto;
    padding: 0px 20px 20px 20px;
}

//.divcontenido img, video{ width:100%}
//.divcontenidotransparente img, video{ width:100%}

.cajatransparente{
    background-color:transparent !important;
    box-shadow: none !important;
}
.tablacentrada table{
    margin:0px auto !important;
    border: hidden;
}
.tablacentrada td{
    vertical-align:middle !important;
    padding: 20px !important;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXX FIN DE ESTILOS PERSONALIZADOS DIVS (ISABEL) XXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


/*XXXXXXXXXXXXXXXXXXX MENÚ PESTAÑAS XXXXXXXXXXXXXXXXXXX*/
/** code by webdevtrick ( https://webdevtrick.com ) */

.tabs {
	display: flex;
	flex-wrap: wrap;
    font-family: "Open Sans", sans-serif;
}
/*para menú de 6 pestañas*/
.menutabs6 label {
	width:14% !important;
}
/*para menú de 5 pestañas*/
.menutabs5 label {
	width:17% !important;
}
/*para menú de 4 pestañas*/
.menutabs4 label {
	width:22.5% !important;
}
.tabs label {
    order: 0; // Put the labels first
	display: block;
	padding: 1rem 0.8rem;
	margin-right: 0.2rem;
	cursor: pointer;
    transition: background ease 0.2s;
	background:  #0394D3;
    border-left: 1px solid #e7e7e7 !important;
    box-shadow: 2px 3px 3px 0px #e7e7e7 !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 16px;
    font-weight: bold;  
    color: #fff !important;
	text-align:center;
    border-radius: 5px 5px 0px 0px;
}
.tabs label:hover{
    background:  #5fc4ff;  
}
.tabs .tab {
    order: 99; // Put the tabs last
    flex-grow: 1;
	width: 100%;
    min-height: 275px;
    height: auto;
	display: none;
    padding: 30px 30px;
    background: #fafafa;
    border-left: 1px solid #e7e7e7 !important;
    box-shadow: 2px 3px 3px 0px #e7e7e7 !important;
}
.tab .columnMacro{
    padding:30px !important;
}
.tab h3{
    font-family: "aller", sans-serif;
    font-weight: bold;
    font-size:20px;
}
.tab h2{
    font-family: "aller", sans-serif;
    font-weight: bold;
    font-size:26px;
    /*background: -webkit-linear-gradient(#01968B, #A3D521) !important; */
    background: -webkit-linear-gradient(#01968B,#A3D521);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #62BC4C;  
}

.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fafafa;
    border-top: 6px solid #0394D3 !important;
    color:#0394D3 !important; 
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}


@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

/*XXXXXXXXXXXXXXXXXXX PESTAÑAS VERTICAL XXXXXXXXXXXXXXXXXXX*/
.tabsv {
    position: relative;   
    min-height: 755px; /* This part sucks */
    clear: both;
    margin: 40px 0;
}
.tabv {
    float: left;  
    clear: both;
    width: 60px;
    padding:0px;
}
.tabv label {
    background: #eee;
    padding: 1px;
    border: 1px solid #ccc;
    margin-left: -1px;
    font-size: 16px;
    color:#636363;
    vertical-align: middle;
    text-align: center;
    position: relative;
    left: 1px;
    width: 55px;
    height: 25px;
    display: table-cell;
}
.tabv [type=radio] {
    display: none;   
}
.tab_content {
    position: absolute;
    top: 0;
    left: 65px;
    background: white !important;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #ccc !important;
 }
.tab_content span {
    animation: 0.5s ease-out 0s 1 slideInFromTop; 
}
.tabv label:hover{
    font-weight:bold;
}
.tabv [type="radio"]:checked + label {
    background: white;
    border-top: 2px solid #0065FF; /*#8bc34a;*/
    box-shadow: 1px 1px 1px 1px #e7e7e7 !important;
    font-weight:bold;
    color:#000;
    z-index: 2;
}
.tabv [type="radio"]:checked + label + .tab_content {
    z-index: 1 !important;
}





.agua label, .agua li > a{
    background: linear-gradient(45deg, #00799b, #0093b5, #00a8ca, #00b8d9, #00c1e6) !important;
    border-radius: 5px 5px 0px 0px !important;
    border: 1px solid #e7e7e7 !important;
    border-bottom: none !important;
    box-shadow: 2px 3px 3px -5px #e7e7e7 !important;
    margin-right: 0.3rem;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 16px;
    font-weight: bold;  
    color: #fff !important;
    text-decoration: none !important;  
    text-align: center !important;
}

.agua label:hover, .agua li > a:hover{
    background: linear-gradient(45deg, #00c1e6, #00b8d9, #00a8ca, #0093b5, #00799b) !important;
}
.agua input[type="radio"]:checked + label, .agua li > a.rw_active {
    background: #fcfcfc !important;
    border-top: 6px solid #00b8d9 !important;
    margin-right: 0.3rem;
    color:#00b8d9 !important; 
}
.agua .rwui_tabs .rwui_tab_content{
    background-color:#fafafa !important;
    border: 1px solid #e7e7e7 !important;
    box-shadow: 2px 3px 3px 0px #e7e7e7 !important;
}

.listaAD ul{list-style:none;}
.listaAD li{
    position: relative;
    padding: 15px 30px;
    border-bottom: dashed 1px #A4A6A6;}
.listaAD li::before{
    content: '' !important;
    border-radius: 50% !important;
    width: 10px !important;
    height: 10px !important;
    background: linear-gradient(45deg, #01968B, #0D9B83, #2DA76E, #62BC4C, #A3D521) !important;
    display: block !important;
    position: absolute !important;
    top: 22px !important;
    left: 5px !important;
}
.listaAD li::after{
    content: '';
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    display: block;
    position: absolute;
    top: 25px;
    left: 8px;
}

/*XXXXXXXXXXXXXXXXXXX OTROS ESTILOS PERSONALIZADOS ISABEL XXXXXXXXXXXXXXXXXXX*/

p img{vertical-align: middle;}
.imgresponsive img {width:100%; height: auto;}
.imgresponsive video {width:100%; height: auto;}

.TEXTO-ESTILOSO h2{
   font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
   font-size: 32px !important;
    /*line-height: 40px !important ;*/  
   color: #0065FF !important;  
   font-weight: bold !important;  
   /*margin-bottom: 40px;*/  
}

/* XXXXXXXXXXXXXXXXXXXX PESTAÑAS (TABS E INPUTS) XXXXXXXXXXXXXXXXXXXX */

/* Para página ayudaDIGITAL en Confluence */
.verde label, .verde li > a{
    background: linear-gradient(45deg, #01968B, #0D9B83, #2DA76E, #62BC4C, #A3D521) !important;
    border-radius: 5px 5px 0px 0px !important;
    border: 1px solid #e7e7e7 !important;
    border-bottom: none !important;
    box-shadow: 2px 3px 3px -5px #e7e7e7 !important;
    margin-right: 0.3rem;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 16px;
    font-weight: bold;  
    color: #fff !important;
    text-decoration: none !important;  
    text-align: center !important;
}

.verde label:hover, .verde li > a:hover{
    background: linear-gradient(45deg, #A3D521, #62BC4C, #2DA76E, #0D9B83, #01968B) !important;
}

.verde input[type="radio"]:checked + label, .verde li > a.rw_active {
    background: #fafafa !important;
    border-top: 6px solid #62BC4C !important;
    margin-right: 0.3rem;
    color:#62BC4C !important; 
}

.verde .rwui_tabs .rwui_tab_content{
    background-color:#fafafa !important;
    border: 1px solid #e7e7e7 !important;
    box-shadow: 2px 3px 3px 0px #e7e7e7 !important;
}


/* XXXXXXXXXXXXXXXXXXXX BOTONES XXXXXXXXXXXXXXXXXXXX */

/* ESTILOS PARA BOTON VERDE ayudaDIGITAL */
.verde a{
    color: #45A78F !important;
    text-decoration: underline !important;
}
.verde span:after{
    color: #45A78F !important;
    text-decoration: underline !important;
    /*display:none;*/
}

.btverde a{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color:#ffffff !important;
    letter-spacing: 1px;
    background: linear-gradient(45deg, #01968B, #0D9B83, #2DA76E, #62BC4C, #A3D521) !important;
    box-shadow: 0 12px 34px -10px #45a78f !important;
}
.btverde a:hover{
    background: linear-gradient(45deg, #A3D521, #62BC4C, #2DA76E, #0D9B83, #01968B) !important;
}

/* BOTON DE BASE (AZUL CONFLUENCE) */
.BOTON-ESTILOSO a{
    font-size: 14px;
    color: white !important;
    border-radius: 7px !important;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
    box-shadow: 1px 1px 1px 1px #e7e7e7 !important;
    background-color:#0065FF;
}
.BOTON-ESTILOSO a:hover {
    background-color: #0079ff;
    text-decoration: underline !important;
    box-shadow: 0 12px 34px -10px #0747a6 !important;/* #45a78f */
}
.BOTON-ESTILOSO a:active {
    background-color: #0747a6;
}
.BOTON-ESTILOSO img{
    cursor: pointer !important;
}

/* BOTON BLANCO Y AZUL CONFLUENCE */
.BOTON-ESTILOSOB a{
    font-size: 14px;
    font-weight: bold;
    color: #0065FF !important;
    border-radius: 7px !important;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.4s;
    box-shadow: 1px 1px 1px 1px #e7e7e7 !important;
    background-color:#FFFFFF;
}
.BOTON-ESTILOSOB a:hover {
    background-color: #0079ff;
    color: #FFFFFF !important;
    text-decoration: underline !important;
    box-shadow: 0 12px 34px -10px #0747a6 !important;/* #45a78f */
}
.BOTON-ESTILOSOB a:active {
    background-color: #0747a6;
}
.BOTON-ESTILOSOB img{
    cursor: pointer !important;
}

/* ESTILOS PARA BOTON CELESTE */
.CELESTE a{
    background-color: #00b8d9 !important;
}

/* ESTILOS PARA BOTON STIC */
.STIC a{
    background-color: #0394D3 !important; /*#02C8E6*/
}
.STIC a:hover {
    background-color: #4BD6ED !important;
}
.STIC .columnMacro{
    border-color: #02C8E6 !important;
    padding-bottom: 5px;
    width:240px;
}


/* XXXXXXXXXXXXXXXXXXXX BOTÓN FLOTANTE PARA SUBIR AL INICIO DE UNA PÁGINA XXXXXXXXXXXXXXXXXXXX */

.ir-arriba {
display:none;
z-index: 9999999999 !important;
width:28px;
height: 28px;
background:#0065FF;
background-image:url("https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/166705597/%23ffffff_chevron-up-custom.png");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
	font-size:20px;
	color:#fff;
	cursor:pointer !important;
	position: fixed;
	bottom:2%;
	right:1%;
border: 1px solid #0065FF;
border-radius: 24px;
-webkit-box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
-moz-box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
}

.btsubir a{
    padding: 5px 5px !important;
    border-radius: 50% !important;
}
.btflotante{
    position: fixed;
    bottom: 2%;
    right: 2%;
    padding: 0 2px;
    z-index: 9999999999 !important;
}


/* XXXXXXXXXXXXXXXXXXXX ESTILOS PARA MACROS XXXXXXXXXXXXXXXXXXXX */

/* ELIMINA more_page en macro Noticias*/
.spanoculto span{
    /*margin-top:40px !important;*/
    display:none;
}
/* OCULTA elementos*/
.ocultartitulo h4 {display:none;}
.ocultartitulo .blog-item-creator {display: none;}
.ocultarespacio .blog-item-space {display: none;}
.ocultarmas .lively-blog-more-link-container{display: none;}

/* OCULTA descargar todo de macro Archivos adjuntos*/
.ocultardescarga .plugin_attachments_container .download-all-link {display: none !important; height: 0px !important;}

.ATLASSIAN .columnMacro{
    border-color: #0B6EFF !important;
    padding-bottom: 5px;
    width:240px;
}
.ATLASSIAN a{
    background-color: #0065FF;
}

.CAJA-SOMBREADA{
    display:flex;
    justify-content: center;
    position: relative;
    width: 95%;
    padding: 30px;
    margin: auto;
    border-left: 4px solid #0394D3 !important;
    border-top: 1px solid #e7e7e7 !important;
    box-shadow: 2px 3px 3px 0px #e7e7e7 !important;
}

.CAJA-RESPONSIVE{
    display: flex;
    justify-content: center;
    position: relative;
    width: 70%;
    padding: 30px;
    margin: auto;
    border: 1px solid #0394D3 !important;  
    border-top: 6px solid #0394D3 !important;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #e7e7e7 !important;
}

.CAJA-RESPONSIVE h3{
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 21px !important;  
    line-height: 28px !important;
    color: #0394D3 !important;  
    font-weight: bold !important;  
    letter-spacing: 0.3px !important;  
}
.CAJAS-RESPONSIVE{
    background: white !important;
    position: relative;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
}
.CAJAS-RESPONSIVE .columnMacro{
    background-color: white;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px #e7e7e7;
    /*   width: 28%;*/
    display: inline-block;
    border-top: 6px solid;
    padding: 20px 20px 5px 20px;
    margin: 15px;
}
.CAJAS-RESPONSIVE ul{
    list-style-type: none !important;
    padding-inline-start: 16px;
}
.CAJAS-RESPONSIVE ul li ::before{
    content: ">";
    color: #0394D3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


.TABLA-FORMACION td{
    border: 1px solid #0394d3;
}

.TABLA-FORMACION table thead{
    background-color:#0394d3;
    color:#fff;
}
.TABLA-FORMACION table th{
    background-color:#0394d3;
    color:#fff;
}
.TABLA-FORMACION table tr:first-child{
    background-color:#0394d3;
    color:#fff;
}

.main-projects-custom{    
    display: inline-block;    
    padding: 0px 80px;    
    margin-bottom: 2px;    
    width: auto;    
    height: auto;    
}    
.main-projects-custom .columnMacro{     
    background-color: white;    
    border-radius: 7px;    
    box-shadow: 1px 1px 1px 1px #E7E7E7;    
    width:auto;    
    display: inline-block;    
    margin: 0 20px 15px 0;    
    padding: 0 0 20px 0;    
    height: auto;         
}    
.main-projects-custom .columnMacro a{     
    color: #0394D3 !important;    
    margin-top:10px;    
}    
.main-projects-responsive .columnMacro a{     
    color: #0394D3 !important;    
}     
.main-projects-responsive{    
    display: inline-block;    
    padding: 0px 90px;    
    margin-bottom: 2px;    
    width: auto;    
    height: auto;    
}    
.main-projects-responsive .columnMacro{     
    background-color: white;    
    border-radius: 7px;    
    box-shadow: 1px 1px 1px 1px #E7E7E7;    
    width: 30%;    
    max-width:30%;    
    display: inline-block;    
    margin: 0 20px 40px 0;    
    padding: 20px 0 20px 0;    
    height: 130px;       
}    
.main-projects-responsive .columnMacro p {    
    font-size:14px !important;    
    margin:0 !important;    
    line-height: 20px !important;    
}    
.main-projects-responsive .columnMacro h3{    
    max-width: 100% !important;    
    margin: 10px 0 0 0 !important;    
    font-size: 18px !important;    
    text-transform: uppercase;    
}
.main-projects-custom .confluence-embedded-image {       
    width: 100%;    
    height: auto;    
    object-fit: cover;    
    margin-left: 0 !important;    
    margin-right: 0 !important;    
    max-width: none ! important;    
}       
.main-projects-custom .columnMacro p {    
    font-size:14px !important;    
    margin:0 !important;    
    line-height: 20px !important;    
}    
.main-projects-custom .columnMacro h3{    
    max-width: 100% !important;    
    margin: 10px 0 0 0 !important;    
    font-size: 18px !important;    
    text-transform: uppercase;    
}

/*XXXXXXXXXXX ESTILOS PERSONALIZADOS para ESPACIO COORDINACIÓN XXXXXXXXXXXXX*/


.blog_columna{
/*background-color:#f1fbfd !important;*/
/*background-color:#deebff !important;*/
background: #ffffff !important;
    margin-bottom: 15px;
    padding: 20px 10px 5px;
/*border: 1px #00b8d9 dotted;*/
border: solid 1px #e4e4e4 !important;
}
.blog_columna a {
    color: #00b8d9 !important;
/*color:#0394D3 !important;*/
/*color:#0065FF !important;*/
}
.blog_columna ul{
    font-size: 16px !important;
    font-family: 'Noto Sans', sans-serif !important;
}
.lively_stic span a{
color: #111111 !important;
transition: opacity .3s ease;
font-size: 16px;
//font-weight: 600;
line-height: 115%;
}
.lively_stic ul li{
  list-style-image: url(https://ws001.sspa.juntadeandalucia.es/confluence/s/7bn06u/8703/ish0yl/1.1.0/_/download/resources/com.atlassian.confluence.plugins.confluence-icons:confluence-icon-resources/assets/icons/confluence-icon-page.svg) !important;
}


/* Para mostrar horizontalmente las noticias de la macro Lively Blog Posts */

.horizontal div.blog-posts-container ul.lively-blog-posts.lively-style.layout-image-right {
display: flex;
}
.horizontal div.blog-posts-container ul.lively-blog-posts.lively-style.layout-image-right > li.post {
  flex: 0 0 33,333333%;
  box-sizing: border-box;
  margin: 0px 16px 16px 0px;
}
.horizontal div.blog-posts-container ul.lively-blog-posts.lively-style.layout-image-right > li.post div.ctr-article p.excerpt {
height: 6em;
}
/*********/




.ext_link a{
color: #0394D3 !important;
}
.ext_link img{
  width: 20px;
  height: 20px;
  cursor:pointer !important;
transition: all .2s ease-in-out;
}
.ext_link img:hover{
  width: 18px;
  height: 18px;
  cursor:pointer !important;
transform: scale(1.2);
}



/*PESTAÑAS STIC*/
.stictabsmenu>.rwui_tabs>.rwui_tabs_menu:not(.rw_compact_mode) li a.rw_active{
    background: #fff;
    border-top: 0.3625rem solid #0065FF;
    border-left: 0.0625rem solid #111;
    border-right: 0.0625rem solid #111;
    margin-bottom: -0.0725rem;
font-family: "Montserrat", sans-serif;
    text-align: left;
    color: #0065FF;
    font-weight: 500;
    font-size: calc(1.2rem);
    z-index: 1;
}
.stictabsmenu>.rwui_tabs>.rwui_tabs_menu:not(.rw_compact_mode) li a{
    border-top: 0.0625rem solid #888;
    border-left: 0.0625rem solid #888;
    border-right: 0.0625rem solid #888;
font-family: "Montserrat", sans-serif;
}

.stictabsmenuagua2>.rwui_tabs>.rwui_tabs_menu:not(.rw_compact_mode) li a.rw_active{
    background: #fff;
box-shadow: 0px -2px 3px 1px rgb(166 166 166 / 90%);
border-radius: 5px 5px 0px 0px;  
border-top: 0.3625rem solid #00b8d9;
border-left: 0.0625rem solid #888;
border-right: 0.0625rem solid #888;
padding-bottom:0px;
margin-bottom: 0.5 rem;
    text-align: left;
    color: #00b8d9;
    font-weight: 500;
    font-size: calc(1.2rem);
    z-index: 1;
}

.stictabsmenuagua2>.rwui_tabs>.rwui_tabs_menu:not(.rw_compact_mode) li a{
/*font-family: "Montserrat", sans-serif;*/
border-top: 0.2625rem solid #00b8d9;
box-shadow: 1px -2px 3px 1px rgba(166,166,166,0.9);
margin-top: 5px !important;
}

.stictabsmenuagua2 .rwui_tabs .rwui_tab_content {
border: 0.0625rem solid #888;
border-radius: 0px 5px 5px 5px ;
-webkit-box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);  
-moz-box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);  
box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
}

.stictabsmenuagua2 .rwui_tabs>.rwui_tabs_menu:not(.rw_compact_mode) li a.rw_active.rw_highlight {
/*border: 0.0625rem solid #888;*/
border-top: 0.3625rem solid #00b8d9;
margin-top: 0px !important;
}

.bluebox{
background-color:#E6F0FE !important;
box-shadow: none !important;
border: 0.8px solid rgba(0, 101, 255, 0.5) !important;
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* Firefox 4+, Opera, Chrome */
}
.greybox{
background-color:#F4F5F7 !important;
box-shadow: none !important;
border: 0.8px solid rgba(167, 167, 167, 0.5) !important;
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* Firefox 4+, Opera, Chrome */
}

/*
.contenedor-responsivo {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}
.iframe-responsivo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}*/

.micontenedor {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.micontenedor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.azul label, .azul li > a{
background-color: #0065ff !important;
    border-radius: 5px 5px 0px 0px !important;
    border: 1px solid #e7e7e7 !important;
    border-bottom: none !important;
    box-shadow: 2px 3px 3px -5px #e7e7e7 !important;
    margin-right: 0.3rem;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 16px;
    font-weight: bold;  
    color: #fff !important;
    text-decoration: none !important;  
    text-align: center !important;
padding-top: 6px;
}

.azul label:hover, .azul li > a:hover{
background: linear-gradient(315deg, rgba(93,238,255,1) 0%, rgba(64,144,255,1) 25%, rgba(0,101,255,1) 50%, rgba(0,101,255,1) 100%) !important;
}
.azul input[type="radio"]:checked + label, .azul li > a.rw_active {
    background: #fff !important;
    border-top: 6px solid #0065ff !important;
    margin-right: 0.3rem;
    color:#0065ff !important; 
}
.azul .rwui_tabs .rwui_tab_content{
    background-color:#fff !important;
    border: 1px solid #e7e7e7 !important;
    box-shadow: 2px 3px 3px 0px #e7e7e7 !important;
}

/* ########################### FIN CSS 16102023 (Espacio Coordinación TIC) ###########################
########################################################################################### */

/* Estilo para destacar el contenedor del índice de los procesos */
.estiloindice{
margin: 20px; padding: 20px 15px 12px 15px; border: 1px solid #ccc; background-color: #fdfdfd;
}

/* Modifica UI Expand para destacar el texto desplegable (estilo .titulo) */
.titulo .rwui_expandable_item .rwui_expandable_item_title{
font-weight: bold;
font-size: 1.3rem;
}
.titulo .rwui_expandable_item{
//background-color: #fafafa;
border-style: none;
}
.titulo img{
cursor: pointer !important;
}
.puntero img{
    cursor: pointer !important;
}

/* Estilo para personalizar la macro tabla de contenidos */
.listacontenidos{
font-weight: 500;
text-align: center;
margin: 20px 50px;
}
/* descartado
.listacontenidos a{
color: #ffffff !important;
}
*/


/* Modifica UI Tab para marcar en negrita el texto de la pestaña activa */
.rwui_tabs>.rwui_tabs_menu:not(.rw_compact_mode) li a.rw_active {
    font-weight: bold;
    font-size: 1.1rem;
}


.calendario{
    position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
padding: 0px;
}
.calendario::before {    
      content: "";
      background-image: url('https://ws001.sspa.juntadeandalucia.es/confluence/download/attachments/169591443/calendar-2023-11-27-04-49-37-utc.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.1;
    border: 1px solid rgba(166,166,166,0.5);
/*    box-shadow: 1px 3px 25px 0px rgb(0 0 0 / 10%);*/
-webkit-box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
-moz-box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
box-shadow: 0px 2px 3px 1px rgba(166,166,166,0.9);
}


.stic-aui-label a{
background-color: #f2f2f2;
margin: 10px 5px 5px 0px;
line-height: 1.7;
padding: 0px 4px 3px 4px
}

.blanco a{
color: #ffffff !important;
}


