/*
 Theme Name:     iaba
 Author:         J.A. Echenique
 Author URI:     https://www.cmam.uam.es
 Template:       Divi
 Version:        1.0
*/


/* I do not use @import to import the css stylesheet from parent. I use the method wp_enqueue_style() on funcions.php placed in child theme

/* Here I can start with the personalization of the theme
-------------------------------------------------------------- */
/* ========= colors ========== 
#137abc rgb(19, 122, 188) - azul icts logo


============================= */

/* ========= FONTS =========== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@font-face {
    font-family: "Lucida Grande";
    src: url("0bbba3e6da511a469bc943bdf02310e7.eot");
    /* IE9*/
    src: url("fonts/0bbba3e6da511a469bc943bdf02310e7.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/0bbba3e6da511a469bc943bdf02310e7.woff2") format("woff2"), /* chrome、firefox */
    url("fonts/0bbba3e6da511a469bc943bdf02310e7.woff") format("woff"), /* chrome、firefox */
    url("fonts/0bbba3e6da511a469bc943bdf02310e7.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("fonts/0bbba3e6da511a469bc943bdf02310e7.svg#Lucida Grande") format("svg");
    /* iOS 4.1- */
}

html {
    font-family: sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Roboto", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    /*margin: 0 auto;*/
    min-height: 100%;
    /*max-width: 1920px;*/
    /* hiden horizontal scrollbar for push effect full screen menu */
    overflow-x: hidden;
}

a {
    color: #137abc !important;
    text-decoration: underline !important;
}

/*.location::before {
    content: "\e01e";
    color: #137abc;
    display: inline-block;
    font-family: 'ETmodules' !important;
    font-size: 1rem;
    margin-right: 5px;
}*/

p {
    color: #6a6f6a !important;
    font-size: 1.2rem;
}

ul.square-list,
ul.square-list2,
ul.square-list_orange,
ul.square-list_red {
    padding: 0 !important;
    list-style: none !important;
    text-align: left;
}

ul.square-list,
ul.square-list_orange,
ul.square-list_red {
    margin: 0 0 20px 0 !important;
}

ul.square-list2 {
    margin: 0 0 29px 0 !important;
}

ul.square-list li,
ul.square-list2 li,
ul.square-list_orange li,
ul.square-list_red li   {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.1rem;
}

ul.square-list li::before,
ul.square-list2 li::before,
ul.square-list_orange li::before,
ul.square-list_red li::before {
    content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    background-color: #137abc;
    vertical-align: top;
    margin: 10px 15px 0 0;
}

ul.square-list_orange li::before {
     background-color: #ff9933 !important;
}

ul.square-list_red li::before {
     background-color: red !important;
}

sub, sup {
    font-size: .80rem;
}

/* ====== buttom ======== */
.et_pb_button.iaba--button,
.et_pb_button.iaba--button-extra,
.et_pb_button.iaba--button-web,
#pa-back-button {
    background-color: #137abc;
    color: #fff !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    text-align: center !important;
    padding: .3em 1em .3em .7em !important;
    padding: 8px 35px !important;
    text-decoration: none !important;
}

#calls .et_pb_button.iaba--button {
    line-height: 1.4 !important;
}

#calls h3.next-call {
    background-color: #FFF;
    color: #137abc !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 2px solid #137abc;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    text-align: center !important;
    padding: .3em 1em .3em .7em !important;
    padding: 8px 30px !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    margin-bottom: -25px;
}

#calls h3.next-call .deadline {
    color: red !important;
    font-weight: 600;
}

#calls h3.next-call .deadline::before {
    content: "\e024" !important;
    font-family: 'etModules';
    padding: 5px;
} 

