/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*! LUIS ALBERTO LOMBARDI */

.img-responsive-foto {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 80%;
}

/*! GLOBALES */

body {
	overflow-x: hidden;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 16px;
}

.wrapper {
	width: 80%;
	margin: auto;
}

.col-1-2 {
	width: 50%;
	float: left;
}

.azul {
	color: #006598;
}

.verde {
	color: #00bfb4;
}

.rojo {
	color: #ff2a20;
}

.amarillo {
	color: #ffbb16;
}

.bg-azul {
	background-color: #006598;
}

.bg-verde {
	background-color: #00bfb4;
}

.bg-rojo {
	background-color: #ff2a20;
}

.bg-amarillo {
	background-color: #ffbb16;
}

td,th {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

div.linea {
	width: 42px;
	height: 6px;
	margin: 20px 0;
	border-radius: 3px;
	background-color: #fff;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

p.large {
    font-size: 17px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}

a {
    color: #000;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #399;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.img-centered {
    margin: 0 auto;
}

.img-responsive {
	max-width: initial;
}

section {
    padding: 80px 0;
}
@media(min-width:768px) {
    section {
        padding:0;
    }
}

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

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

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #999;
}

i.fa-fw {
	color: #ffbb16;
	margin-right: 10px;
	font-size: 22px;	
}

tr {
	margin: 12px 0;
	display: block;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.btn-centered {
	position: absolute;
	top: 30.5%;
	left: 22.5%;
}

.btn-display {
	display: none;
	transition: ease .4s;
}

.btn-display:hover {
	display: block;
	transition: ease .4s;
}

.btn-display-responsive {
	display: none;
}

.btn-blanco-azul {
	background-image: url(../imagenes/btn-blanco-azul.svg);
	background-repeat: no-repeat;
	width: 188px;
	height: 45px;
	padding:12px 20px;
	border-radius:40px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 20px;
}

.btn-blanco-verde {
	font-weight: 700;
	background-image: url(../imagenes/btn-blanco-verde.svg);
	background-repeat: no-repeat;
	width: 188px;
	height: 45px;
	padding:12px 20px;
	border-radius:40px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 20px;
}

.btn-blanco-rojo {
	font-weight: 700;
	background-image: url(../imagenes/btn-blanco-rojo.svg);
	background-repeat: no-repeat;
	width: 188px;
	height: 45px;
	padding:12px 20px;
	border-radius:40px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 20px;
}

.btn-blanco-amarillo {
	font-weight: 700;
	background-image: url(../imagenes/btn-blanco-amarillo.svg);
	background-repeat: no-repeat;
	width: 188px;
	height: 45px;
	padding:12px 20px;
	border-radius:40px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 20px;
}

.btn-azul {
	background-image: url(../imagenes/btn-azul.svg);
	background-repeat: no-repeat;
	width: 188px;
	height: 45px;
	padding: 12px 20px;
	border-radius: 40px;
	transition: all .4s;
	margin: 25px 0 60px 0;
}

.btn-verde {
	background-image: url(../imagenes/btn-verde.svg);
	background-repeat: no-repeat;
	width: 188px;
	height: 45px;
	padding: 12px 20px;
	border-radius: 40px;
	transition: all .4s;
	margin: 25px 0 60px 0;
}

.btn-rojo {
	background-image: url(../imagenes/btn-rojo.svg);
	background-repeat: no-repeat;
	width: 188px;
	height: 45px;
	padding: 12px 20px;
	border-radius: 40px;
	transition: all .4s;
	margin: 25px 0 60px 0;
}

.btn-amarillo {
	background-image: url(../imagenes/btn-amarillo.svg);
	background-repeat: no-repeat;
	width: 188px;
	height: 45px;
	padding: 12px 20px;
	border-radius: 40px;
	transition: all .4s;
	margin: 25px 0 60px 0;
}

.btn-volver {
	width: 180px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #ff2a20;
	padding:14px 20px;
	border-radius:40px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: block;
	text-align: center;
	margin: 20px 0;

}

.btn-volver:hover,
.btn-volver:focus,
.btn-volver:active,
.btn-volver.active {
	background-color: rgba(255,255,255,.1);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #ff2a20;
	border: 1px solid #ff2a20;
}


/* NAVEGACION */

.navbar-default {
    border-color: transparent;
    background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;	
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 122px;
	margin-top: 5px;
	margin-left: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
	border-color: #777;
	background-color: #777;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #399;
	border-color: #399;
}

.navbar-default .nav li a {
	text-transform: ;
	font-weight: 400;
	letter-spacing: px;
	color: #000;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #399;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    border-radius: 0;
    color: #fff;
    background-color: #f90;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #f60;
}
.banda-gris {
	background-color: #55565a;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 16px;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;	
}

.face-nav img,
.insta-nav img,
.panel-nav img {
	height: 30px;
}

.panel-nav img {
	margin-top: -6px;
}

.contacto-top {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 16px;
}
.contacto-top a{
	color: #fff;
}
.contacto-top a:hover, 
.contacto-top a:focus, 
.contacto-top a:active, 
.contacto-top a.active{
	color: #399;
}
.navbar-default.navbar-shrink .banda-gris {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: none;
}
.icono-top {
	margin-right: 6px;	
}
.boton-activo a{
	color:#399 !important;
}
@media(min-width:992px) {
    .navbar-default {
		border: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;	
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 10px;
		padding-left: 0;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-2.svg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 74px;
		width:180px;
		margin-top: 50px;
		margin-left: 0px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		margin-top: 35px;
	}
	.navbar-default .nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 42px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;	
	}
    .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 10px;
		padding-left: 0;
    }
	.navbar-default.navbar-shrink .navbar-brand{
		margin-top: 10px;
    }
	.navbar-default.navbar-shrink .nav li a{
		margin-top: 32px;
    }
	.navbar-default.navbar-shrink .nav .face-nav a,
	.navbar-default.navbar-shrink .nav .insta-nav a {
		margin-top: 26px !important;
    }
	.contacto-top {
		display: inline-block;
		margin-right: 20px;
		margin-left: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 16px;
		line-height: 18px;
	}
	.face-nav a{
		margin-top: 36px !important;
	}
	.insta-nav a {
		margin-top: 36px !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
}
@media(min-width:1200px) {
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.svg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 74px;
		width:180px;
		margin-top: 0px;
		margin-left: 0px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		margin-top: 35px;
	}
	.navbar-default .nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 55px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;	
	}
		.face-nav a{
		margin-top: 49px !important;
	}
	.insta-nav a {
		margin-top: 49px !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.navbar-default.navbar-shrink .nav li a{
		margin-top: 45px;
    }
	.navbar-default.navbar-shrink .nav .face-nav a,
	.navbar-default.navbar-shrink .nav .insta-nav a {
		margin-top: 39px !important;
    }
}
/*!*/


