/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 
@font-face {
    font-family: 'DINNextLTPro-LightCondensed';
    src: url('../fonts/DINNextLTPro-LightCondensed/DINNextLTPro-LightCondensed.eot');
    src: url('../fonts/DINNextLTPro-LightCondensed/DINNextLTPro-LightCondensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINNextLTPro-LightCondensed/DINNextLTPro-LightCondensed.woff2') format('woff2'),
         url('../fonts/DINNextLTPro-LightCondensed/DINNextLTPro-LightCondensed.woff') format('woff'),
         url('../fonts/DINNextLTPro-LightCondensed/DINNextLTPro-LightCondensed.ttf') format('truetype'),
         url('../fonts/DINNextLTPro-LightCondensed/DINNextLTPro-LightCondensed.svg#DINNextLTPro-LightCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DINNextLTPro-BoldCondensed';
    src: url('../fonts/DINNextLTPro-BoldCondensed/DINNextLTPro-BoldCondensed.eot');
    src: url('../fonts/DINNextLTPro-BoldCondensed/DINNextLTPro-BoldCondensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINNextLTPro-BoldCondensed/DINNextLTPro-BoldCondensed.woff2') format('woff2'),
         url('../fonts/DINNextLTPro-BoldCondensed/DINNextLTPro-BoldCondensed.woff') format('woff'),
         url('../fonts/DINNextLTPro-BoldCondensed/DINNextLTPro-BoldCondensed.ttf') format('truetype'),
         url('../fonts/DINNextLTPro-BoldCondensed/DINNextLTPro-BoldCondensed.svg#DINNextLTPro-BoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DINNextLTPro-MediumCond';
    src: url('../fonts/DINNextLTPro-MediumCond/DINNextLTPro-MediumCond.eot');
    src: url('../fonts/DINNextLTPro-MediumCond/DINNextLTPro-MediumCond.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINNextLTPro-MediumCond/DINNextLTPro-MediumCond.woff2') format('woff2'),
         url('../fonts/DINNextLTPro-MediumCond/DINNextLTPro-MediumCond.woff') format('woff'),
         url('../fonts/DINNextLTPro-MediumCond/DINNextLTPro-MediumCond.ttf') format('truetype'),
         url('../fonts/DINNextLTPro-MediumCond/DINNextLTPro-MediumCond.svg#DINNextLTPro-MediumCond') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 body{
 	font-size:14px;
 	font-family: 'Titillium Web', sans-serif;
 }
.hover-opacidad{
	cursor: pointer;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear; 
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
}
.hover-opacidad:hover{
	opacity: 0.7;
}
.hover-color {
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s linear;
	-webkit-transition: background-color 0.3s, color 0.3s linear;
	-moz-transition: background-color 0.3s, color 0.3s linear;
	-ms-transition: background-color 0.3s, color 0.3s linear;
	-o-transition: background-color 0.3s, color 0.3s linear;
}
.hover-color:hover{
	background-color:#891122;
}
.hover-color-hipo:hover{
	background-color:#347324;
}
#contenedor-web{
	width:100%;
}
nav{
	width:100%;
	background-color:#AF202E;
}
#cont-nav{
	width:960px;
	margin:0 auto;
}
#cont-nav > a{
	text-decoration:none;
	color:#fff;
}
#cont-nav > a > div{
	display:inline-block;
	padding:10px 15px;
	margin-left: -2px;
}
.menu-right{
	float: right; 
	_padding: 8px 20px 5px 20px !important; 
	padding: 8px 20px 1px 20px !important;
}
.menu-right > img{
	/*margin: 0 10px;*/
	margin: -3px 4px 0 0;
    vertical-align: top;
    width: 21px;
}

