/*
Theme Name: CAMTUC 2021
Author: Ide Consultora & Daniel Alejandro Uncos Aciar
Theme URI: //ideconsultora.com.ar/
Description: Tema hijo para el tema Twenty Twenty.
Version: 2021
Template: twentytwenty
Text Domain: twentytwenty
*/

@import url("https://rsms.me/inter/inter.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
body {
    background-color: #fff;
    color: #606060 !important;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0.25px;
}

#page {
    overflow: hidden;
}

a:link,
a:active,
a:visited {
    text-decoration: none;
}


/* TEXT SELECTION */

::-moz-selection {
    /* Code for Firefox */
    background: #093051;
    color: #fff;
}

::selection {
    background: #093051;
    color: #fff;
}

.single p img,
.single p a img,
.page p img,
.page p a img {
    height: auto;
    width: 100%;
}

#page iframe {
    display: block;
}


/* HEADINGS */

h1 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}


/* BOTONES */

.btn {
    background-color: none;
    border-color: #333;
    color: #333;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 1rem 2rem;
    text-transform: uppercase;
}

.btn:hover {
    border-color: #333;
    color: #333;
}

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

.btn-primary:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btn-secondary {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #333;
    border-color: #fff;
    color: #fff;
}


/* MASTHEAD */

#masthead {
    background-color: #fff;
    position: fixed;
    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%;
    z-index: 4;
}

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

#masthead .w3-top {
    box-shadow: none;
    position: static !important;
}

#masthead .w3-sidebar {
    top: 0 !important;
}

#masthead .logo {
    margin: 0;
    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: 225px;
}

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

#masthead .logo img {
    max-width: 75%;
}

#masthead .w3-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: visible;
    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 .w3-bar::before,
#masthead .w3-bar::after {
    content: none !important;
}

#masthead.sps--blw .w3-bar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#masthead .burger-menu {
    display: inline-block;
    width: 1.5rem;
}

#masthead .burger-menu img {
    max-width: 100%;
}

#masthead .w3-button:hover {
    background-color: #00aced !important;
    color: #fff !important;
}

#masthead .w3-bar .w3-bar-item {
    padding: 8px 12px !important;
}

#masthead .w3-bar-block .w3-bar-item {
    color: #606060;
    font-size: 1rem;
    font-weight: 600;
}

#masthead .w3-sidebar {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    width: 75% !important;
    z-index: 999;
}

#masthead .w3-sidebar .dropdown-btn {
    background-color: transparent;
    border: none;
    color: #606060;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    width: 100%;
}

#masthead .w3-sidebar .dropdown-btn img {
    width: 1.3rem !important;
}

#masthead .w3-sidebar .dropdown-container {
    background-color: #606060;
    display: none;
}

#masthead .w3-sidebar .dropdown-container .w3-bar-item {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300 !important;
}

#masthead .w3-sidebar .dropdown-btn:hover,
#masthead .w3-sidebar .dropdown-container .w3-bar-item:hover,
#masthead .w3-sidebar .dropdown-container .w3-bar-item:active {
    background-color: #00aced !important;
    color: #fff !important;
}

#masthead .button-close img {
    width: 1.5rem;
}

#masthead .w3-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#masthead .w3-right button {
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#masthead .w3-right button img {
    margin-left: 0.5rem;
    width: 0.8rem;
}

#masthead .w3-right .option {
    border-radius: 4px;
    color: #606060 !important;
    font-size: 1rem;
    font-weight: 600;
}

#masthead .w3-right .option:hover,
#masthead .w3-right .w3-dropdown-hover:hover .option {
    background-color: #00aced !important;
    color: #fff !important;
}

#masthead .w3-right .w3-bar-block .w3-bar-item {
    border-bottom: none !important;
    border-radius: 4px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300 !important;
}

#masthead .w3-right .w3-bar-block .w3-bar-item:hover,
#masthead .w3-right .w3-bar-block .w3-bar-item:active {
    background-color: #00aced !important;
}

#masthead .w3-dropdown-hover {
    position: relative;
}