#home-committees .et_pb_button.iaba--button-committee {
    line-height: 1.4 !important;
    background-color: #FFF;
    color: #137abc !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    text-align: center !important;
    /*padding: 15px 30px !important;*/
    text-decoration: none !important;
    padding: 40px 30px 40px 30px;
    border: 2px solid #137abc;
    /*border-bottom: 5px solid #137abc !important;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 20px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}

.et_pb_button.iaba--button-extra {
    background-color: #ff9933 !important;
}

#calls .et_pb_button.iaba--button-extra {
    background-color: #ff9933 !important;
    line-height: 1.4 !important;
}

#home-committees .et_pb_button.iaba--button-committee:hover {
    background-color: #F2F5F2 !important;
    border: 2px solid #137abc;
    color: #137abc !important;
    text-decoration: none !important;
}

.et_pb_button.iaba--button:hover,
.et_pb_button.iaba--button-extra:hover,
.et_pb_button.iaba--button-web:hover,
#calls .et_pb_button.iaba--button-extra:hover,
#pa-back-button:hover {
    background-color: #fff !important;
    border: 2px solid #137abc;
    color: #137abc !important;
    padding: .3em 1em .3em .7em !important;
    padding: 8px 35px !important;
    text-decoration: none !important;
}

#pa-back-button::after {
    content: "" !important;
    display: none !important;
}

.et_pb_button.iaba--button-extra:hover,
#calls .et_pb_button.iaba--button-extra:hover {
    border: 2px solid #ff9933 !important;
    color: #ff9933 !important;
}

.et_pb_button.iaba--button::after,
.et_pb_button.iaba--button-extra::after {
    content: "\24" !important;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    left: 5px !important;
    font-family: 'etModules';
    font-size: 24px;
    vertical-align: sub;
    margin-left: 8px;
    color: #fff;
    opacity: 1 !important;
}

.et_pb_button.iaba--button-committee::after {
    content: "\24" !important;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    left: 5px !important;
    font-family: 'etModules';
    font-size: 24px;
    vertical-align: sub;
    margin-left: 8px;
    color: #137abc !important;
    opacity: 1 !important;
}

.et_pb_button.iaba--button-web::after {
    content: "\e02c" !important;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    left: 5px !important;
    font-family: 'etModules';
    font-size: 25px;
    vertical-align: sub;
    margin-left: 8px;
    color: #fff;
    opacity: 1 !important;
    z-index: 1;
}

.et_pb_button.iaba--button-web:hover::after {
    content: "\e02c" !important;
    position: relative;
    left: 5px !important;
    opacity: 1 !important;
    color: #137abc !important;
    font-family: 'etModules';
}

.et_pb_button.iaba--button:hover::after,
.et_pb_button.iaba--button-extra:hover::after {
    content: "\24" !important;
    position: relative;
    left: 5px !important;
    opacity: 1 !important;
    color: #137abc !important;
    font-family: 'etModules';
}

.et_pb_button.iaba--button-extra:hover::after {
    color: #ff9933 !important;
}

#main-header {
	-webkit-box-shadow: 0 4px 8px 0 rgba(20, 20, 20, .04) !important;
    -moz-box-shadow: 0 4px 8px 0 rgba(20, 20, 20, .04) !important;
    box-shadow: 0 4px 8px 0 rgba(20, 20, 20, .04) !important;
    padding: 10px 0 !important;
}

#logo {
    max-height: 95% !important;
}

/* =============== MENU ================= */
#top-menu-nav>ul>li>a {
    font-size: 1.0rem;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #202020 !important;
}

#top-menu-nav>ul>li>a:hover {
    color: #137abc !important;
    opacity: 1 !important;
}

.mobile_menu_bar:before {
    color: #137abc !important;
}

.et_mobile_menu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2) !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2) !important;
    border-top: 3px solid #137abc;
    margin-top: 10px !important;
    padding-top: 10px !important;
}

.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    text-transform: uppercase !important;
    font-size: .95rem !important;
    text-decoration: none !important;
}

/* =============== HOME ================= */
#images-nodes,
#home-nodes,
#home-competitive,
#home-dmp {
	background-color: #F2F5F2 !important;
	padding: 30px 0 60px 0 !important;
}

#home-dmp {
    margin:30px 0 0 0;
}

#images-nodes img {
	-webkit-box-shadow: 0px 1px 6px rgb(0 0 0 /15%);
	-moz-box-shadow: 0px 1px 6px rgb(0 0 0 /15%);
	box-shadow: 0px 1px 6px rgb(0 0 0 /15%);
	border-radius: 2px;
	border: 1.5px solid #FFF;
}

h1.title {
	color: #137abc !important;
	font-size: 3.0rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
}

h2.row {
	color: #6a6f6a !important;
	font-size: 2.4rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
}

#home-criteria h2.row,
#table-committee h2.row {
    text-align: center !important;
    margin-bottom: 20px;
}

.subtitle {
	font-size: 3.8rem !important;
}

h3.nodes {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 1.2;
    color: #137abc;
    border-bottom: 3px solid #137abc;
}