/* -- ========== INICIO CONTENIDO 1 ============ -- */
#seccion-1{
	background:url(../img/seccion-1/background-1.png)no-repeat center center;
    min-height: 105%;
    background-size: cover;
}
.cont-centrado{
	width:920px;
	padding:0 20px;
	margin: 0 auto;
}
#img-seccion-1,#contenido-img-txt{
	display:inline-block;
	vertical-align:top;
}
#img-seccion-1{
  width: 44%;
  max-width:403px;
  min-width:250px;
}
#img-seccion-1 > img{
	width:100%;
}
#contenido-img-txt {
  margin-top: 12%;
}
#contenido-img-txt > img,
#contenido-img-txt > p,
.separador{
	display: inline-block;
	vertical-align:top;
	color:#fff;
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 18px;
}
.dest-rojo{
	color:#AF202E;
}
#contenido-img-txt-responsive{
	display:none;
	padding-top: 15px;
}
#contenido-img-txt-responsive > p{
	display: inline-block;
	vertical-align:top;
	color:#fff;
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 18px;
}
.separador{
	border: 1px solid #AF202E;
    height: 168px;
    margin: 0 20px;
}
#bienvenidos{
	background:url(../img/seccion-1/bienvenidos.png)no-repeat center center;
    min-height: 105%;
    background-size: cover;
    padding: 116px 0;
}
.titulo-h1{
	_font-family: 'bebas_neueregular', sans-serif;
	font-family: 'Titillium Web', sans-serif;
	font-size: 50px;
	color:#fff;
	margin:0;
	text-align: center;
}
.txt-seccion{
	text-align: center;
	padding: 50px 0;
	margin: 0;
}
.txt-seccion-1{
	text-align: justify;
	display:inline-block;
	vertical-align:top;
	padding: 60px 0 80px 0;
	margin: 0;
	_width: 450px;
	width: 600px;
}
#img-ernesto{
	display:inline-block;
	vertical-align:top;
	_width: 450px;
    width: 300px;
}
#seccion-3{
	background:url(../img/seccion-3/quienes-somos.png)no-repeat center center;
    min-height: 105%;
    background-size: cover;
    position: relative;
    padding: 116px 0;
}
#seccion-4{
	background:url(../img/seccion-4/testimonios.png)no-repeat center center;
    min-height: 105%;
    background-size: cover;
    margin-top: -103px;
    position: relative;
    padding: 116px 0;
}
#testimonio-1{
	background:url(../img/seccion-4/testimonios-1.png)no-repeat center center;
	background-color:#000;
    min-height: 105%;
    background-size: cover; 
    position: relative;
    margin-top: -30px;
}
#testimonio-2{
	background:url(../img/seccion-4/testimonios-2.jpg)no-repeat center center;
	background-color:#000;
    min-height: 105%;
    background-size: cover; 
    position: relative;
}
#testimonio-3{
	background:url(../img/seccion-4/testimonios-3.png)no-repeat center center;
	background-color:#000;
    min-height: 105%;
    background-size: cover; 
    position: relative;
}
#testimonio-4{
	background:url(../img/seccion-4/testimonios-4.png)no-repeat center center;
	background-color:#000;
    min-height: 105%;
    background-size: cover; 
    position: relative;
}
#testimonio-5{
	background:url(../img/seccion-4/testimonios-5.png)no-repeat center center;
	background-color:#000;
    min-height: 105%;
    background-size: cover; 
    position: relative;
}
#nosotros{
	background-color: #f1f1f2;
	_margin-top: -50px;
	margin-top: -33px;
}
#txt-testimonio-1{
	display:inline-block;
	vertical-align: top;
	padding: 14% 0;
}
#img-testimonio-1{
	width: 40%;
    margin-left: 40px;
}
#img-testimonio-1 > img{
	width:100%;
	min-width: 250px;
	max-width: 368px;
}
#txt-testimonio-1 > h1{
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 50px;
	color:#a01127;
	margin: 10px 0 0 0;
}
#txt-testimonio-1 > p{
	color:#fff;
	width: 350px;
	margin: 10px 0 0 0;
	
}
#txt-testimonio-1 > h2 {
   font-family: 'Titillium Web', sans-serif;
    color: #fff;
    width: 506px;
    margin: 10px 0 0 0;
    font-size: 19px;
}
#txt-testimonio-2{
	display:inline-block;
	vertical-align: top;
	padding: 14% 0;
    margin-left: 420px;
}
#txt-testimonio-2 > h1{
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 50px;
	color:#a01127;
	margin: 10px 0 0 0;
}
#txt-testimonio-2 > p{
	color:#fff;
	width: 350px;
	margin: 10px 0 0 0;
	
}
#txt-testimonio-2 > h2 {
   font-family: 'Titillium Web', sans-serif;
    color: #fff;
    width: 506px;
    margin: 10px 0 0 0;
    font-size: 19px;
}
#txt-testimonio-3 {
	display:inline-block;
	vertical-align: top;
	padding: 14% 0;
}
#txt-testimonio-3 > h1{
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 50px;
	color:#a01127;
	margin: 10px 0 0 0;
}
#txt-testimonio-3 > p{
	color:#fff;
	width: 350px;
	margin: 10px 0 0 0;
	
}
#txt-testimonio-3 > h2 {
   font-family: 'Titillium Web', sans-serif;
    color: #fff;
    width: 506px;
    margin: 10px 0 0 0;
    font-size: 19px;
}
#txt-testimonio-4{
	display:inline-block;
	vertical-align: top;
	padding: 14% 0;
    margin-left: 420px;
}
#txt-testimonio-4 > h1{
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 50px;
	color:#a01127;
	margin: 10px 0 0 0;
}
#txt-testimonio-4 > p{
	color:#fff;
	width: 350px;
	margin: 10px 0 0 0;
	
}
#txt-testimonio-4 > h2 {
   font-family: 'Titillium Web', sans-serif;
    color: #fff;
    width: 506px;
    margin: 10px 0 0 0;
    font-size: 19px;
}
#txt-testimonio-5 {
	display:inline-block;
	vertical-align: top;
	padding: 14% 0;
}
#txt-testimonio-5 > h1{
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 50px;
	color:#a01127;
	margin: 10px 0 0 0;
}
#txt-testimonio-5 > p{
	color:#fff;
	width: 350px;
	margin: 10px 0 0 0;
	
}
#txt-testimonio-5 > h2 {
   font-family: 'Titillium Web', sans-serif;
    color: #fff;
    width: 506px;
    margin: 10px 0 0 0;
    font-size: 19px;
}