#masthead .w3-dropdown-hover:first-child,
#masthead .w3-dropdown-click:hover {
    background-color: transparent !important;
}

#masthead .w3-right .w3-dropdown-content {
    background-color: #606060;
    border-radius: 4px;
    top: 37px;
    right: 0;
    z-index: 2;
}

#masthead .redes-mobile ul,
#masthead .redes-desktop ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 8px 10px;
    width: 100%;
}

#masthead .redes-mobile ul li,
#masthead .redes-desktop ul li {
    margin-right: 1rem;
}

#masthead .redes-mobile ul li:last-child,
#masthead .redes-desktop ul li:last-child {
    margin-right: 0;
}

#masthead .redes-mobile ul a,
#masthead .redes-desktop ul a {
    color: #fff;
    font-size: 0.5rem;
}

#masthead .redes-mobile ul a .fa-inverse,
#masthead .redes-desktop ul a .fa-inverse {
    color: #00aced;
}

#masthead .redes-desktop {
    display: none;
}


/* SLIDER */

#slider {
    background-color: #fff;
    color: #606060;
    padding-top: 74px;
}

#slider .n2-ss-layer {
    /* Para que el contenido del Smart Slider quede centrado horizontalmente */
    padding: 0 !important;
}


/* INTRODUCCIÓN */

#introduccion {
    background-color: #fff;
    color: #606060;
    padding: 6rem 0;
}

#introduccion .texto h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

#introduccion .texto h3 span {
    font-weight: 700;
}


/* SOCIOS */

#socios {
    background-color: #fff;
    padding: 0 0 6rem;
}

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

#socios h1 {
    margin-top: 0;
    text-align: center;
    width: auto;
}

#socios h1 a {
    color: #00aced;
}


/* CLIMA */

#clima {
    background-color: #00aced;
    color: #fff;
    padding: 4rem 0;
}

#clima h1 {
    font-family: "Inter", sans-serif;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

#clima .fecha {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#clima .fecha .item {
    margin-bottom: 3rem;
}

#clima .fecha .item:last-child {
    margin-bottom: 0;
}

#wpc-weather {
    margin: 0;
}

#wpc-weather.wpc-xs {
    padding: 0;
}

#wpc-weather .location_name,
#wpc-weather .forecast,
#wpc-weather .hours,
#wpc-weather .today {
    display: none;
}

#wpc-weather.wpc-xs .now {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#wpc-weather .now .time_symbol {
    width: 50%;
}

#wpc-weather.small .now .time_symbol svg {
    height: 100px;
    margin-bottom: 0;
    width: 100%;
}

#wpc-weather.small .now .time_temperature {
    font-size: 60px;
    line-height: 1;
    margin-top: 0;
    width: 50%;
}

#wpc-weather.small .now .time_temperature:after,
#wpc-weather .forecast .temp_max:after,
#wpc-weather .forecast .temp_min:after,
#wpc-weather .hours .temperature:after,
#wpc-weather .today .time_temperature_max:after,
#wpc-weather .today .time_temperature_min:after,
#wpc-weather .now .time_temperature:after,
#wpc-weather .today .time_temperature_ave:after {
    font-size: 60px !important;
}


/* NOTICIAS */

#noticias {
    background-color: #fff;
    color: #606060;
    font-weight: 300;
    padding: 6rem 0;
    position: relative;
}

#noticias .adorno {
    position: absolute;
    bottom: -1px;
    width: 100%;
}

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

#noticias h1 {
    margin-top: 0;
    text-align: center;
    width: auto;
}

#noticias h1 a {
    color: #00aced;
}

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

#noticias .loop .tarjeta {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 2rem;
    min-height: 140px;
    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%;
}

#noticias .imagen {
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
}

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

#noticias .imagen .fondo .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    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;
    z-index: 2;
}

#noticias .imagen .fondo .overlay-link:hover,
#noticias .tarjeta:hover .imagen .fondo .overlay-link {
    background-color: rgba(9, 48, 81, 0.4);
}

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

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

#noticias .texto .fecha {
    color: #606060;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
}

