/*   Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500&family=Playfair+Display:ital@0;1&display=swap');
*{
  margin:0px;
  padding:0px;
}
html{
  scroll-behavior: smooth;
}
body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300; 
  color: #000;
  font-size: 21px;}

  img{
    max-width: 100%;
  }
button {
  cursor: pointer; }

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: medium none; }

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
   -moz-appearance:textfield; }
 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  color: #000;
  margin-top: 0px; 
  font-weight: 300; 
  font-style: italic;
 }
.h{
  font-family: 'Playfair Display', serif;
  color: #000;
  margin-top: 0px;
  font-weight: 300;
  font-style: italic;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }
 
ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

 .padding{
   padding-right: 0;
 }
 .container{
   max-width: 1180px;
 }
 .header-area .container {
  max-width: 1380px;
}
.single-slider{
  outline: none !important;
}
.site-body {
  max-width: 1600px;
  margin: auto;
}
.pr_0{
  padding-right: 0px;
}
.pl_0{
  padding-left: 0px;
} 
.yellow-color{
    color: #af8e1e !important;
}
.black-color{
    color: #000 !important;
}
.yellow-bac{
    background-color: #af8e1e !important;
}


/* btn */
.theme-btn {
  display: inline-block;
  padding: 15px 30px;
  padding-bottom: 13px;
  border: 1px solid #747474;
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  transition: .3s;
}
/* btn */
.theme-btn2 {
  display: inline-block;
  padding: 15px 30px;
  padding-bottom: 13px;
  border: 1px solid #747474;
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  transition: .3s;
}
.theme-btn:hover{
  background: #000;
  color: #fff;
}
.theme-btn2:hover{
  background: #000;
  color: #fff;
}
.theme-btn.white-btn {
  color: #fff;
  border-color: #fff;    
}
.theme-btn.white-btn:hover{
  background: #fff;
  color: #b4252d;
}
.theme-btn2.white-btn {
  color: #fff;
  border-color: #fff;    
}
.theme-btn2.white-btn:hover{
  background: #ffffff70;
  color: #b4252d;
}
p { 
  line-height: 24px;
} 

/* btn */



.mr-55 { 
  margin-top: -55px;
} 
/* default-css END 
================================== */
 