/* ENCABEZADO */
header#myCarousel.secciones {
	height: 460px;
}

.panel-header {
	display: block;
	margin-top: 160px;
}
.texto-header {
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}
.btn-header {
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom:16px;
	padding-left: 16px;
	border-radius:48px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 30px;
	border: 1px solid #FFF;
}
.btn-header:hover,
.btn-header:focus,
.btn-header:active,
.btn-header.active {
	background-color: rgba(255,255,255,.1);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #FFF;
}
.icono-btn-header {
	margin-left: 10px;
	font-size: 24px !important;
}
.iso-header {
	max-height:120px;
}
@media(min-width:768px) {
	.panel-header {
		margin-top: 120px;
	}
	.texto-header {
		display: block;
		font-family: 'Ubuntu', sans-serif;
		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
	}
	.iso-header {
		max-height:150px;
	}
	.btn-header {
		margin-top: 40px;
	}
	.icono-btn-header {
		margin-left: 50px;
	}
}
@media(min-width:992px) {
	.panel-header {
		margin-top: 190px;
	}
	.texto-header {
		display: block;
		font-family: 'Ubuntu', sans-serif;
		font-size: 60px;
		line-height: 60px;
		font-weight: 700;
		color: #FFF;
		text-transform: uppercase;
	}
	.iso-header {
		max-height:190px;
	}
	.btn-header {
		margin-top: 100px;
	}
}
@media(min-width:1200px) {
	.panel-header {
		margin-top: 230px;
	}
}
/*!*/


/*! ACERCA */

#acerca hr{
	border-color: #fff;
	margin: 20px 0;
	border: solid 2px #fff;
	width: 30px;
	display: block;
}
#acerca h2{
	color: #fff;
}

#acerca p{
	color: #fff;
}

.institucional {
	padding: 50px 5% 50px 10%;
	background-color: #006598;
	height: 430px;
}

.nuestros-principios {
	padding: 50px 10% 50px 5%;
	background-color: #00bfb4;
	height: 430px;
}

.icono-btn {
	margin-left: 50px;
	font-size: 20px !important;
}
.panel-acerca {
	margin-bottom: 50px;
	display: block;
}
@media(min-width:992px) {
	.panel-acerca {
		margin-bottom: 0px;
	}
}
/*!*/

/*! ESPECIALIDADES */

header.header-especialidades {
	height: 600px;
}

#especialidades .img-box{
	width: 100%;
	height: 220px;
	overflow: hidden;
} 

img.th-especialidad{
	width: 420px;
	height: 274px;
	overflow: hidden;
} 

div.e-imagen-1 {
	width: 100%;
	height: 220px;
	transition: ease .4s;
	position: relative;
}

div.e-imagen-2 {
	width: 100%;
	height: 220px;
	transition: ease .4s;
	position: relative;
}

div.e-imagen-3 {
	width: 100%;
	height: 220px;
	transition: ease .4s;
	position: relative;
}

div.e-imagen-4 {
	width: 100%;
	height: 220px;
	transition: ease .4s;
	position: relative;
}

div.e-imagen-5 {
	width: 100%;
	height: 220px;
	transition: ease .4s;
	position: relative;
}

