body{
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
h1{
    color: #d70d00;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,0.1);*/
    font-size: 1.6em!important;
}
h2{
    color: #222;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    font-size: 1.4em!important;
		margin-top: 50px !important;
}
#content{
    min-height: 600px;
}
#content .pure-g > div {    

}
#content .pure-g>div>*{
	margin-top: 20px;
}
.just{
  max-width: 1380px;
  margin: auto;
/*
  outline: 1px dotted silver;
*/
  padding: 30px 40px 30px 40px;
}
#nav{
  min-height: 50px;
  background-color: #d70d00;
  position: fixed;
  top:200px;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: white;

}
#head{
  background-color: white;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10020;
  
}
.footer{
  background-color: black;
  color: white;
  text-align: center;
  height: 40px;
  font-size: 1.2em;
  padding: 10px;
}

#content-jssor{

  margin-top: 230px;
}
#logo{
  background-image: url('../img/logo.png');
  position: absolute;
  width: 200px;
  height: 150px;
  top: 20px;
  left: 40px;
  
}

.pure-menu a {
  color: white;
  margin: 0px 7px 0 0 !important;
}
.pure-menu-link{
  padding-right: 8px!important;
  padding-left: 8px!important;
}
.b-red{
  background-color: #d70d00!important;
  color: white!important;
}
.red{
  color: #d70d00;
}
.round{
  border-radius: 10px!important;
}

.title-cur{
  font-size: 1.3em!important;
  font-style: italic!important;
}
.title1{
  font-size: 1.4em!important;
  font-style: italic;
  font-weight: 400!important;
}
.title2{
  font-size: 1.3em!important;
  font-weight: 400!important;
  margin: 30px 0 10px !important;
}
.cur{
  font-size: 1.5em!important;
  
}
.center{
  text-align: center!important;
}

h3.content-subhead{
  font-size: 1.3em;
}
.button-secondary {
    background-color: #d70d00;
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}


.custom-wrapper {
    background-color: transparent;
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 14em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #777;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.solo-en-movil{
  display: none;
}
.pure-button.solo-en-movil{
  display: none!important;
}

.menu-principal-oculto{
	display: block;
}
#menu-vertical{
  overflow:visible;
  position:absolute;
  top:210px;
  z-index:20000;
  float: left;
  width: 40px;
}

.pure-menu-active > .pure-menu-link, .pure-menu-link:hover, .pure-menu-link:focus {
    background-color: #000!important;
    border-radius: 8px;
}
a.pure-menu-link{
  font-size: 15px;
}
.compact .it{
  padding: 0 30px 0 30px;
  outline: 1px solid black;
}


.owl-item{
/*
  padding-left: 40px;
*/
}
.owl-carousel .item{

/*
  height: 180px;
*/
  

  
} 

.owl-carousel .item h4{
 margin-top: 0px;
 text-align: center;
 color: #555;
 font-weight: normal;
 
}
.owl-carousel .item>div{
  margin: 40px;
}
.pure-menu-horizontal .pure-menu-list {
	width: 100%;
}


/*
Panel top
*/
.fixedTopPanel{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
}

.topPanel{
    display:none;
/*
    min-height: 200px;
*/
    
    background: #d7d7d7;
    box-shadow: 0 0 20px black;
    border: 4px solid black;
    
}
.topTab{
    height: 20px;
    background: black;
    left: 260px;
    padding: 2px 10px;
    width: 80px;
    float: right;
    margin-right: 42px;
    margin-top: -2px;
    top:0;
    background: #000;
    color: white;
    display:block;
    cursor:pointer;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 0 0 5px 5px;
}



/*

*/














/*


*/

.home-menu {
    background: #fff;
    background-image: url('../../img/head.png');
    background-position: center bottom;
}
.home-menu .pure-menu-heading {
    background-image: url('../../img/logo.png');
    height: 150px;
    width: 200px;
    
}
.home-menu .pure-menu-heading span{
    display: none;
}
.home-menu .pure-menu-list{
    font-weight: bold;
    colorl: white;
    float: left;
}
.home-menu a {
    color: #fff;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #fff;
}



.content-wrapper {
    position: absolute;
    top: 610px;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}
.ribbon {
    background: #d70d00;
    color: #aaa;
}
.content, .ribbon{
    max-width: 1280px;
    margin: auto;
}
.ribbon>div>div{
  padding: 0 30px 0 30px;
}
h2.content-head {
  color: #d70d00;
  text-transform: none!important;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 20px;
}


h3.content-subhead {
  font-size: 18px;
  color: black;
  letter-spacing: 0px;
  text-align: center;
}



