/*
Theme Name: Centro Integral de Arritmias Tucumán 2018
Author: Ide Consultora & Daniel Alejandro Uncos Aciar & Nicolás Fanjul Arguijo & <a href="https://nexusdevlab.com" target="_blank">Emanuel Alderete</a>
Theme URI: //ideconsultora.com.ar/
Description: Tema hijo para el tema Twenty Twenty.
Version: 1.1
Template: twentytwenty
Text Domain: twentytwenty
*/

:root {
    --dark-color: #333333;
    --light-color: #ffffff;
    --primary-color: #70161F;
    --secondary-color: #A3D7E5;
    --terciary-color: #E9E9E9;
    --transition: 450ms;
}

body {
    background: #fff;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
    letter-spacing: 0.25px;
}

#page {
    overflow: hidden;
    padding-top: 80px;
}

.animated {
    visibility: hidden;
}

a:link,
a:active,
a:visited,
a:hover,
a:focus {
    text-decoration: none !important;
}

h1,
h2,
h3 {
    font-weight: 300 !important;
}

h4,
h5,
h6 {
    font-weight: 700 !important;
}

p {
    font-weight: 300;
}

.back-to-top {
    background: #e21f23;
    border-radius: 5px !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 18px !important;
    line-height: 1;
    padding: 10px 15px !important;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    z-index: 99999;
}

.back-to-top:hover {
    color: #fff !important;
}

img {
    height: auto;
    max-width: 100%;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    cursor: pointer;
    font-weight: 700;
    padding: 0.5rem 1rem;
    text-align: center;
}

.btn-primary {
    background: #bf0411;
    border-color: #bf0411;
}

.btn-primary:hover {
    background: #5f0f00;
    border-color: #5f0f00;
}

.btn-secondary {
    background: #003e8e;
    border-color: #003e8e;
}

.btn-secondary:hover {
    background: #00004f;
    border-color: #00004f;
}

#ideconsultora {
    background: #999;
    font-size: 12px;
    padding: 10px 0;
    position: relative;
}

#ideconsultora .container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#ideconsultora .container a {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#ideconsultora .container img {
    margin-right: 5px;
    width: 25px;
}


/* MASTHEAD */

#masthead {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#masthead.sps--blw {
    box-shadow: 2px 0px 6px -2px rgb(0 0 0);
}

.navbar {
    align-items: center;
    background: rgba(255, 255, 255, 1);
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0 !important;
    position: relative;
    z-index: 9998;
}

.navbar .logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 15px;
    width: 150px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#masthead.sps--blw .navbar .logo {
    width: 100px;
}

.navbar-toggler {
    align-self: center !important;
    font-size: 1.5rem;
    margin-right: 15px !important;
    padding: 0;
}

.navbar-nav {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    flex-direction: row !important;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 1rem;
    padding: 0 !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-item {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

.navbar-nav .nav-item:last-child {
    border-bottom: none;
}

.navbar-nav .nav-link {
    color: #244896;
    font-size: 0.8rem;
    font-weight: 400;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar .dropdown-menu {
    background-color: #244896;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navbar .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 0.8rem;
    padding: 0.5rem 1.5rem !important;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:active {
    background-color: #e21f23;
}

.hvr-underline-from-center:before {
    background: #e21f23;
}


/* SLIDER */

#slider {
    margin-top: 9px;
}


/* QUIENES SOMOS */

#quienes {
    background: #fff url(/gestor/wp-content/themes/ciat18/imagenes/fondo-blanco-01.jpg) center repeat fixed;
    color: #002a80;
    padding: 50px 15px;
}

#quienes .container {
    background: #fff;
    border: 1px solid #244896;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

#quienes .container p {
    color: #212529;
    text-align: justify;
}

#quienes a {
    color: #244896;
    font-weight: 700;
    text-transform: uppercase;
}

#quienes img {
    display: none;
}

