/*
 Theme Name:   justovera
 Description:  Theme de justovera
 Author:       Leninmhs
 Author URI:   plattinux.com
 Template:     astra
 Version:      1.0
 License:      GNU General Public License version 3
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  justovera
 Template: astra 
*/

@import url("../astra/style.css");

body {
background-image: url( 'https://justovera.com/wp-content/uploads/2025/08/main-header-background-justo-vera.jpg' ) !important;
background-position: top center !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
}
.ast-primary-header-bar{
    margin-top: 35px;
}
main#main {
   /* margin-top: 80px;*/
}

a.menu-link {
    font-family: "Libre Franklin", Sans-serif;
    font-weight: 500;
    color: #000 !important;
}
a.menu-link:hover {
    color: #5bff2c !important;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    color: #e58200 !important;
}
li.lang-item {
    text-transform: uppercase;
	font-family: "Libre Franklin", Sans-serif;
    font-weight: 500;
}

.franja {/*
background-image: url("https://justovera.com/wp-content/uploads/2025/07/main-background-justo-vera.png") !important;
background-size: cover;
height: 300px;*/
}

.ast-footer-copyright p {
    margin-bottom: 0;
    font-family: 'Libre Franklin', sans-serif;
}

.footer-social-inner-wrap.element-social-inner-wrap.social-show-label-false.ast-social-color-type-custom.ast-social-stack-none.ast-social-element-style-filled {
    background: #fff;
    border-radius: 15px;
	padding: 5px 0px 5px 0px;
    margin-left: 25px;
    margin-right: 25px;
}

a.btn-mailist {
    background: #fff;
    padding: 17px 15px 17px 15px;
    border-radius: 15px;
    color: #000;
}
.draggable:hover {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab; 
  	z-index: 1;
}
.draggable:hover::after {
   position: absolute;
   top: 50%;
   left: 40%;
   content: "Drag me";
   /*backdrop-filter: blur(20px);*/
   font-family: 'Libre Franklin', Sans-serif;
   padding: 1rem;
   border-radius: 50px;
   color: white;
   background:#E4830080;
}

/*#gallery{
    width:1057px;
    margin: 0 auto;
}
#image-list { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}
#image-list li { 
    margin: 10px 20px 10px 0px; 
    display: inline-block;
}
#image-list li img{
    width: 250px;
    height: 155px;
}

#image-container{
    margin-bottom: 14px;
}

#txtresponse 
{
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    display: none;
    border :#E0E0E0 1px solid;
    color:#212121;
   
}*/
 

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

body {
background-image: url( 'https://justovera.com/wp-content/uploads/2025/08/main-header-movil-background-justo-vera.jpg' ) !important;
}
}/*fin css para moviles*/