#subrayado{
	padding: 10px 0;
	border-bottom: 2px solid #fff;
	width: 500px;
	color:#fff;

}
.linea-roja{
	background-color:#a01127;
	height: 10px;
}
.linea-negra{
	background-color:#000;
	height: 10px;
}
footer{
	background-color:#000;
	padding: 20px 0;
}
#facebook,#logo-footer,#instagram{
	display: inline-block;
	vertical-align: top;
}
#facebook{
	margin:20px;
}
#logo-footer,#instagram{
	margin:20px 0;
}
#instagram > img{
	display:block;
	width: 114px;
}
#logo-footer > img{
	display:block;
	width: 230px;
}
#contacto{
	background-color:#000;
	text-align: center;
	padding-bottom: 50px;
}
#conten_form{
	text-align: left;
	width: 450px;
	margin: 0 auto;
	padding: 20px 0;
}
#conten_form p{
	position: relative;
	margin: 15px 0;
	font-size: 15px;
}
#conten_form label{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 15px;
}
#conten_form input{
	width: 100%;
	background-color: #f1f1f1;
	border: none;
	height: 40px;
	padding-left: 10px;
	color: #777;
}
#conten_form textarea{
	width: 100%;
	background-color: #f1f1f1;
	border: none;
	padding-left: 10px;
	padding-top: 11px;
	color: #777;
}
#enviar_form{
	opacity:0.7;
	width: 103%;
	margin: 0 auto;
	background-color: #a01127;
	color: #fff;
	padding: 6px 0;
	text-align: center;
	cursor: pointer;
}