/* SUMMIT INTERNACIONAL 2024 */
.summit2024 {
    width: 100%;
    margin: 2rem 0;
    .summit2024__slider {
        width: 100%;
    }
    .summit2024__presentation {
        width: 100%;
        padding: 2rem;
        background-color: #6898ac;
        p, h1 {
            width: 100%;
            max-width: 998px;
            margin: 1rem auto;
            color: var(--light-color);
        }
        .summit2024__programa {
            width: 100%;
            h2 {
                color: var(--light-color);
            }
            .buttons {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding-top: 2rem;
                .buttons__a {
                    background-color: var(--light-color);
                    color: #6898AC;
                    transition: var(--transition);
                    padding: 0.5rem 1.7rem;
                    border-radius: 15px;
                    border: 2px solid var(--light-color);
                    &:hover {
                        background-color: transparent;
                        box-shadow: 0 0 5px var(--light-color);
                        color: var(--light-color);
                    }
                }
            }
        }
    }
    .summit2024__countdown {
        width: 100%;
        background-color: var(--light-color);
        padding: 3.5rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        .buttons__a {
            background-color: #E92C62;
            color: var(--light-color);
            border: 2px solid #E92C62;
            &:hover, :active {
                background-color: var(--light-color);
                color: #E92C62;
                box-shadow: 0 0 5px #E92C62;
            }
        }
    }
    .summit2024__disertantes {
        padding: 2.5rem 1.5rem;
        .summit2024__disertantes-loop {
            justify-content: space-evenly;
            align-items: center;
            flex-wrap: wrap;
            display: flex;
            .summit2024__disertantes-main-container__card {
                width: 225px;
                padding: 1rem;
                border-radius: 10px;
                transition: var(--transition);
                &:hover {
                    box-shadow: 0 0 10px var(--light-shadow);
                }
                &:hover .summit2024__disertantes-main-container__link {
                    opacity: 1;
                    pointer-events: all;
                }
                .summit2024__disertantes-main-container__thumbnail {
                    width: 100%;
                    height: 170px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    img {
                        width: 100%;
                        height: auto;
                    }
                    .summit2024__disertantes-main-container__frame {
                        width: 168.75px;
                        height: 168.75px;
                        position: relative;
                        clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
                        box-shadow: 0 0 5px var(--light-shadow);
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        overflow: hidden;
                    }
                    .summit2024__disertantes-main-container__no-image {
                        background-position: center;
                        background-repeat: no-repeat;
                        clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
                        background-size: cover;
                        width: 168.75px;
                        height: 168.75px;
                        overflow: hidden;
                    }
                }
                .summit2024__disertantes-main-container__info {
                    width: 100%;
                    text-align: center;
                    .summit2024__disertantes-main-container__h4 {
                        height: 48px;
                        color: var(--primary-color);
                    }
                    p {
                        font-size: 13px;
                        font-style: italic;
                    }
                }
                .summit2024__disertantes-main-container__link {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    opacity: 0;
                    pointer-events: none;
                    transition: var(--transition);
                    .summit2024__disertantes-main-container__a {
                        background-color: var(--primary-color);
                        color: var(--light-color);
                        padding: 0.3rem 1rem;
                        transition: var(--transition);
                        &:hover {
                            box-shadow: 0 0 10px var(--primary-color);
                            color: var(--light-color);
                        }
                    }
                }
            }
        }
    }
    .summit2024__beneficios {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        .summit2024__overlay {
            width: 100%;
            height: 100%;
            background-color: #00000078;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            flex-wrap: wrap;
            .middle-pages__item {
                width: 12rem;
                min-width: 81px;
                margin: 1rem;
                .middle-pages__icon,
                .middle-pages__img,
                .middle-pages__h4 {
                    width: 100%;
                }
                .middle-pages__icon {
                    font-size: 54px;
                    text-align: center;
                    color: var(--light-color);
                }
                .middle-pages__h4,
                .middle-pages__a {
                    text-align: center;
                    color: var(--light-color);
                }
                .middle-pages__h4 {
                    height: 48px;
                    font-size: 20px;
                }
                .buttons {
                margin-top: 1rem;
                .button__a--small {
                    color: var(--light-color);
                    background-color: #E92C62;
                    border: 2px solid #E92C62;
                    padding: 0.4rem 1.2rem;
                    border-radius: 99px;
                    transition: var(--transition);
                    &:hover {
                        color: #E92C62;
                        background-color: var(--light-color);
                        box-shadow: 0 0 10px #E92C62;
                        border-color: #E92C62;
                        }
                    }
                }
            }
        }
    }
    #supports {
        width: 100%;
        padding: 3rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        .supports__content {
          width: 100%;
          max-width: 992px;
        }
        .supports__cat {
          width: 95%;
          display: flex;
          align-items: stretch;
          justify-content: space-between;
          flex-wrap: wrap;
          margin: 1rem;
          .supports__title {
            width: 20%;
            box-shadow: 3px 3px 5px #00000038;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 11rem;
            border-radius: 0 15px 0 15px;
            .supports__h6 {
              text-transform: uppercase;
              color: #333333;
              font-weight: 600;
                      text-align: center;
            }
          }
          #support-title-platino {
            background-color: #f6e9ce;
            h6 {
              color: #333333;
            }
          }
          #support-title-oro {
            background-color: #ffbc00;
            h6 {
              color: #333333;
            }
          }
          #support-title-plata {
            background-color: #C0C0C0;
                  h6 {
                      color: #333333;
                  }
          }
          #support-title-bronce {
            background-color: #CD7F32;
            h6 {
              color: #ffffff;
            }
          }
              #support-title-institucionales {
            background-color: #228cb1;
            h6 {
              color: #ffffff;
            }
          }
          .supports__slider {
            width: 79%;
            box-shadow: 3px 3px 5px #00000038;
                  background-color: #ffffff;
            height: 11rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 15px 0 15px 0;
            border: 1px solid #c9c7c7;
          }
        }
      }
    #certificados {
        margin: 3rem 0;
        h2 {
            color: #6898AC;
        }
        .buttons {
            .buttons__a {
                background-color: #6898AC;
                color: var(--light-color);
                border: 2px solid #6898AC;
                &:hover {
                    background-color: var(--light-color);
                    box-shadow: 0 0 10px #6898AC;
                    color: #6898AC;
                }
            }
        }
    }
    .galeria-fotos {
        width: 100%;
        h2 {
            color: var(--light-color);
            margin: 0;
            padding: 2rem 0 0 0;
            background-color: #39414D;
        }
        .galeria-fotos__content {
            width: 100%;
            margin: 1.5rem auto;
        }
    }
}

.cloud-city-dash_title {
    color: var(--dark-color) !important;
    font-weight: 600;
}


/* SUMMIT 2022 */

#summit-2022 {
    color: #2d2e81;
    font-size: 1.1rem;
    font-weight: 300;
}

#summit-2022 .container-fluid {
    padding: 0;
}

#summit-2022 .fondo {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

#summit-2022 .certificados {
    padding-top: 4rem;
}

#summit-2022 .certificados h1 {
    color: #e10613;
    font-weight: 700 !important;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

#summit-2022 .certificados .botones {
    display: flex;
    align-items: center;
    justify-content: center;
}

#summit-2022 .certificados .botones .enlace {
    border-radius: 0;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
}

#summit-2022 .videos {
    padding-top: 4rem;
}

#summit-2022 .lista {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
}

#summit-2022 .tablink {
    background-color: #2d2e81;
    border: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    outline: none !important;
    padding: 1rem 0.5rem;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 100%;
}

#summit-2022 .tablink:hover,
#summit-2022 .tablink:active,
#summit-2022 .tablink.active {
    background-color: #bf0411;
    box-shadow: 0 0 30px -5px #333;
}

#summit-2022 #Internacionales,
#summit-2022 #Nacionales {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 auto;
    padding-left: 1rem;
    text-align: justify;
    width: 100%;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

#summit-2022 .tabcontent p:last-child {
    margin-bottom: 0;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#summit-2022 .videos h1 {
    color: #e10613;
    font-weight: 700 !important;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

#summit-2022 .videos .lista .tabcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}

#summit-2022 .videos .lista .tabcontent h2 {
    color: #e10613;
    text-align: center;
    width: 100%;
}

#summit-2022 .videos .lista .tabcontent .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.1;
    width: 100%;
}

#summit-2022 .videos .lista .tabcontent .item .imagenes {
    position: relative;
    width: 75%;
}

#summit-2022 .videos .lista .tabcontent .item .imagenes .rostro {
    border: 7px solid #2d2e81;
    border-radius: 50%;
}

#summit-2022 .videos .lista .tabcontent .item .imagenes .nacionalidad {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
}

#summit-2022 .videos .lista .tabcontent .item .nombre {
    margin: 0.5rem 0;
}

#summit-2022 .videos .lista .tabcontent .item .nombre p {
    font-size: 1.2rem;
    margin: 0;
}

