@font-face{
    font-family: montse;
    src: url(Montse.ttf);
} 

@font-face{
    font-family: meri1;
    src: url(helvetica.ttf);
} 

@font-face{
    font-family: meri2;
    src: url(meri2.ttf);
}

/*
body{
    background-image: url(cielo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.logo{
    position: absolute;
	display: block;
    margin-top: 45px;
    left: 50%;
    z-index: 9;
    height: 120px;
    width: auto;
    transform: translate(-50%, -50%); 
}

.phone{
    position: absolute;
	display: block;
    margin-top: -2px;
    z-index: 1;
    height: 26px;
    width: auto;
    right: 43px;
}

.maps{
    position: absolute;
	display: block;
    margin-top: -10px;
    z-index: 1;
    height: 40px;
    width: auto;
    right: 0px;
}  

.menuboton{
	font-family: montse;
	margin-left: 35px;
    color: black;
}

nav{
    position: fixed;
    z-index: 9;
    width: 100%;
    margin-top: 0px;
	margin-left: -8px;
}

a:hover{
    text-decoration: underline; 
}

/*ubicacion*/

.mapa{
    margin-top: 110px;
    height: 79vh;
    text-align: center;
}

.divmapa{
    width: 100%;
    margin-top: -140px;
    text-align: center;
}

.divmapa2{
    width: 100%;
    margin-top: -140px;
    text-align: center;
}

.numerodetele{
    font-family: montse;
    font-size: 30px;
    width: 100%;
    color: black;
    text-align: center;
}

.contactodiv{
    width: 100%;
    position: fixed;
    top: 50%;
    color: black;
    transform: translateY(-50%);
    text-align: center;
}

.textocontacto{
    font-family: montse;
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: black;
}

/* Contacto */

.textocontactodiv{
    width: 100%;
    text-align: center;
}

.textocontacto2{
    background-color: deepskyblue;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    font-family: montse;
    font-size: 30px;
    margin-top: 100px;
}

.clickcontacto3{
    color: white;
}

/* Casas */

.botonesmenu{
	width: 100%;
	text-align: center;
}

.botonesmenu2{
    margin-top: -30px;
	width: 100%;
	text-align: center;
}

.contactodiv2{
    margin: 85px auto 0 -.5px;
    width: 100%;
    position: relative;
    color: white;
    text-align: left;
}

.botonmenu{
	display: inline-block;
	margin-left: 70px;
	margin-right: 70px;		
}

.imgbotonmenu{
	height: 180px;
	width: auto;
}

.imgbotonmenu2{
	height: 250px;
    right: 100px;
	width: auto;
}

.textoimgcasas{
    font-family: montse;
    font-size: 30px;
    width: auto;
    margin-top: -30px;
    text-align: center;
    color: black;
}

.imgscasas{
    width: 100%;
    text-align: center;
    margin-top: 110px;
}

.imgdecasas{
    width: 300px;
    max-width: 500px;

}

/*Menu*/

a{
    text-decoration: none;
    color: black;
    font-family: montse;
}

#menu{
    position: absolute;
    width: 240px;
    height: 1200px;
    margin: -80px 0 0 -5px;
    padding-top: 80px;
    background: white;
    text-align: left;
    border-right: 5px solid black; 
    z-index: 2;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle{
    display: block;
    margin-top: -8px;
    margin-left: 13px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    text-align: justify;
}

#menuToggle span{
    display: block;
    width: 19px; 
    height: 4px;
    left: 6px;
    margin: 0;
    padding: 0;
    margin-bottom: 3px; 
    position: relative;
    background: black;
    border-radius: 10000px;
    z-index: 10;
    text-align: justify;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s;
}

#menuToggle input{
    display: block;
    width: 40px;
    height: 35px;
    position: absolute;
    top: -10px;
    left: -5px;
    text-align: left;
    cursor: pointer;
    opacity: 0;
    z-index: 12; 
    -webkit-touch-callout: none;
}

#menuToggle span:first-child{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span{
    opacity: 1;
    background-color: red;
    transition: 300ms ease-in-out;
    transform: rotate(45deg) translate(5px, -.5px);
}

#menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transition: 200ms ease-in-out;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2){
    opacity: 1;
    background-color: red;
    transition: 300ms ease-in-out;
    transform: rotate(-45deg) translate(5px, 2.5px);
}

#menu li{
    font-size: 40px;
	margin-bottom: 10px;	
    text-align: left;
    width: 100%;
    color: black;
    margin-left: -30px;
    font-family: montse;
}

#menu li:hover{
    text-decoration: underline;
}

