@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#ppal #texto h1 {
	font-family: 'vw_headbold', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FFFFFF;
	line-height: 1.4em;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .6);
}
.aligencenter h1 {
	font-size: 1.2em;
	color: #2a2a2a;
	font-family: 'Montserrat', sans-serif;
	margin-top:10px;
	font-weight:600;
}
#ppal #texto h3 {
	font-family: 'vw_headbold', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.1em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .6);
}
.aligencenter h3 {
	font-size: 0.8em;
	color: #2a2a2a;
	font-family: 'Montserrat', sans-serif;
	margin-top:5px;
	font-weight:400;
}
.formulario p {
margin-bottom:0.4em;}
.big{
font-size: 1.8em;
margin-bottom: 30px;
line-height: 1.2em;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#texto {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 55px;
	width:70%;
	float:left;
}
#mujer{
	width:28%;
	float:left;
}
.mar30{
margin-top:30px;}
.aligencenter{
text-align:center;
display: flex;
 flex-direction: column;
 justify-content: center;}

.padre { display:flex;
align-content: flex-start;
 justify-content: space-around;
flex-direction: row; }

.contenido{
width: 90%;
max-width: 1024px;
margin: 40px auto;}

.contenido-slider{
	width: 100%;
	max-width: 1024px;
	margin: 40px auto;}

#topbar {
display: flex;
padding-top:20px;
padding-bottom: 20px;
width: 90%;
max-width: 1024px;
margin: 0 auto;
justify-content: space-between;}

#logo {
-webkit-align-self: flex-start;
   align-self: flex-start;
  }
#boton {
margin-left: auto;
padding-top:20px;
}
.btn-top {
	background-color:#fe0000;
	-moz-border-radius:29px;
	-webkit-border-radius:29px;
	border-radius:29px;
	border:1px solid #fe0000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:16px 31px;
	text-decoration:none;
}
.btn-top:hover {
	background-color:#fe0000;
}
.btn-top:active {
	position:relative;
	top:1px;
}

header{
/*background-image:url(fondo.jpg);*/
background-size: cover;}

#ppal {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: 375px;
}

.btn {
	background-color:#fe0000;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:29px;
	border:1px solid #fe0000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:0.8em;
	font-weight:bold;
	padding:16px 18px;
	text-decoration:none;
	margin-top: 1em;
}
.btn:hover {
	background-color:#fe0000;
}
.btn:active {
	position:relative;
	top:1px;
}






/* 1- positionning the 2 divs */
/*form {
	display: flex;
	width: 90%;
max-width: 1024px;
margin: 0 auto;
}*/

.formulario {
background-color:#eaeaea;
padding: 20px 0;}

/* Decoration */

fieldset{
display: flex;
 flex-direction: column;
}
input,textarea, select {
	padding: .3em;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-family: inherit;
	font-size: inherit;
	background: rgba(255,255,255,1);
	width: 90%;
}
input:focus,
textarea:focus {
	outline: none;
}
input[type="submit"] {
	cursor: pointer;
	background-color:#fe0000;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #fe0000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:0.8em;
	font-weight:bold;
	padding:16px 32px;
	text-decoration:none;
	margin-top: 0.6em;
	width: 96%;
}
label {
	margin-top: 0.6em;
	text-align: left;
	font-family: 'vw_textbold', Arial, Helvetica, sans-serif;
	color:#666666;
}

#contact2{
	padding: 0 1em;
	padding-top: 2px;
}

#contact2 input,textarea, select {
	margin-bottom: 8px;
}

#contact2 input[type="submit"] {
	width: 95%;
    height: 20px;
    padding-top: 8px;
    padding-bottom: 21px;
}

@font-face {
    font-family: 'vw_headbold';
    src: url('webfontkit/vwhead-bold-webfont.woff2') format('woff2'),
         url('webfontkit/vwhead-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'vw_headregular';
    src: url('webfontkit/vwhead-regular-webfont.woff2') format('woff2'),
         url('webfontkit/vwhead-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'vw_textbold';
    src: url('webfontkit/vwtext-bold-webfont.woff2') format('woff2'),
         url('webfontkit/vwtext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'vw_textregular';
    src: url('webfontkit/vwtext-regular-webfont.woff2') format('woff2'),
         url('webfontkit/vwtext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#fotcont{
width: 90%;
max-width: 1024px;
margin: 0 auto;
    
}
footer{background-color:#333333;
width: 100%;
height: 30px;
padding-top: 15px;
color:#CCCCCC;
font-size: 0.8em;
font-family:'vw_textregular', Arial, Helvetica, sans-serif;}

.fancybox-slide>* {
    padding: 40px !important;
}