#summit-2022 .videos .lista .tabcontent .item .nombre p span {
    display: block;
    font-size: 72%;
    font-weight: 700;
    margin-top: 0.5rem;
}

#summit-2022 .videos .lista .tabcontent .item .botones {
    margin-top: auto;
}

#summit-2022 .videos .lista .tabcontent .item .botones a {
    border-radius: 0;
    font-weight: 300;
    padding: 0.25rem 0.5rem;
}

/* Contador del Evento */

#main-countdown {
    width: 100%;
    padding: 4rem 0;
    background-color: var(--primary-color);
}

.main-countdown__h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    margin: 2rem 0;
    font-weight: 600;
    text-align: center;
}

.textDiv_Days,
.textDiv_Hours,
.textDiv_Minutes,
.textDiv_Seconds {
    color: #ffffff;
}

.buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons__a {
    padding: 0.8rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 450ms;
}

.buttons__a.button-disabled {
    background-color: #b9b9b986 !important;
    color: #f7f7f7 !important;
    pointer-events: none;
    font-style: italic !important;
}

.bg-white {
    background-color: var(--light-color);
}

.bg-white:hover {
    background-color: #244896 !important;
    color: #fff !important;
}

.bg-lightblue {
    background-color: var(--secondary-color);
    color: var(--dark-color);
}

.bg-lightblue:hover {
    background-color: #cccccc !important;
    color: var(--dark-color) !important;
    font-weight: 800 !important;
}


/* Disertantes */

#disertantes {
    width: 100%;
}

.disertantes__h2 {
    color: #E92C62;
    font-size: 40px;
    text-align: center;
    padding: 4rem 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.disertantes-main-container__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
}

.disertantes-main-container__buttons .nav-link {
    color: var(--dark-color);
    background-color: var(--secondary-color);
    transition: var(--transition);
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    border: none;
    font-size: 18px;
    width: 30%;
    height: 4rem;
    outline: none;
}

.disertantes-main-container__buttons .nav-link.active {
    background-color: #E92C62 !important;
    color: var(--light-color);
    box-shadow: 0 0 10px #E92C62;
}

.disertantes-main-container__content {
    margin: 3rem 0;
}

#disertantes-nacionales-tab,
#disertantes-internacionales-tab,
#disertantes-locales-tab {
    display: none;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

#disertantes-nacionales-tab.active,
#disertantes-internacionales-tab.active,
#disertantes-locales-tab.active {
    display: flex;
}

.disertantes-main-container__card {
    width: 225px;
    margin: 1rem;
}

.disertantes-main-container__thumbnail {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.disertantes-main-container__flag {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    transform: translate(60px, 60px);
    z-index: 3;
    overflow: hidden;
}

.disertantes-main-container__flag--img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.disertantes-main-container__frame {
    width: 168.75px;
    height: 168.75px;
    border: 6px solid var(--secondary-color);
    border-radius: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.disertantes-main-container__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.disertantes-main-container__no-image {
    background-image: url(/gestor/wp-content/themes/ciat18/imagenes/user.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 168.75px;
    height: 168.75px;
    border-radius: 225px;
    border: 6px solid var(--secondary-color);
}

.disertantes-main-container__info {
    width: 100%;
    text-align: center;
}

.disertantes-main-container__h4 {
    font-weight: 300;
    font-size: 1.2rem;
    height: 46px;
    margin-top: 15px;
    color: var(--dark-color);
}

.disertantes-main-container__info p {
    font-weight: 700;
    font-size: 13px;
    font-style: italic;
}

.disertantes-main-container__link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disertantes-main-container__a {
    background-color: #E92C62;
    color: var(--light-color);
    padding: 0.3rem 1rem;
    font-size: 1rem;
    transition: var(--transition);
}

.disertantes-main-container__a:hover {
    box-shadow: 0 0 10px #E92C62;
    color: var(--light-color);
}


/* Grupo de botones: 3 botones en mitad de página */

.middle-page-three-buttons {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.middle-page-three-buttons__overlay {
    padding: 7rem 2rem;
    width: 100%;
    height: 100%;
    background-color: #a3d7e5ab;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.middle-page-three-buttons__square {
    background: #ffffff;
    background: linear-gradient(128deg, #ffffff 0%, #d6dbe3 90%);
    border-radius: 10px;
    width: 210px;
    height: 212px;
    transition: 350ms;
    margin: 1rem;
}

.middle-page-three-buttons__square:hover {
    transform: scale(1.05);
    box-shadow: 25px 25px 10px #00000038;
}

.middle-page-three-buttons__logo-container {
    padding-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle-page-three-buttons__logo {
    width: 67.5px;
    height: 67.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    border-radius: 50px;
    background-color: var(--primary-color);
    color: #ffffff;
}

.middle-page-three-buttons__title {
    text-align: center;
    height: 55px;
    margin: 10px 0;
    font-weight: 600;
    font-size: 18px !important;
    color: #233976;
    text-transform: uppercase;
}

.middle-page-three-buttons__group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle-page-three-buttons__button {
    color: var(--light-color);
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-size: 14px;
    padding: 0.5rem 1.2rem;
    border-radius: 12px;
    transition: 350ms;
}

.middle-page-three-buttons__square:hover .middle-page-three-buttons__button {
    background-color: var(--light-color);
    color: var(--primary-color);
}


/* Sponsors */

#sponsors {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--light-color);
}

.sponsors__content--auspiciantes {
    background-color: var(--primary-color);
}

.sponsors__content {
    width: 50%;
    padding: 2.5rem 0;
}

.sponsors__h2--auspiciantes {
    color: var(--light-color) !important;
}

.sponsors__h2 {
    color: var(--primary-color);
    font-weight: 800 !important;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
}


/* EQUIPO DE TRABAJO */

.home #equipo {
    background: #244896;
    color: #ffffff;
    padding: 4rem 0;
}

#equipo .container {
    display: flex;
    flex-direction: column;
}

#equipo h1 {
    margin-bottom: 45px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#equipo h1 a {
    color: #ffffff;
}

.category-equipo #main {
    padding: 4rem 0;
}

#equipo {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#equipo h3,
#equipo h4 {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
}

#equipo .teamtablink {
    background: #244896 !important;
    border: none !important;
    color: #ffffff;
    cursor: pointer;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    outline: none;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 100%;
}

#equipo .teamtablink:last-child {
    margin-bottom: 0;
}

#equipo .teamtablink:hover,
#equipo .teamtablink.active {
    background: #e21f23 !important;
}