.header-area {
  padding: 50px 0; 
  max-width: 1600px;
  z-index: 99;  
  background: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  transition: .3s;
} 
.logo-area a {
  display: block;
  width: max-content;
  transition: .3s;
}
.logo-area a img {
  filter: brightness(30.5);
  transition: .3s;
} 
.menu-area nav ul li {
  list-style: none;
  display: inline-block;
} 
.menu-area nav ul li a {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff; 
  display: inline-block;
  font-weight: 500;
  margin-left: 30px; 
  transition: .3s;
} 
.menu-area nav ul li a.active{
  text-decoration: underline;
}
.menu-area nav ul li a:hover{
  text-decoration: underline;
}
.menu-area nav ul li a.theme-btn {
  background: white;
  display: inline-block;
  padding: 0 50px;
  height: 48px;
  color: #ff4900;
  line-height: 48px;
  border-radius: 30px;
  border: 2px solid white;
  transition: .3s;
}  
/* humbergar */
.bar a {
  width: 35px;
  height: 35px;
  float: right;
  position: relative;
} 
.bar a span {
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  position: relative;
  top: 17px;
  border-radius: 30px;
  transition: .3s;
} 
.bar a span:before {left: 0;content: "";position: absolute;width: 100%;height: 100%;background: #fff;bottom: 10px;border-radius: 30px;transition: .3s;} 
.bar a span:after {left: 0;content: "";position: absolute;width: 100%;height: 100%;background: #fff;bottom: -10px;border-radius: 30px;transition: .3s;} 
 
/* humbarger END */

.header-area a.theme-btn { 
  text-transform: uppercase;
  font-size: 17px;
  padding: 14px 40px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
  transition: .3s;
} 
.header-area a.theme-btn2 { 
  text-transform: uppercase;
  font-size: 17px;
  padding: 14px 40px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
  transition: .3s;
} 
.header-area a.theme-btn.active { 
  color: #ffffff;
  background: #ffffff70;
}  
.header-area a.theme-btn2.active { 
  color: #b4252d;
  background: #ffffff70;
}  
.header-area a.theme-btn:hover {
  color: #ffffff;
  background: #ffffff70;
}
.header-area .col-lg-1 {
  top: 35px;
}
.nice-select {
  border: none;
  background: none;
  color: #fff;
  outline: none;
  padding: 0px;
  width: 50px;
  float: right;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .3s;
} 
.contact-sel .nice-select {
  border-bottom: solid 2px;
  border-radius: 0;
  background: #fff;
  color: #000;
  outline: none;
  padding: 0px;
  width: 100%;
  float: right;
  font-size: 17px;
  text-transform: none;
  font-weight: 200;
  transition: .3s;
} 
.contact-sel .nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  display: block;
  height: 10px;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
ul.list{
  width: 100%;
}
ul.list li.option {
  color: #000;
  padding-left: 10px;
  font-size: 14px;
  padding-right: 0px;
}
.btn-cesta{
  /* display: none; */
}
.fa-shopping-basket{
  color: #fff;
  background: #b4252d;
  border-radius: 45%;
  padding: 9px;
  width: 50px!important;
  height: 50px;
  position: absolute;
  right: -92px;
  top: -7px;
}
.cesta_contador{
  color: #000;
  background-color: #fff;
  position: absolute;
  right: -118px;
  top: 17px;
  padding: 6px 7px;
  border-radius: 50%;
  font-weight: 400;
  border: solid 2px #b4252d;
  width: 38px;
  height: 38px;
  text-align: center;

}
.del_cesta{
  cursor: pointer;
}
/* stick Style */
.header-area.sticky {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 5px 5px #cfc8c821;
}
.header-area.sticky .logo-area a img {
  filter: unset;
}
.header-area.sticky .menu-area nav ul li a{
  color: #000;
}
.header-area.sticky .bar a span {background: #000;} 
.header-area.sticky .bar a span:before {background: #000;} 
.header-area.sticky .bar a span:after {background: #000}
.header-area.sticky  a.theme-btn {
  border-color: #000;
  color: #000;
}
.header-area.sticky a.theme-btn.active {
  color: #ffffff;
  background: #000;
}
.header-area.sticky a.theme-btn:hover {
  color: #ffffff;
  background: #000;
}
.header-area.sticky  a.theme-btn2 {
  border-color: #000;
  color: #000;
}
.header-area.sticky a.theme-btn2.active {
  color: #ffffff;
  background: #b4252d;
  border-color:#b4252d;
}
.header-area.sticky a.theme-btn2:hover {
  color: #ffffff;
  background:#b4252d;
  border-color:#b4252d;
}
.header-area.sticky .nice-select{
  color: #000;
}
.header-area.sticky .nice-select:after{
  border-color: #000;
} 
/* inactive */
.header-area.active-header {
  padding: 20px 0;
  background: #fff; 
}
.header-area.active-header .logo-area a img {
  filter: unset;
}
.header-area.active-header .menu-area nav ul li a{
  color: #000;
}
.header-area.active-header .bar a span {background: #000;} 
.header-area.active-header .bar a span:before {background: #000;} 
.header-area.active-header .bar a span:after {background: #000}
.header-area.active-header  a.theme-btn {
  border-color: #000;
  color: #000;
}
.header-area.active-header a.theme-btn:hover {
  color: #ffffff;
  background: #000;
}
.header-area.active-header .nice-select{
  color: #000;
}
.header-area.active-header .nice-select:after{
  border-color: #000;
}
.header-area.active-header a.theme-btn2 {
  border-color: #000;
  color: #000;
}

#goup{
	/* background:#0070b9; */
	bottom:0px;
	display: block;
	height: 50px;
	position: fixed;
	right:75px;
	bottom: 20px;
	width:50px;
	z-index: 50;
	border-radius: 45px;
    /* border: solid 1px #909090; */
}

#goup img{
	z-index: 50;
    width: 100%;
    margin-top: 3px;
    cursor: pointer;
}



/* mobile-menu START */
.mobile-menu {
  position: fixed;
  width: 320px;
  height: 100vh;
  background: #ffffff;
  z-index: 99;
  box-shadow: 0px 0px 9px -1px #737373;
  top: 0;
  left: 0;
  transition: .3s;
  margin-left: -400px;
  padding-left: 40px;
  padding-top: 100px;
}
.siteBar{
  margin-left: 0; 
}
.mobile-menu ul#pills-tab {
  margin-top: 90px;
  margin-bottom: 35px !important;
  display: block;
}
.mobile-menu  nav ul li {
  list-style: none;
  display: block;
}

.mobile-menu nav ul li a {
  color: #272835;
  font-size: 16px; 
  text-transform: uppercase;
  line-height: 40px;
  transition: .3s;
}

.mobile-menu nav ul li a:hover { 
  color: #ff4900;
}

.mobile-menu ul#pills-tab li {
  display: inline-block;
}

.mobile-menu ul#pills-tab li a {
  color: #272835;
  font-size: 15px;
} 
.mobile-menu a.theme-btn {
  margin-top: 60px;
  margin-left: 0;
} 
.mobile-menu a.theme-btn {
  margin-top: 60px;
  margin-left: 0;
  height: 45px;
  line-height: 45px;
}
.mobile-menu .user a {
    display: block;
    width: 100%;
    padding: 0;
    color: #272835;
    line-height: 40px;
    font-size: 16px;
}

.mobile-menu .user {
    display: block;
}

.mobile-menu .user a:hover {
    background: none;
    opacity: .5;
}
.mobile-menu a.bars {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: #b4252d;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  box-shadow: 0px 0px 17px -2px #0000004a;
}




/* 
Header section END  && Hero section START
 */

 




.hero-item {
  padding-top: 400px;
  padding-bottom: 100px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-item:after {content: "";position: absolute;width: 100%;height: 100%;background: black;opacity: .4;top: 0;left: 0;z-index: -1;}
.hero-wrp h1 {
  font-size: 72px;
  color: #fff;
  margin-bottom: 50px;
} 
.hero-wrp a.theme-btn:hover {
  color: #ffffff;
  background: #ffffff70;
}

 



/* 
Hero section END  && steps section START
 */




 
 .steps-area {
  margin-bottom: 80px;
} 
.steps-top {
  display: flex;
  align-items: end;
  margin: 110px 0;
}

.steps-top img {
  margin-right: 60px;
  margin-top: 15px;
}

.steps-top  p {
  font-size: 24px;
  color: #050505;
  font-weight: 300;
}
.steps-top p:last-child{
  margin: 0px;
}
.title {
  margin-bottom: 150px;
}
.title.tl-two {
  margin-bottom: 100px;
}
.title-heading {
  font-size: 60px;
  color: #b4252d;
} 
.sing-step {
  display: flex;
}

.sing-step .stp-img img {
  min-width: 290px;
}

.sing-step .stp-img {
  position: relative;
  margin-right: 40px;
}

.sing-step .stp-wrp {
  padding-top: 25px;
}

.sing-step .stp-img h1 {
  position: absolute;
  top: -190px;
  right: -26px;
  font-size: 228px;
  margin: 0;
  font-style: normal;
}
.sing-step .stp-img p {
  position: absolute;
  top: -190px;
  right: -26px;
  font-size: 228px;
  margin: 0;
  font-style: normal;
  line-height: unset;
}
.sing-step .stp-wrp h2 {
  font-size: 48px;
  margin-bottom: 10px;
}
.sing-step .stp-wrp p {
  margin-bottom: 30px;
}


 



/* 
steps section END  && memories section START
 */



 

 .memories-img {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: -190px;
}
.memories-img img {
  width: 100%;
} 
.memories-img:after {content: "";position: absolute;width: 100%;height: 100%;background: black;opacity: .3;top: 0;left: 0;}
.memorise-wrp {
  position: relative;
} 
.memorise-wrp.afcm:before { 
  background: url(../img/menories-ex-2.png); 
  height: 400px;
}
.memorise-wrp:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 472px;
  background: url(../img/menories-ex.png);
  background-size: 100% 100%;
  top: 190px;
  right: 0;
  z-index: -1;
}
.m-blk {
  background: #b4252d;
  padding: 50px 85px 50px 85px;
  color: #fff;
}
.m-blk span {
  text-transform: uppercase;
  margin-bottom: 35px;
  display: block;
  margin-top: -20px;
  font-weight: 400;
}

.m-blk h3 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 30px;
}
.m-blk h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 30px;
}
.m-blk a {
  margin-top: 30px;
}
 



/* 
memories section END  && mice section START
 */




 
 .mice-area {
  margin: 150px 0;
  padding-top: 30px;
  padding-bottom: 65px;
  position: relative;
}
.mice-area:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  background: url(../img/mica.png);
  background-size: cover;
  background-position: bottom center;
  top: 0;
  left: 0;
}
.mice-wrp span {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
}
.steps-top.mica {
  margin-top: 0px;
}
.mice-wrp h2 {
  font-size: 55px;
  margin-bottom: 50px;
}

