/* ----- RESET + FONTS ----- */

@font-face {
  font-family: 'Druk';
  src: url('../fonts/Druk-CondSuper.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Druk';
  src: url('../fonts/DrukWide-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
  scroll-behavior: smooth;
  font-family: 'Nunito Sans' !important;
  font-weight: 400;
  font-style: normal;
  background-color: rgb(95,10,255);
  width: 100%;
  position: relative;
}

*{
  padding: 0;
  margin: 0;
  box-sizing: 0;
}

p{
  margin-bottom: 0;
}

html, body {
  overflow-x: hidden;
}

#email{
  position: absolute;
  top: -9999px;
}

/* ----- NAVBAR ----- */

.nav-logo {
  width: 250px;
  cursor: pointer;
}

.navbar{
  display: flex;
  justify-content: space-between;
  background: rgb(95,10,255);
  align-items: center;
  z-index: 10;
  color: #FFFBFA;
  width: 100%;
  padding: 0.2rem 3rem;
}

.title{
  color: #FFFBFA;
  font-weight: 100;
  font-style: italic;
  font-family: 'Druk';
  font-size: 20px;
  text-align: center;
}

.errormsg, #contacterr {
  color: rgb(255, 123, 123);
  background-color: rgba(237, 170, 181, 0.325);
  border-radius: 20px;
  width: fit-content;
}

/* ----- MAIN CONTAINER ------ */

.side-1{
  width: 55%;
  background-image: linear-gradient(rgba(96, 10, 255, 0.26),  rgba(96, 10, 255, 0.673)), url("../images/background1.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  color: white;
  display: flex;
}

.side-txt{
  margin-top: auto;
  align-self: flex-end;
  padding-bottom: 2rem;
}

.side-txt>h1{
  padding: 1rem;
  font-size: 35px;
  width: 80%;
  margin: auto;
  font-family: 'Druk';
  font-style: italic;
  font-weight: 800;
}

.side-txt>p{
width: 80%;
font-size: 15px;
margin: auto;
padding-left: 1rem;
}

.side-2{
  width: 60%;
  margin: auto;
  padding-bottom: 1rem;
  background-color: #eff2fc;
} 

.main-container{
  display: flex;
}

.side-container{
  margin: auto;
  width: 100%;
}

.offer{
  border: 1px solid #3d00ae;
  background-color: #FFFBFA;
  border-radius: 5px;
  display: flex;
  padding: 1rem;
  margin: auto;
  margin-bottom: 0.5rem;
  max-width: 690px;
  transition: 0.5s all;
  transform: scale3d(0.93, 0.93, 0.93);
  cursor: pointer;
}

.offer:hover{
  border: 1px solid black;
  background-color: #5f09fe;
  color: #FFFBFA;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -transform: scale3d(1, 1, 1);
}

.offer:hover span{
  color: white;
  transition: 0.3s all;
}

.offer:hover .prime, .offer:hover hr{
  background-color: black;
}

.offer-1{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-top>h2, .offer-1>h2{
font-family: 'Druk';
font-style: italic;
font-size: 22px;
}

.offer-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.offer-price{
  display: flex;
  align-items: center;
}

.offer-price>p{
  margin-bottom: -2rem;
  margin-left: 0.3rem;
}

.offer-price>h3{
  font-family: 'Druk';
  font-style: normal;
  font-size: 90px;
}

.prime{
  width: 100%;
  background-color:#4300c0;
  color: white;
  border-radius: 50px;
  padding: 0.1rem;
  text-align: center;
}

.offer-prime{
  font-size: 0.9rem;
}

.check{
  color:#4300c0
}

.offer-hr{
  border: 2px solid #3d00ae;
  opacity: 1;
  height: 7rem;
  margin: auto;
}


.info-btn{
  padding: 0.7rem 0.5rem;
  width: 80%;
  margin: auto;
  background-color: #5F0AFF;
  border-radius: 50px;
  color: #FFFBFA;
  cursor: pointer;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: 1s all;
}

.info-btn:hover{
  background-color: #FFFBFA;
  color:#5F0AFF;
}

/* ------ FORM ------- */

.form{
  background-color: #5F0AFF;
  padding: 1rem;
}

.form-title{
  font-family: 'Druk';
  font-style: italic;
  font-size: 30px;
  text-align: center;
}

.form-subtitle{
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #5F0AFF;
  padding-bottom: 1rem;
}

.formulario{
  margin: auto;
  padding: 0.5rem 1rem;
  border: 1px solid #5f09fe;
  border-radius: 5px;
  background-color: #FFFBFA;
  width: 50%;
  margin-top: 1rem;
  padding: 3rem;
  min-width: 350px;
}

.form-btn{
  width: 100%;
  background-color: #5f09fe;
  font-size: 20px;
  font-weight: 800;
  color: #FFFBFA;
  border: 0;
  margin-top: 1rem;
  padding: 0.4rem;
  border-radius: 10px;
  transition: 1s all;
}

.form-btn:hover{
  background-color: #321073;
}

.input-form{
  margin-bottom: 0.3rem;
  border: 1px solid #5F0AFF;
  background-color: #eff2fc;
  width: 60%;
}

.container-names{
  display: flex;
  align-items: center;
  gap: 10px;
}

#fieldemail, #fieldphone{
  width: 100%;
}

.choose{
  display: flex;
  align-items: space;
  justify-content: space-between;
  margin: 0.8rem 0;
  border-left: 4px solid #5F0AFF;
  padding-left: 0.5rem;
}

.sel{
  padding-left:1rem;
}

.sel>img{
  padding-bottom: 0.3rem;
}


.form-check-label{
  font-size: 14px;
}

.form-check-label>a{
  color:#5F0AFF;
}


/* ----- FOOTER ------ */

.footer {
  color: #FFFBFA;
  background: rgb(95,10,255);
  display: flex;
  justify-content: center;
  padding: 0.5rem 2rem;
  align-items: center;
  text-align: center;
}

.footer>p{
  padding-left: 0.5rem;
}

.footer>p>a{
  color: #FFFBFA;
}

/* Realised by */

.really{

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 1.5em;
  color: #999;
  width: 50%;
  /*max-width: 800px;*/
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -25%;
  transform: scale(0, 0);
  transition: all 0.5s ease;
  z-index: 9;
  overflow:hidden;
  /*margin: auto;*/
}

.reallyactive{
  transform: scale(1, 1);
  /*position: fixed;*/
}

#realisedbybox{
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 400px;
}