#equipo #Arritmias,
#equipo #InsuficienciaCardiaca,
#equipo #HipertensionArterial,
#equipo #UnidadCardiometabolica,
#equipo #ClinicaMedica,
#equipo #CardioOncologia,
#equipo #CardiologiaDiabetes,
#equipo #CardiologiaDeportes,
#equipo #UnidadUltrasonido,
#equipo #CardiologiaPediatrica,
#equipo #CardiologiaClinica,
#equipo #UnidadPostCovid,
#equipo #Neurologia,
#equipo #Neumologia,
#equipo #OtrasEsps {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    width: 100%;
}

#equipo .primer-bloque-opciones,
#equipo .segundo-bloque-opciones {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#equipo .loop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#equipo .loop .tarjeta {
    align-items: stretch;
    background: #d6e0f5;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 2rem;
    min-height: 200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 100%;
}

#equipo .loop .tarjeta:first-child {
    margin-top: 2rem;
}

#equipo .imagen {
    overflow: hidden;
    position: relative;
    width: 40%;
}

#equipo .imagen .fondo {
    background-color: #ffffff !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
}

#equipo .imagen .fondo .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

#equipo .contenido {
    list-style: none;
    padding: 0;
    width: 100%;
}

#equipo .texto {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    padding: 1rem;
    width: 60%;
}

#equipo .texto .titulo a {
    color: #212529;
    display: block;
    font-weight: 700;
    line-height: 1.2;
}

#equipo .texto .extracto {
    display: none;
}

#equipo .texto .extracto p {
    color: #212529;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: justify;
}

#equipo .texto .extracto a {
    display: none;
}

#equipo .texto .seguir {
    margin-top: 15px;
}

#equipo .texto .seguir a {
    color: #212529;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
}

#equipo .texto .seguir a i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

#equipo .mensaje {
    margin: 2rem auto;
}

#equipo .ver {
    background: #ffffff;
    color: #244896;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}


/* NEWSLETTER */

#news {
    background: #d6e0f5;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#news .container .left {
    margin-bottom: 2rem;
}

#news .container .left h1 {
    color: #244896;
}

#news .container .left p {
    margin-bottom: 0;
    text-align: justify;
}

#mc_embed_signup {
    background-color: transparent !important;
    font: inherit !important;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup_scroll {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 15px 0 #292b2c;
}

#mc_embed_signup .mc-field-group {
    min-height: 0 !important;
    order: 1;
    padding-bottom: 0 !important;
    width: 50% !important;
}

#mc_embed_signup .mc-field-group label {
    display: none !important;
}

#mc_embed_signup input {
    border: none !important;
    border-radius: 0 !important;
}

#mc_embed_signup .mc-field-group input {
    font-family: "Open Sans", sans-serif;
    padding: 0.5rem 1rem !important;
    text-indent: 0 !important;
}

#mc_embed_signup .clear {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    order: 2;
    width: 50%;
}

#mc_embed_signup .button {
    background-color: #e21f23 !important;
    border-radius: 0 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 18px !important;
    font-weight: 900 !important;
    height: 100% !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0.5rem 1rem !important;
    text-transform: uppercase;
}

#mc_embed_signup .button:hover {
    background-color: #244896 !important;
}

#mc_embed_signup div#mce-responses {
    margin: 0 !important;
    order: 3;
    padding: 0 !important;
    position: absolute !important;
    top: 3rem !important;
    width: 100% !important;
}

#mc_embed_signup div.response {
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
    width: 100% !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    border-radius: 0 !important;
    margin: 0 !important;
    position: absolute;
}


/* ATRIAL FIBRILLATION SUMMIT */

#af-summit {
    background-attachment: fixed;
    background-color: #6b1011;
    background-blend-mode: multiply;
    background-image: url("/gestor/wp-content/themes/ciat18/imagenes/afs21-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    color: #fff;
    padding: 6rem 0;
}

#af-summit .logo {
    margin-bottom: 2rem;
}

#af-summit .logo a {
    display: flex;
    width: 100%;
}

#af-summit .information .text {
    text-align: center;
}

#af-summit .information .text h1 {
    margin-bottom: 2rem;
}

#af-summit .information .text .button-link {
    background-color: #003985;
    border-color: #003985;
    box-shadow: 0 0 15px #000;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#af-summit .counter h1 {
    margin-bottom: 0;
    margin-top: 2rem;
    text-align: center;
}

#af-summit .counter__timer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0;
}

#af-summit .counter__timer .counter-numbers {
    margin-bottom: 2rem;
    text-align: center;
    width: calc(50% - 1rem);
}

#af-summit .counter__timer .counter-numbers h1 {
    color: #ffc400;
    font-weight: 700 !important;
    margin: 0;
    text-transform: uppercase;
}

#af-summit .counter__timer .counter-numbers span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
}

#af-summit .counter__timer .counter-message {
    display: flex;
    align-items: center;
    width: 100%;
}

#af-summit .counter__timer .counter-message h1 {
    color: #ffc400;
    font-weight: 700;
    margin: auto;
    text-align: center;
    width: auto;
}


/* CAPACITACIONES */

#capacitaciones {
    background: #fff url("/gestor/wp-content/themes/ciat18/imagenes/fondo-blanco-01.jpg") center repeat fixed;
    padding: 4rem 0;
}

#capacitaciones .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#capacitaciones h1 {
    margin-bottom: 45px !important;
    margin-left: auto;
    margin-right: auto;
}

#capacitaciones h1 a {
    color: #244896;
}

.archive #capacitaciones h1 {
    margin-bottom: 0 !important;
}

.home #capacitaciones h1 {
    text-align: center;
}

#capacitaciones .loop {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#capacitaciones .loop .tarjeta {
    align-items: stretch;
    background: #244896;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 2rem;
    min-height: 200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 100%;
}

#capacitaciones .loop .tarjeta:hover,
#capacitaciones .loop .tarjeta:active {
    background: #e21f23;
}

#capacitaciones .imagen {
    overflow: hidden;
    position: relative;
    width: 40%;
}

#capacitaciones .imagen .fondo {
    background-color: #ffffff !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
}

#capacitaciones .imagen .fondo .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

#capacitaciones .contenido {
    list-style: none;
    padding: 0;
    width: 100%;
}

#capacitaciones .texto {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    padding: 1rem;
    width: 60%;
}

#capacitaciones .texto .fecha {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

