* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}
html,
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif !important;
background: #fff;
}
a {
text-decoration: none;
color: #007bff;
transition: 0.5 ease;
}
a:hover {
text-decoration: none;
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.fast {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
.loading {
background: #fff;
height: 100vh;
width: 100%;
text-align: center;
padding-top: 160px;
}
.blanco {
color: #fff !important;
}
.homeNews:last-child {
border-bottom: none !important;
}
.titleMenu {
font-size: 25px;
font-weight: bold;
font-style: italic;
padding: 10px;
margin-bottom: 10px;
color: #000;
border-left: 5px solid #00ace4;
}
.bordeCeleste {
border-bottom: 5px solid #00ace4 !important;
}
.size-full {
max-width: 100%;
height: auto;
}
.alignright {
float: right;
}
.nota iframe {
width: 100%;
max-width: 100%;
height: 507px;
}
.aligncenter {
text-align: center;
}
.adsense {
text-align: center;
padding: 20px 0;
}
.sectionTitle {
width: 1120px;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
display: flex;
align-items: center;
flex-direction: row;
}
.sectionTitle .title {
font-size: 25px;
font-weight: bold;
font-style: italic;
padding: 10px 10px 10px 0;
min-width: 210px;
}
.sectionTitle hr {
height: 1px;
background: #e6e6e6;
width: 100%;
border: none;
}
.seccion {
max-width: 1120px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 50px;
}
.seccion .articulos {
width: 70%;
max-width: 700px;
}
.seccion .articulos .titleSeccion {
font-size: 25px;
font-weight: bold;
font-style: italic;
padding: 10px;
margin-bottom: 10px;
background-color: #fff;
color: #000;
border-left: 5px solid #007bff;
text-transform: uppercase;
}
.seccion .articulos .item {
display: flex;
flex-direction: row;
justify-content: flex-start;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 20px;
padding-bottom: 15px;
}
.seccion .articulos .item .publicado {
position: absolute;
width: auto;
font-size: 10px;
margin-top: -37px;
text-align: right;
padding: 10px;
background: rgba(50, 50, 50, 0.75);
color: #fff;
}
.seccion .articulos .item .imagen {
margin-right: 20px;
min-width: 300px;
max-height: 150px;
overflow: hidden;
}
.seccion .articulos .item .imagen img {
max-width: 300px;
min-width: 300px;
max-height: 150px;
height: auto;
transition: 0.5s ease;
min-height: 150px;
overflow: hidden;
}
.seccion .articulos .item .imagen .imageNota {
opacity: 1;
}
.seccion .articulos .item .imagen .imageNota:hover {
opacity: 0.8;
-webkit-transform: scale(1.08);
transform: scale(1.08);
}
.seccion .articulos .item .info a {
text-decoration: none;
color: #000;
transition: 0.5s ease;
}
.seccion .articulos .item .info a:hover {
color: #4a4a4a;
}
.seccion .articulos .item .info .title {
font-size: 23px;
font-weight: bold;
}
.seccion .articulos .item .info .publicado {
font-size: 12px;
}
.seccion .articulos .pagination {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.seccion .articulos .pagination .buttons {
-webkit-transition-duration: 0.4s; transition-duration: 0.4s;
}
.seccion .articulos .pagination .buttons button {
margin: 10px;
width: 120px;
padding: 10px 15px;
background: #007bff;
color: #fff;
font-size: 14px;
border: none;
cursor: pointer;
}
.seccion .articulos .pagination .buttons button:hover {
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.seccion .articulos .pagination .buttons .disabled {
opacity: 0.6;
cursor: not-allowed;
}
.seccion .menuDerecha {
width: 25%;
min-width: 330px;
}
.gsc-results-wrapper-overlay {
height: 100% !important;
width: 100% !important;
top: 138px !important;
padding-bottom: 250px !important;
left: 0 !important;
}
.gsc-control-cse {
background-color: #4a4a4a !important;
border: none !important;
}
.gsc-control-cse div {
border: none !important;
}
.gsc-control-cse.gsc-control-cse-es input {
background: #4a4a4a !important;
text-indent: 0px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
padding-right: 12px;
background: #4a4a4a !important;
color: #fff;
}
.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
background: #4a4a4a !important;
border: none !important;
cursor: pointer;
}
button.gsc-search-button.gsc-search-button-v2 svg {
width: 27px;
height: 27px;
}
.gsc-results-padding {
top: 55px !important;
} .copyright .shareButton .effect .buttons {
display: flex;
flex-direction: row;
justify-content: center;
}
.copyright .shareButton .effect a {
text-decoration: none !important;
width: 43px;
height: 43px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
margin-right: 15px;
font-size: 20px;
overflow: hidden;
position: relative;
color: #4a4a4a;
border: 2px solid #4a4a4a;
margin-top: 10px;
margin-bottom: 10px;
}
.copyright .shareButton .effect a i {
position: relative;
z-index: 3;
}
.copyright .shareButton .effect a:last-child {
margin-right: 0px;
}
.copyright .shareButton .effect a:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.copyright .shareButton .effect a i {
display: inline-block;
vertical-align: middle;
}
.copyright .shareButton .effect.amiens a {
-webkit-transition: all 0.2s linear 0.2s;
transition: all 0.2s linear 0.2s;
}
.copyright .shareButton .effect.amiens a i {
-webkit-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
.copyright .shareButton .effect.amiens a:hover {
-webkit-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
border-color: rgba(33, 33, 33, 0);
}
.copyright .shareButton .effect.amiens a:hover i {
-webkit-transform: scale(1.15);
transform: scale(1.15);
text-shadow: 4px 0px 3px rgba(33, 33, 33, 0.3);
-webkit-transition: all 0.2s linear 0.2s;
transition: all 0.2s linear 0.2s;
}
.headerSocial .shareButton .effect .buttons {
display: flex;
flex-direction: row;
justify-content: center;
}
.headerSocial .shareButton .effect a {
text-decoration: none !important;
width: 30px;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
margin-right: 15px;
font-size: 17px;
overflow: hidden;
position: relative;
color: #a2a2a2;
border: 1px solid #a2a2a2;
margin-top: 10px;
margin-bottom: 10px;
}
.headerSocial .shareButton .effect a i {
position: relative;
z-index: 3;
}
.headerSocial .shareButton .effect a:last-child {
margin-right: 0px;
}
.headerSocial .shareButton .effect a:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.headerSocial .shareButton .effect a i {
display: inline-block;
vertical-align: middle;
}
.headerSocial .shareButton .effect.amiens a {
-webkit-transition: all 0.2s linear 0.2s;
transition: all 0.2s linear 0.2s;
}
.headerSocial .shareButton .effect.amiens a i {
-webkit-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
.headerSocial .shareButton .effect.amiens a:hover {
-webkit-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
border-color: rgba(33, 33, 33, 0);
}
.headerSocial .shareButton .effect.amiens a:hover i {
-webkit-transform: scale(1.15);
transform: scale(1.15);
text-shadow: 4px 0px 3px rgba(33, 33, 33, 0.3);
-webkit-transition: all 0.2s linear 0.2s;
transition: all 0.2s linear 0.2s;
}
.postContainer .content .nota {
width: 760px;
}
.postContainer .content .nota .cuerpo p {
margin: 0px;
padding: 10px 0px;
}
.postContainer .content .nota .cuerpo p img {
max-width: 100%;
}
@media screen and (max-width: 1130px) {
}
@media screen and (max-width: 768px) {
.sectionTitle {
width: 100%;
}
.gsc-search-button-v2 {
padding: 10px !important;
}
.nota iframe {
height: 307px;
}
.seccion .articulos {
padding: 0px;
}
.seccion .articulos .item {
flex-direction: column;
border-bottom: none;
}
.seccion .articulos .item .imagen {
margin-right: 0px;
}
.seccion .articulos .item .imagen img {
max-width: 100%;
width: 100%;
}
.seccion .articulos .item .publicado {
position: absolute;
width: auto;
font-size: 10px;
align-self: margin-top;
margin-top: -37px;
text-align: right;
padding: 10px;
background: rgba(50, 50, 50, 0.75);
color: #fff;
}
.seccion .articulos .item .info {
padding: 15px;
}
.seccion .articulos .item .info .title {
font-size: 24px;
}
.seccion .articulos .pagination {
flex-direction: column;
}
.seccion .articulos .titleSeccion {
border-left: none;
padding-top: 20px;
}
} .header {
width: 100%;
transition: 0.5s ease;
background: #4a4a4a;
}
.header .sticky {
position: fixed !important;
top: 0;
}
.sticky {
position: fixed !important;
top: 0;
}
.header .topNavContainer {
position: relative;
background: #4a4a4a;
z-index: 9;
}
.header .topnav {
position: relative;
display: flex;
justify-content: space-between;
padding: 10px;
background: #4a4a4a;
z-index: 9;
transition: 0.5s ease;
max-width: 1130px;
margin: 0 auto;
}
.header .topnav .logo {
transition: 0.5s ease;
}
.header .topnav .logo .logosvg {
width: 240px;
height: 61px;
background: url(//www.cinescondite.com/wp-content/themes/cv5/images/logosuperfinal.svg) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
transition: 0.5s ease;
}
.header .nav {
position: relative;
width: 100%;
background: #2b2d31;
border-bottom: 5px solid #4a4a4a;
transition: 0.5s ease;
z-index: 9;
}
.header .nav .container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
max-width: 1100px;
margin: 0 auto;
padding: 0px;
}
.header .nav .container .show {
display: block !important;
}
.header .nav .container .hide {
display: none !important;
}
.header .nav .container #seccionesLogo {
display: none;
transition: 0.5s ease;
}
.header .nav .container #seccionesLogo .logoSvgMobile {
width: 161px;
margin: 5px;
height: 41px;
background: url(//www.cinescondite.com/wp-content/themes/cv5/images/logosuperfinal.svg) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
transition: 0.5s ease;
cursor: pointer;
}
.header .nav .container .logoSecciones {
height: 40px;
margin: 3px 0px;
}
.header .nav .container ul {
text-decoration: none;
text-align: center;
margin: 0px;
padding: 0px;
font-size: 0;
}
.header .nav .container ul li {
display: inline-block;
padding: 15px 25px;
transition: 0.5s ease;
text-transform: uppercase;
cursor: pointer;
border-right: 1px solid #4a4a4a;
}
.header .nav .container ul li:hover {
background: #00ace4;
}
.header .nav .container ul li:last-child {
border-right: none;
}
.header .nav .container ul li a {
color: #fff;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
.header .nav .container .search {
cursor: pointer;
}
.header .nav .container .search .closed {
display: none;
}
.header .nav .container .search #closeIcon {
display: none;
}
.header .nav .container .search .open {
display: block;
}
.header .nav .container .search i {
color: #fff;
font-size: 30px;
}
.header .menuBurger {
cursor: pointer;
}
.header .bar1,
.header .bar2,
.header .bar3 {
width: 35px;
height: 2px;
background-color: #fff;
margin: 6px 0;
transition: 0.4s;
}
.header .change .bar1 {
-webkit-transform: rotate(-45deg) translate(-3px, 6px);
transform: rotate(-45deg) translate(-3px, 6px);
}
.header .change .bar2 {
opacity: 0;
}
.header .change .bar3 {
-webkit-transform: rotate(45deg) translate(-5px, -9px);
transform: rotate(45deg) translate(-5px, -9px);
}
.header .bordeActivo {
border-bottom: 5px solid #00ace4 !important;
}
.header .menuMobile {
position: absolute;
width: 100%;
background: #2b2d31;
height: 100vh;
z-index: 8;
display: none;
transition: 1s ease;
padding-top: 50px;
}
.header .searchMobile {
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0.8);
height: 100vh;
z-index: 8;
display: none;
transition: 1s ease; }
.header .searchMobile .searchInputContainer {
width: 90%;
max-width: 1120px;
margin: 0 auto;
background-color: #4a4a4a !important;
border: none !important;
}
.header .searchMobile .searchInputContainer .googleInput {
width: 100%;
background: #4a4a4a;
border: none;
padding: 20px;
font-size: 14px;
color: #fff;
}
.searchInputContainerPadding {
position: sticky;
padding-top: 55px;
}
.header .menuMobileDisplay {
position: fixed;
top: 50px;
display: block;
transition: 1s ease;
}
.header .searchMargin {
padding-top: 80px;
}
.header .searchMarginOffSet {
padding-top: 0px;
}
@media screen and (max-width: 1130px) {
.header #nav {
position: fixed !important;
top: 0;
}
.header #nav .container {
padding: 0px 20px;
}
.header #seccionesLogo {
display: block !important;
}
.header #menuItems {
display: none !important;
}
.header .topnav {
display: none;
}
.header .menuMobileDisplay {
top: 55px;
}
.header .menuMobile {
padding-top: 20px;
}
.header .search {
width: auto;
}
}
@media screen and (max-width: 450px) {
.header .menuMobileDisplay {
top: 0px;
padding-top: 55px;
}
} .news {
width: 870px;
border-right: 1px solid #e6e6e6;
margin-right: 20px;
padding-right: 20px;
}
.news .masNoticias {
text-align: center;
width: 200px;
margin: 0 auto;
padding: 10px;
cursor: pointer;
border: 2px solid #4a4a4a;
}
.news .masNoticias a {
font-weight: bold;
color: #4a4a4a;
text-decoration: none !important;
}
.news .masNoticias:hover {
border: 2px solid #2b2d31;
color: #2b2d31;
}
.news .homeNews {
display: flex;
flex-direction: row;
justify-content: flex-start;
height: 160px;
padding-bottom: 180px;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}
.news .homeNews:last-child {
border-bottom: none !important;
}
.news .homeNews .publicado {
position: absolute;
width: auto;
font-size: 10px;
align-self: margin-top;
margin-top: 127px;
text-align: right;
padding: 10px;
background: rgba(50, 50, 50, 0.75);
color: #fff;
}
.news .homeNews .imagen {
margin-right: 20px;
min-width: 320px;
height: 160px;
overflow: hidden;
}
.news .homeNews .imagen img {
max-width: 320px;
transition: 0.5s ease;
}
.news .homeNews .imagen .imageNota {
opacity: 1;
}
.news .homeNews .imagen .imageNota:hover {
opacity: 0.8;
-webkit-transform: scale(1.08);
transform: scale(1.08);
}
.news .homeNews .contenido a {
text-decoration: none;
color: #000;
transition: 0.5s ease;
}
.news .homeNews .contenido a:hover {
color: #4a4a4a;
}
.news .homeNews .contenido h2 {
margin: 0px;
}
.news .homeNews .contenido p {
margin: 0px;
}
.news .homeNews .contenido .publicado {
font-size: 12px;
}
.news .homeNews .contenido .excerpt p {
margin: 0px;
}
.sectionTitleDos {
width: 100%;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 25px;
}
.sectionTitleDos .title {
font-size: 25px;
font-weight: bold;
font-style: italic;
padding: 10px;
background-color: #fff;
color: #000;
display: inline;
border-left: 5px solid #007bff;
}
@media screen and (max-width: 767px) {
.news {
width: 100%;
border-right: none;
padding-right: 0px;
}
.news .homeNews {
flex-direction: column;
height: auto;
padding-bottom: 0px;
border-bottom: none;
}
.news .homeNews .imagen {
margin-right: 0px;
}
.news .homeNews .imagen img {
width: 100%;
max-width: 100%;
height: auto;
}
.news .homeNews .contenido {
padding: 10px;
}
.news .homeNews .publicado {
position: relative;
right: 0px;
margin-top: -37px;
align-self: flex-end;
}
.sectionTitleDos {
display: none;
}
.sectionTitleDos .title {
padding: 10px;
}
} .footer {
border-top: 5px solid #4a4a4a;
background: #2b2d31;
margin-top: 30px;
}
.footer .container {
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
padding-top: 20px;
}
.footer .container .article {
padding: 20px;
width: 300px;
text-align: center;
}
.footer .container .article .title {
font-size: 14px;
color: #fff;
border-bottom: 1px solid #4a4a4a;
padding-bottom: 10px;
text-transform: uppercase;
}
.footer .container .article .info ul {
list-style-type: none;
}
.footer .container .siteMap .info ul li {
text-align: left;
padding: 5px 0px;
}
.footer .container .siteMap .info ul li a {
color: #fff;
font-size: 12px;
transition: 0.5 ease;
cursor: pointer;
}
.footer .container .article .info ul li a:hover {
color: #00ace4;
text-decoration: none;
font-weight: bold;
}
.footer .container .borders {
border-left: 1px solid #4a4a4a;
border-right: 1px solid #4a4a4a;
}
.footer .copyright {
width: 100%;
margin: 0 auto;
text-align: center;
}
.footer .copyright .logo {
padding-top: 20px;
width: 160px;
margin: 0 auto;
}
.footer .copyright .logo .logoFooter {
width: 162px;
margin: 0 auto;
margin-bottom: 5px;
height: 41px;
background: url(//www.cinescondite.com/wp-content/themes/cv5/images/logosuperfinal.svg) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
transition: 0.5s ease;
cursor: pointer;
}
.footer .copyright .text {
color: #b9b9b9;
padding: 10px 0 20px 0;
font-size: 12px;
font-weight: 300;
}
.footer .copyright #whos {
padding: 10px 0;
}
.footer .stats {
display: none;
}
.footer .online {
padding-top: 10px;
} .bomba {
width: 100%;
height: 400px;
background-size: cover !important;
background-position: center center !important;
}
.bomba .container {
position: absolute;
margin-top: 200px;
padding: 25px;
background: rgba(0, 0, 0, 0.69);
width: 100%;
}
.bomba .container .title {
text-align: center;
font-size: 40px;
color: #fff;
font-weight: bold;
}
.bomba .container .title a {
color: #fff;
text-decoration: none;
} .bomba {
width: 100%;
height: 400px;
background-size: cover !important;
background-position: center center !important;
}
.bomba .container {
position: absolute;
margin-top: 200px;
padding: 25px;
background: rgba(0, 0, 0, 0.69);
width: 100%;
}
.bomba .container .title {
text-align: center;
font-size: 40px;
text-transform: uppercase;
color: #fff;
font-weight: bold;
transition: 1s ease;
}
.bomba .container .title:hover {
color: #007bff;
}
.destacadas {
display: flex;
flex-direction: row;
justify-content: center;
color: #fff;
text-shadow: 1px 1px #000;
margin-top: 10px;
}
.destacadas a {
color: #fff;
}
.destacadas .imgOpacity {
opacity: 0.5;
transition: 0.5s ease;
}
.destacadas .topUno {
width: 700px;
background: #000;
margin: 10px;
cursor: pointer;
}
.destacadas .topDos {
width: 400px;
background: blue;
margin: 10px;
cursor: pointer;
}
.destacadas .post {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 400px;
background: #000;
}
.destacadas .post .postUno {
width: 700px;
}
.destacadas .post .postDos {
width: 400px;
}
.destacadas .post .postContainer {
position: absolute;
padding: 10px;
transition: 1s ease;
}
.destacadas .post .postContainer .title {
font-size: 30px;
font-weight: bold;
}
.destacadas .post .postContainer .info {
font-size: 20px;
color: #d0d0d0;
}
.destacadas .post .postContainer .topUnoInfo {
max-width: 100%;
display: none;
}
.destacadas .post .postContainer .topDosInfo {
max-width: 100%;
display: none;
}
.destacadas .post .postContainer .mostrar {
display: block;
}
.destacadas .post .imgDestacadaUno {
margin-bottom: -4px;
}
.destacadas .post .imgDestacadaDos {
margin-bottom: -4px;
} .sectionTitle {
margin-top: 20px;
margin-bottom: 20px;
}
.sectionTitle .title {
position: absolute;
background: #fff;
font-size: 25px;
font-weight: bold;
font-style: italic;
padding: 10px 10px 10px 0;
background-color: #fff;
color: #000;
display: inline;
}
.containerHome {
display: flex;
flex-direction: row;
justify-content: space-between;
max-width: 1120px;
margin: 0 auto;
}
.containerHome .menuRight {
min-width: 365px;
}
@media screen and (max-width: 1130px) {
.containerHome {
flex-direction: column;
}
}
@media screen and (max-width: 450px) {
.containerHome {
margin-top: 45px;
}
} .facebook {
margin-bottom: 20px;
}
.twitter {
text-align: center;
}
.encuesta {
} @media screen and (max-width: 450px) {
.sectionTitle {
max-width: 100%;
}
.nota iframe {
height: 207px;
}
} .containerMenuMobile {
max-width: 1120px;
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
padding-top: 20px;
}
.containerMenuMobilePadding { }
.containerMenuMobile .article {
padding: 20px;
width: 100%;
text-align: center;
}
.containerMenuMobile .article .title {
font-size: 14px;
color: #fff;
border-bottom: 1px solid #4a4a4a;
padding-bottom: 10px;
text-transform: uppercase;
}
.containerMenuMobile .article .info ul {
list-style-type: none;
padding: 0px;
}
.containerMenuMobile .article .info ul li {
text-align: center;
padding: 8px;
color: #fff;
text-transform: uppercase;
}
.containerMenuMobile .article .info ul li:hover {
background: #00ace4;
cursor: pointer;
}
.containerMenuMobile .article .info ul li a {
color: #fff;
font-size: 12px;
padding: 5px 0px;
transition: 0.5 ease;
}
.containerMenuMobile .article .info ul li a:hover {
color: #fff;
text-decoration: none;
font-weight: bold;
}
.containerMenuMobile .borders {
border-left: 1px solid #4a4a4a;
border-right: 1px solid #4a4a4a;
}
.copyright {
width: 1120px;
margin: 0 auto;
text-align: center;
}
.copyright .logo {
padding-top: 20px;
}
.copyright .logo img {
height: 40px;
}
.copyright .text {
color: #fff;
padding: 10px 0 20px 0;
font-size: 12px;
font-weight: 300;
}
.copyright #whos {
padding: 10px 0;
}
@media screen and (max-width: 1130px) {
.search {
width: 90%;
}
}
@media screen and (max-width: 767px) {
#ultimasNoticias {
display: none;
}
#topComentaristas {
display: none;
}
#seccionesMenu {
width: 95%;
}
.containerMenuMobile .article .title {
text-align: left;
font-size: 24px;
}
.containerMenuMobile .article .info ul {
padding: 0px;
}
.containerMenuMobile .article .info ul li {
text-align: center;
font-size: 20px;
}
} .searchContainer {
width: 90%;
max-width: 1120px;
margin: 0 auto;
}
.searchInputContainer .google-media-search input {
width: 100%;
background: #4a4a4a;
padding: 20px;
border: none;
font-size: 20px;
} .menuRight {
width: 25%;
min-width: 330px;
max-width: 365px;
}
.menuRight .titleContainer .criticaContainer {
margin-bottom: 20px;
}
.menuRight .titleContainer .criticaContainer .item {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
cursor: pointer;
}
.menuRight .titleContainer .criticaContainer .item .rank {
min-width: 50px;
height: 80px;
text-align: center;
color: #fff;
background: #2b2d31;
background-image: url(https://www.cinescondite.com/wp-content/themes/cv5/images/star.png);
font-size: 18px;
font-weight: bold;
padding-top: 45px;
border-bottom: 1px solid #404040;
vertical-align: middle;
background-position: center;
background-repeat: no-repeat;
background-size: 20px 20px;
background-position-y: 22px;
}
.menuRight .titleContainer .criticaContainer .item .rank a {
color: #000;
}
.menuRight .titleContainer .criticaContainer .item .movieTitle {
width: 100%;
height: 80px;
padding: 7px 10px;
background-position-y: -60px !important;
display: flex;
align-items: center;
-webkit-filter: grayscale(100%); filter: grayscale(100%);
transition: 0.5s ease;
}
.menuRight .titleContainer .criticaContainer .item .movieTitle:hover {
-webkit-filter: none; filter: none;
}
.menuRight .titleContainer .criticaContainer .item .movieTitle .pelicula h2 {
font-size: 16px;
font-weight: bold;
color: #fff;
margin: 0;
text-shadow: 1px 1px #000;
}
.menuRight .titleContainer .criticaContainer .item .movieTitle .autor {
font-size: 14px;
font-weight: 300;
color: #b1b1b1;
text-shadow: 1px 1px #000;
}
.menuRight .titleContainer .criticaContainer .item .movieTitle a:hover {
text-decoration: none;
}
@media screen and (max-width: 1130px) {
.menuRight {
width: 100%;
max-width: 365px;
margin: 0 auto;
}
}
@media screen and (max-width: 365px) {
.menuRight {
display: none;
}
} .disqusComments {
background: #2b2d31;
width: 198px;
margin: 0 auto;
font-size: 12px !important;
color: white !important;
}
a.dsq-widget-user {
color: #fff;
text-decoration: none !important;
}
a.dsq-widget-user:hover {
color: #007bff !important;
}
.disqus {
background: #2b2d31;
width: 198px;
margin: 0 auto;
font-size: 15px !important;
color: white !important;
font-weight: 300;
}
.disqus a {
text-decoration: none;
color: #fff;
}
a.dsq-widget-thread:hover {
color: #007bff !important;
} .masPopulares {
width: 1120px;
margin: 0 auto;
margin-bottom: 30px;
}
.masPopulares .wpp-list {
width: 1120px;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0px;
margin: 0 -10px 30px -10px 0;
}
.masPopulares .wpp-list li {
overflow: hidden;
max-height: 206px;
float: none;
clear: both;
width: 260px;
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
transition: 0.5s ease-in-out;
cursor: pointer;
display: flex;
flex-direction: column;
margin: 0 10px;
}
.masPopulares .wpp-list li:first-child {
margin-left: 0px;
}
.masPopulares .wpp-list li:last-child {
margin-right: 0px;
}
.masPopulares a.wpp-post-title {
width: 260px;
margin-top: 50px;
font-size: 16px;
font-weight: 700;
padding: 10px;
text-align: center;
margin: 0;
color: #000;
}
.blurActive {
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
transform: scale(1);
} .containerBusqueda {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 1120px;
max-width: 100%;
margin: 0 auto;
padding-top: 30px;
}
.containerBusqueda #cse-search-results iframe {
max-width: 100%;
width: 100%;
}
.containerBusqueda .sectionTitleDos .title {
font-size: 25px;
font-weight: bold;
font-style: italic;
padding: 10px;
background-color: #fff;
color: #000;
display: inline;
border-left: 5px solid #007bff;
} .menuDerecha .menuRight {
width: 100% !important;
}
.participa {
margin: 30px 0px;
}
.seccion {
max-width: 1120px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 50px;
}
.seccion .articulos {
width: 70%;
max-width: 700px;
display: flex;
flex-direction: column;
margin-right: 30px;
}
.seccion .articulos .titleSeccion {
font-size: 25px;
font-weight: bold;
font-style: italic;
padding: 10px;
margin-bottom: 10px;
background-color: #fff;
color: #000;
border-left: 5px solid #007bff;
text-transform: uppercase;
}
.seccion .articulos .item {
display: flex;
flex-direction: row;
justify-content: flex-start;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 20px;
padding-bottom: 15px;
}
.seccion .articulos .item h2 {
margin: 0px;
}
.seccion .articulos .wp-pagenavi {
text-align: center;
}
.seccion .articulos .item .publicado {
position: absolute;
width: auto;
font-size: 10px;
margin-top: 117px;
text-align: right;
padding: 10px;
background: rgba(50, 50, 50, 0.75);
color: #fff;
}
.seccion .articulos .item .imagen {
margin-right: 20px;
min-width: 300px;
max-height: 150px;
overflow: hidden;
}
.seccion .articulos .item .imagen img {
max-width: 300px;
min-width: 300px;
max-height: 150px;
height: auto;
transition: 0.5s ease;
min-height: 150px;
overflow: hidden;
}
.seccion .articulos .item .imagen .imageNota {
opacity: 1;
}
.seccion .articulos .item .imagen .imageNota:hover {
opacity: 0.8;
-webkit-transform: scale(1.08);
transform: scale(1.08);
}
.seccion .articulos .item .info a {
text-decoration: none;
color: #000;
transition: 0.5s ease;
}
.seccion .articulos .item .info a:hover {
color: #4a4a4a;
}
.seccion .articulos .item .info .title {
font-size: 23px;
font-weight: bold;
}
.seccion .articulos .item .info .publicado {
font-size: 12px;
}
.seccion .articulos .pagination {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.seccion .articulos .pagination .buttons {
-webkit-transition-duration: 0.4s; transition-duration: 0.4s;
}
.seccion .articulos .pagination .buttons button {
margin: 10px;
width: 120px;
padding: 10px 15px;
background: #007bff;
color: #fff;
font-size: 14px;
border: none;
cursor: pointer;
}
.seccion .articulos .pagination .buttons button:hover {
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.seccion .articulos .pagination .buttons .disabled {
opacity: 0.6;
cursor: not-allowed;
}
.seccion .menuDerecha {
width: 25%;
min-width: 366px;
}
.wp-pagenavi a,
.wp-pagenavi span {
border: none !important;
} .contacto {
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 0 auto;
width: 100%;
max-width: 1120px;
margin-top: 50px;
}
.contacto .formulario {
width: 60%;
}
.contacto .formulario .staff {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
.contacto .formulario .staff .card {
width: 45%;
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
transition: 0.5s ease-in-out;
margin: 10px;
padding: 10px;
}
.contacto .formulario .staff .card div {
margin-bottom: 5px;
}
.contacto .formulario .resumen {
padding: 0 10px;
}
.contacto .formulario iframe {
width: 100%;
height: 100%;
min-height: 500px;
}
.contacto .formulario .titleSeccion {
font-size: 25px;
font-weight: bold;
font-style: italic;
padding: 10px;
margin-bottom: 10px;
background-color: #fff;
color: #000;
border-left: 5px solid #007bff;
}
.contacto .menuDerecha {
width: 366px;
} .cd-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 40px;
right: 10px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: url(//www.cinescondite.com/wp-content/themes/cv5/images/cd-top-arrow.svg) center 50% no-repeat
rgba(232, 98, 86, 0.8);
opacity: 0;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
background-color 0.3s 0s;
transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}
.cd-top.cd-top--fade-out,
.cd-top.cd-top--show,
.cd-top:hover {
-webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
background-color 0.3s 0s;
transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}
.cd-top:hover {
background-color: #e86256;
opacity: 1;
}
.cd-top.cd-top--show {
visibility: visible;
opacity: 1;
}
.cd-top.cd-top--fade-out {
opacity: 0.5;
} #myBtn {
display: none;
width: 60px;
height: 60px;
background: url(https://www.cinescondite.com/wp-content/themes/cv5/images/top.svg)
no-repeat center;
background-size: 30px;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
border: none;
outline: none;
background-color: #00ace4;
color: white;
cursor: pointer;
padding: 20px 15px;
opacity: 0.5;
-ms-transform: rotate(270deg); -webkit-transform: rotate(270deg); transform: rotate(270deg); }
#myBtn:hover {
background-color: #007ca5;
opacity: 1;
} .containerHome .masNoticiasButton {
text-align: center;
margin-bottom: 30px;
}
.containerHome .button {
border: none;
color: white;
padding: 13px 20px;
text-align: center;
text-decoration: none;
margin: 0 auto;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; transition-duration: 0.4s;
cursor: pointer;
}
.containerHome .button2 {
background-color: white;
color: black;
border: 2px solid #00ace4;
}
.containerHome .button2:hover {
background-color: #00ace4;
color: white;
} .series .basic-question-title h5 {
margin: 10px !important;
text-align: center !important;
font-weight: bold !important;
font-size: 18px !important;
}
.series .basic-answer-content {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
margin-right: 0px !important;
}
.series .basic-question {
margin-top: 0 !important;
}
.series ul.basic-answers,
ul.results-basic-answers {
list-style: none !important;
overflow: hidden;
padding: 0px;
}
.qmn_mc_answer_wrap {
margin: 10px 0 !important;
}
.series a.basic-vote-button:hover {
background-color: #00ace4 !important;
color: white !important;
text-decoration: none;
}
.series a.basic-vote-button {
background-color: white !important;
color: black !important;
border: 2px solid #00ace4 !important;
cursor: pointer !important;
border-radius: 0px !important;
width: 90px;
text-align: center;
margin-left: 240px !important;
margin-bottom: 30px !important;
}
.series .bootstrap-yop {
margin-bottom: 30px;
max-width: 365px;
}
.series .bootstrap-yop .basic-yop-poll-container {
border: none !important;
}
.basic-answer .basic-label {
display: flex !important;
align-items: center !important;
}
.series .bootstrap-yop .progress-bar {
background-image: -webkit-linear-gradient(
top,
#00ace4 0,
#3071a9 100%
) !important;
background-image: linear-gradient(
to bottom,
#00ace4 0,
#3071a9 100%
) !important;
}
.series .quiz_section .qmn_radio_answers label,
.quiz_section .qmn_check_answers label,
.quiz_section .qmn_accept_answers label {
font-size: 16px !important;
}
.qsm-results-page {
padding: 30px 20px !important;
text-align: center !important;
font-size: 18px !important;
}
.quiz_section {
padding: 0px !important;
}
.basic-answer .basic-text {
padding: 0px !important;
font-size: 14px !important;
}
.series .results-details {
color: green;
padding: 0 5px;
}
.series .bootstrap-yop input[type='checkbox'],
.bootstrap-yop input[type='radio'] {
margin: 10px !important;
} .disqusCommentsContainer {
width: 100%;
border-top: 1px solid #e6e6e6;
background: #2b2d31;
}
.disqusLastcommentsContainer {
width: 100%;
margin: 0 auto;
max-width: 1130px;
min-width: 1130px;
padding: 60px 0;
}
.disqusLastcommentsContainer .comments {
max-width: 100%;
}
.disqusLastcommentsContainer .comments ul {
padding: 0px;
color: #fff !important;
}
.disqusLastcommentsContainer .comments a {
color: #fff;
padding-left: 5px;
}
.disqusLastcommentsContainer .comments a:hover {
color: #00ace4;
}
.disqusLastcommentsContainer li.dsq-widget-item {
padding: 10px;
list-style-type: none;
clear: both;
cursor: pointer;
}
.disqusLastcommentsContainer li.dsq-widget-item:hover {
background: #272727;
}
.disqusLastcommentsContainer .u-comentarios {
padding: 0px;
}
.disqusLastcommentsContainer .dsq-widget-comment p {
font-size: 14px;
} .proximosEstrenosContainer {
background: #f9f9f9;
width: 100%;
padding: 30px 0px;
}
.proximosEstrenosContainer .title {
width: 100%;
max-width: 1130px;
padding-top: 30px;
margin: 0 auto;
}
.proximosEstrenosContainer .title h1 {
font-size: 25px;
font-weight: bold;
font-style: italic;
padding: 10px;
margin-bottom: 0px;
color: #000;
border-left: 5px solid #00ace4;
margin-top: 0px;
}
.proximosEstrenosContainer .proximosEstrenos {
padding: 30px 0;
width: 1130px;
max-width: 1130px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.proximosEstrenosContainer .proximosEstrenos .peliculaPoster {
text-align: center;
cursor: pointer;
transition: 1s ease;
max-width: 200px;
}
.proximosEstrenosContainer .proximosEstrenos .peliculaPoster a {
color: #000;
}
.proximosEstrenosContainer .proximosEstrenos .peliculaPoster a:hover {
color: #007bff !important;
}
.proximosEstrenosContainer .proximosEstrenos .peliculaPoster .imagen {
}
.proximosEstrenosContainer .proximosEstrenos .peliculaPoster .titulo {
font-weight: bold;
font-size: 16px;
padding: 2px 10px;
}
.proximosEstrenosContainer .proximosEstrenos .peliculaPoster .fecha {
font-size: 14px;
} .lineaSeparadora {
margin: 30px 0px;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
} .series {
display: flex;
flex-direction: row;
justify-content: space-between;
max-width: 1130px;
margin: 0 auto;
padding: 60px 0px;
}
.series .seriesnews {
width: 760px;
}
.series .seriesnews .newscont {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
width: 735px;
}
.series .encuesta {
width: 365px;
}
.series .item {
width: 353px;
margin-bottom: 30px;
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
transition: 0.5s ease-in-out;
cursor: pointer;
}
.series .item .imagen {
width: 100%;
height: 177px;
}
.series .item .imagen img {
max-width: 100%;
}
.series .item .title {
}
.series .item .title h2 {
margin: 0px;
text-align: center;
padding: 10px 20px;
font-size: 17px;
}
.series .item .title h2 a {
color: #000;
transition: 0.5s ease;
}
.series .item .title h2 a:hover {
color: #007bff;
}
.series .item .excerpt p {
padding: 10px;
margin: 0px;
text-align: center;
}
.series .item .excerpt a {
color: #000;
transition: 0.5s ease;
}
.series .item .excerpt a:hover {
color: #007bff;
} .superEstrenosContainer {
background: #2b2d31;
}
.netflixContainer {
background: #e50914;
} .noticiaEspecial {
width: 100%;
}
.noticiaEspecial .bgimage {
width: 100%;
background: #000;
background-repeat: no-repeat;
background-position: center;
height: 500px;
z-index: 1;
}
.noticiaEspecial .noticiaEspecialContent {
max-width: 100%;
width: 1000px;
margin: 0 auto;
padding: 30px;
margin-top: -130px;
background: #fff;
z-index: 2;
}
.noticiaEspecial .noticiaEspecialContent .content .especial {
text-align: center;
background: #007bff;
margin: 0 auto;
padding: 10px 20px;
max-width: 140px;
margin-top: -53px;
margin-bottom: 20px;
color: #fff;
font-weight: 500;
}
.noticiaEspecial .noticiaEspecialContent .content h1 {
font-size: 50px;
margin: 0px;
text-align: center;
font-style: italic;
}
.noticiaEspecial .noticiaEspecialContent .excerpt {
font-size: 25px;
font-weight: 300;
color: #5d5d5d;
margin: 10px 0px 25px 0px;
text-align: center;
font-style: italic;
}
.noticiaEspecial .noticiaEspecialContent .redesContainer {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 70%;
margin: 0 auto;
}
.noticiaEspecial .noticiaEspecialContent .redesContainer .redes {
margin-right: 15px;
}
.noticiaEspecial .noticiaEspecialContent .redesContainer .twitter-news {
margin-left: 3px;
margin-right: 10px;
padding-top: 5px;
}
.noticiaEspecial .noticiaEspecialContent .contenido {
max-width: 760px;
margin: 0 auto;
}
.noticiaEspecial .noticiaEspecialContent .contenido .firstImage {
display: none;
padding: 10px 0px;
}
.noticiaEspecial .noticiaEspecialContent .contenido .firstImage img {
max-width: 100%;
}
.noticiaEspecial .noticiaEspecialContent .contenido p {
font-size: 18px;
line-height: 30px;
}
.noticiaEspecial .noticiaEspecialContent .contenido p img {
margin-left: -120px;
padding: 30px 0;
min-width: 1000px;
}
.noticiaEspecial .noticiaEspecialContent .contenido .puntaje {
text-align: center;
}
.noticiaEspecial .noticiaEspecialContent .contenido .puntaje img {
margin-left: 0px;
padding: 30px 0;
min-width: auto;
}
.noticiaEspecial .noticiaEspecialContent .contenido p iframe {
width: 1000px;
height: 695px;
margin-left: -120px;
padding-top: 30px;
} .spoiler-title {
text-align: center;
padding: 10px;
font-size: 18px;
font-weight: 600;
cursor: pointer;
}
.spoiler-text {
display: none;
font-style: italic;
color: #bfbfbf;
margin-bottom: 15px;
text-align: center;
}