.mice-wrp  a {
  margin-top: 60px;
}



/* 
mice section END  && Contact section START
 */




input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

label {
  position: relative;
  cursor: pointer;
}

label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #747474;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 11px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  left: -40px;
  top: -3px;
  cursor: pointer;
  margin-right: 5px;
}
input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: -30px;
  width: 6px;
  height: 14px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-area {
  padding: 110px 0;
}

.contact-area .contact-left h2 {
  font-size: 60px;
  margin: 0;
  
}
.contact-area .contact-left p {
  font-size: 60px;
  margin: 0;
  line-height: 80px;
}
.contact-right p {
  margin: 0;
}
.contact-area form {
  margin-top: 80px;
}

.contact-area form input, textarea {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 2px solid #000;
  padding: 7px 2px;
  margin-bottom: 50px;
  resize: unset;
}

::placeholder {
  font-size: 18px;
  font-weight: 300;
}
input[type="date"] {
  font-size: 18px;
  font-weight: 300;
}
textarea{
  height: 130px;
}
button.theme-btn {
  width: 160px;
  height: 50px;
  padding: 0;
  background: no-repeat;
}
.agrre-texts {
  margin-top: -120px;
  padding-left: 40px;
  padding-right: 30px;
}
.agrre-texts .check_it label {
  font-size: 16px;
  line-height: 15px;
  margin: 0px;
}
.agrre-texts .check_it{
  margin-bottom: 10px;
}
.memorise-area.nexts {
  margin-bottom: 110px;
}
.banner-area img {
  width: 100%;
}




 



