:root{
    --color-1:rgb(93, 51, 78);
    --color-2:rgb(187,233,0);
    --animate-duration: 1000ms;
    --animate-delay: 0.9s;
  }


.header__bar{
    background-color:var(--color-1);
}
.menu a{
    color:white;
    text-transform: lowercase;
}
.menu-item .menu-a:hover{
    background-color: var(--color-1);
}
.menu-item-has-children:hover{
    background-color: var(--color-1);
    color: var(--color-1) !important;
}
.menu a:hover {
    color: var(--color-1)!important;
    background-color: white;
  }
.sub-menu {
  background-color: var(--color-1);
  padding: 0;
   
}


.sub-menu .menu-item a:hover {    
    color: var(--color-1) !important;
    background-color: var(--color-2);
    font-style: italic;
}

.rev-btn-1-1 {
    display: inline-block;
    line-height: 30px;
    padding: 0px 12px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    background-color: rgba(164, 221, 7, 0.4);
    text-transform: capitalize;
    transition: color 1s ease;  
    font-weight: 900;
    margin-top: 15px;
}

.rev-btn-1-1:hover {
    animation: changeColor 1.2s ease; 
    background-color: rgb(93, 51, 78);
}

@keyframes changeColor {
    50% {
        background-color: rgb(187, 233, 0);
        color: #fff; 
    }
    100% {
        background-color: rgb(93, 51, 78);
        color: #ececec;
    }
}


.rev-btn-1-2{
    display: inline-block;
    line-height: 30px;
    padding: 0px 12px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    background-color: rgba(164, 221, 7, 0.4);
    text-transform: capitalize;
    transition: color 1s ease;  
    font-weight: 900;
    margin-top: 30px;   
}
.rev-btn-1-2:hover {
    animation: changeColor 1.3s ease; 
    background-color: rgb(93, 51, 78);
}

.rev-btn-1-3 {
    display: inline-block;
    line-height: 30px;
    padding: 0px 12px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 900;
    margin-top: 30px;  
    border: #ececec 0.5px solid;
   
}

.rev-btn-1-3:hover {
    animation: changeColor1 1.3s ease;
    background-color: rgb(93, 51, 78); 
}

@keyframes changeColor1 {
    50% {
        background-color: rgb(146, 126, 139);
        color: #FFF; 
    }
    100% {
        background-color: rgb(93, 51, 78);
        color: #fff;
    }
}




.rev-btn-1-4{
    position: absolute;
    left: 15px !important;
    z-index: 1000;
    bottom:35px;
    display: inline-block;
    line-height: 30px;
    padding: 0px 12px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff !important;
    background-color: var(--color-1);
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 900;
}
.rev-btn-1-4:hover {
    animation: changeColor3 1.2s ease; 
    background-color:rgba(164, 221, 7, 0.4);
}

@keyframes changeColor3 {
    50% {
        background-color: rgb(187, 233, 0) ;
        color: #fff; 
    }
    100% {
        background-color:  rgba(164, 221, 7, 0.4);
        color: #ececec;
    }
}
.rev-btn-1-5{
    display: inline-block;
    line-height: 30px;
    padding: 0px 12px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    background-color: var(--color-1);
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 900;
    margin-top: 30px;
    right:12px;
    position: absolute;  
}
.rev-btn-1-5:hover {
    animation: changeColor2 1.2s ease; 
    background-color:rgba(164, 221, 7, 0.4);
}

@keyframes changeColor2 {
    50% {
        background-color: rgb(187, 233, 0) ;
        color: #fff; 
    }
    100% {
        background-color:  rgba(164, 221, 7, 0.4);
        color: #ececec;
    }
}

.box {
    position: absolute;
    border: 1px solid white;
    padding: 13px;
    width: 287px;
    height: 330px;
    z-index: 100;
    color: white;
    top: 20%;
    left: 16.5%;
    
}
.box-1{
    position: absolute;
    border: 1px solid white;
    padding: 13px;
    width: 290px;
    height: 300px;
    z-index: 100;
    color: white;
    top: 20%;
    left: 16.5%;
}
.box-2{
    position: absolute;
    border: 1px solid white;
    padding: 13px;
    width: 287px;
    height: 170px;
    z-index: 100;
    color: white;
    top: 6%;
    left: 16.5%;
}
.box-3{
    position: absolute;
    border: 1px solid white;
    padding: 13px;
    width: 310px;
    height: 180px;
    z-index: 100;
    color: white;
    top: 7%;
    left: 16.5%;
}
.box-4{
    position: absolute;
    border: 1px solid white;
    padding: 13px;
    width: 320px;
    height: 180px;
    z-index: 100;
    color: white;
    top: 7%;
    left: 16.5%;
}
.box-4 .parrafo{
    font-weight: 300;
}
.box-3 .parrafo{
    font-weight: 300;
}
.box-2 p{
    font-weight: 300;
}
.box-1 p{
    font-weight: 300;
}
.parrafo {
    line-height: 1.2;
    margin-top: 10px;
    width: 295px;
    font-weight: 200;
    font-size: 18px;
}