#noticias .texto .titulo {
    text-align: center;
}

#noticias .texto .titulo a {
    color: #00aced;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

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

#noticias .texto .extracto p {
    color: #606060;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: justify;
}

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

#noticias .texto .seguir {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

#noticias .texto .seguir a {
    background-color: #00aced;
    border-radius: 4px;
    box-shadow: 0 0 15px -3px #606060;
    color: #fff;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.5rem 1rem;
    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;
}

#noticias .texto .seguir a:hover,
#noticias .texto .seguir a:active,
#noticias .tarjeta:hover .texto .seguir a {
    background-color: #606060;
}

#noticias .button-link {
    background-color: #606060;
    border-color: #606060;
    margin-left: auto;
    margin-right: auto;
}


/* MEMORIAS & BALANCES DE LA INSTITUCIÓN */

#memorias {
    background-color: #00aced;
    color: #fff;
    font-weight: 300;
    padding: 6rem 0;
}

.archive #memorias,
.search #memorias {
    padding: 4rem 0 0;
}

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

#memorias h1 {
    color: #fff;
    margin-top: 0;
    text-align: center;
    width: auto;
}

#memorias h1 a {
    color: #fff;
}

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

#memorias .loop .tarjeta {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 2rem;
    min-height: 140px;
    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%;
}

#memorias .imagen {
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
}

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

#memorias .imagen .fondo .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    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;
    z-index: 2;
}

#memorias .imagen .fondo .overlay-link:hover,
#memorias .tarjeta:hover .imagen .fondo .overlay-link {
    background-color: rgba(9, 48, 81, 0.4);
}

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

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

#memorias .texto .fecha {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
}

#memorias .texto .titulo {
    text-align: center;
}

#memorias .texto .titulo a {
    color: #fff;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

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

#memorias .texto .extracto p {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: justify;
}

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

#memorias .texto .seguir {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

#memorias .texto .seguir a {
    background-color: #606060;
    border-radius: 4px;
    box-shadow: 0 0 15px -3px #606060;
    color: #fff;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.5rem 1rem;
    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;
}

#memorias .texto .seguir a:hover,
#memorias .texto .seguir a:active,
#memorias .tarjeta:hover .texto .seguir a {
    background-color: #fff;
    color: #606060;
}

#memorias .button-link {
    background-color: #606060;
    border-color: #606060;
    margin-left: auto;
    margin-right: auto;
}


/* PROPAGANDA */

#propaganda {
    background-color: #fff;
    color: #606060;
    font-weight: 300;
    padding: 2rem 0;
}


/* NUESTROS FEEDS */

#nuestros-feeds {
    background: #606060;
    color: #fff;
    padding: 6rem 0;
}

#nuestros-feeds h1 {
    color: #fff;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

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

#nuestros-feeds .fb-page,
#nuestros-feeds .instagram {
    width: 100%;
}

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

#nuestros-feeds .fb-page span,
#nuestros-feeds .instagram {
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
}


/* FORMULARIO */