/* 
contact section END  && footer section START
 */




 
.footer-area {
  padding-top: 65px;
  /* padding-bottom: 180px; */
  background: #e0dcd6;
  position: relative;
  z-index: 0;
}
 .footer-area:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 96%;
  background: url(../img/footer-snape.png);
  top: 0;
  background-size: cover;
  right: 0;
  opacity: .1;
  filter: brightness(0.5);
  z-index: -1;
}
.footer-logo a {
  display: block;
  margin-bottom: 40px;
}

.footer-logo p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.footer-social {
  display: flex;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a {
  display: block;
  font-size: 26px;
  margin-right: 30px;
  transition: .3s;
}

.footer-social ul li span svg {
  width: 25px;
  margin-top: -10px;
}

.footer-social ul {width: 100%;}

.footer-social .f-con {
  width: max-content;
}

.footer-social .f-con a{
  transition: .3s;
}

.footer-social .f-con a:last-child {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-top: -5px;
}
.footer-links ul {
  text-align: right;
  margin-top: 30px;
}

.footer-links ul li {
  display: inline-block;
}
.footer-links ul li a{
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 41px;
  transition: .3s;
}
.last-likns a{
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px; 
  transition: .3s;
}
.last-likns a.fst{ 
  margin-right: 40px;
  padding-right: 40px;
  border-right: 2px solid #000;
  line-height: 15px;
}
.footer-logo p a {
  display: inline-block;
  margin: 0;
  transition: .3s;
} 
.footer-area a:hover {
  opacity: .5;
}
.footer-area .footer-logo p a:hover {
  opacity: .5;
}

.footer-logo a:hover {
  opacity: 1;
}

/* 
footer section END
 */ 








 /* =================================================== HOME PAGE END && BODAS PAGE START =================================================== */





 .gellery-area {
  margin-top: 90px;
  margin-bottom: 150px;
}
 .nav-tabs {
  border-bottom: none;
  text-align: right;
  justify-content: flex-end;
}
.nav-tabs .nav-link {
  color: #060606;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 30px 0px 50px 55px;
}
.nav-tabs .nav-link.active {
  color: inherit;
  text-decoration: underline;
}
.slick-initialized .slick-slide { 
  outline: none;
}
.item {
  margin-right: 5px;
  width: 475px;
  height: 700px;
}
.item.big-item {
  width: 1000px;
  height: 700px;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slick-slider button {
  position: absolute;
  border: none;
  background: none;
  bottom: -60px;
}
.gellery-slider button.slick-next {
  right: 13%;
}

.gellery-slider button.slick-prev {
  left: 13%;
}



  


 /* =================================================== BODAS PAGE END && MENUS PAGE START =================================================== */
 
 



 .title-heading.main-h {
  font-size: 56px;
  color: #060606;
}

.title.th {
  margin-bottom: 70px;
}
.c-blk img {
  width: 100%;
}

.c-wrp {
  padding: 30px 40px 0px 40px;
}

.c-wrp h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
.c-blk.nrf {
  margin-bottom: 60px;
}

.c-blk.nrf h2 {
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 20px;
}

.c-blk.nrf  a.theme-btn {
  margin-top: 10px;
}






.rincones-area {
  margin: 160px 0;
  margin-bottom: 460px;
  position: relative;
  padding-top: 30px;
}

.rincones-wrp h2 {
  font-size: 56px;
  margin-bottom: 30px;
}

.rincones-slider {
  width: 810px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.rincones-slider button.slick-next {
  right: 20%;
}


 

 
 /* =================================================== MENUS PAGE END && BLOG PAGES START =================================================== */ 






 .bredcramp {
  padding-top: 300px;
  padding-bottom: 120px;
}

.bredcramp-wrp h1 {
  font-size: 72px;
  color: #fff;
}
.filter-bar {
  padding: 75px 0;
}
.bar-wrp button {
  border: none;
  background: none;
  border-right: 3px solid black;
  padding: 0;
  line-height: 10px;
  padding-right: 30px;
  margin-right: 30px;
}

.bar-wrp button img {
  width: 24px;
}

.bar-wrp .nice-select {
  color: #000;
  text-transform: capitalize;
  width: 110px;
}

.bar-wrp .nice-select::after {
  border-color: black;
}
.blog-area .c-blk {
  margin-bottom: 100px;
}
.blog-area {
  margin-bottom: 50px;
}


/* main-blog page css END && blog notice page start */ 
.blog-notice {
  margin: 150px 0;
  margin-top: 200px;
}
.notice-wrp h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 50px;
}
.notice-wrp h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 50px;
}

.notice-wrp img {
  width: 100%;
  margin-bottom: 70px;
}

.social {
  margin: 70px 0;
}

.social p {
  font-weight: 500;
}

.social ul li {
  display: inline-block;
  font-size: 22px;
  margin-right: 25px;
}

.social ul li span svg {
  width: 22px;
  margin-top: -6px;
}
.posts a {
  font-size: 18px;
  font-weight: 500;
  transition: .3s;
}
.posts a:hover {
  opacity: .5;
}
.posts a img {
  height: 18px;
  margin-top: -4px; 
  margin-right: 25px;
}
.posts a:last-child img { 
  margin-left: 25px; 
}
.blog-area .c-wrp p a {
  font-weight: 500;
  text-decoration: underline;
  transition: .3s;
}
.blog-area .c-wrp p a:hover {
  opacity: .5;
}


.otros-area .c-wrp p a {
  font-weight: 500;
  text-decoration: underline;
  transition: .3s;
}
.otros-area .c-wrp p a:hover {
  opacity: .5;
} 
  


 /* =================================================== BLOG PAGE END && SERVIOS PAGE START =================================================== */ 
  

 
 .servicios-area .c-blk {
  margin-bottom: 60px;
}
.parners {
  background: #f3f3f3;
  margin-top: 50px;
  padding: 2px 0;
}

.parner-imgs img {display: block;margin: auto;}

.partners-area {
  margin-top: 250px;
  display: block;
  margin-bottom: 30px;
}

 


 /* =================================================== SERVIOS PAGE END && NOSTROS PAGE START =================================================== */ 


 

 .right-img {
     margin: 150px 0;
 }

 .nostros-area .c-blk h2 {
  margin-bottom: 5px;
}
.reconocimientos {
  margin: 180px 0;
}
.rec-wrp {
  padding: 0 40px;
  padding-right: 85px;
} 
.rec-wrp h2 {
  font-size: 56px;
  margin-bottom: 30px;
}

 
  

 /* =================================================== NOSTROS PAGE END && FINCAS-SOLO PAGE START =================================================== */ 




 .otros-area {
  margin-top: 100px;
  margin-bottom: 50px;
}

.otros-area .c-wrp {
  margin-bottom: 30px;
}

.otros-area .c-wrp h2 {
  margin-bottom: 3px;
}
.main-gelllery {
  overflow: hidden;
  margin-bottom: 70px;
}
.main-gelllery .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.main-gelllery .container .col-lg-4 {
  padding: 3px;
}

.img-blk {
  width: 100%;
  position: relative;
  z-index: 2;
}

.img-blk img {
  display: block;
  width: 100%;
}

.img-blk  a.gellerry_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  font-size: 50px;
  color: #fff;
  z-index: 2;
  transition: .3s;
  opacity: 0;
}