.font {
   
    line-height: 0.9;
    font-size: 40px;
}
/* .slider-about{
    height: 500px !important;
    object-fit: cover;
} */
.size {
   
    font-size: 46px;
    line-height: 1;
    letter-spacing: -3px;
}

.space-green{
    background-image: url('../images/fondos/home/Fondo01.jpg');
    height: 230px !important;
    padding: 71px;
    color: var(--color-1);
}
.bullet{
  display: flex;
  text-align: center;
  font-size:27px;
  line-height: 0.9;
}


.space-white{
    background-color: white;
    height: 230px !important;
    padding: 100px;
    margin-left: 120px;
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center;
    color: var(--color-1);
}
.space-white p{
    font-size: 50px;
}

.m-0{
    padding-left:2px !important;
    padding-right:2px !important;
}
.m-l-4{
    margin-left: 4px;
}
.galeria a {
    display: block;
    position: relative;
    overflow: hidden;
}

.galeria a:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(74, 36, 61, 0.8);
    z-index: 1; 
}

.galeria img {
    width: 100%;
    height: 350px;
    z-index: 1; /* Asegúrate de que esté detrás del pseudo-elemento ::after */
}

.text-gal {
    display: flex;
    flex-direction: column;
    color: white;
    margin-left: 30px !important;
    position: absolute;
    bottom: 20px;
    z-index: 1000;
}


.text-gal h2,
.text-gal p {
    margin: 0; 
}
.text-gal h2{
    font-size: 39px;
    z-index: 1000;
}
.text-gal p {
    font-size: 19px;
    z-index: 1000;
    line-height: 30px;
}
.signo{
    position: absolute;
    color: white;
    font-size: 35px;
    right: 15px !important;
    z-index: 1000;
    top:-15px;
}
.widget_socials {
    display: flex;
    justify-content: end;
    margin-right: -17px;

}

.list-social {
    list-style: none;
    padding: 0;
    display: flex;
    
}

/* .list-social__item {
    margin: 0 10px; 
    border-radius: 50%;
    border: white 1px solid;
    overflow: hidden;
    width: 40px; 
    height: 40px;
    margin-right:0px ;
} */
.list-social__item{
    width: 90px;
    margin: -14px;
}

.list-social__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ic-fb i,
.ic-insta i,
.ic-linkedin i {
    color: #000;
    font-size: 20px; 
}

.pages {
    display: flex;
    justify-content: end;}


.pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: 10px;
}

.pages li {
    margin: 20px 30px 20px 70px; 
    margin-right: 0px;

}

.pages a {
    text-decoration: none;
    color: #000; 
    font-weight: bold;
    font-size: 16px; 
}

.widget_mail a{
    text-decoration: none;
    color: white; 
    font-weight: 100;
    font-size: 16px; 
}
.mail{
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.bg-overlay--p85 {
    background-color: transparent;
}
.bg-overlay{
    background-color: transparent;
}
.footer{
    padding:40px;

}


  

  
.tparrows.tp-leftarrow:before {
   display: none;
}
.tparrows.tp-leftarrow:hover{
    display:none;
}
.tparrows.tp-rightarrow:before {
    display: none;
 }
 .tparrows.tp-rightarrow:hover{
     display:none;
 }

.tp-bannertimer{
    display:none;
}
.uranus{
    display:none;
}

.galeria-1 {
    text-align: justify;
    width: 1000px;
   
}

.tamaño {
    padding: 0;
    height: 400px; 
    width: 30px;
}

.galeria-1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.text-gal-1 {
    color: white;
    padding: 20px;
    position: absolute;
    top: 35px;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    font-weight: 200;

}
.font-weight{
    font-weight:900 ;
    color: var(--color-1);
}
.text-gal-2{
    color: white;
    padding: 15px;
    font-size: 27px;
    line-height: 1.2;
    text-align: left;

}
.text-gal-3{
    color: white;
    margin: 15px;
    font-size: 18px;
    line-height: 1.2;
}


.img-modena {
    margin: 0; 
}

.img-modena {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.green-space{
    width: 100%;
    height: 320px;
    color: var(--color-1);
    padding: 40px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
}
.space{
    width: 900px;
}

.green-space-1{
    width: 100%;
    height: 350px;
    color: var(--color-1);
    padding: 40px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
}

.green-space-2{
    width: 100%;
    height: 390px;
    color: var(--color-1);
    padding: 40px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;

}

.gototop{
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

#contact{
    background-image: url('../images/fondos/CONTACTO/Fondo01.jpg');
    padding-top: 20px;
    max-height: 1280px;
    object-fit: fill;
}


.modal {
    display: none;
    position: fixed;  
    z-index: 1;
    left: calc(50%);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
   
  }
  
  .modal iframe {
    width: 100%;
    height: 100%;
  }
  
  .close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
  }
  


  
  
  .rev-btn-1-4:hover {
    text-decoration: none;
    cursor: pointer;
  }

  
  
  
  .custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--aports-base);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
  }
  
  .custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--color-2);
    opacity: .4;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
  }
  
  .custom-cursor__hover {
    background-color: var(--color-1);
    opacity: 0.5;
  }
  
  .custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: 0.5;
  }





  /* wp */
  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:28px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-bottom:16px;
}