.wpcf7-form {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpcf7 .col-sm-4,
.wpcf7 .col-sm-6,
.wpcf7 .col-sm-12 {
    flex: 0 0 100%;
    margin-bottom: 1rem;
    max-width: 100%;
    padding: 0;
}

.wpcf7 .col-sm-12.last {
    margin-bottom: 0;
}

.wpcf7 .col-sm-4 button,
.wpcf7 .col-sm-4 input,
.wpcf7 .col-sm-4 select,
.wpcf7 .col-sm-4 textarea,
.wpcf7 .col-sm-6 button,
.wpcf7 .col-sm-6 input,
.wpcf7 .col-sm-6 select,
.wpcf7 .col-sm-6 textarea,
.wpcf7 .col-sm-12 button,
.wpcf7 .col-sm-12 input,
.wpcf7 .col-sm-12 select,
.wpcf7 .col-sm-12 textarea {
    box-shadow: 0 0 10px #ccc;
    color: #606060;
    display: block;
    padding: 1rem;
    width: 100%;
    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;
    -webkit-appearance: none;
}

.wpcf7 .col-sm-4 button::placeholder,
.wpcf7 .col-sm-4 input::placeholder,
.wpcf7 .col-sm-4 select::placeholder,
.wpcf7 .col-sm-4 textarea::placeholder,
.wpcf7 .col-sm-6 button::placeholder,
.wpcf7 .col-sm-6 input::placeholder,
.wpcf7 .col-sm-6 select::placeholder,
.wpcf7 .col-sm-6 textarea::placeholder,
.wpcf7 .col-sm-12 button::placeholder,
.wpcf7 .col-sm-12 input::placeholder,
.wpcf7 .col-sm-12 select::placeholder,
.wpcf7 .col-sm-12 textarea::placeholder {
    color: #606060;
}

.wpcf7 .col-sm-4 input,
.wpcf7 .col-sm-4 select,
.wpcf7 .col-sm-4 textarea,
.wpcf7 .col-sm-6 input,
.wpcf7 .col-sm-6 select,
.wpcf7 .col-sm-6 textarea,
.wpcf7 .col-sm-12 input,
.wpcf7 .col-sm-12 select,
.wpcf7 .col-sm-12 textarea {
    background: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
}

.wpcf7 .col-sm-6 textarea,
.wpcf7 .col-sm-12 textarea {
    height: 6rem;
    max-height: 12rem;
    min-height: 6rem;
}

.wpcf7 .col-sm-12 input[type="submit"] {
    background: #00aced;
    border: 2px solid #00aced !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px #ccc;
    color: #ffffff;
    cursor: pointer;
    display: block !important;
    font-size: 1.5rem !important;
    font-weight: 700;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 1rem 2rem !important;
    text-transform: uppercase;
    width: 100% !important;
}

.wpcf7 .col-sm-12 input[type="submit"]:hover {
    background: #606060;
    border: 2px solid #606060 !important;
}

div.wpcf7-validation-errors {
    clear: both;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    width: 100%;
}

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

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background: rgba(255, 255, 255, 0.6);
    margin-top: 1rem;
}

.wpcf7-not-valid-tip {
    background-color: transparent;
    color: #d00209;
    padding: 0.25rem 0.5 rem;
    font-size: 0.9rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #ffb900;
    box-shadow: 0 0 10px #ccc;
    color: #fff;
    border-radius: 10px;
    width: auto;
    margin: 2rem auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    box-shadow: 0 0 10px #ccc;
    color: #fff;
    border-radius: 10px;
    width: auto;
    margin: 2rem auto;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
    box-shadow: 0 0 10px #ccc;
    color: #fff;
    border-radius: 10px;
    width: auto;
    margin: 2rem auto;
}

.enviar {
    position: relative;
}

.enviar .wpcf7-spinner {
    position: absolute !important;
    top: 0;
    right: 0;
}


/* SINGLES & PAGES & CATS */

.archive .site-main,
.search .site-main,
.page .site-main,
.single .site-main,
.error404 .site-main,
.single-tribe_events .site-main {
    padding: 74px 0 86px !important;
}

.archive .site-main,
.search .site-main {
    background: #00aced;
}

.page .site-main,
.single .site-main,
.error404 .site-main,
.single-tribe_events .site-main {
    background: #f2f2f2;
}

.entry-title {
    color: #00aced;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 0;
    width: 100%;
}

.entry-subtitle {
    color: #fff;
    font-weight: 300;
    margin-bottom: 2rem;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.page-title {
    color: #606060;
}

.entry-header {
    width: 100%;
}

.entry-header .entry-meta {
    display: none;
}

#breadcrumbs {
    margin-bottom: 2rem;
}

#breadcrumbs a {
    color: #606060 !important;
    font-weight: 700;
}

#breadcrumbs a:hover {
    color: #606060 !important;
}

span.breadcrumb_last {
    color: #606060 !important;
    font-style: italic;
}

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

.entry-content h1 {
    color: #606060;
    font-size: 2rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 2rem;
}