.pure-g p{
  font-size: 14px;
  text-align: justify;
  line-height: 20px;
  color: #777;
}

.compact .l-box>div{
  padding: 0 15%;
}


.b-red{
  background-color: #d70d00;
  
}
.red{
  color: #d70d00;
}
.b-orange{
  background-color: #F09622;
  
}
.orange{
  color: #F09622;
}
.b-green{
  background-color: #78B240;
  
}
.green{
  color: #78B240;
}

.pure-g .right{
  text-align: right;
}

.ribbon h2{
  margin-top: 0px;
  color: white;
  font-size: 26px;
}
.ribbon p{
  color: white;
  font-size: 14px;

  }

  input {
  max-width: 230px;
  margin-top: 0!important;
  
}
label{
  margin-bottom: 0;
}
i.fa{

}

 [type="search"] {
        -moz-appearance:    textfield;
        -webkit-appearance: textfield;
        appearance: textfield;

}

/*
Redes
*
* */


#redes{
  
  position: absolute;
  top: 30px;
  right: 4%;
  
}
.redes{
  width: 40px;
  height: 40px;
  margin: 2px;
  background-image: url('../img/sprite.png');
  display: inline-block;


}
#facebook{
  background-position: -15px -10px;
}
#twitter{
  background-position: -63px -10px;
}
#youtube{
  background-position: -114px -10px;
}
#instagram{
  background-position: -159px -10px;
}


#search{
  position: absolute;
  top: 153px;
  right: 3%;
  margin-right: 124px;
  z-index:1010;
   width: auto;
}
#search input[type=search]{
  border: 1px solid darkred;
  border-radius: 5px;
  width: 150px;
}
#search input[type=submit]{
  color: #d70d00;
  background-image: url('../img/sprite.png');
  background-position: -250px -14px;
  width: 30px;
  display: none;
}

#logout{
   position: absolute;
  top: 150px;
  right: 4.5%;
  z-index:1002;
}

#logout input[type=submit]{
  border-radius: 10px;
  background-image: url('../img/logout.png');
  background-repeat: no-repeat;
  background-position: 60px -12px;
  padding-right: 40px;
  font-size: 13px;
  
}


.icon::before {
  content: " ";
  height: 36px;
  width: 40px;
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 4px;

  
}
.movil.icon::before{
  background-position: -340px -10px;
}
.phone.icon::before{
  background-position: -294px -10px;
}
.email.icon::before{
  background-position: -380px -10px;
}
.gps.icon::before{
  background-position: -430px -10px;
}



.outline{
  outline:1px solid black;
}





/*
  menuuuuu
*/

#menu{
  
  top: 200px;
  position: absolute;
  left: 0;
  display:block;
  width: 100%;
  background-color: #d70d00;
  border: 1px solid black;
  z-index: 1003;
  padding-bottom: 5px;
/*
  height: 40px;
*/
/*
  overflow: visible;
*/
  
}

/*
*/

.custom-wrapper {
    background-color: #ffd390;
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 14em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #fff;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pure-button-primary {
	margin-top: 15px !important;
}
.footer {
	margin-top: 50px;
}


		
@media (max-width: 47.999em) {

    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }
		div p.precio1 {
			margin-top: 30px !important;
		}
		.pure-img {
			margin-top: 20px !important;
		}

}





/*

  css menu (vertical menu)
*/

#cssmenu {
  position: relative;
  margin: 0;
  line-height: 1;
  width: 250px;
}
.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu > ul > li > a {
  color: #dddddd;
  display: block;
  padding: 10px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: #222222;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #000000;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  background: #151515;
  color: #ffffff;
}
#cssmenu ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #000000;
  border-botom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #151515;
  border-botom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #dddddd;
  z-index: 2;
  right: 20px;
  top: 24.5px;
  pointer-events: none;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
  border-top-color: #ffffff;
}
#cssmenu ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#cssmenu ul ul li a {
  background: #f1f1f1;
  display: block;
  position: relative;
  font-size: 15px;
  padding: 8px 16px;
  border-bottom: 1px solid #dddddd;
  color: #777777;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu ul ul ul li {
  border: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #e4e4e4;
  color: #666666;
}
#cssmenu ul ul > li.has-sub > a::after {
  border-top: 13px solid #dddddd;
}
#cssmenu ul ul > li.has-sub > a::before {
  border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
  top: 18.5px;
  border-width: 6px;
  border-top-color: #777777;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
  border-top-color: #666666;
}



#cssmenu{
  position: absolute;  
  z-index: 5000;
  visibility: hidden;
  
}

#cssmenu.visible{
  animation-name: visible;
  animation-duration: 2s;
  left: 0;
  
}