#box-objetives,
#home-access #box-objetives  {
    padding: 40px 30px 40px 30px;
    border: 1px solid #E2F5F2;
    border-bottom: 5px solid #137abc !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /*margin: 0 20px;*/
    background: #F2F5F2 !important;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
    text-align: center !important;
}

#home-objetives,
#home-access {
    padding: 10px 0 40px 0 !important;
    margin: 20px 0 30px 0 !important;
}

#home-nodes #box-objetives,
#home-dmp #box-objetives {
    background: #E2E5F2 !important;
    /*margin: 0 auto;*/
}

#home-nodes #box-objetives p {
    text-align: left !important;
}

#home-nodes .et_pb_image .et_pb_image_wrap {
    max-width: 80% !important;
}

#home-dmp #box-objetives p {
    text-align: center !important;
}

#home-access #box-objetives p,
#home-access #box-objetives-extra p {
    text-align: center !important;
}

#home-nodes #box-objetives p,
#home-access #box-objetives p,
#home-access #box-objetives-extra p,
#home-competitive .protocol .item-protocol p {
    margin-bottom: 25px !important;
    font-size: 1.1rem !important;
}

#home-competitive .protocol .item-protocol ul.square-list:last-of-type {
    padding-bottom: 10px !important;
}

#home-access #box-objetives-extra { 
    padding: 40px 30px 40px 30px;
    border: 1px solid #E2F5F2;
    border-bottom: 5px solid #ff9933 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 20px;
    background: #F2F5F2 !important;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
    text-align: center !important;
}

#home-access h3.nodes,
#home-competitive .title-protocol h3 {
    border: none;
    color: #137abc !important;
    text-transform: uppercase;
    padding: 0 30px;
}

#home-access h3.nodes-extra {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 1.2;
    color: #ff9933;
}

#home-competitive #box-access,
#home-competitive #box-access-extra {
    padding: 40px 30px 40px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 20px;
    background: #FFF !important;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}

#home-competitive #box-access {
    border-bottom: 6px solid #137abc !important;
}

#home-competitive #box-access-extra {
      border-bottom: 6px solid #ff9933 !important;
}

#home-competitive #box-access a { 
    color: #137abc !important;
    text-decoration: none !important;
    font-weight: 600;
}

#home-competitive #box-access-extra a {
    color: #ff9933 !important;
    text-decoration: none !important;
    font-weight: 600;
}

#home-competitive .title-protocol {
    margin: 0 auto;
    padding: 40px 0;
}

#home-competitive .protocol {
    margin: 0 auto 10px auto !important;
    display: flex; /* iqual height with chold to height 100% */
}

#home-competitive .protocol .item-protocol {
    background: #FFF;
    padding: 30px;
    /*border: 1px solid #E2F5F2;*/
    /*border-bottom: 6px solid #137abc !important;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 20px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
    height: 100%;
    /* text-align: center !important;*/
}

#home-competitive .protocol .item-protocol h3 {
    color: #6a6f6a !important;
    font-size: 1.4rem !important;
    font-weight: 600;
    line-height: 1.2;
    text-align: center !important;
    margin-bottom: 30px;
    border-bottom: 2px solid #6a6f6a;
}

#home-competitive .protocol .item-protocol h3::before {
    content: "1";
    font-size: 1.4rem;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 20px 15px;
    display: block;
    background: #137abc;
    border-radius: 50%;
    width: 40px;
    color: #FFF;
}

#home-competitive .protocol .item-protocol h3.evaluation::before {
    content: "2" !important;
    font-size: 1.4rem;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 20px 15px;
    display: block;
    background: #ff9933;
    border-radius: 50%;
    width: 40px;
    color: #FFF;
}

#home-competitive .protocol .item-protocol h3.approval::before {
    content: "3" !important;
    font-size: 1.4rem;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 20px 15px;
    display: block;
    background: red;
    border-radius: 50%;
    width: 40px;
    color: #FFF;
}

#home-committees {
    margin: 30px 0 60px 0;
    padding: 10px 0 20px 0;
}

#home-committees #box-committees {
    margin: 0 auto;
    padding: 0;
}

/* ======== TABLE CALLS-DEADLINES, TABLE COMMITTEES ========= */
#calls .tablepress,
#home-committees .tablepress,
#home-criteria .tablepress,
#table-committee .tablepress {
    font-size: 1.05rem;
}

#home-criteria .tablepress,
#table-committee .tablepress {
    margin-bottom: 40px !important;
}