.entry-content h2 {
    color: #606060;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.entry-content h3 {
    color: #606060;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.entry-content h4 {
    color: #606060;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.entry-content h5 {
    color: #606060;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.entry-content h6 {
    color: #606060;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.resumen {
    background: #fff;
    border: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    width: 100%;
}

.resumen p {
    color: #606060 !important;
    font-size: 1.1rem !important;
    font-weight: 400;
    margin-bottom: 2rem !important;
}

.resumen p:last-child {
    margin-bottom: 0 !important;
}

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

.entry-content img {
    height: auto !important;
    max-width: 100% !important;
    width: auto !important;
}

.entry-content ul,
.entry-content ol {
    color: #606060;
    font-size: 1.1rem;
    line-height: 1.4;
    max-width: 100% !important;
}

.entry-content iframe {
    border-radius: 10px;
    box-shadow: 0 0 10px #aaa;
    display: block;
    min-height: 400px;
    width: 100%;
}

.page .entry-content a,
.single .entry-content a {
    border-bottom: 1px solid #00aced;
    color: #00aced;
}

.encabezado {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 5rem;
    max-width: 100%;
}

.encabezado .fecha {
    color: #606060;
    font-size: 1.4rem;
    font-weight: 700;
}

.encabezado .imagen-destacada {
    border-radius: 10px;
    box-shadow: 0 0 10px #aaa;
    height: 300px;
    position: relative;
    width: 100%;
}

.encabezado .imagen-destacada .fondo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    border-radius: 10px;
    position: absolute;
    height: 100%;
    width: 100%;
}


/* TILED GALLERY */

.entry-content .tiled-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* PAGE 404 */

#buscador {
    background-attachment: fixed;
    background-color: #00aced;
    background-blend-mode: multiply;
    background-image: url("/gestor/wp-content/themes/camtuc21/imagenes/404-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 2rem 0;
}

.error404 #buscador {
    padding: 10rem 0 6rem;
}

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

#buscador .search-form {
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    width: 100%;
}

#buscador .search-form label {
    margin-bottom: 0;
    width: 85%;
}

#buscador .search-form .screen-reader-text {
    display: none;
}

#buscador .search-form label .search-field {
    background: none;
    border: none;
    color: #606060;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.25px;
    outline: none;
    padding: 1rem 0.5rem;
    text-align: center;
    width: 100%;
}

#buscador .search-form label .search-field::placeholder {
    color: #606060;
}

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

.error404 #buscador .formulario {
    width: 100%;
}

.error404 .error {
    margin-bottom: 2rem;
    width: 200px;
}

.error404 #buscador h1,
.error404 #buscador p {
    text-align: center;
}

.error404 #buscador h1 {
    font-weight: 700;
}

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


/* TAGS */

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

#tags .tags-title {
    background: #00aced !important;
    border-radius: 4px;
    color: #fff;
    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;
}

#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 {
    background: #f2f2f2;
    color: #00aced;
    content: "\f02c";
    font-family: "Font Awesome 5 Free";
    padding: 2px 10px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
}

#tags ul li {
    background: #fff;
    border: 1px solid #00aced;
    border-radius: 4px;
    color: #00aced;
    padding: 2px 10px;
    margin-bottom: 5px;
    margin-right: 15px;
    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:last-child {
    margin-right: 0;
}

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

#tags ul li:hover {
    background: #00aced;
}

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

#tags ul li a:hover {
    color: #fff !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: #606060;
    border: 2px solid #606060;
    border-radius: 4px;
    color: #fff;
    margin: 5px 10px 0 0;
    padding: 7.5px 15px;
}

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


/* RELATED ARTICLES */

.hentry #jp-relatedposts {
    margin-top: 20px !important;
    margin-bottom: 0 !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: transparent !important;
    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;
}

.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-post>.jp-relatedposts-post-a {
    border-radius: 10px;
}

#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: #00aced !important;
    display: block !important;
    font-family: "Poppins", sans-serif;
    font-size: 1rem !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: #00aced !important;
    border-radius: 4px;
    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: #fff !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;
}


/* COLOPHON */

#colophon {
    background-color: #00aced;
    color: #fff;
    padding: 6rem 0;
}

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