div.e-imagen-6 {
	width: 100%;
	height: 220px;
	transition: ease .4s;
	position: relative;
}

div.e-imagen-7 {
	width: 100%;
	height: 220px;
	transition: ease .4s;
	position: relative;
}

div.e-imagen-8 {
	width: 100%;
	height: 220px;
	transition: ease .4s;
	position: relative;
}

div.e-imagen-9 {
	width: 100%;
	height: 220px;
	transition: ease .4s;
	position: relative;
}

.fondo-azul {
	opacity: 0;
	transition: ease .4s;
}

.fondo-azul:hover{
	position: relative;
	top: -220px;
	background-color: rgba(0, 101, 152, .8);
	width: 100%;
	height: 220px;
	opacity: 1;
	transition: ease .4s;
}

.fondo-verde {
	opacity: 0;
	transition: ease .4s;
}

.fondo-verde:hover{
	position: relative;
	top: -220px;
	background-color: rgba(0, 191, 180, .8);
	width: 100%;
	height: 220px;
	opacity: 1;
	transition: ease .4s;
}

.fondo-rojo {
	opacity: 0;
	transition: ease .4s;
}

.fondo-rojo:hover{
	position: relative;
	top: -220px;
	background-color: rgba(255, 42, 32, .8);
	width: 100%;
	height: 220px;
	opacity: 1;
	transition: ease .4s;
}

.fondo-amarillo {
	opacity: 0;
	transition: ease .4s;
}

.fondo-amarillo:hover{
	position: relative;
	top: -220px;
	background-color: rgba(255, 187, 22, .8);
	width: 100%;
	height: 220px;
	opacity: 1;
	transition: ease .4s;
}

#especialidades {
	background-color: #fff;
	padding: 50px 0;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	display: inline-flex;

}
#especialidades div.linea,
#especialidades2 div.linea,
#especialidades3 div.linea  {
	background-color: #55565a;
	margin-bottom: 35px;
}

#especialidades .col-lg-4 {
	margin: 20px 10px;
	width: 31.875%;
}

.service-box {
	display: block;
	margin-bottom: 30px;
}
.th-especialidad {
	display: block;
}

#especialidades h3,
#especialidades2 h3 {
	text-transform: uppercase;
	margin: 35px 0;
	font-size: 20px;
	font-weight: 700;
}
#especialidades i,
#especialidades2 i,
#especialidades3 i   {
	display: none;
	color: #777;
	font-size: 30px !important;
}
#especialidades i:hover,
#especialidades2 i:hover,
#especialidades3 i:hover {
	color: #399;
}
@media(min-width:768px) {
	.service-box {
		height: 420px;
	}
}
@media(min-width:992px) {
	.service-box {
		height: 490px;
	}
}
@media(min-width:1200px) {
	.service-box {
		height: 410px;
	}
}
#especialidades2 {
	background-color: #fff;
	padding-bottom: 50px;
	padding-top: 50px;

}
#especialidades3 {
	background-color: #fff;
	padding: 50px 0;
}
#especialidades3 h2 {
	color: #55565a;	
}
#especialidades3 h3 {
	margin-top: 0px;
}
#especialidades3 hr {
	border-color: #ccc;
	margin-top: 0px;
}

/*! TESTIMONIOS */
#testimonios {
	padding: 50px 0;
	background-color: #00bfb4;
	height: auto;
}

#testimonios h2,
#testimonios h3,
#testimonios p {
	color: #fff;
}

#testimonios h3 {
	text-transform: unset;
	font-weight: 400;
	font-style: italic;
	margin: 30px 0;
}

#testimonios p {
	width: 60%;
	margin: 0 auto 30px auto;
	text-transform: unset;
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3px;
}

#testimonios img {
	width: 150px;
}

#testimonios #carousel-example-generic2 {
	margin-top: 0;
}

#testimonios .carousel-control {
	width: 7%;
}

.carousel-control {
	opacity: 1;
}

#testimonios .flecha-right {
	right: 25px;
} 

/*!*/

.nya {
	font-size: 16px;
	line-height: 21px;
	display: block;
	margin-top: 14px;
	margin-bottom: 6px;
	font-weight: 600;
}
.novedad {
	display: block;	
}
.copete-novedad {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 21px;
}
@media(min-width:992px) {
	.copete-novedad {
		height: 128px;
		overflow: hidden;
		text-overflow: clip; 
	}
}
@media(min-width:1200px) {
	.copete-novedad {
		height: 84px;
		overflow: hidden;
		text-overflow: clip; 
	}
}
/*!*/


/*! INSTITUCIONAL */
#institucional {
	background-color: #006598;
	height: auto;
}

#institucional2 {
	background-color: #00bfb4;
	height: auto;
}


#institucional .texto{
	padding: 50px 6% 50px 11%;
}

#institucional2 .texto {
	padding: 50px 11% 50px 6%;
}

#institucional .foto-1 {
	background-image: url(../imagenes/Centro_Ireco-02.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}