.img-blk:after {content: "";position: absolute;width: 100%;height: 100%;background: black;transform: scale(.5);top: 0;left: 0;opacity: 0;transition: .3s;}

.img-blk:hover:after {
  opacity: 0;
  transform: scale(1);
}

.img-blk:hover a.gellerry_image {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

 
  

 /* =================================================== FINCAS-SOLO PAGE END && E-COMMERCE PAGE START =================================================== */ 



 

.bredcramp-wrp.e-commerce h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: -50px;
}
.ecommerce-area {
  padding: 100px 0;
}

.e-top p {
  color: #848484;
}
.e-top p a {
  text-decoration: underline;
}
 
.e-top .btns p {
  display: inline-block;
  width: 200px;
  height: auto;
/* border: 1px solid #848484; */
  font-size: 18px;
  font-weight: 500;
  color: #848484;
  /* padding: 15px; */
  overflow: hidden;
  margin-right: 0px;
  text-transform: uppercase;
  line-height: 20px;
  transition: .3s;
  border-right: solid 1px #b4252d;
  margin-left: 40px;

} 
.e-top .btns p a {  
  text-transform: lowercase;
  text-decoration: none;
} 
.e-top .btns p a:hover {  
  text-decoration: underline;
} 
.e-top .btns p:nth-child(1) {
  display: inline-block;
  width: 160px;
  height: auto;
  /* border: 1px solid #848484; */
  font-size: 18px;
  font-weight: 500;
  color: #848484;
  /* padding: 15px; */
  overflow: hidden;
  margin-right: 0px;
  text-transform: uppercase;
  line-height: 20px;
  transition: .3s;
  border-right: solid 1px #b4252d;
  margin-left: 0px;
}
.e-top .btns p:last-child {  
  border-right: none;
}
/* .e-top .btns p::after{
  content:"";
  border-right: solid 1px;
} */
/* .e-top .btns a:hover{
  border-color: #000;
  background: #000;
  color: #fff;
} */
.e-contact {
  display: flex;
  align-items: end;
}

