/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url("https://use.typekit.net/dbb2pgj.css");

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	font-family: all-round-gothic,sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#Contenedor {		width: 100%;
					height: 100%;
					margin: 0px;
					padding: 0px;
					overflow: hidden;
					background-color: black;				
					display: block;
					font-size: 14px;
} 
header, section,footer {
					box-sizing: border-box;
					margin: 0px;
					padding: 0px;
}
header #NavBar {
					height:61px;
					width: 100%;
					background-color: white;
					overflow: hidden;
					
}
header #NavBar #Logo img {
					width:166.7px;
					height:auto;
					margin: 8px 20px;
					padding: 0px;
					float: left;
}
header #NavBar ul { 
					width: 480px;
					height: 25px;
					margin: 18px 15px;
					padding:0px;
					float: right;	
					overflow: hidden;
}
header #NavBar ul li {					
					float:left;
					display: inline-block;
}
header #NavBar ul li a {
					padding: 0px 15px; 
					line-height: 26px;
					font-weight: 400;
					font-style: normal;
					color: black;
					font-size: 15px;
					text-align: center;
					text-decoration: none;
}
header #NavBar ul li a:hover {
					color: #33406A;
					background: rgba(72,140,183,0.50);
    				transition: color, background 1s;
}
#Cuerpo {
					width: 100%;
					height: auto;
					display: block;
					margin: 0px;
					padding: 0px;
					float: left;
}
#bread_crumbs {
	color: white;
	margin: 5px 20px;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
}

#Banner {
	width:100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 20px 0px;
	margin-bottom: 20px;
	background-image: url("../img/background.jpg");
}

.info {
	width:100%;
	height:80px;
	margin:10px 0px;
	background-color: rgba(0,0,0,0.75);
	display: block;
	text-align: center;
	color: white;
	line-height: 25px;
	font-size: 1.2em;
}

footer {
	width:100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: white;
}

footer figure {
	padding:0px 20px;
	margin: 0px;
	overflow: hidden;
	height: auto;
}

#Logo-footer img {
	width: 150px;
	height: 39px;
	float:left;
	margin: 10px;
}
#Registro {
	line-height: 59px;
	font-size: 23px;
	font-weight: 400;
}
/* QUIENES SOMOS*/

#Quienes, #Contacto {
	width: 96%;
	height: auto;
	margin: 0px 0px;
	padding:30px 2%;
	float: left;
	display: block;
	}

#Quienes{
	background: url("../img/background-2.gif") fixed;
}

.Paper {
	width:100%;
	height: auto;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background: linear-gradient(45deg, #ffffff, transparent);
}

#Quienes h1, #Contacto h1 {
	font-size: 36px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	margin: 40px 0px 10px;
}

#Quienes h2, #Contacto h2 {
	font-size: 22px;
	margin: 10px 0px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
}

#Quienes p {
	width: 70%;
	border-top: 2px solid;
	margin: 10px 15% 10px;
	padding: 30px 0px;
	font-size: 22px;
	text-align: justify;
	font-weight: 200;
	line-height: 47px;
}

#Contacto {
	background: url("../img/background-3.gif");
	background-attachment:fixed;
	color: white;
}
#Contacto form {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 10px 0px 40px;
	float: left;
	background: linear-gradient(45deg, #000000, transparent);
}

#Contacto form fieldset {
	height: 2%;
	
}

#Contacto form input, textarea {
	width: 40%;
	float: right;
	margin: 20px 20% 20px 1px;
	border: 0px;
	color: #4A4A4A;
	font-size: 20px;
}

#Contacto form input {
	height: 30px;
}

#Contacto form label {
	width: 25%;
	height: 30px;
	float: left;
	margin: 20px 0px 20px 10%;
	font-size: 30px;
	line-height: 30px;
	text-align: right;

}
#Contacto form input[type='submit']{
	background: #cc0000;
	color: white;
	
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media all and (max-width: 991px) { ... }
@media all and (max-width: 768px) { 
#Quienes p {
	width: 80%;
	margin: 10px 10% 10px;
	padding: 20px 0px;
	font-size: 22px;
	line-height: 33px;
}
header #NavBar ul { 
	right: -90%;
	width: 90%;
    height: auto;
    margin: 62px 0px 0px 0px;
    float: right;
    overflow: hidden;
    position: fixed;
    background: white;
	z-index: 9999999;
}
header #NavBar ul li {					
	width:100%;
	display: inline-block;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid;
}
header #NavBar ul li a {
    width: 100%;
	padding: 0px;
	margin: 0px;
    display: block;
    line-height: 60px;
}
header #NavBar ul li a:hover {
	color: #33406A;
	background: rgba(72,140,183,0.50);
    transition: color, background 1s;
}
	/*BOTON MENU */
#header-boton a {
	width: 40px;
    height: 40px;
    margin: 10px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
    z-index: 999999;
    background: rgb(0, 0, 0);
    border-radius: 10px 10px;
	
}

.boton-lineas, .boton-lineas:before, .boton-lineas:after{
	display: inline-block;
    width: 20px;
    height: 3px;
	left:10px;
	top:7px ;
    background: rgb(255, 255, 255);
    border-radius: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.boton-lineas:before, .boton-lineas:after {
    position: absolute;
    left:0px;
    content: '';
    -webkit-transform-origin: .1rem center;
    transform-origin: .1rem center;
}

.boton-lineas:before {
	top: -10px;
}

.boton-lineas:after {
	top: 10px;
}

.cruz-before:before {	
	-webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
	top: -6px;
	left:3px;
}

.cruz-after:after {
	-webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
	top: 6px;
	left:3px;
}
	/*CIERRE BOTON MENU */
	
}
@media all and (max-width: 480px) { 

	
#Registro {
	line-height: 59px;
	font-size: 18px;
}

#Contacto form input, textarea {
	width: 98%;
	margin: 5px 1%;
	padding: 2px 0px;
}
	
#Contacto form label {
width: 98%;
height: 25px;
margin: 5px 1% 5px 1%;
font-size: 25px;
line-height: 25px;
text-align: left;

}

#Quienes h1, #Contacto h1 {
	font-size: 32px;
	line-height: 32px;
	margin: 20px 0px 10px;
}
#Quienes h2, #Contacto h2 {
	font-size: 18px;
	margin: 10px 0px;
	line-height: 18px;

}
#Contacto form input[type='submit']{
	margin: 20px 1%;
	height: 35px;
}

header #NavBar ul { 
	width: 90%;
    height: auto;
    margin: 62px 0px 0px 0px;
    float: right;
    overflow: hidden;
    position: fixed;
    background: white;
}
	
}

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}