#institucional2 .foto-2 {
	background-image: url(../imagenes/Centro_Ireco-03.png);
	background-color:#f7f7f7; 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}

#institucional h2,
#institucional2 h2{
	color: #fff;
}

#institucional p,
#institucional2 p{
	color: #fff;
	font-weight: 300;
}

.destacado-inst {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #069;	
}

#institucional h3,
#institucional2 h3,
#institucional3 h3 {
	text-transform: none;	
}
#institucional3 {
	background-color: #fff;
	padding-top: 50px;
}
#institucional3 td {
	font-size: 16px;
	padding: 4px;
	line-height: 21px;
	vertical-align: top;
}
#institucional3 i {
	font-size: 24px;
	color: #069;
	margin-top: -2px;
}
#institucional3 hr{
	border-color: #069;
	margin-top: 0px;
	margin-bottom: 40px;
}

#slider {
	padding: 70px 0;
}

#slider p{
	width: 50%;
	margin: 50px auto 20px auto;
}

.flecha-left {
	background-image: url(../imagenes/flecha-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 55px;
	height: 55px;
	display: inline-block;
	position: absolute;
	top: 45%;
}

.flecha-right {
	background-image: url(../imagenes/flecha-right.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 55px;
	height: 55px;
	display: inline-block;
	position: absolute;
	top: 45%;
}

.timeline {
	display: block;
	margin-top: 40px;	
}

.anios {
	text-align: left;
}
.anios3 {
	text-align: left;
	padding-top: 40px;
	background-image: url(../imagenes/dot.png);
	background-repeat: no-repeat;
	background-position: 75px top;
}
.anios2 {
	text-align: left;
	padding-top: 40px;
	background-image: url(../imagenes/dot.png);
	background-repeat: no-repeat;
	background-position: 75px top;
}
.items-timeline1 {
	text-align: left;
	margin-top: 5px;
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 5px;
}
.items-timeline2 {
	text-align: left;
	margin-top: 15px;
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 5px;
}

	.anios {
		text-align: center;
		padding-bottom: 90px;
		background-image: url(../imagenes/dot.png);
		background-repeat: repeat-y;
		background-position: center top;
	}
	.anios3 {
		text-align: center;
		padding-bottom: 90px;
		background-image: url(../imagenes/dot.png);
		background-repeat: repeat-y;
		background-position: center top;
		padding-top: 0px;
	}
	.anios2 {
		text-align: center;
		padding-top: 0px;
		background-image: none;
	}
	.items-timeline1 {
	text-align: right;
	margin-top: 15px;
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 0px;
	background-image: none;
	}
}
/*!*/

/*! TRABAJAMOS */
#trabajamos {
	background-color: #ffbb16;
}

#trabajamos2 {
	background-color: #ff2a20;
	height: auto;
}

#trabajamos .texto{
	padding: 50px 6% 50px 11%;
	background-color: #ffbb16;
}

#trabajamos2 .texto {
	padding: 50px 11% 50px 6%;
}

#trabajamos .foto-3 {
	background-image: url(../imagenes/Nuestras_Bases-02.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
}

#trabajamos2 .foto-4 {
	background-image: url(../imagenes/Nuestras_Bases-03.png);
	background-color:#f7f7f7; 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
}

#trabajamos2 .foto-4-responsive {
	background-image: url(../imagenes/Nuestras_Bases-03.png);
	background-color:#f7f7f7; 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	display: none;
}

#trabajamos h2,
#trabajamos2 h2 {
	color: #fff;
}

#trabajamos p,
#trabajamos2 p {
	color: #fff;
}

/*!*/

/*! EVALUACIONES */

.box-5 {;
	height: 500px;
	background-color: #ff2a20;
	display: block;
}

.box-6{
	height: 700px;
	background-color: #00bfb4;
	display: block;
}

.box-6B{
	height: 500px;
	background-color: #00bfb4;
	display: block;
}

.box-7 {
	height: 700px;
	background-color: #006598;
	display: block;
}

.box-8 {
	height: 400px;
	background-color: #ff2a20;
	display: block;
}

.box-9{
	height: 350px;
	background-color: #00bfb4;
	display: block;
}

.box-10{
	height: 600px;
	background-color: #006598;
	display: block;
}

.box-5 .texto,
.box-6 .texto,
.box-7 .texto,
.box-8 .texto,
.box-9 .texto,
.box-10 .texto{
	padding: 50px
} 

#evaluaciones .foto-6-responsive,
#evaluaciones .foto-6B-responsive,
#evaluaciones .foto-8-responsive,
#evaluaciones .foto-10-responsive {
	display: none;
}

#evaluaciones .foto-5 {
	background-image: url(../imagenes/Evaluaciones-02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;
}

#evaluaciones .foto-6 {
	background-image: url(../imagenes/Evaluaciones-03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
}

#evaluaciones .foto-6B {
	background-image: url(../imagenes/Evaluaciones-11.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;
}

#evaluaciones .foto-7 {
	background-image: url(../imagenes/Evaluaciones-04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
}