.e-contact img {
  margin-right: 20px;
}

.e-wrp p {
  font-weight: 500;
  color: #848484;
  margin-bottom: 30px;
}

.e-wrp p b {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
}
.e-wrp p span {
    display: block;
    font-weight: 300;
    margin-top: 10px;
}
.btns {
  margin-bottom: 50px;
  margin-top: 60px;
}
.top-tag {
  display: flex;
} 
.top-tag a {
  color: #b4252d;
  font-weight: 500;
  margin-right: 18px;
  padding-right: 18px;
  border-right: 2px solid #b4252d;
  line-height: 20px;
}
.top-tag a.activo {
  text-decoration: underline;
}
.top-tag a:hover{
  text-decoration: underline;
}
.top-tag a:last-child{
  margin: 0px;
  padding: 0px;
  border: none;
}
h2.blk-title {
  font-style: normal;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  color: #b4252d;
  margin-bottom: 20px;
  margin-top: 60px;
}

.product-blk {
  background: #f6f2f2;
  margin-bottom: 50px;
  height: 550px;
 /*  height:635px; */
}
.grande{
  height:635px;
}
.product-blk img {
  width: 100%;
}
.product-wrps:nth-child(2) {
  padding: 10px 25px;
  padding-top:25px;
  background: #f6f2f2;
  min-height: 124px;
}
.product-wrps:nth-child(4) {
  padding: 10px 25px;
  padding-top:0px;
  background: #f6f2f2;
  min-height: 50px;
}
.product-wrps:nth-child(5) {
  padding: 0 25px;
  background: #f6f2f2;
  min-height: 75px;
}
.product-wrps{
  padding: 10px 25px;
  padding-top:0px;
  background: #f6f2f2;
  height: 30px;
}

.product-wrps p {
  font-weight: 500;
  color: #848484;
}

.product-wrps .icon {
  display: block;
  margin: 0px 0;
  padding-top: 5px;
}

.product-wrps .icon a {
  display: inline-block;
  margin-right: 5px;
}

