*{box-sizing: border-box;}
h1,h2{font-weight:bold;}
body{ font-family: 'Montserrat', sans-serif;}
#header{transition: 0.4s;}
.navbar-brand{width: 160px;}
.navbar-dark .nav-link{
    font-weight:bold !important;
}
/*escondo parrafos vacios:*/
body > p:empty{display:none}
.navbar-brand img{
	width: 100%;
	height: auto;
}
.sc-icono{
	border-radius: 100%;
	padding: .5rem;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.sc-icono-search{
	padding: .8rem;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


#main{padding:0px !important}
#footer{
	margin-top: 30px;
}
#footer .cont-widgets{padding:2rem;}
#footer .cont-widgets .sc-widget{margin:auto;}
#footer .cont-widgets .sc-widget ul{list-style: none;}
#footer .sc-widget img{
    max-width:100%;
    height:auto;
}
#menu-menu-footer > li.menu-item{
    text-align: left;
}
/*searchbar in navbar: ---------*/
#only_desktop .form-control{border-radius: 30px 0px 0px 30px;border:0px;background:#fff;height:33px}
#only_desktop button.btn{border-radius: 0px 30px 30px 0px;border:0px;background:#fff;height:33px}
#only_desktop .input-group .btn{z-index:0}
#only_desktop  form:not(.wpv-filter-form) {
    box-shadow: none;
    padding:0px;
    margin-bottom:0px !important;
}
#only_desktop  .sc-icono-search {
    padding: 0;
    font-size: 28px;}
/*estilos overlay*/
#myNavSearch .form-control{
    border-radius: 30px 0px 0px 30px;
}
#myNavSearch button.btn{
    border-radius: 0px 30px 30px 0px;
}
.overlay {
    height: 35%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    display: block;
    font-weight:bold;
    transition: 0.3s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}