#enviar_form:hover{
	opacity:1;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;		
}
#titulo-contacto {
    font-family: 'bebas_neueregular', sans-serif;
    font-size: 50px;
    color: #fff;
    margin:0;
}
#menu-responsive {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
    background-color: #AF202E;
    height: 26px;
}
#menu-responsive > h3 {
    color: #fff;
    margin: 5px 0 0 10px;
    float: left;
}
#nav-responsive{
	display: none;
	background-color:#fff;
}
.btn-nav {
    color: #58595B;
    font-weight: 600;
    padding: 10px;
    border-bottom: 2px solid #AF202E;
    text-align: justify;
}
nav > a {
    text-decoration: none;
}
#youtube{
	padding: 20px 0;
	width: 960px;
    margin: 0 auto;
}
#youtube-responsive{
	width: 100%;
	padding: 20px 0;
	display:none;
}
#info-responsive > a > div{
	color:#313131!important
	font-size: 12px;
    margin-top: 10px;
}
#info-responsive{
	_display:none;
}
#btn_scrollup {
    position: fixed;
    bottom: 60px;
    right: 25px;
    display: none;
    z-index: 9;
}
.galeria{
	display:inline-block;
	vertical-align:top;
	margin:5px;
}
.galeria > a > img{
	width:250px;
}
/*.convenios{
	    width: 960px;
    margin: 0 auto;
}*/
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 977px) {
	#menu-responsive{
		display:none;
	}
	#nav-responsive {
	    display: none!important;
	}
}
@media only screen and (max-width: 977px) {
	#cont-nav {
	display:none;
	}
	#menu-responsive{
		display:block;
	}
	#conten_form {
	    width: 100%;
	}
	#conten_form input {
	    width: 96%;
	}
	#conten_form textarea {
	    width: 96%;
	}
	#enviar_form {
	    width: 100%;
	}
	.cont-centrado {
	  width: initial;
	}
	#nosotros {
	  text-align:center;
	}
	.txt-seccion-1 {
	    display: block;
	    width: 100%;
	    padding: 25px 0 80px 0;
	}
	#img-ernesto {
	    display:inline-block;
	    width: 46%;
	    min-width: 250px;
	    margin-top: 50px;
	}
	#seccion-4 {
	     margin-top: -92px;
	}
	#testimonio-1 {
	    text-align: center;
	}
	#img-testimonio-1 {
	    margin-top: 30px;
	}
	#txt-testimonio-2 {
    	padding: 0% 0 14% 0;
    	margin: 0;
	}
	#testimonio-2 {
	    background: url(../img/seccion-4/testimonios-2-1.png)no-repeat center center;
	    text-align: center;
	}
	#testimonio-3 {
	    text-align: center;
	}
	#txt-testimonio-3 {
    	padding: 0% 0 14% 0;
	}
	#txt-testimonio-4 {
    	padding: 0% 0 14% 0;
    	margin: 0;
	}
	#testimonio-4 {
	    text-align: center;
	}
	#testimonio-5 {
	    text-align: center;
	}
	#txt-testimonio-5 {
    	padding: 0% 0 14% 0;
	}
	#facebook,#logo-footer,#instagram{
		display: block;
    	margin: 0 auto;
    	text-align: center;
	}
	#facebook {
	    margin: 20px 0;
	}
	#instagram > img {
    	margin: 0 auto;
	}
	#logo-footer > img {
	    width: 230px;
	    margin: 0 auto;
	}
	#youtube{
		display:none;
	}
	#youtube-responsive{
		display:block;
	}
	#info-responsive{
		display:block;
	}
}

@media only screen and (max-width: 980px) {
	.img-hipo{
		width:100%;
		min-width:250px;
	}
}