#realisedby img {
  max-width: 200px;
}

#realisedbyclose {
  float: right;
  margin-right: 15px;
}

.fa-window-close{
  border: 0;
  border-radius: 5px;
  color: #f1faee;
  background-color: #ff97a7;
  font-weight: 600;
  padding: 0.1rem 0.3rem;
  font-style: normal;
}

/* Loader */

.thankyouloader {
	background-image: url("images/loader.gif");
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: #FFFBFA;
	width: 100%;
	height: 100%;
}

.loader {
	background-image: url("images/loader.gif"); 
	width: 30px;
	height: 30px;
	/*border: 1px solid grey;*/
	/*border-radius: 5px;*/
	z-index: 10;
	/*position: relative;
	top: 50%;
	left: 50%;*/
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 30px;
	max-height: 30px;
	float: left;
}

.thanks-span{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.thanks-span>img{
  width: 100px;
  height: 100px;
}

/* ----- MEDIA QUERYS ------ */


/* mid-screen */

@media (max-width: 2560px) {

.hero-text{
  font-size: 50px;
}

.side-1{
  background-position: center;
}
}

@media (max-width: 1500px) {
  .hero-text{
    font-size: 35px;
  }

  .side-1{
    background-position: bottom;
  }
  }


@media (max-width: 991px) {
  .form-container{
    display: flex;
    justify-content: center;

  }

.form-horizontal{
width: 100%;
}

.side-1{
width: 100%;
background-position: top;
}

.side-txt{
  padding-top: 0rem;
  padding-bottom: 0;
}

.side-txt>p{
  font-size: 12px;
}

.side-2{
  background-color:rgb(95,10,255);
}

.side-2{
  width: 100%;
}

}

@media (max-width: 767px) {

  .really{
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 1.5em;
    color: #999;
    width: 80%;
    /*max-width: 800px;*/
    min-height: 500px;
    position: fixed;
    top: 10%;
    left: 30%;
    margin-left: -20%;
    transform: scale(0, 0);
    transition: all 0.5s ease;
    overflow:hidden;
    /*margin: auto;*/
  }

  .reallyactive{
    transform: scale(1, 1);
    /*position: fixed;*/
  }

  .formulario{
    padding:1rem;
  }
  

  .side-txt>h1{
    font-size: 26px;
    font-weight: 100;
    font-style: italic;
    font-family: 'Druk';
  }

  .side-txt>p{
    font-size: 12px;
  }

  .main-container{
    flex-direction: column;
  }

  .offer-price{
    flex-direction: column;
    padding: 0 0.5rem;
  }

  .offer-1{
    gap:3px;
  }

  .offer-price>h3{
    font-size: 75px;
    padding-top: 1.5rem;
  }

  .offer-price>p{
    margin-top: -1.5rem;
  }

  .form{
    padding: 1rem 0.3rem;
  }

}

/* mobile */

@media (max-width: 575px) {

  .really{
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 1.5em;
    color: #999;
    width: 100%;
    /*max-width: 800px;*/
    min-height: 500px;
    position: fixed;
    top: 10%;
    left: 0;
    margin-left: 0;
    transform: scale(0, 0);
    transition: all 0.5s ease;
    overflow:hidden;
    /*margin: auto;*/
  }

  .reallyactive{
    transform: scale(1, 1);
    /*position: fixed;*/
  }

  .prime{
    font-size: 0.5rem;
    margin-top: -0.5rem;
  }

  .offer-top{
    width: 190%;
  }

  .nav-logo{
    width: 100px;
    margin-top: 0.8rem;
  }

  .navbar{
    flex-direction: column;
    gap: 5px;
    padding: 0;
  }

  .title{
    font-size: 17px;
  }

  .offer-1>h2, .offer-top>h2{
    font-size: 17px;
    }

    .offer-1>p{
      font-size: 11px;
    }

    .offer-price>h3{
      font-size: 65px;
      margin-top: -0.7rem;
    }

    .offer-price>p{
      margin-left: 3rem;
    }
  .input-form{
    width: 100%;
  }
  .container-names {
flex-direction: column;
  }

  #fieldemail, #fieldphone {
    width: 100%;
    margin-top: 0.6rem
  }

  .footer{
    flex-direction: column;
    padding-bottom: 1.5rem;
  }

  .footer>img{
    padding-bottom: 0.5rem;
    padding-top: 1rem;
  }

  .footer>p{
    margin-bottom: 0;
  }

  .offer {
    transform: scale3d(0.93, 0.93, 0.93);
    align-items: center;
}
}