#calls .tablepress>:where(thead,tfoot)>tr>*,
#home-committees .tablepress>:where(thead,tfoot)>tr>*,
#home-criteria .tablepress>:where(thead,tfoot)>tr>*,
#table-committee .tablepress>:where(thead,tfoot)>tr>* {
    background-color: #137abc !important;
    font-weight: 600 !important;
    color: #FFF;
    padding: 10px 24px !important;
    font-size: 1.1rem !important;
}

#calls .tablepress tr td.column-1,
#calls .tablepress tr th.column-1,
#calls .tablepress tr td.column-3,
#calls .tablepress tr th.column-3,
#calls .tablepress tr td.column-2,
#calls .tablepress tr th.column-2 {
    text-align: center !important;
}

#calls p.nota,
#home-criteria p.nota {
    font-size: .90rem;
    font-style: italic;
    color: red !important;
    margin-bottom: 20px;
}

#home-committees .tablepress tr td.column-1,
#home-criteria .tablepress tr td.column-1,
#table-committees .tablepress tr td.column-1 {
    font-weight: 600;
    color: #6a6f6a !important;
}

#table-committee #tablepress-2 tr.row-2 td.column-1,
#table-committee #tablepress-2 tr.row-15 td.column-1 {
    background-color: #E2E5F2 !important;
    color: #137abc !important;
    font-weight: 600;
}

#home-criteria .tablepress tr td.column-1 {
    padding-left: 2px !important;
    padding-right: 2px !important;
    margin: 0 auto;
    text-align: center;
    font-size: .98rem !important;
    color: red !important;
}

/* ================== FOOTER ======================== */
/* ================== Institutions ================== */
#main-footer {
    background-color: #E2E5F2 !important;
}

#main-footer #footer-widgets::before {
    content: 'Institutions';
    color: #6a6f6a !important;
    font-size: 2.4rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-footer #footer-widgets .footer-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
}
#footer-bottom {
    background-color: #1f1f1f !important;
}

#footer-bottom #footer-info {
    text-align: center;
    color: #FFF !important;
    float: none !important;
    margin: 15px 0;
}

#footer-bottom #footer-info a {
    color: #FF9A34 !important;
    font-weight: 400;
}

#footer-bottom #footer-info a:hover {
    color: #E2E5F2 !important;
    font-weight: 400;
}

#footer-bottom #footer-info a.logo-icts::after {
    content: "";
    background-image: url("/wp-content/uploads/2026/04/ICTS-blanco_web.png");
    background-size: 100% 100%;
    display: inline-block;
    height: 117px;
    width: 200px;
    position: relative;
    top: 10px;
}

/* icon scroll */
.et_pb_scroll_top.et-pb-icon {
    background: rgba(19, 122, 188, .6) !important;
} 

/*** Responsive Styles Smartphone Portrait ***/

@media all and (max-width: 479px) {

    #main-header {
        top: 2px !important;
    }

    .et_fixed_nav #main-header {
        position: fixed !important;
    }

    .mobile_menu_bar::before {
        top: 6px !important;
    }

    h1.title {
        font-size: 2.7rem !important;
    }

    #footer-widgets .footer-widget a img {
        width: 75% !important;
        max-width: 75% !important;
    }

    #main-footer #footer-widgets .footer-widget {
        height: 230px;
        margin: 0 auto !important;
        text-align: center;
    }

    #home-nodes #box-objetives,
    #home-dmp #box-objetives {
        margin: 10px auto!important;
    }

    #images-nodes {
        padding: 0 0 25px 0 !important;
    }

    #home-nodes, 
    #home-dmp {
        padding: 0 25px !important;
    }

    #home-access #box-objetives,
    #home-access #box-objetives-extra {
        margin: 0 0 30px 0 !important;
    }

    #home-competitive {
        padding: 0 0 30px 0 !important;
        margin-top: -45px;
    }

    #home-competitive .protocol {
        display: block ;
        padding: 20px;
    }

    #home-competitive .protocol .item-protocol {
        margin: 20px !important;
    }

    #calls {
        padding: 5px 13px !important;
    }

    #calls h3.next-call {
        margin-bottom: -10px;
    }

    #calls p.nota, #home-criteria p.nota {
        text-align: center;
    }

    #calls .et_pb_button.iaba--button {
        margin-bottom: 7px;
    }

    #home-committees .et_pb_button.iaba--button-committee {
        margin: 10px;
    }
    #calls .tablepress tr td {
        padding: 6px !important;
    }

}