#capacitaciones .texto .titulo a {
    color: #ffffff;
    display: block;
    font-weight: 700;
    line-height: 1.2;
}

#capacitaciones .texto .extracto {
    display: none;
}

#capacitaciones .texto .extracto p {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: justify;
}

#capacitaciones .texto .extracto a {
    display: none;
}

#capacitaciones .texto .seguir {
    margin-top: 15px;
}

#capacitaciones .texto .seguir a {
    color: #ffffff;
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
}

#capacitaciones .ver {
    background: #244896;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}

.home #capacitaciones .loop .tarjeta:first-child,
.archive:not(.paged) #capacitaciones .loop .tarjeta:first-child {
    flex-direction: column;
    width: 100%;
}

.home #capacitaciones .contenido,
.archive:not(.paged) #capacitaciones .contenido {
    width: 100%;
}

.home #capacitaciones .tarjeta:first-child .imagen,
.archive:not(.paged) #capacitaciones .tarjeta:first-child .imagen {
    height: 250px;
    width: 100%;
}

.home #capacitaciones .tarjeta:first-child .texto,
.archive:not(.paged) #capacitaciones .tarjeta:first-child .texto {
    border-bottom: 10px solid #e21f23;
    width: 100%;
}

.home #capacitaciones .tarjeta:first-child .texto .fecha,
.archive:not(.paged) #capacitaciones .tarjeta:first-child .texto .fecha {
    font-size: 1.2rem;
    text-align: center;
}

.home #capacitaciones .tarjeta:first-child .texto .titulo a,
.archive:not(.paged) #capacitaciones .tarjeta:first-child .texto .titulo a {
    font-size: 1.4rem;
    font-weight: 900;
    font-style: normal;
    text-align: center;
}

.home #capacitaciones .tarjeta:first-child .texto .extracto p,
.archive:not(.paged) #capacitaciones .tarjeta:first-child .texto .extracto p {
    font-size: 1.1rem;
    text-align: center;
}

.home #capacitaciones .tarjeta:first-child .texto .seguir,
.archive:not(.paged) #capacitaciones .tarjeta:first-child .texto .seguir {
    text-align: center;
}

.home #capacitaciones .tarjeta:first-child .texto .seguir a,
.archive:not(.paged) #capacitaciones .tarjeta:first-child .texto .seguir a {
    background-color: #ffffff;
    color: #244896;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}


/* MÉTODOS DE DIAGNÓSTICO */

#metodos-diagnostico {
    background: #d6e0f5;
    display: flex;
    flex-direction: column;
    position: relative;
}

#metodos-diagnostico .foto {
    background: url("//ciat.com.ar/gestor/wp-content/themes/ciat18/imagenes/metodos-diagnostico-01.jpg") center no-repeat;
    background-size: cover;
    min-height: 300px;
}

#metodos-diagnostico .info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

#metodos-diagnostico .info h1 {
    color: #244896;
    margin-bottom: 30px;
}

#metodos-diagnostico .info ul {
    padding-left: 20px;
}

#metodos-diagnostico .info ul li {
    font-weight: 300;
    font-size: 16px;
}

#metodos-diagnostico .ver {
    background: #244896;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}


/* NUESTROS FEEDS */

#nuestros-feeds {
    background: #244896;
    display: none;
    padding: 4rem 0;
    position: relative;
}

#nuestros-feeds .container {
    display: flex;
    flex-direction: column;
    padding: 0;
}

#nuestros-feeds .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nuestros-feeds h1 {
    color: #ffffff;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
}

#nuestros-feeds .instagram {
    background: #ffffff;
    margin-top: 2rem;
    padding: 0.5rem;
    position: relative;
    width: 100%;
    z-index: 1;
}


/* NOVEDADES */

#novedades {
    background: #fff url("/gestor/wp-content/themes/ciat18/imagenes/fondo-blanco-01.jpg") center repeat fixed;
    padding: 4rem 0;
}

.resumen {
    border-top: 1px solid #e21f23;
    border-bottom: 1px solid #e21f23;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-top: 35px;
    padding-bottom: 20px;
    width: 100%;
}

.resumen p {
    color: #244896;
}

#novedades .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#novedades h1 {
    margin-bottom: 45px !important;
    margin-left: auto;
    margin-right: auto;
}

.home #novedades h1 {
    text-align: center;
}

#novedades h1 a {
    color: #244896;
}

#novedades .loop {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#novedades .loop .tarjeta {
    align-items: stretch;
    background: #244896;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 2rem;
    min-height: 200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 100%;
}

#novedades .loop .tarjeta:hover,
#novedades .loop .tarjeta:active {
    background: #e21f23;
}

#novedades .imagen {
    overflow: hidden;
    position: relative;
    width: 40%;
}

#novedades .imagen .fondo {
    background-color: #ffffff !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
}

#novedades .imagen .fondo .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

#novedades .contenido {
    list-style: none;
    padding: 0;
    width: 100%;
}

#novedades .texto {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    padding: 1rem;
    width: 60%;
}

#novedades .texto .fecha {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

#novedades .texto .titulo a {
    color: #ffffff;
    display: block;
    font-weight: 700;
    line-height: 1.2;
}

#novedades .texto .extracto {
    display: none;
}

#novedades .texto .extracto p {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: justify;
}

#novedades .texto .extracto a {
    display: none;
}

#novedades .texto .seguir {
    margin-top: 15px;
}

#novedades .texto .seguir a {
    color: #ffffff;
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
}

#novedades .ver {
    background: #244896;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}


/* NUESTROS SERVICIOS */

#nuestros-servicios {
    background: #d6e0f5;
    display: flex;
    flex-direction: column;
    position: relative;
}

#nuestros-servicios .foto {
    background: url("//ciat.com.ar/gestor/wp-content/themes/ciat18/imagenes/nuestros-servicios-01.jpg") center no-repeat;
    background-size: cover;
    min-height: 300px;
}

#nuestros-servicios .info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

#nuestros-servicios .info h1 {
    color: #244896;
    margin-bottom: 30px;
}

#nuestros-servicios .info ul {
    padding-left: 20px;
}

#nuestros-servicios .info ul li {
    font-weight: 300;
    font-size: 16px;
}


/* TURNOS ONLINE */

#turnos {
    background-image: url("/gestor/wp-content/themes/ciat18/imagenes/turnos-02.jpg");
    background-color: #244896;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 3rem 0;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
}

.turnos__half-container {
    width: 50%;
    min-width: 360px;
}

