<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


#cone { 
	border-top: 100px solid white; 
	-moz-border-radius: 60%; 
	-webkit-border-radius: 60%;  
	border-radius: 60%;
}
#celu { position: relative; top: -550px; width: 350px; z-index: 901;}
@media (min-width:280px){#celu{ left: 0%;}}
@media (min-width:768px){#celu{ left: 0%;}}
@media (min-width:885px){#celu{ left: 5%;}}
@media (min-width:992px){#celu{ left: 10%;}}
@media (min-width:1200px){#celu{ left: 18%;}}
@media (min-width:1400px){#celu{ left: 20%;}}
/* Counter
		-------------------------------------------------------------- */
.roll-counter {
	text-align: center;
}
.roll-counter i {
	font-size: 30px;
}
.roll-counter .name-count,
.roll-counter .numb-count {
	font-family: "Raleway", sans-serif;
}
.roll-counter .name-count {
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0;
}
.roll-counter .numb-count {
	font-size: 44px;
	padding: 0;
	font-weight: 600;
}

.overlay {
	background-color: transparent;
	opacity: 1;
}


/*SEND */
textarea, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"] {
	width: 100%;
	/*border: 0px;*/
	padding: 10px;
	background: none;
	line-height: 22px;
	color: inherit;
	font-family: inherit;
	border: 1px solid;
		border-top-color: currentcolor;
		border-right-color: currentcolor;
		border-bottom-color: currentcolor;
		border-left-color: currentcolor;
	border-color: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
input[type="text"], textarea, input[type="email"], input[type="password"], input[type="tel"], input[type="url"] {
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #999999;
	border-color: #dddddd;
	background-color: white;
	border-radius: 5px;
	padding: 5px;
	margin: 3px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"] {
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-bottom: 1px solid;
	/*border-color: inherit;*/
	color: inherit;
	color: #999999;
	border-color: #dddddd;
}

/*MODDS */
.btn:hover{
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0),0 4px 15px 0 rgba(0,0,0,0);

}
.btn {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0),0 2px 10px 0 rgba(0,0,0,0);
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	color: none !important;
	border: 1px solid transparent;
	border-radius: 50px;
}
.form-control {
	margin-top: 0;
	margin-bottom: 0;
}
.navbar {
	font-weight: 500;
}
.parallax-frase {background-image:url(../images/bg.jpg)}
/*OTRO PARALAX*/
.parallax-1 {background-image: url(" ../images/internas/1.jpg");}
.parallax-2 {background-image: url("../images/internas/2.jpg");}
.parallax-3 {background-image: url("../images/internas/3.jpg");}
.parallax-1, .parallax-2, .parallax-3 {
	/* Set a specific height */
	height: 400px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.parallax-frase{
            /* Set a specific height */
            height: 400px;
            /* Create the parallax scrolling effect */
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;

        }


@media only screen and (max-width: 768px) {
 .parallax-frase{
            /* Set a specific height */
            height: 900px;
            /* Create the parallax scrolling effect */
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;

        }
}


 /* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1024px) {
	.parallax-1, .parallax-2, .parallax-3 {
		background-attachment: scroll;
	}
} 
.btn-transp{
	/*border-color: white;*/
	background: none !important;
	/*border: 2px solid;*/
}
.btn-blanca:focus, .btn-blanca:hover {
    background-color: white !important;
	color: #333333;
}
.btn-blanca{min-width: 170px;}

#linksmenu a:link, #linksmenu a:visited  {text-decoration:none; color:#fff; }
#linksmenu a:hover, #linksmenu a:active {text-decoration:none; color:#111; box-shadow: 0 2px 5px 0 rgba(0,0,0,0),0 2px 10px 0 rgba(0,0,0,0); }

#mapslink a:link, #mapslink a:visited  {text-decoration:none; color:#fff; }
#mapslink a:hover, #mapslink a:active {text-decoration:underline; color:#404040; }

/*DEGRADADO LINEAL EN DIAGONAL*/
.degradadoFondo {
	/*min-height: 964px;*/
	background: -webkit-linear-gradient(left top,  #DF3E20, #F09562); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #DF3E20, #F09562); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #DF3E20, #F09562); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #DF3E20, #F09562); /* Standard syntax */
}	
		


/*FONDO PARA ROLLOVER en IMAGENES */
/*@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);*/
figure.snip1328 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  max-height: 220px;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
figure.snip1328 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1328 img {
  opacity: 1;
  width: 100%;
}
figure.snip1328:after, figure.snip1328:before {
  background: #000000;
  width: 0;
  height: 100%;
  position: absolute;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
figure.snip1328:after {
  top: 0;
  left: 0;
}
figure.snip1328:before {
  right: 0;
  bottom: 0;
}
figure.snip1328 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
figure.snip1328 h3, figure.snip1328 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1328 h3 {
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1328 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}
figure.snip1328 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
figure.snip1328:hover img, figure.snip1328.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1328:hover:after,
figure.snip1328.hover:after,
figure.snip1328:hover:before,
figure.snip1328.hover:before {
  width: 100%;
  height: 100%;
}
figure.snip1328:hover figcaption h3,
figure.snip1328.hover figcaption h3,
figure.snip1328:hover figcaption p,
figure.snip1328.hover figcaption p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1328:hover figcaption h3, figure.snip1328.hover figcaption h3 {
  opacity: 1;
}
figure.snip1328:hover figcaption p, figure.snip1328.hover figcaption p {
  opacity: 0.7;
}
.btn-danger {
    color: #fff;
    background-color: #A3191A;
    border-color: #A3191A;
}

@media (min-width:768px){.panelDireccion{ min-height: 30px; height: auto; padding: 10px; }}
@media (min-width:885px){.panelDireccion{ min-height: 30px; height: auto; padding: 10px; }}
@media (min-width:992px){.panelDireccion{ min-height: 262px; height: auto; padding: 10px; }}
@media (min-width:1200px){.panelDireccion{ min-height: 262px; height: auto; padding: 10px; }}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #706A5C;
    background-image: none;
    border: 1px solid #706A5C;
    border-radius: 4px;
}
.navbar-toggle:hover {
    background: #EAE3D8 !important;
}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    text-decoration: none;
    background-color: #EAE3D8;
}
.titu1{
    color: #800101;
    font: 500 2em Roboto,Arial,Helvetica;
    font-weight: 500;
    margin: 0.25em 0;
    text-transform: uppercase;}
.titulovideo{
    padding-top: 20px;}

#contenido2 #signals a:link, #contenido2 #signals a:visited  {text-decoration:none; color:#AFAFAF; }
#contenido2 #signals a:hover, #contenido2 #signals a:active {text-decoration:underline; color:#AFAFAF; }</pre></body></html>