#cssmenu.oculto{
  animation-name: oculto;
  animation-duration: 2s;
  left: -500px;
}

#togg-menu,#togg-menu2{
  background-image: url('../img/menu-icon.png');
  width: 36px;
  height: 36px;
  background-color: black;
  background-position: -2px -2px;
  margin-bottom: 2px;
  position:absolute;
  top:36px;
  left: 0px;
  margin-left: 3px;
  cursor: pointer;
  
}
#togg-menu2{
	/*position: fixed;*/
	left: auto;
	right: 4px!important;
	top: 202px!important;
	z-index: 500000;
	border-style: none;
}

#togg-menu.visible2{
  animation-name: visible2;
  animation-duration: 2s;
  left: 250px
}
#togg-menu.oculto2{
  animation-name: oculto2;
  animation-duration: 2s;
  left: 0;
}
@keyframes visible{
  from{left:-250px;opacity:0}
  to{left:-0px;opacity:1}
}
@keyframes oculto{
  from{left: 0px;opacity:1}
  to{left:-250px;opacity:0}
}
@keyframes visible2{
  from{left:0px}
  to{left:250px}
}
@keyframes oculto2{
  from{left: 250px}
  to{left:0px}
}

.pure-form input[type='text'], .pure-form input[type='email'] {
  width: 80%;
}
.pure-form textarea {
  width: 80%;
  height: 150px;
}
.pure-form button {
  float: right;
  margin-right: 100px;
  margin-top: 20px
}



.my-rating{
  padding: 0!important;
}









@media (max-width: 47.999em) {

    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }
  .stacktable.small-only {
		font-size: 0.8em;
	}
}

@media (min-width: 941px){
    .tablet{
        display: none!important;
    }
    body li.pc{
        display: inline-block!important;
    }
    body li.pc.tablet{
        display: inline-block!important;
    }
    
}
@media (max-width: 940px){
    .tablet{
        display: block
    }
    .pc{
        display: none!important;
    }
    body li.pc.tablet{
        display: inline-block!important;
    }
  #search input[type=search] {
/*
    display: none;
*/
   

  }
  #search input[type=submit] {
    display: none;
  }

  #redes{
/*
    zoom: 0.2!important;
*/
  }
  a.pure-menu-link{
    font-size: 13px;
    padding-left: 8px!important;
    padding-right: 8px!important;
  }


}

@media (max-width: 810px){
  #redes{ 
/*
    top: 150px!important;
*/

  }
/*
  #logout{
    top: 25px!important; 
    right: 5px!important;
    height: 50px;
    
  }
*/

  .pure-menu a {
    margin: 5px 3px 0 0 !important;
  }
  .compact .l-box>div {
    padding: 5%!important;
  }
   .icon::before {
    top: 10px!important;
  }
  .footer {
    padding: 10px;
  }
}

@media (max-width: 767px) {
.table{
    display: none!important;
}
    .pc{
        display: none!important;
    }

#search{

  top: 204px!important;

}
#togg-menu{
  display: none!important;
  
} 
  #search {
    left: 10px;
    right: auto;
    width: 190px;
    margin-top: 4px;
  } 
  #search input[type="submit"]{
    display: none;
  }

/*
  #search {
    right: auto;
    width: 190px!important;
    bottom: auto;
    left: 10px;
    margin-top: 4px;
    
  }
*/
  .solo-en-movil{
    display: block;
  }
.pure-button.solo-en-movil{
	  display: block!important;
  }
  #menu-vertical{
/*
    top:0px;
*/
  }
  #cssmenu{
    margin-top: -250px!important;
  }
	.menu-oculto-en-movil{
		display: none!important;	
	} 	
	#togg-menu.visible2{
		display: none;
	}
	.pure-button.menu-oculto-en-movil{
		display: none!important;	
	} 
	#toggle{
		display: none!important;
		visibility: hidden;
	}
}
@media (max-width: 500px){

  #logout{
    top: 30px;
    right: 3%;
    margin-right
  }
 #logout input[type=submit]{
    font-size: 1px;
    color: red;
    letter-spacing: -1px;
    height: 40px;
    padding-right: 0!important;
    background-position: 0 -10px!important;
    background-image: url('../img/logout2.png')!important;
    width: 50px;
    background-color: white!important;
  }

  #logo{
    top: 0;
    left: 50%;
    margin-left: -100px;
  }
  #redes{
    top: 150px!important;
    left: 50%;
    margin-left: -100px;
  }
  .footer {
    font-size: 14px!important;
    padding: 10px;
		margin-top: 30px;
  }
  .cur{
    font-size: 12px!important;
  }
  .icon::before {
    top: 10px!important;
  }
}