@media only screen and (max-width: 930px) {
	#hipo-6 {
	    width: 90%!important;
	    margin-bottom: 30px;
	}
	.convenios {
   width: 54%!important;
    min-width: 250px;
    text-align: center;
	}
	.hipo-9 {
	    width: 90%!important;
	    margin-bottom: 30px;
	}
}
@media only screen and (max-width: 908px) {
	#contenido-img-txt-responsive{
		display:block;
	}
	#contenido-img-txt{
		display:none;
	}
	.cont-centrado {
	  width: initial;
	  text-align: center;
	}
}
@media only screen and (max-width: 869px) {
	#hipo-4 > img {
    	top: 0!important;
        margin-bottom: 20px;
        width: 320px;
	}
		#hipo-3 {
	    width: 90%!important;
	}
	#seccion-banner-top > img{
		width:100%;
	}
	#hipo-3 > p {
	    margin-bottom: 20px;
	}
}
@media only screen and (max-width: 863px) {
	#hipo-1 {
    margin-top: 0!important;
	}
	#hipo-2 {
	    width: 85%!important;
	    padding: 0!important;
	    margin-bottom: 30px;
	}
}
@media only screen and (max-width: 565px) {
	#txt-testimonio-1 > h1 {
	    font-size: 30px;
	}
	#txt-testimonio-2 > h1 {
	    font-size: 30px;
	}
	#txt-testimonio-3 > h1 {
	    font-size: 30px;
	}
	#txt-testimonio-4 > h1 {
	    font-size: 30px;
	}
	#txt-testimonio-5 > h1 {
	    font-size: 30px;
	}
	#subrayado > p{
		width:100%;
		text-align: justify;
	}
	#testimonio-1 {
	    margin-top: -50px;
	}
	#txt-testimonio-1 > h2 {
	    width: 100%;
	}
	/*#testimonio-2 {
	    margin-top: -50px;
	}*/
	#txt-testimonio-2 > h2 {
	    width: 100%;
	}
	#txt-testimonio-3 > h2 {
	    width: 100%;
	}
	#txt-testimonio-4 > h2 {
	    width: 100%;
	}
	#txt-testimonio-5 > h2 {
	    width: 100%;
	}
	#subrayado {
	    width: 100%;
	}
	#seccion-3 {
    padding: 0px 0;
	}
	#seccion-4 {
	    padding: 40px 0;
	}
	#bienvenidos {
	    padding: 15px 0;
	}
	#img-testimonio-1 {
	    margin-left: 0;
	}
	#img-testimonio-1 {
	    width: 77%;
	}
}
@media only screen and (max-width: 555px) {
	#img-seccion-1 {
	  display: none;
	}
	.titulo-h1 {
   	  font-size: 36px;
      padding: 45px;
	}
	.txt-seccion {
	  text-align: justify;
	}
	
	
}
@media only screen and (max-width: 549px) {
	.separador {
	  display: none;
	}

}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}




/* -- ========== ESTILOS HIPOPRESIVOS ========== -- */
.titulo-hipopresivos{
	font-family: 'DINNextLTPro-MediumCond';
	font-size:35px; 
	color:#70A233;
}
header{
	padding: 40px 0;
    text-align: center;
}
#seccion-banner-top{
	text-align: center;
	margin-bottom:35px;
}
#contenedor-hipo-1{
	text-align:center;
}
#hipo-1, #hipo-2, #hipo-3, #hipo-4, #hipo-5, #hipo-6, .hipo-9{
	display:inline-block;
	vertical-align:top;
}
#hipo-1{
	margin-top: 90px;
}
#hipo-2{
	width: 490px;
    text-align: justify;
    padding: 50px;
}
#contenedor-hipo-2{
	background-image:url(../img/hipopresivos/back-pattern-hipo.png);
	text-align:center;	
}
.barra-verde{
	background-color:#479634;
	padding:10px;
}
#hipo-3{
	width:400px;
}
#hipo-3 > h1{ 
	color:#479634;
	font-size: 45px;
    margin-top: 70px;
    font-family: 'DINNextLTPro-LightCondensed';
    margin-bottom:15px;
}
#hipo-3 > p{ 
	text-align:justify;
}
.span-bold{ 
	font-family: 'DINNextLTPro-BoldCondensed';
}
#hipo-4 > img{
	position: relative;
    top: -20px;
}
#contenedor-hipo-3{
	text-align:center;
}
#hipo-6{
	width:600px;
	text-align:justify;
	margin-top: 20px;
}


#our-partner-slider .item {
	margin:2px 17px;
}
#our-partner-slider .item img {
  display: block;
  height: auto;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
#our-partner-slider .owl-next {
  position: absolute;
  right: -54px;
  top: 29px;
}
#our-partner-slider .owl-prev {
  position: absolute;
  left: -54px;
  top: 29px;
}
.partner_image > img {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 25px;
}
.convenios{
	width:870px;
	margin:0 auto 20px auto;
}
.convenios > h1{ 
	color:#479634;
	font-size: 45px;
    margin-top: 15px;
    font-family: 'DINNextLTPro-LightCondensed';
    margin-bottom:15px;
}
.hipo-9{
	width: 410px;
    padding: 0 11px;
    text-align: justify;
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    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;
    }
}
