body {
  background:white;
  font-family: Verdana, sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  position: relative;
  float: left;
  width: 25%;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #7f0000;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
  

.column:hover .overlay {
  height: 16%;
  opacity: 0.9;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 14px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}






/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:white;
   
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 990px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -0px;
}



.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.button {
    background-color: #A52A2A;
    border: 2;
    border-radius: 6px;
    color: white;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 6px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    
}


.buttonL {
    float: left;
    cursor: pointer;
    
}


.buttonR {
    float: right;
    cursor: pointer;
    
}

.button3:hover {
    background-color: #FF6347;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(14,14,14,14),0 17px 50px 0 rgba(0,0,0,0.19);
}





/* --------------Moving Text # 1------------------- */








    /* --------------L PC ------------------- */

div.spc-container {
    position: relative;
    top: 0px;

}

div.column {
    border: 2px solid #bbb;
    border-radius: 3px;
}

.modal-header {
    padding: 2px 4px;
    background-color: #323F52;
    color: white;
    
}

.modal-footer {
    padding: 2px 8px;
    background-color: #323F52;
    color: white;
    
    
}


input[type=tel] {
    background-color: #B2E7F7;
    border: 1px solid red;
    border-radius: 2px;
    outline: none;
}

input[type=tel]:focus {
    background-color: #7be59f;
}








/* ----------------------Price CSS--------------------------  */


#main{background:white; margin:1px; width:100%; height:750px; padding:0px; border:1px solid #eee;}
.spc-container{padding:0px 5px;}
#nav {list-style-type:none; float:right;}
#nav li {display:inline; margin-right:20px;}
#nav li a {text-decoration:none; color:#000000;}
.simple-price-calc {font-size: 19px; font-family:'Open Sans';}
.simple-price-calc button {display:inline-block; margin-top:20px; border:1px solid #ddd; padding:7px 10px; border-radius:5px; background:#2c3e50; color:white;}
#simple-price-total {margin-top:16px;}
#simple-price-total label{color:green; font-weight:bold; font-size:20px;} 
#sidebar3 {position:absolute; left: 715px; top:120px; padding:25px; background:#B2E7F7; width:240px; max-width:300px border:1px solid #eee;}
#sidebar2 {position:absolute; right: 1.5%; top:62%; padding:25px; background:#B2E7F7; min-width:140px; border:1px solid #eee;}



#dibujo {background:white; margin:1px; width:100%; height:430px; padding:0px; border:2px solid #eee;}
.spc-container{padding:5px 5px;}



/* Responsive Code for sidebar */

@media only screen 
and (min-width : 200px) 
and (max-width : 200px) {
.fixed-total #sidebar2 {position:relative; border:none; left:0; top:0;}
}





             /* ----------------------Animate Image--------------------------  */

.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}