.turnos__adorno {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.turnos__img {
    width: 52%;
    min-width: 240px;
}

.turnos__h1 {
    text-align: center;
    color: var(--light-color);
    margin: 2rem 0;
}

.turnos__a {
    background-color: var(--light-color);
    color: var(--dark-color);
    margin-bottom: 3rem;
}

.turnos__a:hover {
    background-color: #E02428;
    color: var(--light-color);
}

/* Botón imagenes */

#portal-imagenes {
    background-color: #E02428;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 3rem 0;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
}

.portal-imagenes__half-container {
    width: 50%;
    min-width: 360px;
}

.portal-imagenes__adorno {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portal-imagenes__img {
    width: 74%;
    min-width: 240px;
}

.portal-imagenes__h1 {
    text-align: center;
    color: var(--light-color);
    margin: 2rem 0;
}

.portal-imagenes__a {
    background-color: var(--light-color);
    color: var(--dark-color);
    margin-bottom: 3rem;
}

.portal-imagenes__a:hover {
    background-color: #244896;
    color: var(--light-color);
}

/*
#turnos .logo-whatsapp {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 2rem;
    text-shadow: 0 0 20px #212529;
}

#turnos .logo-whatsapp i {
    font-size: 8rem;
}

#turnos .texto {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#turnos .texto h1 {
    color: #ffffff;
    margin-bottom: 2rem;
    text-align: center;
}

#turnos .texto .ver {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
    color: #244896;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}
*/


/* COLOPHON */

#colophon {
    background: #244896;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 4rem 0;
}

#colophon .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#colophon a {
    color: #fff;
    text-decoration: none;
}

#colophon .logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    width: 200px;
}

#colophon .info {
    margin-bottom: 2rem;
}

#colophon .info p:last-child {
    margin-bottom: 0;
}

#colophon .info p a {
    color: #ffffff;
}

#colophon .info p i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

#colophon .container .redes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

#colophon .container .redes li {
    margin-right: 1rem;
}

#colophon .container .redes li:last-child {
    margin-right: 0;
}

#colophon .container .redes li a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
}


/* EXTRAS */

article,
aside,
footer,
header,
nav,
section {
    width: 100%;
}

.publicacion {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #fff;
    padding: 10px;
    background: #e21f23;
    color: #fff;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}


/* FORMULARIOS */

form {
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

form .col-sm-4 {
    max-width: 100%;
}

form .col-sm-4,
form .col-sm-6,
form .col-sm-12 {
    margin-bottom: 15px;
    padding: 0;
}

form .col-sm-6 input,
form .col-sm-6 select,
form .col-sm-12 input,
form .col-sm-12 textarea,
form .col-sm-12 button,
form .col-sm-4 input,
form .col-sm-4 select,
form .col-sm-4 textarea,
form .col-sm-12 select {
    display: block;
    padding: 15px 25px;
    width: 100%;
}

form .col-sm-4 input,
form .col-sm-4 select,
form .col-sm-6 input,
form .col-sm-6 select,
form .col-sm-12 input,
form .col-sm-12 textarea,
form .col-sm-12 select {
    background: #d6e0f5;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
}

form .col-sm-4 textarea,
form .col-sm-12 textarea {
    height: 100px;
    min-height: 175px;
    max-height: 600px;
}

form .col-sm-4 input[type="submit"],
form .col-sm-12 input[type="submit"] {
    background: #244896;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 900;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

form .col-sm-4 input[type="submit"]:hover,
form .col-sm-12 input[type="submit"]:hover {
    background: #244896;
}

div.wpcf7-validation-errors {
    background: #f7e700;
    border: 2px solid #f7e700;
    clear: both;
}

div.wpcf7-response-output {
    color: #333333;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
}

div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
}

span.wpcf7-not-valid-tip {
    background: #f00;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}


/* EXTRAS */

article,
aside,
footer,
header,
nav,
section {
    width: 100%;
}


/* SINGLES */

.archive #main,
.single #main,
.page #main {
    background: url("/gestor/wp-content/themes/ciat18/imagenes/fondo-blanco-01.jpg") center fixed repeat;
}

.single .site-content-contain .site-main,
.page .site-content-contain .site-main {
    padding: 3rem 0;
}

.entry-title {
    color: #333333;
}

.entry-subtitle {
    color: #333333;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
}

.entry-content {
    margin-bottom: 0.5rem;
}

.entry-content p,
.resumen p {
    font-size: 1.1rem;
    line-height: 1.5 !important;
    text-align: justify;
}

.entry-content iframe {
    display: block;
    min-height: 4rem;
    width: 100%;
}

.entry-content p a {
    color: #333;
    font-weight: 700;
}

#breadcrumbs a {
    color: #244896 !important;
    font-weight: 400;
}


/* PAGE 404 */

.error404 #buscador {
    background-attachment: fixed;
    background-color: #ffffff;
    background-image: url("/gestor/wp-content/themes/ciat18/imagenes/fondo-blanco-01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.error404 #buscador .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 3rem;
}

.error404 #buscador .search-form {
    align-items: center;
    background: #d6e0f5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 1rem;
    width: 100%;
}

.error404 #buscador .search-form label {
    margin-bottom: 0;
}

.error404 #buscador .search-form label .search-field {
    background: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 300;
    max-width: 200px;
    letter-spacing: 0.25px;
    outline: none;
    padding: 1rem 0.5rem;
    text-align: center;
}

.error404 #buscador .search-form label .search-field::placeholder {
    color: #333333;
    font-style: italic;
}

.error404 #buscador .search-form .search-submit {
    align-items: center;
    background: none;
    border: none;
    color: #244896;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 2.5rem;
    justify-content: center;
    position: relative;
}

.error404 #buscador .error {
    width: 200px !important;
}

.error404 #buscador .formulario {
    padding: 2rem 0;
}

.error404 #buscador h1 {
    margin-top: 2rem;
    text-align: center;
}

.error404 #buscador p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}


/* TAGS */

#tags {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 1.5rem;
}

#tags ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

#tags ul::before {
    color: #244896;
    content: "\f02c";
    font-family: "Font Awesome 5 Free";
    padding: 2px 10px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
}

#tags ul li {
    background: #ffffff;
    border: 1px solid #244896;
    border-radius: 4px;
    padding: 2px 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#tags ul li::before {
    content: none;
}

#tags ul li:hover {
    background: #e21f23;
    border: 1px solid #e21f23;
}