#evaluaciones .foto-8 {
	background-image: url(../imagenes/Evaluaciones-05.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}

#evaluaciones .foto-9 {
	background-image: url(../imagenes/Evaluaciones-06.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
}

#evaluaciones .foto-10 {
	background-image: url(../imagenes/Evaluaciones-07.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}

.evaluaciones {
	background-color: #006598;
	padding: 50px 0;
}

#evaluaciones h2,
#evaluaciones h3,
#evaluaciones p {
	color: #fff;
}

.evaluaciones div.linea{
	background-color: #fff;
}


/*! NOVEDADES */
#novedades {
	background-color: #fff;
	padding-top: 50px;
}

#novedades h2{
	color: #c33;
}

#novedades h3{
	text-transform: none;
	color: #c33;
	margin-top: 20px;
}
.copete2-novedad {
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
.descripcion-novedad {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	display: block;
	margin-bottom: 30px;
}

/*! CONTACTO */

#contacto {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
}

#contacto h2 {
	color: #006598;
}

#contacto .linea{
	background-color: #006598;
}

#contacto h2.title {
	color: #333;
}

#contacto .contact{
	background-color: #333;
}

#contacto form {
	margin-top: 30px;
}

#contacto input {
	background-color: #fff;
	border: 1px solid #aaaab6;
	border-radius: 7px;
	height: 46px;
	width: 100%;
}

#contacto div.nombre,
#contacto div.mail,
#contacto div.telefono {
	float: left;
	width: 32.8666667%;
	display: inline-block;
}

#contacto div.consulta {
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}

#contacto div.nombre,
#contacto div.mail {
	margin-right: 0.7%;
}

#contacto label {
	font-size: 18px;
	color: #55555b;
	display: block;
	width: 100%;
}

#contacto textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #aaaab6;
	border-radius: 7px;
	height: 140px;
	resize: none;
	display: block;
}

#contacto input#enviar {
	background-color: #006598;
	border: none;
	margin: 40px 0;
	width: 188px;
	height: 45px;
	padding:12px 20px;
	border-radius:40px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: block;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #fff;
}

#contacto input#enviar.button-center  {
	margin: 40px auto;
}


/*!*/

/*! PIE */
footer {
	padding: 70px 0;
	color: #999;
	background-color: #55565a;
}
footer a {
	color: #999;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active {
	color: #fff;
}
.logo-pie {
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.subir {
	text-align: left;
	display: block;
	margin-top: 40px;
	font-size: 36px;
	line-height: 36px;
}
.links-pie {
	margin-top: 40px;
	display: block;
}
@media(min-width:992px) {
	.subir {
		text-align: right;
		margin-top: 0px;
	}
	.links-pie {
		margin-top: 0px;
	}
}
#banda-gaw {
	background-color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
}
#banda-gaw a{
	color:#999;
}
#banda-gaw a:hover,
#banda-gaw a:focus,
#banda-gaw a:active,
#banda-gaw a.active {
	color:#fff;
}
/*!*/



.year {
	display: block;
	margin-bottom: 30px;
}
#carousel-example-generic2 {
	margin-top: 30px;
	margin-bottom: 0px;
}
#carousel-example-generic2 .left.carousel-control,
#carousel-example-generic2 .right.carousel-control {
	margin-top: 0px;
	vertical-align: top;
	color: #099;
}


/* RESPONSIVE */


@media (min-width: 1025px) and (max-width: 1440px) {

	.wrapper {
		width: 85%;
	}

	/* HOME */

	.institucional,
	.nuestros-principios {
		padding: 35px 5% ;
		height: 425px;
	}

	#especialidades .col-lg-4{
		width: 33.33349%;
		margin: 20px 0;	
	}	

	/* CENTRO IRECO */

	#institucional .texto,
	#institucional2 .texto {
		padding: 50px 7%;
	}

	/* NUESTRAS BASES */

	#trabajamos .texto,
	#trabajamos2 .texto {
		padding: 50px 7%;
	}

	#trabajamos .foto-3 {
		height: 443px
	}

	/* EVALUACIONES */

	#evaluaciones .box-7 {
		height: 800px;
	}

	#evaluaciones .box-8 {
		height: 460px;
	}

	#evaluaciones .box-10 {
		height: 700px;
	}

	#evaluaciones .foto-5,
	#evaluaciones .foto-6,
    #evaluaciones .foto-6B,
	#evaluaciones .foto-7,
	#evaluaciones .foto-8,
	#evaluaciones .foto-9,
	#evaluaciones .foto-10 {
		background-color: #fff;
		height: 100%
	}
	
	/* ESPECIALIDADES */

	img.th-especialidad{
		width: 400px;
		height: 261px;
	} 
}