/* Contact Form */


.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 20px 40px;
  color: #999;
  position: fixed;
  top: 10%;
  margin-left: 35%;
  margin-right: 35%;
  margin-top: 0px;
  padding: 10px;
  z-index: 10;
  height: auto;
  max-width: 500px;
  
  transform: scale(0, 0);
  transition: all 0.5s ease;
}

#contactform{
  width: 95%;
}

.contact-btn{
  background-color: #5F0AFF;
  border:0;
  color: #FFFBFA;
  font-size: 20px;
  margin: auto;
  padding: 0.5rem;
  width: 100%;
  border-radius: 10px;
  transition: 1s all;
}

.contact-btn:hover{
  background-color: #3d00ae;
  color: #FFFBFA;
}


.contactactive{
  transform: scale(1, 1);
  position: fixed;
}

.form-control{
  margin-bottom: 0.5rem;
}


#xclose {
  /*position: fixed;*/
  padding: 5px;
  margin: 0 5px 10px 0;
  background-color: #ececec;
  border: 1px solid #c5c5c5;
  width: 26px;
}


#bclose {
  border: 0;
background: none;
}

/* Thank you */


#thankyoubg {

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
}

#thankyoubox {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  background-image: url('../images/thankyou-bg.jpg');
  background-size: cover;
  background-position: -80px;

}