#tags ul li a {
    border: 0 !important;
    color: #244896 !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
}

#tags ul li:hover a {
    color: #ffffff !important;
}


/* PAGENAVI */

.wp-pagenavi {
    display: flex;
    font-size: 0.9rem;
    font-weight: 700;
    margin: auto;
    max-width: 100%;
    overflow-x: auto;
    text-transform: uppercase;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background: #244896;
    border: 2px solid #244896;
    color: #ffffff;
    margin: 5px 10px 0 0;
    padding: 7.5px 15px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #e21f23;
    border-color: #e21f23;
}


/* RELATED ARTICLES */

.hentry #jp-relatedposts {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}

#jp-relatedposts .jp-relatedposts-items {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.hentry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    align-items: stretch !important;
    background: #244896 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin-bottom: 20px !important;
    min-height: 140px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative !important;
    text-align: left !important;
    width: 100% !important;
}

.hentry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
    background: #e21f23 !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.jp-relatedposts-post-a {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 40%;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
    height: 100%;
    max-width: none !important;
    position: absolute;
    width: auto !important;
}

.hentry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
.hentry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    font-family: inherit !important;
    letter-spacing: normal !important;
}

.hentry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 15px !important;
    width: 60% !important;
}

.hentry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
    color: #ffffff !important;
    display: block !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    width: auto;
}


/* RELATED & SHARE TITULOS */

#jp-relatedposts h4.jp-relatedposts-headline,
div.sharedaddy h3.sd-title {
    background: #244896 !important;
    display: inline-block !important;
    font-family: inherit !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    margin: 0 0 20px !important;
    padding: 7.5px 15px !important;
    text-transform: uppercase !important;
    -webkit-font-smoothing: antialiased;
}

#jp-relatedposts h4 em,
div.sharedaddy h3.sd-title {
    color: #ffffff !important;
}

#jp-relatedposts h4.jp-relatedposts-headline em {
    font-style: normal !important;
}

div.sharedaddy h3.sd-title:before {
    display: none !important;
}


/* SHARE */

#compartir {
    margin-top: 1rem;
}

#compartir .sd-content ul {
    margin: 0 !important;
}

.sd-content ul li {
    margin: 0 7.5px 0 0 !important;
    padding: 0 !important;
}


/* ARCHIVE */

.archive #novedades h1 {
    margin-bottom: 0 !important;
}

@media (min-width: 576px) {
    /* SUMMIT 2022 */
    #summit-2022 .tablink {
        margin-bottom: 0;
        width: 45%;
    }
    #summit-2022 .videos .lista .tabcontent {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }
    #summit-2022 .videos .lista .tabcontent .item {
        width: calc(50% - 1rem);
    }
    #summit-2022 .videos .lista .tabcontent .item .imagenes .nacionalidad {
        width: 75px;
    }
}