/*--------------*\
   single-movie
\*--------------*/
.sc-contenedor{
    max-width:100%;
    overflow:hidden;
    margin-left:0px !important
}
.sc-contenedor-movie-video 
.single-episode .episode .episode__head, 
.single-episode .episode .movie__head, 
.single-episode .episode .tv-show__head, 
.single-episode .episode .video__player, 
.single-movie .movie .episode__head, 
.single-movie .movie .movie__head, 
.single-movie .movie .tv-show__head, 
.single-movie .movie .video__player, 
.single-tv_show .tv-show .episode__head, 
.single-tv_show .tv-show .movie__head, 
.single-tv_show .tv-show .tv-show__head, 
.single-tv_show .tv-show .video__player, 
.single-video .video .episode__head, 
.single-video .video .movie__head, 
.single-video .video .tv-show__head, 
.single-video .video .video__player{
	width: 100% !important;
	float: none;
}
/*el video de Vimeo TRAILLER single-movie*/
.contenedor-sinopsis-video{
    height: 100vh;
    display: flex;
    align-items: center;
   
}
.contenedor-sinopsis-video .sc-sinopsis {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.contenedor-sinopsis-video .sc-sinopsis .container{padding-left:0 !important}
.contenedor-sinopsis-video .trending-info{
    background: transparent !important;
    width: 70%;
    margin-bottom:160px;
    margin-top: auto ;
}
.vimeo-wrapper {
    position: relative;/*relative*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
    /*z-index: -1;*/
}
.vimeo-wrapper iframe {
    min-height: 100%;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-container iframe {height: 70vh;}
embed, iframe, object {
    max-width: 100%;
    width: 100%;
}
.info-related-movie{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
::selection {text-shadow: none;}
.movie-template-default .trending-info{padding:25px;}
.movie-template-default /*el titulo single-movie*/
.big-title {
    font-weight: 800;
    background:none !important; /* url(https://cineporlosderechoshumanos.com/wp-content/themes/cpldh-child/img/texure.jpg)*/
    background-repeat: repeat-x;
    background-position: 100% 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.sc-boton-reproducir{
    font-weight:bold !important;
    border-radius: 50%;
    padding: 1rem;
    height: 50px;
    width: 50px;
    max-height:50px !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.sc-boton-reproducir span.tooltiptext {
    visibility: hidden;
    width: 120px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -40px;
}
.sc-boton-reproducir i{
    text-align: center;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
}
.sc-boton-reproducir i:before{
    font-style: normal;
    font-weight: 400;
    speak-as: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 3px;
}
.contenedor-boton-trailer .sc-boton-trailer{
    border-radius: 100%;
}
a.btn.btn-primary.ms-4.sc-boton-reproducir:hover .tooltiptext {visibility: visible;}
/*boton ver trailer*/
.contenedor-boton-trailer{
   /* position:absolute;
    right:0;
    bottom:130px;*/
}
.movie-template-default .fa,.movie-template-default .fas {
    font-family:'FontAwesome';
    font-weight: 900;
}
.m-profile .sign-user_card{ background:transparent}/*BG de la img profile*/

/*boton registrarse home-REMOTO:*/
.bton-iz-grid, .bton-dx-grid{line-height: 86px !important;}
/*related movie*/
.sc-conte-recomendados{margin-top:30px;}
.sc-content-related-movie{
    padding:30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sc-content-related-movie .iq-title{
    font-size:1.5rem;
}
.sc-content-related-movie .iq-title a{font-weight: bold;transition:all .5s ease}
.sc-conte-recomendados .img-box img{
    max-height: 399px;
    width: 100%;
}
/*los socials share*/
.sc-sharing-movie .iq-like-btn .wp_ulike_general_class button {
   width:40px !important;
   height:40px !important;
}
.sc-sharing-movie .wpulike-animated-heart .count-box{
    position:absolute;
    top:0;
    left:20px;
}
.dropend .dropdown-toggle::after {
    vertical-align: 0;
    display: none;
}
.fa-share-alt{
	font-size: 32px;
}
.sc-socials-hero .wpulike {
    padding:0;
    padding-top:18px;
}
.fa-share-alt{font-size: 40px;}
.fa-share-alt::before{
    position: relative;
    border-radius: 50em;
    padding:.6rem;
    border: 0;
    width: 50px;
    height: 50px;
    font-size:30px ;
}   
.sc-socials-hero .fa-share-alt::before{
    position: relative;
    border-radius: 50em;
    padding: .6rem;
    border: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.sc-socials-share{
    height: auto;
    font-size: 24px;
}
/*aviso modal para Movies*/
.sc-modal{
    width:100%;
    height:100vh;
    background:rgba(0,0,0,.8);
    position:absolute;
    top:0;
    left:0;
    display:flex;
    z-index:99999;
    animation: sc-modal 2s .5s forwards ;
    visibility: hidden;
    opacity: 0;
}
.contenido{
    width:78%;
    height:auto;
    margin:auto;
    background:#f8f8f8;
    padding: 1rem;
    text-align:center;
}
#cerrar{display:none !important}
#cerrar + label{
    position:fixed;
    z-index: 999999;
    right:48%;
    top:90vh;
    font-weight:bold;
    animation: sc-modal 2s .5s forwards ;
    visibility: hidden;
    opacity: 0;
}
#cerrar:checked + label, #cerrar:checked ~ .sc-modal{
    display:none;
}
@keyframes sc-modal{
    100%{
        visibility: visible;
        opacity: 1;
    }
}
/*---------*\
  PRODUCTOS
\*---------*/
/*single product*/
.product .wrap{
    margin-bottom: 3rem;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper{
    border-bottom: 2px solid 3cd2bb;
    margin-bottom: 1rem;
}
span.woocommerce-Price-currencySymbol::before,
.custom-min-price-validation::before,
label.custom-min-price1::before{
    content:'Precio USD ';
    font-weight:bold;
}

/*agrego estilos para single-product remoto (no se porque se esta viendo mal alla)*/
.woocommerce .single-product div.product div.images{
    float:left;
    width:48%
}
.woocommerce .single-product div.product div.summary{
    float: right;
    width: 48%;
    clear: none;
}
/*modifico menu del account Woocommerce*/
.woocommerce-MyAccount-navigation ul{list-style: none;}
.woocommerce-MyAccount-navigation-link a {
    padding: 7px 10px;
    width: 100%;
    display: block;
    text-align: justify;
    margin-bottom: 2px;
}

/*modifico addresses de la pagina account.*/
.woocommerce-Addresses header.menu-sticky{
    position:relative;
}
.scz{
    display: block;
    width: 100%;
    font-size: .8rem;
}
.sc-boton-sabermas{
    display: block;
}
/*single product*/

.woocommerce ul.products  {max-width:75%;
    margin:auto;
}
.single-product .product{
    border:none;
}
.woocommerce div.product form.cart .button{
    float: none;
}

.woocommerce-Tabs-panel p{
    text-align: justify;
}
table.variations{
    text-align:start
}
.lista-wc-causascpt{
    list-style:none;
    width:80%;
    max-width:100%;
    margin:auto;
}
.sc-wc-mensaje-festival{
    width:80%;
    max-width:100%;
    margin:auto;
    font-weight:bold;
    padding:10px 1rem;
    text-align:center !important
}

.lista-wc-causascpt li a{
    font-weight:bold;
    font-size:1.5rem
}

/*loop productos*/

.woocommerce ul.products li.product .button{
    transition: all .5s ease;
}

.product{
    border:1.5px solid #00AAE1;
    text-align:center;
    padding:15px !important;
    transition: all 0.5s ease-in-out; 
}

.product .woocommerce-loop-product__link img{
    width:100% ;
    max-width:100%;
    margin:auto !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    border-radius: 33px;
}
/*products loop causas*/
.products .product_cat-causas-activas{
    border-radius:15%;
   
    text-align:center;
    padding:15px !important;
    transition: all 0.5s ease-in-out;
}
.products .product_cat-causas-activas .woocommerce-loop-product__link img{
    border-radius:100%;
    width:75% !important;
    margin:auto !important;
}

/* -------- --- *\
--- causas CPT ---
\--------------**/
.sc-comparte{
    font-weight:600;
    display: inline-block;
}
.contenedor-featureimage-causas img{
    width:auto;
    height:100%;
}
.featured-cpt-causa{
    border-radius:15%;
    text-align:center;
    padding:15px !important;
    transition: all 0.5s ease-in-out;
}
.featured-cpt-causa .contenedor-featureimage-causas{
    border-radius:100%;
    overflow:hidden;
    margin:auto !important;
    width:300px;
    max-width:100%;
    height:300px;
}
.featured-cpt-causa .card-title{
    font-weight:bold;
    font-size:24px
}
/*estilos para pasar al banner de woocommerce en remoto*/
.hello .woocommerce-store-notice, p.demo_store{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 2rem;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
    z-index: 99998;
}
/*-----------------*\
---archive movies---
\*-----------------*/
.wp-block-toolset-views-wpa-editor, .wpv-view-wrapper{
    width: 100% !important;
    max-width: 100%;
}
.masvideos-breadcrumb{
    margin: auto;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding:1rem;
    border-bottom:1px solid
}
.sc-contenedor-archive-movie-list{
    margin-top: 100px;
}
.sc-link-archives{position:relative;}
.sc-link-archives .tb-button{
    position:absolute;
    bottom:0
}
.sc-link-archives:hover{border:2px solid;}
/* para paginacion de la pag los-rodajes */
.sc-todos-los-rodajes{
        resize: vertical;
    max-width: 100%;
    height: calc(596.438px - 16px);
}
#sc_paginacion{
    position:relative;
    margin-bottom:2rem
}
#sc_paginacion > .wpv-filter-previous-link{
    position:absolute;
    left:0;
    bottom:-30px;
}
#sc_paginacion > .wpv-filter-next-link{
    position:absolute;
    right:0;
    bottom:-30px;
}
#sc_paginacion > .wpv-filter-previous-link:before{
    font-family: "FontAwesome";
    content: "\f053";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight: 900;
     font-size:40px
}
#sc_paginacion > .wpv-filter-next-link:before{
    font-family: "FontAwesome";
    content: "\f054";
   display: inline-block;
   padding-left: 5px;
   vertical-align: middle;
   font-weight: 900;
    font-size:40px
}

/*----------*\
 post-comment y forms varios
\*----------*/
.wpv-custom-search-filter__input select.form-control{
    border-radius: 33px;
}
form:not(.wpv-filter-form){
    margin-bottom:2rem !important;
}
.comment-form .form-submit {
    text-align:end;
}
.search-form .form-control{ margin-bottom:0;height:60px;}
form:not(.wpv-filter-form){
    margin-top:30px;
    padding:30px;
}
input, input[type=text], input[type=email], input[type=search], input[type=password]
{
    border: 1px !important;
    margin-bottom:1rem;
}
textarea,.form-check-input, input[type=number], input[type=tel]{margin-bottom:1rem;}
#custom_price_field{padding:7px;}
textarea{
    min-height:150px !important;
    max-height:300px;
    max-width:100%;
    min-width:70%;
    width:100%;
}
/*campos forms -solo colores.css*/
/*creando hero image para paginas que no lleven slider*/
.hero-image {
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-text {
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-text button {
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
}

/*--------*\
---equipo ---
\*--------*/
.sc-cont-equipo-features .card{
    text-align: center;
}
.sc-cont-equipo-features .card-image{
    border-radius: 100%;
    overflow: hidden;
    max-width: 80%;
    max-height: 80%;
    margin: 1rem auto;
    width: 150px;
    height: 150px;
}
.sc-cont-equipo-features .card-image img{
    width:100%;
    height:auto;
    max-width: 100%;
    margin:0;
}
.wpv-pagination-previous-next-buttons > a {
    display: inline-block;
    padding: .5rem 1rem !important;
    font-weight: 900;
    border-radius:30px !important;
  
}
.wpv-pagination-previous-next-buttons > a span {
    font-weight: bold;
    font-size:30px;
}
/*-----------------*\
---views carousels home---
TODO:
NOTA: elimino toolsets-views, ahora lo voy a hacer con BX-slider.
        Tomar en cuenta los estilos.y cambiar/eliminar lo necesario
\*-----------------*/

/*proporcion carousel views homepage*/
.sc-cont-view-carousel{
    max-width:100% !important;
}
.sc-cont-view-carousel .tb-heading{
    margin: 50px 50px;

}
/*para posicionar controllers debo hacer un cambio.*/
.sc-cont-view-carousel .wpv-view-output{
    width:100%;
    max-width:100% !important;
    margin:auto !important;
}
.sc-cont-view-carousel .wpv-view-output .js-wpv-loop-wrapper{
    width:75%;
    max-width:75%;
    margin:2rem auto;
}


  
.sc-cont-view-carousel .sc-link-archives{
    height: 100%;
    padding-bottom: 56.25%;
}

#sc_paginacion{
    position:relative
}
#sc_paginacion > .wpv-filter-previous-link{
    position:absolute;
    left:0;
    bottom:300px;
}
#sc_paginacion > .wpv-filter-next-link{
    position:absolute;
    right:0;
    bottom:300px;
}
#sc_paginacion > .wpv-filter-previous-link:before{
	font-family: "FontAwesome";
	content: "\f053";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight: 900;
	 font-size:40px
}
#sc_paginacion > .wpv-filter-next-link:before{
	font-family: "FontAwesome";
	content: "\f054";
   display: inline-block;
   padding-left: 5px;
   vertical-align: middle;
   font-weight: 900;
	font-size:40px
}
/*-- estilos con BX-slider*/
.sc-cont-view-carousel  .slide {
    padding: 0px;
    box-sizing: border-box;
    resize: vertical;
    max-width: 100%;
    height: calc(596.438px - 16px);
}
.sc-cont-view-carousel  .sc-btn-carousel {
    position: absolute;
    bottom: 16px;
    border:none; 
}
.sc-cont-view-carousel .bx-wrapper .bx-prev,
.sc-cont-view-carousel .bx-wrapper .bx-next{
    background-image:none;
}

/*-------------------*\
--- accordion faqs ---
\*-------------------*/


/*slider-home*/
#rev_slider_1_1_wrapper, #rev_slider_7_1_wrapper{min-width:100%;}
#rev_slider_1_1, #rev_slider_1_1{
    min-width:100%;
}
.wp-block-themepunch-revslider, rs-module-wrap{
    max-width:100%;
    overflow:hidden
}

/* --- NEW 29/09/2022 --- */
/*social footer icons NEW*/
.sc-mis-socials .fa {
    display: inline-block; 
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    height: 35px !important;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    padding: 10px;
    margin:5px;
    border-radius: 50%;
}
.social-icon.fa:hover {opacity: 1;}



/* fin socials*/