#thankyoutxt {
  margin-left: 60%;
  text-align: center;
  padding-top: 25%;
}

#thankyoutxt1 {
  color: #ea740e;
}

#thankyouhr {
  background-color: #d20f1d;
  height: 5px;
  width: 50%;
  margin: 10px auto 10px auto;
}

.thanks-page{
	max-width: 900px;
	width: 100%;
	margin: auto;
	border: 1px solid #c2c2c2;/* Este border se quitará cuando se haga en popup*/
	background-color: #f4f4f5; 
	position: fixed;
  	top: 5%;
  	left: 50%;
	transform: translateX(-50%);
  	margin-top: 0px;
  	z-index: 10;
  	opacity: 1;
  	-webkit-transition: opacity 1000ms linear;
  	transition: opacity 1000ms linear;
}

.info-thanks{
	padding: 25px 40px;
}

.text{
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #4D4D4D;
	text-align: center;
}

.text h1{
	font-size: 2.5em ;
	font-weight: bold;
	color: #0091A9;
}

.text h4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
}

.text span{
	font-size: 1em;
	font-weight: lighter;
}

.line{
	height: 6px !important;
	width: 45%;
	margin: 0 auto 20px;
	color: #0091A9;
	border-radius: 2px;
	opacity: 100%;
}

.more-webs{
	width: 100%;
	margin: 20px auto 30px;
  overflow-y: scroll;
  height: 100%;
}

.web{
	background-color:#fff;
	border: solid 1px #c2c2c2;
	text-align: center;
	margin: 0 auto;
	padding: 25px;
}

.web li{
	text-align: left;
}

.web img{
	max-width: 70px;
	width: 100%; 
}

.list{
	height: 180px;
	margin-top: 20px;
}

.hide{
	display: none;
}

.btn-thanks{
	max-width: 200px;
    width: 100%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding: 10px;
    font-size: 1em;
    color: #ffffff;
    background-color: #e68016;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 10px;
    border: 0;
}

.btn-thanks:hover{
	background-color: #d9580b;
	color: #ffffff;
}


@media screen and (max-width: 1400px){

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    

    transition: all 0.5s ease;
  }

} 

@media screen and (max-width: 1024px){

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    
    transition: all 0.5s ease;
  }

} 

@media screen and (max-width: 768px){

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    
    transition: all 0.5s ease;
  }

  #contactform{
    width: 100%;
  }

  .offer-container{
    flex-direction: column;
  }


} 


@media screen and (max-width: 425px){


  .thanks-page{
    padding-bottom: 20rem;
  }

  .offer-container {
    width: 100%;
} 

.offer-description{
  padding: 0.2rem;
  padding-left: 2rem;
}

.choose{
  margin-bottom: 0.8rem;
}

.choose>p{
  font-size: 15px;
}

.form-check-label{
  font-size: 10px;
}

.sel{
  margin-right: 0;
  font-size: 15px;
}

.formulario{
  width: 100%;
}
}

/* LOADER */

.spinner {
  color: original;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.spinner div {
  transform-origin: 40px 40px;
  animation: spinner 1.2s linear infinite;
}
.spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #5F0AFF;
}
.spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




/* Loader */

.loaderbg{
  background-color: #c1c1c18a;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  }


/* Loader */

.thanks-span{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#thankyouloader-txt{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:20px;
  color: green;
}

#loader-txt{
  background-image: rgba(0, 128, 0, 0.115);
  border-radius: 10px;
  padding: 1rem;
  width: 150%;
}

#loader-txt>h1{
  font-weight: 800;
  color: white;
}

#loader-txt>h4{
  color: black;
}

.logo-loading{
  margin-top: 1.5rem;
}

.highlight {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(89, 0, 255, 0.2),
    rgba(140, 0, 255, 0.7) 95%,
    rgba(72, 0, 255, 0.1)
  );
}


@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}

@media screen and (max-width: 610px){
  
  .loader-svg {
  margin:0;
  margin-top: 15rem;
  margin-bottom: 5rem;}
  
  #loader-txt>h4{
    font-size: 15px;
  }
}

@media screen and (max-width: 425px){

  #thankyouloader-txt {
    top: 40%;
  }

} 