.product-wrps .icon a img {
  display: block;
}

.buttons {
  display: flex;
  align-items: center;
}

.buttons a.button, .buttons button.button{
  min-width: 151px;
  height: 50px;
  max-width: 151px;
  background: #b4252d;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 5px;
  transition: .3s;
}
.buttons a.button:hover, .buttons button.button:hover{
  background: #fff; 
  color: #b4252d;
}
.buttons a {
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  color: #b4252d;
}
.buttons button {
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  color: #b4252d;
  border: none;
}
.product-wrps p span{
  font-weight: 300;
}
.product-bottom {
  text-align: right;
  border-top: 1px solid #848484;
  padding-top: 60px;
}
.product-bottom a { 
  height: 50px; 
  background: #b4252d;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 30px;
  display: inline-block;
  transition: .3s;
}
.product-bottom a:hover{
  background: #fff; 
  color: #b4252d;
}


 
.deliver-dtls {
  background: #f6f2f2; 
}
.dtls {
  padding-top: 50px;
  padding-bottom: 100px; 
}
.dtl-top.dtls { 
  border-bottom: 5px solid #fff;
  height: auto;
  padding-bottom: 100px;
}
.dtl-wrp h3 {
  
  font-size: 36px;
  font-style: normal;
  color: #848484;
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 50px;
}
.dtl-wrp h3 span{
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  font-size: 23px;
  margin-top: -35px;
}
.dtl-wrp h3 img {
  margin-left: 45px;
}

.dtl-wrp  p {
  color: #848484;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
.inner-wrp p {
  margin-bottom: 25px;
}

.inner-wrp p b {
  display: inline;
}

.inner-wrp {
  margin-top: 30px;
}
.inner-wrp p b span{
  font-weight: 300;
}
.inner-wrp a {
  width: 80%;
  height: auto;
  background: #b4252d;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 30px;
  display: inline-block; 
  transition: .3s;
}
.inner-wrp a:hover{
  background: #fff; 
  color: #b4252d;
}

.dtls {
  position: relative;
}
/* .dtls:after {
  content: "";
  position: absolute;
  width: 44%;
  height: 265px;
  background: url(../img/af.png);
  background-size: cover;
  top: 0;
  right: 0;
} */
/* .dtl-bottom.dtls:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 250px;
  background: url(../img/sm.png);
  background-size: cover;
  bottom: 0;
  right: 44%;
} */
/* .dtl-bottom.dtls:after { 
  width: 44%;
  height: 100%;
  background: url(../img/afb.png); 
  background-size: cover;
} */

.dtl-bottom .inner-wrp a {
  max-width: 220px;
}

.dtl-bottom .inner-wrp {
  margin-top: 30px;
}
.dtl-bottom {
  padding-bottom: 280px;
}

.conditions-area {
  padding: 100px 0;
}

.condition-wrp h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #848484;
  margin-bottom: 30px;
}
.condition-wrp li {
  color: #848484;
  margin-bottom: 15px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}
.condition-wrp li:after {
  background: #848484;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 8px;
  content: "";
  left: 0;
}










 /* =================================================== E-COMMERCE PAGE END && CONTACT PAGE START =================================================== */  




 .top-wrp .info {
  margin-top: 70px;
}

.top-wrp .info p a {display: block;font-weight: 500;margin-top: 5px;transition: .3s;}

.top-wrp .info p a:hover{
  opacity: .5;
}
.top-wrp .info p {
  margin-bottom: 35px;
}

.top-wrp .info p a span {
  font-size: 36px;
  display: block;
  margin-top: 10px;
}

.top-wrp .info p b {
  display: block;
}
.info-area.main-info .top-wrp h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 30px;
}
.info-area.main-info .top-wrp h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 30px;
}
.info-area.main-info .top-wrp p b{
  margin-top: 50px;
  margin-bottom: 30px;
  display: block;
}
.our-location .posts {
  margin: 40px 0;
}


 /* =================================================== CONTACT PAGE END =================================================== */  

 .modal-header {
  padding: 0;
  background: none;
  border: none;
}

.modal-body {
  padding: 0;
}

.modal-content {
  background: none;
  border: none;
}

.modal-body form {
  display: flex;
}

.modal-body form input {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  outline: none;
  margin-right: 10px;
  padding: 5px;
}