#menuToggle input:checked ~ ul{
    transform: scale(1.0, 1.0);
    opacity: .9; /*aquies la opacity*/
    transition: 300ms ease-in-out;
}

/*slider*/

* {
  box-sizing: border-box;
}

body{
    /*overflow: hidden;*/
  width: 100%;
  height: 100%;
    padding: 0;
    margin: 0;
}

/* Navigation */
.navigation {
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.navigation-left {
  margin-left: -33px;
}

.navigation-left a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333745;
  font-size: 12px;
  font-weight: bold;
  width: 107px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  transition: all .2s;
}

.navigation-left a:hover,
.navigation-left a:focus {
  border-color: rgb(234, 46, 73);
  background-color: rgba(44, 45, 47, 0);
}

.navigation-center {
  margin-right: 85px;
}

.navigation-right {
  display: flex;
  align-items: center;
}

.login-btn {
  background-color: #b8b8b9;
  width: 97px;
  height: 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
  border: none;
  color: #333745;
  text-transform: uppercase;
  margin-left: 20px;
  transition: all .2s;
  cursor: pointer;
}
.login-btn:hover {
  transform: scale(1.06);
}

/* Slider wrapper*/
.css-slider-wrapper {
  display: block;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Slider */
.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1500ms;
  transition: -webkit-transform 1500ms, transform 1500ms;
}

/* Slides Background Color */
.slide-1 {
    background-color: white;
  left: 0;
}
.slide-2 {
  background: white;
  left: 100%
}
.slide-3 {
  background: white;
  left: 200%
}
.slide-4 {
  background: white;
  left: 300%;
}
.slider {
  display: flex;
    text-align: center;
  justify-content: flex-start;
}
.slider-content {
  width: 250px;
    text-align: center;
}


/* Slider Inner Slide Effect */
.slider h2 {
  font-family: montse;
    font-style: bold;
    color: black;
    background-color: white;
    font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0;
  line-height: 1.2;
    text-align: center;
  opacity: 1;
}

.slider h4 {
  font-size: 22px;
  color: rgba(51, 51, 51, 0.349);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.slider > img {
  position: absolute;
  right: 10%;
  bottom: 0;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.slide-1 > img {
  right: 0;
}

.buy-now-btn:after {
  content: 'Buy Now';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 35px;
  top: 18px;
}

.slider .buy-now-btn:focus,
.navigation .login-btn:focus {
  outline: none;
}

/* Animations */
.slider h2 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
.slider h4 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.4s; /* Safari */
  transition-delay: 1.4s;
}
.slider > img {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.2s; /* Safari */
  transition-delay: 1.2s;
}
/* Slider Pagger */
.slider-pagination {
  position: absolute;
  bottom: 15px;
  width: 500px;
  left: 45.5%;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.slider-pagination label {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: black;
  margin: 0 10px;
  cursor: pointer;
}

/* Slider Pagger Event */
.slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio4:checked ~ .slider-pagination .page4 {
  width: 15px;
  height: 15px;
  border: 3px solid black;
  background: transparent;
}

/* Slider Slide Effect */
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
    background-image: url(rubi.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
    background-image: url(zafiro.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
    background-image: url(gema.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
    background-image: url(prisma.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide-radio1:checked ~ .slide-1 h2,
.slide-radio2:checked ~ .slide-2 h2,
.slide-radio3:checked ~ .slide-3 h2,
.slide-radio4:checked ~ .slide-4 h2,
.slide-radio1:checked ~ .slide-1 h4,
.slide-radio2:checked ~ .slide-2 h4,
.slide-radio3:checked ~ .slide-3 h4,
.slide-radio4:checked ~ .slide-4 h4,
.slide-radio1:checked ~ .slide-1 > img,
.slide-radio2:checked ~ .slide-2 > img,
.slide-radio3:checked ~ .slide-3 > img,
.slide-radio4:checked ~ .slide-4 > img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

/* Responsive */
@media only screen and (max-width: 768px) {
  .slider h2 {
  }
  .slider h4 {
  }

  .slider-content {
    padding: 0 2%;
    background-image: url(trialcoverwirdo.gif);
  }

  .navigation {
    padding: 0 2%;
  }

  .navigation-left {
    display: none;
  }

  .number-pagination {
    right: 2%;
  }
  .slider-pagination {
    left: 2%;
  }

  .slider .buy-now-btn {
    padding: 0 15px;
    width: 175px;
    height: 42px;
  }

  .slider .buy-now-btn:after {
    top: 15px;
  }

  .slider > img {
    right: 2%;
  }

  .slide-1 > img {
    right: -110px;
  }
}