#colophon .contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    text-align: center;
}

#colophon .contacto .logo {
    display: inline-block;
    margin-bottom: 2rem;
    width: 250px;
}

#colophon .contacto .logo img {
    max-width: 100%;
}

#colophon .contacto p span {
    font-weight: 700;
}

#colophon .contacto .texto,
#colophon .contacto .direccion {
    font-size: 0.9rem;
    font-weight: 300;
}

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

#colophon .contacto .direccion {
    margin-bottom: 0;
}

#colophon .newsletter h3 {
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}

#colophon .formulario {
    box-shadow: 0 0 10px #ccc;
    width: 100%;
}

#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;
}

#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 {
    border-radius: 4px 0 0 4px !important;
    color: #606060;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    padding: 0.5rem 1rem !important;
    text-indent: 0 !important;
    width: 100%;
}

#mc_embed_signup .mc-field-group input::placeholder {
    color: #606060;
}

#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: #606060 !important;
    color: #fff;
    border-radius: 0 4px 4px 0 !important;
    font-family: "Inter", sans-serif;
    font-size: 1rem !important;
    font-weight: 700 !important;
    height: 100% !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0.5rem 1rem !important;
    width: 100% !important;
}

#mc_embed_signup .button:hover {
    background-color: #606060 !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.25rem 0.5rem !important;
    top: auto !important;
    width: 100% !important;
}

#mc_embed_signup #mce-success-response {
    background-color: #73ca1c !important;
    color: #ffffff !important;
}

#mc_embed_signup #mce-error-response {
    background-color: #e85c41 !important;
    color: #ffffff !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background: #e85c41 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    margin: 0 !important;
    position: absolute;
    max-width: 100%;
}


/* IDE CONSULTORA */

#ideconsultora {
    background: #999999;
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
}

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

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

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

#ideconsultora .container span {
    line-height: 1.2;
    max-width: 80%;
}