@media (min-width: 1200px) and (max-width: 1300px) {

	/* NUESTRAS BASES */

	#trabajamos .foto-3 {
		height: 469px;
	}
	
	/* EVALUACIONES */

	#evaluaciones .box-5 {
		height: 600px;
	}

	#evaluaciones .box-6 {
		height: 850px;
	}

	#evaluaciones .box-7 {
		height: 950px;
	}

	#evaluaciones .box-8 {
		height: 540px;
	}

	#evaluaciones .box-10 {
		height: 830px;
	}

	#evaluaciones .foto-5,
	#evaluaciones .foto-6,
	#evaluaciones .foto-6B,
	#evaluaciones .foto-7,
	#evaluaciones .foto-8,
	#evaluaciones .foto-9,
	#evaluaciones .foto-10 {
		background-color: #fff;
		height: 100%;
		background-size: 120%;
	}




}


@media (min-width: 769px) and (max-width: 1024px) {

	.wrapper {
		width: 90%
	}

	nav {
		font-size: 14px;
	}

	/* HOME */

	.institucional,
	.nuestros-principios {
		padding: 35px 5% ;
		height: 430px;
	}

	header .psicologia {
		background-position: initial;
	}

	#especialidades .col-lg-4{
		width: 33.33349%;
		margin:0;	
	}	

	/* CENTRO IRECO */

	#institucional .texto,
	#institucional2 .texto {
		padding: 25px 6% 25px 5%;
	}

	/* NUESTRAS BASES */

	#trabajamos .texto,
	#trabajamos2 .texto {
		padding: 25px 6% 25px 5%;
	}

	#trabajamos .foto-3 {
		height: 471px;
	}

	/* EVALUACIONES */

	#evaluaciones .texto{
		padding: 25px 6% 25px 5%;
	} 

	#evaluaciones .box-5 {
		height: 600px;
	}

	#evaluaciones .box-6 {
		height: 800px;
	}

	#evaluaciones .box-7 {
		height: 1000px;
	}

	#evaluaciones .box-8 {
		height: 500px;
	}

	#evaluaciones .box-9 {
		height: 340px;
	}

	#evaluaciones .box-10 {
		height: 870px;		
	}

	#evaluaciones .foto-5,
	#evaluaciones .foto-6,
	#evaluaciones .foto-6B,
	#evaluaciones .foto-7,
	#evaluaciones .foto-8,
	#evaluaciones .foto-9,
	#evaluaciones .foto-10 {
		background-color: #fff;
		height: 100%
	}

	#evaluaciones .foto-6,
	#evaluaciones .foto-6B,
	#evaluaciones .foto-7,
	#evaluaciones .foto-10 {
		background-size: 140%;
	}

	#evaluaciones .foto-8,
	#evaluaciones .foto-9{
		background-size: 170%;
	}

	/* ESPECIALIDADES */

	img.th-especialidad{
		width: 353px;
		height: 230px;
	} 

}