@media (width < 640px) {
    .summit2024 {
        #supports {
            .supports__cat {
                .supports__title, .supports__slider {
                    width: 100%;
                }
                .supports__title {
                    height: 5rem;
                    border-radius: 15px 15px 0 0;
                }
                .supports__slider {
                    border-radius: 0 0 15px 15px;
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .disertantes__h2 {
        font-size: 27px;
    }
    .disertantes-main-container__buttons .nav-link {
        width: 100%;
        margin: 0.5rem 0;
    }
}

@media (min-width: 768px) {
    #jornadas {
        padding-top: 5rem;
        padding-right: 0;
        padding-bottom: 5rem;
        padding-left: 0;
    }
    #jornadas .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    #jornadas .container h1 {
        max-width: 49%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    #jornadas .imagen {
        max-width: 49%;
    }
    #jornadas .container #timer {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    #jornadas .container #timer div {
        margin-bottom: 0;
        width: 23%;
    }
    #jornadas .container .carrusel {
        max-width: 49%;
    }
    #jornadas .container .botones {
        padding-right: 0;
        padding-left: 0;
    }
    #jornadas .container .botones li {
        margin-bottom: 0;
        width: 100%;
    }
    #quienes .container {
        margin: 0 auto;
    }
    #news .container h1 {
        margin-bottom: 0.5rem;
    }
    #news .left {
        width: 49%;
    }
    #news .news {
        width: 49%;
    }
    #news .container .left {
        margin-bottom: 0;
    }
    /* EQUIPO DE TRABAJO */
    #equipo .desc article {
        width: 32%;
    }
    #equipo {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    #equipo #Arritmias,
    #equipo #InsuficienciaCardiaca,
    #equipo #HipertensionArterial,
    #equipo #UnidadCardiometabolica,
    #equipo #ClinicaMedica,
    #equipo #CardioOncologia,
    #equipo #CardiologiaDiabetes,
    #equipo #CardiologiaDeportes,
    #equipo #UnidadUltrasonido,
    #equipo #CardiologiaPediatrica,
    #equipo #CardiologiaClinica,
    #equipo #UnidadPostCovid,
    #equipo #Neurologia,
    #equipo #Neumologia,
    #equipo #OtrasEsps {
        padding: 0 1rem;
        width: 60%;
    }
    #equipo .primer-bloque-opciones,
    #equipo .segundo-bloque-opciones {
        width: 20%;
    }
    #equipo .loop .tarjeta {
        flex-direction: column;
        width: calc(50% - 1rem) !important;
    }
    #equipo .loop .tarjeta:first-child {
        margin-top: 0;
    }
    #equipo .imagen,
    #equipo .texto {
        width: 100%;
    }
    #equipo .imagen {
        height: 250px;
    }
    #equipo .texto .titulo a {
        text-align: center;
    }
    #equipo .texto .seguir a {
        justify-content: center;
    }
    #equipo .mensaje {
        margin: auto;
    }
    /* ATRIAL FIBRILLATION SUMMIT */
    #af-summit .counter__timer .counter-numbers h1 {
        font-size: 4rem !important;
    }
    #af-summit .counter__timer .counter-numbers span {
        font-size: 1.8rem;
    }
    /* CAPACITACIONES */
    #capacitaciones .loop .tarjeta {
        flex-direction: column;
    }
    #capacitaciones .imagen,
    #capacitaciones .texto {
        width: 100%;
    }
    #capacitaciones .imagen {
        height: 250px;
    }
    .archive.paged #capacitaciones .loop .tarjeta {
        width: calc(50% - 1rem);
    }
    #metodos-diagnostico {
        flex-direction: row-reverse;
    }
    #metodos-diagnostico .foto,
    #metodos-diagnostico .info {
        width: 50%;
    }
    #metodos-diagnostico .info {
        padding: 3rem 1rem;
    }
    #metodos-diagnostico .foto {
        min-height: 500px;
    }
    /* NOVEDADES */
    #novedades .loop .tarjeta {
        flex-direction: column;
    }
    .archive #novedades .loop .tarjeta,
    .search #novedades .loop .tarjeta {
        width: calc(50% - 1rem) !important;
    }
    #novedades .imagen,
    #novedades .texto {
        width: 100%;
    }
    #novedades .imagen {
        height: 250px;
    }
    #nuestros-servicios {
        flex-direction: row;
    }
    #nuestros-servicios .foto,
    #nuestros-servicios .info {
        width: 50%;
    }
    #nuestros-servicios .info {
        padding: 3rem 1rem;
    }
    #nuestros-servicios .foto {
        min-height: 500px;
    }
    #face {
        background: url(/gestor/wp-content/themes/sinergia18/imagenes/logo-fondo.jpg) top right fixed no-repeat;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    #face .container {
        flex-direction: row;
        justify-content: space-between;
    }
    #face .container .estamos {
        margin-bottom: 0;
        width: 49%;
    }
    #contador #timer div {
        margin-bottom: 0;
        width: 22%;
    }
    #face .container .frame {
        max-width: 500px;
        width: 49%;
    }
    #principios .container {
        flex-direction: row;
        justify-content: space-between;
    }
    #principios .container .video {
        margin-bottom: 0;
        width: 49%;
    }
    #principios .container .texto {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px;
        text-align: right;
        width: 49%;
    }
    #mail tr td {
        width: 31%;
    }
    form {
        flex-direction: row;
    }
    form .col-sm-4 {
        max-width: 32%;
    }
    /* PAGE 404 */
    .error404 #buscador .search-form label .search-field {
        max-width: none;
        width: 550px;
    }
    .error404 #buscador .error {
        width: 250px !important;
    }
    /* RELATED & SHARE */
    .hentry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: calc(50% - 1rem) !important;
    }
    /* PAGENAVI */
    .wp-pagenavi {
        max-width: none;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .sponsors__content {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        justify-content: flex-end;
    }
    .navbar-nav {
        background: none;
        border: none;
        border-radius: 0;
        margin-right: 15px;
        margin-top: 0;
        padding: 0 !important;
    }
    .navbar.sps--blw .navbar-nav {
        background: none;
    }
    .navbar-nav .nav-item {
        border-bottom: none;
        margin-left: 1rem;
        width: auto;
    }
    .navbar-nav .nav-item:nth-child(odd) {
        border-right: none;
    }
    .navbar-nav .nav-link {
        padding: 0;
    }
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0.5rem;
    }
    .navbar .dropdown-menu {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        text-align: left;
        top: 25px;
    }
    #quienes .container {
        align-items: center;
        flex-direction: row;
    }
    #quienes .container .texto {
        padding-right: 30px;
    }
    #quienes img {
        display: block;
    }
    /* SUMMIT 2022 */
    #summit-2022 {
        font-size: 1.3rem;
    }
    #summit-2022 .videos .lista .tabcontent .item {
        width: calc(33.33% - 1rem);
    }
    #news .news {
        width: 40%;
    }
    /* CAPACITACIONES */
    #capacitaciones .loop {
        align-items: stretch;
    }
    #capacitaciones .loop .tarjeta {
        width: calc(33.333% - 1rem);
    }
    #capacitaciones .texto {
        padding: 1rem 2rem 2rem;
    }
    #capacitaciones .texto .titulo {
        margin-bottom: 15px;
    }
    #capacitaciones .texto .extracto {
        display: block;
    }
    .home #capacitaciones .loop .tarjeta:first-child,
    .archive:not(.paged) #capacitaciones .loop .tarjeta:first-child {
        flex-direction: row;
        min-height: 400px;
    }
    .home #capacitaciones .tarjeta:first-child .imagen,
    .archive:not(.paged) #capacitaciones .tarjeta:first-child .imagen {
        height: auto;
        width: 60%;
    }
    .home #capacitaciones .tarjeta:first-child .texto,
    .archive:not(.paged) #capacitaciones .tarjeta:first-child .texto {
        width: 40%;
    }
    /* NUESTROS FEEDS */
    #nuestros-feeds {
        display: block;
    }
    #nuestros-feeds .container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #nuestros-feeds .fb-page,
    #nuestros-feeds .instagram {
        width: calc(50% - 1rem);
    }
    #nuestros-feeds .instagram {
        margin-top: 0;
    }
    /* NOVEDADES */
    #novedades .loop {
        align-items: stretch;
    }
    #novedades .loop .tarjeta {
        width: calc(33.333% - 1rem);
    }
    #novedades .texto {
        padding: 1rem 2rem 2rem;
    }
    #novedades .texto .titulo {
        margin-bottom: 15px;
    }
    #novedades .texto .extracto {
        display: block;
    }
    /* RELATED & SHARE */
    #jp-relatedposts .jp-relatedposts-items {
        align-items: stretch !important;
    }
    .hentry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        flex-direction: column !important;
        width: 32% !important;
    }
    .jp-relatedposts-post-a {
        height: 200px;
        width: 100%;
    }
    .hentry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
        border-left: none !important;
        margin-bottom: 0.5rem !important;
        padding: 1rem 1rem 0 !important;
        width: 100% !important;
    }
    .hentry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
        height: auto;
    }
    #jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
        color: #ffffff;
        display: block !important;
        font-size: 0.9rem !important;
        font-weight: 300;
        line-height: 1.2 !important;
        margin: 0 !important;
        padding: 0 1rem 1rem;
        text-align: justify;
    }
    #colophon .container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    #colophon .logo {
        margin-bottom: 0;
    }
    #colophon .info {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 1rem;
    }
    .navbar .dropdown-menu {
        top: 32px;
    }
    .navbar .dropdown-menu .dropdown-item {
        font-size: 0.9rem;
    }
    /* SUMMIT 2022 */
    #summit-2022 .videos .lista .tabcontent .item {
        width: calc(25% - 3rem);
    }
    #summit-2022 .videos .lista .tabcontent .item .imagenes .nacionalidad {
        width: 60px;
    }
    /* RELATED & SHARE */
    #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
        height: auto !important;
        width: 100% !important;
    }
}