@media (min-width: 576px) {
    /* MASTHEAD */
    #masthead .w3-sidebar {
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    /* MASTHEAD */
    #masthead .w3-sidebar {
        width: 300px !important;
    }
    /* CLIMA */
    #clima .fecha {
        flex-direction: row;
        justify-content: space-between;
    }
    #clima .fecha .item {
        margin-bottom: 0;
    }
    #wpc-weather.small .now .time_symbol svg {
        height: 100px;
    }
    /* NOTICIAS */
    #noticias .loop .tarjeta {
        width: calc(33.333% - 1rem);
        margin-bottom: 0;
    }
    #noticias .imagen {
        height: 250px;
    }
    /* MEMORIAS & BALANCES DE LA INSTITUCIÓN */
    #memorias .loop .tarjeta {
        width: calc(33.333% - 1rem);
        margin-bottom: 0;
    }
    #memorias .imagen {
        height: 250px;
    }
    /* FORMULARIO */
    .wpcf7 .col-sm-4 {
        max-width: 32%;
    }
    .wpcf7 .col-sm-6 {
        flex: 0 0 49%;
        max-width: 49%;
    }
    /* SINGLES */
    .encabezado .imagen-destacada {
        height: 500px;
    }
    /* PAGE 404 */
    .error404 .error {
        width: 300px;
    }
    /* 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;
    }
    /* COLOPHON */
    #colophon .container-fluid {
        flex-direction: row;
        justify-content: space-between;
    }
    #colophon .contacto,
    #colophon .newsletter {
        width: calc(50% - 1rem);
    }
    #colophon .contacto {
        margin-bottom: 0;
    }
    #colophon .newsletter h3 {
        text-align: left;
    }
    /* IDE */
    #ideconsultora {
        border-bottom: none;
    }
    #ideconsultora .container a {
        width: auto;
    }
    #ideconsultora .container span {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    /* MASTHEAD */
    #masthead .w3-bar {
        flex-wrap: wrap;
    }
    /* INTRODUCCIÓN */
    #introduccion .texto {
        padding: 0 4rem;
    }
    /* CLIMA */
    #clima h1 {
        font-size: 3rem;
    }
    /* NOTICIAS */
    #noticias .loop {
        align-items: stretch;
    }
    #noticias .imagen {
        height: 275px;
    }
    #noticias .texto {
        padding: 1rem 0 2rem;
        width: 100%;
    }
    #noticias .texto .titulo {
        margin-bottom: 15px;
    }
    #noticias .texto .extracto {
        display: block;
    }
    #noticias .texto .extracto p {
        text-align: center;
    }
    /* MEMORIAS & BALANCES DE LA INSTITUCIÓN */
    #memorias .loop {
        align-items: stretch;
    }
    #memorias .imagen {
        height: 275px;
    }
    #memorias .texto {
        padding: 1rem 0 2rem;
        width: 100%;
    }
    #memorias .texto .titulo {
        margin-bottom: 15px;
    }
    #memorias .texto .extracto {
        display: block;
    }
    #memorias .texto .extracto p {
        text-align: center;
    }
    /* NUESTROS FEEDS */
    #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;
    }
    /* SINGLES */
    .encabezado .imagen-destacada {
        height: 500px;
    }
    /* ERROR 404 */
    #buscador .container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    #buscador .search-form label .search-field {
        font-size: 2rem;
    }
    #buscador .search-form .search-submit {
        font-size: 3rem;
    }
    /* 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: #606060;
        display: block !important;
        font-size: 0.9rem !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        padding: 0 1rem 1rem;
        text-align: justify;
    }
    /* COLOPHON */
    #colophon .contacto .logo {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    /* MASTHEAD */
    #masthead .logo {
        width: 300px;
    }
    /* INTRODUCCIÓN */
    #introduccion .texto {
        padding: 0 10rem;
    }
    /* CLIMA */
    #clima .fecha {
        justify-content: space-around;
    }
    /* NOTICIAS */
    #noticias {
        padding: 6rem 0 8rem;
    }
    /* SLIDER */
    #slider {
        padding-top: 86px;
    }
    /* SINGLES & PAGES & CATS */
    .archive .site-main,
    .search .site-main,
    .page .site-main,
    .single .site-main,
    .error404 .site-main,
    .single-tribe_events .site-main {
        padding: 86px 0 !important;
    }
    .encabezado {
        margin-top: 6rem;
    }
    /* PAGE 404 */
    #buscador .container {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    /* RELATED & SHARE */
    #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
        height: auto !important;
        width: 100% !important;
    }
}

@media (min-width: 1300px) {
    /* MASTHEAD */
    #masthead {
        padding: 0 4rem;
    }
    #masthead .redes-desktop {
        display: block;
        margin-left: 2rem;
    }
    /* NOTICIAS */
    #noticias .container-fluid {
        padding: 0 4rem;
    }
    /* MEMORIAS & BALANCES DE LA INSTITUCIÓN */
    #memorias .container-fluid {
        padding: 0 4rem;
    }
    /* COLOPHON */
    #colophon .container-fluid {
        padding: 0 4rem;
    }
    #colophon .contacto .texto,
    #colophon .contacto .direccion {
        width: 80%;
    }
}

@media (min-width: 1600px) {
    /* MASTHEAD */
    #masthead {
        padding: 0 6rem;
    }
    /* NOTICIAS */
    #noticias .container-fluid {
        padding: 0 6rem;
    }
    /* MEMORIAS & BALANCES DE LA INSTITUCIÓN */
    #memorias .container-fluid {
        padding: 0 6rem;
    }
    /* COLOPHON */
    #colophon .container-fluid {
        padding: 0 6rem;
    }
}

@media (min-width: 1900px) {
    /* MASTHEAD */
    #masthead {
        padding: 0 10rem;
    }
    /* NOTICIAS */
    #noticias .container-fluid {
        padding: 0 10rem;
    }
    /* MEMORIAS & BALANCES DE LA INSTITUCIÓN */
    #memorias .container-fluid {
        padding: 0 10rem;
    }
    /* COLOPHON */
    #colophon .container-fluid {
        padding: 0 10rem;
    }
}