/* codigo magico sin falopa */
/* .box, .box-1 {
    left: -463px;
    transition: all 0.5s ease;
} 
.active-revslide .box, .active-revslide .box-1 {
    transform: translateX(700px);
}
*/
.fondo1{
    background-image:url('../images/fondos/nosotros/Fondo1.jpeg');
    background-repeat: no-repeat; 
    height: 100%; 
}



.rev_slider_wrapper, .tp-fullwidth-forcer {
    max-height: 570px !important;
    overflow: hidden !important;
} 
/* ----------------------- */


.tamaño1 {
    height: 400px;  padding: 0;
  }
  
  .rev-slider1 {
    width: 100% !important; 
    height: 100% !important; 
  }
  
  .rev-slidebg1 {
    width: 100% !important; 
    height: 100% !important;
    object-fit: cover;
  }
  
  .fondo{
    background-image: url('../images/fondos/nosotros/Fondo02.jpg');
    
  }

  .traslate1, .traslate2, .traslate3 {
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  .col-lg-4 {
    animation-duration: 1s;
  }

  .traslate1 {
    animation-name: traslate1;
    animation-delay: 0s;
  }

  .traslate2 {
    animation-name: traslate2;
    animation-delay: 0.5s;
  }

  .traslate3 {
    animation-name: traslate3;
    animation-delay: 1s;
  }

  @keyframes traslate1 {
    from {
      left: -100px;
      opacity: 0;
    }

    to {
      left: 0px;
      opacity: 1;
    }
  }

  @keyframes traslate2 {
    from {
      left: -100px;
      opacity: 0;
    }

    to {
      left: 0px;
      opacity: 1;
    }
  }

  @keyframes traslate3 {
    from {
      left: -100px;
      opacity: 0;
    }

    to {
      left: 0px;
      opacity: 1;
    }
  }


  .gallery {
    max-width: 1035px; /* Set the max-width to 1440px */
    margin-top: 2px;
}

.gallery-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Ensure that items wrap to the next line */
}

.gallery-row a {
    width: 19%;
    margin: 2px;
    box-sizing: border-box; /* Include padding and border in the width */
}

.gallery-row img {
    width: 100%; /* Make the images take 100% width of their container */
    height: auto; /* Maintain the aspect ratio */
}
@media screen and (max-width: 1440px) {
    .gallery-row a {
        width: 19%; /* Adjust the width for larger screens if needed */
    }
}

@media screen and (max-width: 1200px) {
    .gallery-row a {
        width: 24%; /* Adjust the width for medium screens */
    }
}

@media screen and (max-width: 992px) {
    .gallery-row a {
        width: 32%; /* Adjust the width for smaller screens */
    }
}
/* Media query para dispositivos grandes (5x3) */
@media screen and (max-width: 768px) {
  
    .box{
        left:25%;
    }
    .box-1{
        left:25%;
    }
    .box-2{ 
        left:25%;
    }
    .box-3{
        left:25%;
    }
    .box-4{ 
        left:25%;
    }
    .bullet{
        margin-left:26px;
        margin-right: 33px;
    }
}

/* Media query para dispositivos pequeños (3x5) */
@media screen and (min-width: 767px) {
   

   

    .tamaño{
        max-width: 400px;
    }
}

/* Media query para dispositivos grandes (5x3) */
@media screen and (min-width: 992px) {

    .box{
        left:16.9%;
    }
    .box-1{
        left:16.9%;
    }
    .box-2{ 
        left:16.9%;
    }
    .box-3{
        left:16.9%;
    }
    .box-4{ 
        left:16.9%;
    }
    .bullet{
        margin-left: -10px;
        margin-right: 7px;
    }
    .widget-address{
        margin-left: 10px;
    }
    .m-r-30{
        margin-right: 35px;
    }
    .gototop{
        right:13px;
    }
}