@media (min-width: 426px) and (max-width: 768px){

	.wrapper {
		width: 90%;
	}

	.navbar-header {
		padding-top: 10px;
	}

	.navbar-toggle {
		display: block;
	}

	li.face-nav,
	li.insta-nav,
	li.panel-nav{
		display: inline-block;
		margin-top: 20px;
	}  

	.panel-nav img {
		margin-top: 0;
	}

	.btn-display-responsive {
		display: block;
	}

	/* HOME */

	header .carousel-control .glyphicon-chevron-right,
	header .carousel-control .glyphicon-chevron-left {
		top: 38%;
	}

	.institucional,
	.nuestros-principios {
		padding: 25px 5% ;
		height: 500px;
	}

	div.e-imagen-3,
	div.e-imagen-5,
	div.e-imagen-8,
	div.e-imagen-9 {
		background-position: center;
	}


	#especialidades .col-lg-4 {
		margin: 0;
		width: 100%;
	}

	#especialidades h3 {
		margin: 22px 0;
	}

	.service-box {
		height: 520px;
		margin-bottom: 25px;
	}

	header .psicologia {
		background-position: initial;
	}

	#especialidades .fondo-azul,
	#especialidades .fondo-verde,
	#especialidades .fondo-rojo,
	#especialidades .fondo-amarillo {
		display: none;
	}

	/* CENTRO IRECO */

	#institucional .col-1-2,
	#institucional2 .col-1-2 {
		width: 100%;
	}

	#institucional .foto-1 {
		height: 500px;
	}

	#institucional2 .foto-2 {
		display: none;
	}

	.flecha-right,
	.flecha-left {
		width: 45px;
		height: 45px;
	}

	#slider .flecha-right {
		right: 40px;
	}

	/* NUESTRAS BASES */

	#trabajamos .col-1-2,
	#trabajamos2 .col-1-2 {
		width: 100%;
	}

	#trabajamos .texto,
	#trabajamos2 .texto {
		padding: 50px 60px;
	}

	#trabajamos .foto-3 {
		height: 700px;
	}

	#trabajamos2 .foto-4 {
		display: none;
	}

	#trabajamos2 .foto-4-responsive {
		display: block;
		height: 500px;
	}

	/* EVALUACIONES */	

	#evaluaciones .col-1-2 {
		width: 100%;
	}

	#evaluaciones .foto-5 {
		height: 350px;
		background-size: 90%;
		background-color: #fff;
	}

	#evaluaciones .foto-6-responsive {
		height: 400px;
		background-size: 75%;
		background-color: #fff;
	}

	#evaluaciones .foto-6B-responsive {
		height: 400px;
		background-size: 75%;
		background-color: #fff;
	}

	#evaluaciones .foto-7 {
		height: 400px;
		background-size: 70%;
		background-color: #fff;
	}

	#evaluaciones .foto-8-responsive {
		height: 300px;
		background-size: 90%;
		background-color: #fff;
	}

	#evaluaciones .foto-9 {
		height: 300px;
		background-size: 100%;
		background-color: #fff;
	}

	#evaluaciones .foto-10-responsive {
		height: 350px;
		background-size: 80%;
		background-color: #fff;
	}

	#evaluaciones .foto-6,
	#evaluaciones .foto-6B,
	#evaluaciones .foto-8,
	#evaluaciones .foto-10 {
		display: none;
	}

	#evaluaciones .foto-6-responsive {
		background-image: url(../imagenes/Evaluaciones-03.jpg);
	}

	#evaluaciones .foto-6B-responsive {
		background-image: url(../imagenes/Evaluaciones-11.jpg);
	}

	#evaluaciones .foto-8-responsive {
		background-image: url(../imagenes/Evaluaciones-05.jpg);
	}

	#evaluaciones .foto-10-responsive {
		background-image: url(../imagenes/Evaluaciones-07.jpg);
	}

	#evaluaciones .foto-6-responsive,
	#evaluaciones .foto-6B-responsive,
	#evaluaciones .foto-8-responsive,
	#evaluaciones .foto-10-responsive {
		display: block;
		background-repeat: no-repeat;
		background-position: center;	
	}

	#evaluaciones .box-5,
	#evaluaciones .box-6,
	#evaluaciones .box-7,
	#evaluaciones .box-8,
	#evaluaciones .box-9,
	#evaluaciones .box-10 {
		height: auto;
		display: grid;
	}

	#evaluaciones .col-lg-10 {
		padding-left: 0;
		padding-right: 0;
	}

	/* ESPECIALIDADES */

	#especialidades .img-box{
		height: 300px;
	} 

	img.th-especialidad{
		width: 700px;
		height: 456px;
		position: relative;
		top: -26%;
	} 

	div.e-imagen-1,
	div.e-imagen-2,
	div.e-imagen-3,
	div.e-imagen-4,
	div.e-imagen-5,
	div.e-imagen-6,
	div.e-imagen-7,
	div.e-imagen-8,
	div.e-imagen-9 {
		height: 300px;
	}

	/* CONTACTO */

	#contacto .linea {
		margin-bottom: 45px;
	}

}