.modal-body form button {
  padding: 0px 30px;
  color: #fff;
  background: #000;
  border: 0px solid #000;
  outline: none;
  text-transform: capitalize;
}
.modal-body div {
  display: flex;
}

.modal-body div input {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  outline: none;
  margin-right: 10px;
  padding: 5px;
}

.modal-body div button {
  padding: 0px 30px;
  color: #fff;
  background: #000;
  border: 0px solid #000;
  outline: none;
  text-transform: capitalize;
}
.modal-header .close {
  padding: 0;
  margin: 0;
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  line-height: 55px;
  background: white;
  border-radius: 50%;
  text-shadow: none;
  display: block;
  opacity: 1;
}
/***********  COOKIE BANNER   ***********/
#overbox3 {
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    z-index: 999999;
    transition: 0.5s;
    display: block;
}

#overbox3.active {
    bottom: -149px;
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 148px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    /* box-shadow: 0 -5.5px 22px rgba(0,0,0,.5); */
}

#btnbox3 {
    background-color: #fff;
    width: max-content;
    padding: 3px 19px;
}

#btnbox3 a {
    color: #000;
}

#btnbox3 a:hover {
    text-decoration-line: underline;
}

#infobox3 p {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #000;
    width: 80%;
    margin-left: 10%;
    padding-top: 27px;
}

#infobox3 p a {
    margin-left: 27px;
    color: #000;
}

.products-list .product-item,.products-list .product-item-title{
  transition: all .4s;
}

.pedidos {
  margin: 150px 0;
  margin-top: 200px;
}

/* 1. Carrito */
.pedidos {
  margin: 100px 0;
  margin-top: 200px;
}
.pedidos nav a{
  text-decoration: none;
  pointer-events: none;
}

.pedidos .nav-tabs .nav-link {
  color: #d3d8de;
  border-bottom: solid 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 0px 69px;
  margin: 30px 0px 50px 0;
}
.pedidos .nav-tabs .nav-link.active {
  color: #b4252d;
  text-decoration:none;
}

.pedidos .table thead th {
  vertical-align: bottom;
  border: 0px solid #dee2e6;
  font-weight: 300;
}
.pedidos .table td, .pedidos .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.conditions-area2 {
  padding: 50px 0;
}
.pedidos .btnwhite{
  border: solid 1px #bbb5b5;
  padding: 18px 14px;
  font-weight: 500;
  background: none;
  transition: .3s;
}
.pedidos .btnwhite:hover{
  border: solid 1px  #000;
  background-color: #000;
  color: #fff;  
}
.pedidos .btnred{
  border: solid 1px  #b4252d;
  padding: 18px 99px;
  font-weight: 500;
  background-color: #b4252d;
  color: #fff;
  transition: .3s;
}
.pedidos .btnred.red2{
  border: solid 1px  #b4252d;
  padding: 18px 99px;
  font-weight: 500;
  background-color: #b4252d;
  color: #fff;
  transition: .3s;
}
.pedidos .btnred:hover{
  border: solid 1px #b4252d;
  background-color: #fff;
  color: #b4252d;  
}

.pedidos .table.tabletotal td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  border-bottom: 0px solid #dee2e6;
}


/* 2. Datos personales */
.contact-area2{
  padding: 0 0;
}
.contact-area2 .agrre-texts {
  margin-top: 0px;
  padding-left: 40px;
  padding-right: 30px;
}


/* 3. Pago */


.pedidos .resumen.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  border-bottom: 0px solid #dee2e6;
  color: #848484;
  font-weight: 500;
}
.pedidos .resumen.table td{
  padding: .75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  border-bottom: 0px solid #dee2e6;
  color: #848484;
}
.pedidos .resumen.table .rtotal{
  font-weight: 600;
  color:#000;
}
.pedidos .m-blk {
  background: #b4252d;
  padding: 50px 85px 50px 85px;
  color: #fff;
  max-width: 607px;
  margin-bottom: 200px;
}
.pedidos .m-blk h2{
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 65px;
  margin-bottom: 30px;
}
.pedidos .m-blk p{  
  margin-bottom: 36px;
}
.pedidos .m-blk img{
    left: 405px;
    top: 121px;
    position: absolute;
    z-index: -1;
}
a.idi.active{
  text-decoration: underline;
}
.item.logo-item{
    width: 160px!important;
    height: 100px!important;
}
.icon-Cesta_menos, .icon-Cesta_{
  cursor:pointer;
}