@media only screen and (max-width: 425px) {

	/* HOME */	

	.wrapper {
		width: 90%;
	}

	.col-1-2 {
		width: 100%;
		float: none;
	}

	.btn-display-responsive {
		display: block;
	}

	.banda-gris {
		display: none;
	}

	header#myCarousel.secciones {
		height: 300px;
	}

	header .carousel-control .glyphicon-chevron-right,
	header .carousel-control .glyphicon-chevron-left {
		top: 32%;
	}

	.navbar-header {
		padding-top: 10px;
	}

	li.face-nav,
	li.insta-nav,
	li.panel-nav{
		display: inline-block;
		margin-top: 20px;
	}  

	.panel-nav img {
		margin-top: 0;
	}

	section {
		padding: 0;
	} 

	.institucional,
	.nuestros-principios,
	#institucional1,
	#institucional2	 {
		padding: 40px 30px;
	}

	.institucional {
		height: 480px;
	}

	.nuestros-principios {
		height: 455px;
	}

	#testimonios img {
		width: 100px;
		margin-top: 20px;
	}

	#testimonios h3 {
		font-size: 18px;
	}

	#testimonios p {
		font-size: 13px;
		width: 90%;
	}

	header.header-especialidades {
		height: 400px;
	}

	#especialidades {
		padding: 50px 0 30px 0;
	}

	#especialidades3 {
		padding: 50px 20px;
	}

	header .psicologia {
		background-position: initial;
	}	

	#especialidades .col-lg-4 {
		width: 100%;
		margin: 0;
	}

	#especialidades .fondo-azul,
	#especialidades .fondo-verde,
	#especialidades .fondo-rojo,
	#especialidades .fondo-amarillo {
		display: none;
	}

	#especialidades h3,
	#especialidades2 h3 {
		margin: 20px 0 15px 0;
	}

	#contacto div.nombre,
	#contacto div.mail,
	#contacto div.telefono {
		width: 100%;
	}

	#contacto div.mail,
	#contacto div.telefono {
		margin-top: 20px;
	}


	/* CENTRO IRECO */	

	#institucional .foto-1 {
		height: 300px;
	}

	#institucional2 .foto-2 {
		display: none;
	}

	#institucional2 .texto {
		padding: 25px 30px;
	}

	#slider {
		width: 100%;
		padding: 40px 0;
		margin: 0 auto;
	}

	.year {
		margin: 0 auto;
		width: 70%;
	}

	#slider p {
		width: 90%;
		font-size: 15px;
	}

	#slider	.carousel-control.right {
	    right: 40px;
	}

	.flecha-right,
	.flecha-left {
		top: 120px;
		width: 35px;
		height: 35px;
	}

	#testimonios .flecha-right {
		right: 12px;
	}

	/* NUESTRAS BASES */	

	#trabajamos .foto-3 {
		height: 300px;
	}

	#trabajamos2 .foto-4 {
		display: none;
	}

	#trabajamos .row {
		margin-right: 0; 
	}

	#trabajamos2 .texto {
		padding: 50px;
	}

	#trabajamos2 .foto-4-responsive {
		display: block;
		height: 300px;
	}

	/* EVALUACIONES */	

	.evaluaciones {
		padding: 50px 15px;
	}

	#evaluaciones .foto-5,
	#evaluaciones .foto-10-responsive {
		height: 300px;
		background-size: 120%;
	}

	#evaluaciones .foto-6-responsive,
	#evaluaciones .foto-6B-responsive,
	#evaluaciones .foto-7 {
		height: 300px;
		background-size: 100%;
	}

	#evaluaciones .foto-8-responsive,
	#evaluaciones .foto-9 {
		height: 300px;
		background-size: 140%;
	}

	#evaluaciones .foto-6,
	#evaluaciones .foto-6B,
	#evaluaciones .foto-8,
	#evaluaciones .foto-10 {
		display: none;
	}

	#evaluaciones .foto-6-responsive {
		background-image: url(../imagenes/Evaluaciones-03.jpg);
	}

	#evaluaciones .foto-6B-responsive {
		background-image: url(../imagenes/Evaluaciones-11.jpg);
	}

	#evaluaciones .foto-8-responsive {
		background-image: url(../imagenes/Evaluaciones-05.jpg);
	}

	#evaluaciones .foto-10-responsive {
		background-image: url(../imagenes/Evaluaciones-07.jpg);
	}

	#evaluaciones .foto-6-responsive,
	#evaluaciones .foto-6B-responsive,
	#evaluaciones .foto-8-responsive,
	#evaluaciones .foto-10-responsive {
		display: block;
		height: 300px;
		background-repeat: no-repeat;
		background-position: center;	
	}

	#evaluaciones .box-5,
	#evaluaciones .box-6,
	#evaluaciones .box-7,
	#evaluaciones .box-8,
	#evaluaciones .box-9,
	#evaluaciones .box-10 {
		height: auto;
	}

	#evaluaciones .box-5 .texto,
	#evaluaciones .box-6 .texto,
	#evaluaciones .box-7 .texto,
	#evaluaciones .box-8 .texto,
	#evaluaciones .box-9 .texto,
	#evaluaciones .box-10 .texto{
		padding: 50px 30px;
	}

	#evaluaciones .col-lg-10 {
		padding-left: 0;
		padding-right: 0;
	}

	/* ESPECIALIDADES */

	img.th-especialidad{
		width: 400px;
		height: 261px;
		position: relative;
		top: -30%;
	} 

}

@media only screen and (max-width: 375px) {

	/* HOME */	

	.institucional {
		height: 500px;
	}

	.nuestros-principios {
		height: 510px;
	}

	/* CENTRO IRECO */

	#institucional2 .texto,
	#institucional2 .texto {
		padding: 15px;
	}

	/* EVALUACIONES */	

	#evaluaciones .foto-7 {
		background-size: 110%;
	}

	/* ESPECIALIDADES */

	#especialidades .img-box{
		height: 200px;
	} 

	img.th-especialidad{
		width: 368px;
		height: 240px;
	} 

	div.e-imagen-1,
	div.e-imagen-2,
	div.e-imagen-3,
	div.e-imagen-4,
	div.e-imagen-5,
	div.e-imagen-6,
	div.e-imagen-7,
	div.e-imagen-8,
	div.e-imagen-9 {
		height: 200px;
	} 
}

@media only screen and (max-width: 320px) {

	/* HOME */

	.institucional {
		height: 540px;
	}

	.nuestros-principios {
		height: 525px;
	}

	/* CENTRO IRECO */

	#institucional2 .texto {
		padding: 20px 0;
	}

	/* CENTRO IRECO */

	header .psicologia {
		background-position: 10%;
	}

	/* ESPECIALIDADES */

	#especialidades .img-box{
		height: 166px;
	} 

	img.th-especialidad{
		width: 320px;
		height: 209px;
	} 

	div.e-imagen-1,
	div.e-imagen-2,
	div.e-imagen-3,
	div.e-imagen-4,
	div.e-imagen-5,
	div.e-imagen-6,
	div.e-imagen-7,
	div.e-imagen-8,
	div.e-imagen-9 {
		height: 166px;
	}


}






















