/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
  	/* font-family: 'Oswald', sans-serif;*/ 
    font-size: 100%;
  	/* background: #efefef; */
}

p b {
	color: #616161;
}

body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
#como-llegar-auto
{
	background-color: #42B3E5!important;
}
#como-llegar-pie
{
	background-color: #222B56!important;
}

#como-llegar-auto, #como-llegar-pie
{
	cursor: pointer;
}
.btn-instrucciones
{
	background: #2B2B2B;
    padding: 0.7em 3em;
    margin-top: 1em;
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1em;
}
.btn-instrucciones:hover,.btn-instrucciones:focus
{
	text-decoration: none;
	color: #fff;
}
#ventana
{

	position: fixed;
    background: #fff;
    width: 60%;
    height: 350px;
    margin-left: auto;
    left: 0;
    right: 0;
    top:35%;
    z-index: 200;
    box-shadow: 0px 0px 35px #000;
    margin-right: auto;


}

.btn-cerrar{
	background: #2B2B2B;
    padding: 0.8em;
    color: #FFF;
    cursor: pointer;
    outline: none;
    border: none;
    float: right;
    margin-right: 4%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.modalNormal .modal-header
{
	background-image: url(../images/service-bg.png);
	color: #fff;
}

.barra-titulo
{
	padding: 12px;
    color: #fff;
    background-image: url(../images/service-bg.png);
    font-size: 22px;
}
.barra-titulo-error
{
	padding: 12px;
    color: #fff;
    background-color: #CC0000;
    font-size: 22px;
}
.contenido-ventana
{
	padding: 20px;
    text-align: center;
    font-size: 18px;
}
.contenido-ventana a
{
	cursor: pointer;
}

.contenido-ventana .fa-check, .contenido-ventana .fa-times
{
	    font-size: 86px;
}

.bounceIn
{
	animation-duration:.8s;
	animation-name:brincarr;
	animation-fill-mode: forwards;
	-webkit-animation-duration:.8s;
	-webkit-animation-name:brincarr;
	-webkit-animation-fill-mode: forwards;
}

@keyframes brincarr
{
	from
		{
			width: 40%;
			height: 300px;
		}

		to
		{
			width: 60%;
			height: 350px;
		}
}

@-webkit-keyframes brincarr
{
	from
		{
			width: 40%;
			height: 300px;
		}

		to
		{
			width: 60%;
			height: 350px;
		}
}

.bounceOut
{
	animation-duration:.8s;
	animation-name:salir;
	animation-fill-mode: forwards;
	-webkit-animation-duration:.8s;
	-webkit-animation-name:salir;
	-webkit-animation-fill-mode: forwards;
}

@keyframes salir
{
	from
		{
			width: 60%;
			height: 350px;

		}

		to
		{
			width: 40%;
			height: 300px;
			opacity: 0;
			z-index: -2000;
		}
}

@-webkit-keyframes salir
{
	from
		{
			width: 60%;
			height: 350px;

		}

		98%
		{
			width: 40%;
			height: 300px;
			display: none;
			opacity: 0;

		}
		to
		{
			display: none;
		}
}





#resultado
{
	height: 55px;
}

.imagen
{
	background-image: url(../images/sistemaurina.jpg);
	height: 400px;
	background-size: cover;
}



.videos
{
	box-shadow: 0px 0px 15px #121212;
	background-color: black;
}

.services-grid a {
	display: block;
  padding: 35px;
  /* border: 1px #259491 solid; */
  border-radius: 10px;
  background-color: white;
  margin-bottom: 25px;
  text-decoration: none;
  background-color: #f3f3f3;
}

.services-grid img
{
	border: 5px #259491 solid;
}

.services-grid img.pin
{
	max-width: 35px;
    border-radius: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.services-grid h3 {
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #0c0c0c;
    font-size: 20px;
}


.contenido h2, .contenido h3 {
	text-align: left;
	margin: 20px 0px;
}

.contenido p, .contenido ul li {
	text-align: justify;
}




.btn-link-prefooter {
	color: #ffffff;
  background-color: #247c7a;
  padding: 10px 15px;
  text-decoration: none;
}

.btn-link-prefooter:hover {
	color: #ffffff;
  background-color: #1c5c5b;
  text-decoration: none;
}


.btn-whatsaap-header {
    color: #ffffff;
    background-color: #45c655;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 15px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    font-size: 18px;

}

.btn-whatsaap-header:hover {
	color: #ffffff;
  background-color: #7bdf87;
  text-decoration: none!important;
}

#whatsapp-floating-button {
	position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#whatsapp-floating-button.show {
    opacity: 1;
}

/*----slider----*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 17%;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 13%;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 57%;
	left: 6%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 43px;
	width: 43px;
	background: transparent url("../images/slider-arrows.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 7%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
	display:none;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  h1 {
    /*font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    margin-bottom: 10px;
    }
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:18px;
  width:18px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border:2px solid #F4BB36;
}
.slide-text-info h1{
	font-size: 4.2em;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0;
	margin:0;
	color: #FFF;
	font-weight: 900;
	text-shadow: 1px 1px 15px #121212;
}
/*----*/
.slide-text-info label{
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.2em;
	display: block;
}
/*----*/
.slide-btn{
	background: #3A9ECB;
	padding: 0.7em 3em;
	margin-top: 1em;
	display: inline-block;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1em;
}
.slide-btn:hover{
	color:#FFF;
	text-decoration:none;
	background:#2E7DA1;
}
div.slide-text-info {
	margin-top: 6em;
	margin-left: -3em;
}
/*----//slider----*/
/*---- about ---*/
.about{
	padding: 80px 0;
}
.header h2{
	color: #16435c;
	font-size:3em;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 0 0.2em 0;
}
/*LINEAS AGRAGADAS PARA PERSONALIZAR LA PLANTILLA */
.ubicacion
{
	  padding: 3em 0 5em 0;
}
.ubicacion p
{
	  color: #737373;
  font-weight: 400;
  font-size: 1.1em;
  margin: 0;
}
.ubicacion h2{
	color: #42B3E5;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 0.2em 0;
}
.temas
{
	  padding: 3em 0;
}
.temas h1
{
color: #42B3E5;
  font-size: 3.2em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 0.2em 0;
}
.temas h2
{
	color: #42B3E5;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 0.2em 0;
}

.temas p
{
	font-weight: 300;
	font-size: 18px;
}
#divMapa
{
	margin: 3em 0 0 0;
	width: 100%;
	height: 400px;
	border: none;

}
/*FIN LINEAS AGRAGADAS PARA PERSONALIZAR LA PLANTILLA */
.header p{
	color: #737373;
	font-weight: 400;
	font-size: 1.1em;
	margin: 0;
}
.about-header{
	background:none;
}
/*---- about-grid ----*/
.about-grids{
	padding:3em 0;
}

.about-grid{
	background:url(../images/top-grid-info-bg-b.png);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.about-grid:hover,.n-about-grid{
	background:url(../images/top-grid-info-bg-bl.png);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.n-about-grid:hover{
	background:url(../images/top-grid-info-bg-b.png);
}
.about-grid:hover span{
	background-position: 0px -79px;
}
.about-grid span{
	width: 69px;
	height: 76px;
	display: inline-block;
	background: url(../images/top-grid-icons1.png) no-repeat 0px 0px;
	position: absolute;
	top: 170px;
	left: 39%;
}
.about-grid img{
	border-bottom: 0px;
	position:relative;
	display:block;
	width:100%;
}
.about-grid-info{
	padding:15px;
	position:relative;
}
.about-grid-info h3 a{
	color: #c5c5c5;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}
.about-grid-info h3{
	margin:0;
	padding:0.5em 0;
}
.about-grid-info p{
	color:#fff;
	font-size:0.875em;
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	line-height:1.5em;
}
/*----*/
.n-about-grid1 span.t-icon1{
	background-position: -71px -79px;
}
.n-about-grid1:hover span.t-icon1{
	background-position: -71px 0px;
}
.n-about-grid2 span.t-icon2{
	background-position: -141px -79px;
}
.n-about-grid2:hover span.t-icon2{
	background-position: -141px 0px;
}
/*--- services ---*/
.services{
	background:url(../images/service-bg.png);
	padding: 3em 0;
}
.services-header{
	color: #FFF;
	background: none;
}
.services-header p{
	color:#FFF;
}
.services-header h2	{
	color:#FFF;
}
/*--- service-grid ---*/
.service-grids{
	padding:3em;
}
.service-grids ul
{
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}
.service-grid{

}
.service-grid a span{
	width: 224px;
	height: 244px;
	display: inline-block;
	background: url(../images/services-icons.png) no-repeat 0px 0px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.service-grid:hover a span{
	opacity:0.5;
}
.service-grid h3 a{
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em;
}
.service-grid h3 a:hover{
	text-decoration:none;
}
.service-grid a span.s2-icon{
	background-position: -316px 0px;
}
.service-grid a span.s3-icon{
	background-position: -632px 0px;
}
.service-grid a span.s4-icon{
	background-position: -946px 0px;
}
/*--- team ----*/
.team{
	padding: 3em 0 5em 0;
}
.team-member-grid{
	width:20%;
	float:left;
	background:url(../images/top-grid-info-bg-b.png);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.team-member-grid:hover{
	background:url(../images/top-grid-info-bg-bl.png);
}
.team-member-grid img{
	width:100%;
	display:block;
}
.team-member-info{
	padding: 0.4em 1em;
	position: relative;
}
.team-member-info h3 a{
	color:#FFF;
	font-size:0.8em;
}
.team-member-info h3 a:hover{
	text-decoration:none;
}
.team-member-info p{
	color: #fff;
	font-size: 0.875em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	line-height: 1.5em;
}
.team-member-info span{
	width: 34px;
	height: 21px;
	display: inline-block;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
	position: absolute;
	top: -16px;
	left: 40%;
}
.team-member-grid:hover div.team-member-info span{
	background: url(../images/top-arrowb.png) no-repeat 0px 0px;
}
.bottom-t-info-b span{
	width: 34px;
	height: 21px;
	display: inline-block;
	background: url(../images/down-arrowb.png) no-repeat 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 40%;
	top: 211px;
}
.team-member-grid:hover div.bottom-t-info-b span{
	background: url(../images/down-arrow.png) no-repeat 0px 0px;
}
.bottom-t-info-b{
	padding:0 1em;
}
.bottom-t-info-b h3{
	margin:0.48em 0;
}
.team-member-grids{
	padding:3em 0 0 0;
}
.team-head{
	background:none;
}
/*---- contact ----*/
.map{
	position:relative;
}
.map iframe{
	width:100%;
	min-height:820px;
	border:none;
}
.contact-info{
	/*position: absolute;*/
	width: 100%;
	top: 0px;
	background: url(../images/top-grid-info-bg-b.png);
	padding: 3em;
	top: 8%;
}
.contact-info h3{
	text-align: center;
	font-size: 3.5em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: 400;
	padding: 0.2em 0;
	margin-right: 2em;
}
.contact h4{
	color: #fff;
	font-weight: 400;
	font-size: 1.6em;
	text-transform: uppercase;
	border-bottom: 1px ridge #C4DDF8;
	width: 86%;
	padding-bottom: 0.5em;
	margin: 1em 0;
}
.contact-grid-left ul{
	margin:0;
	padding:0;
}
.contact-grid-left li{
	padding:0;
	list-style:none;
	color:#FFF;
	margin: 1em 0;
}
.contact-grid-left li span{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/contact-icons.png) no-repeat 0px 0px;
	vertical-align: text-top;
}
.contact-grid-left li label{
	font-weight:400;
	margin-right:0.3em;
}
.contact-grid-left li small{
	font-weight:300;
}
.contact-grid-left li span.pin{
	background-position: 0px -41px;
}
.contact-grid-left li span.phone{
	background-position: 0px -85px;
}
.contact-grid-left li span.fax{
	background-position: 0px -130px;
}
.contact-grid-left li span.mail{
	background-position: 0px -174px;
}
.contact-grid-right input[type="text"],.contact-grid-right textarea,.contact-grid-right input[type="email"],.contact-grid-right input[type="number"]{
	width: 86%;
	padding:0.6em;
	border:none;
	margin-bottom:1em;
	color:#084A5C;
	font-size:0.875em;
	font-family: 'Open Sans', sans-serif;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.contact-grid-right input[type="text"]:hover,.contact-grid-right textarea:hover{
	border-color:#084A5C;
}
.contact-grid-right textarea{
	min-height:200px;
}
.contact-grid-right input[type="submit"]{
	background:#2B2B2B;
	padding:0.8em;
	color:#FFF;
	cursor:pointer;
	outline:none;
	border:none;
	float:right;
	margin-right:14%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.contact-grid-right input[type="submit"]:hover{
	background:#348DB6;
}
.copy-right-left{
	float:left;
	font-family: 'Open Sans', sans-serif;
}
.copy-right-left p{
	color:#555;
	font-size:0.875em;
	margin:0;
}
.copy-right-left p a{
	color:#3A9ECB;
}
.copy-right-left p a:hover{
	color:#1F1F1F;
	text-decoration:none;
}
.copy-right-right{
	float:right;
}
.copy-right-right ul{
	margin:0;
	padding:0;
}
.copy-right-right ul li{
	display: inline-block;
	padding: 0 0.3em;
}
.copy-right-right ul li a span{
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/f-social-icons.png) no-repeat 4px 0px;
}
.copy-right-right ul li a.facebook span{
	background-position: 0px 0px;
}
.copy-right-right ul li a.facebook span:hover{
	background-position: 0px -27px;
}
.copy-right-right ul li a.twitter span{
	background-position: -27px 0px;
}
.copy-right-right ul li a.twitter span:hover{
	background-position: -27px -27px;
}
.copy-right-right ul li a.skype span{
	background-position: -66px 0px;
}
.copy-right-right ul li a.skype span:hover{
	background-position: -66px -27px;
}
.copy-right {
	padding: 1.2em 0em 0.6em;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.logo img
{
	width: 100px;
	height: auto;
}
/*---- responsive-design -----*/
@media(max-width:1024px){
	.logo img
	{
		width: 100px;
		height: auto;
	}

	.slide-text-info h1 {
		font-size: 3.5em;
	}
	div.slide-text-info {
		margin-top: 4em;
	}
	.about-grid span {
		top: 197px;
	}
	.about-grid-info h3 a {
		/* font-size: 0.9em; */
	}
	.header h2 {
		font-size: 2.5em;
	}
	.header p {
		font-size: 1em;
		width: 70%;
		margin: 1em auto 0;
	}
	.team-member-info p {
		height: 130px;
		overflow: hidden;
	}
	.bottom-t-info-b span {
		top: 172px;
	}
	.bottom-t-info h3{
		height: 30px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.contact-info h3 {
		font-size: 2.5em;
	}
	.contact h4 {
		font-size: 1.4em;
	}
}
@media(max-width:768px){
	.slide-text-info h1 {
		font-size: 2.5em;
	}
	div.slide-text-info {
		margin-top: 2em;
		margin-left: -2em;
	}
	.about-grid span {
		top: 464px;
		left: 45%;
	}
	.about-grid-info h3 a {
		font-size: 0.9em;
	}
	.header h2 {
		font-size: 2.5em;
	}
	.header p {
		font-size: 1em;
		width: 70%;
		margin: 1em auto 0;
	}
	.team-member-info p {
		height: 68px;
		overflow: hidden;
	}
	.bottom-t-info-b span {
		top: 108px;
	}
	.team-member-grid {
		width: 100%;
		margin-bottom: 1em;
		float: none;
	}
	.bottom-t-info h3{
		height: 30px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.contact-info h3 {
		font-size: 2.5em;
	}
	.contact h4 {
		font-size: 1.4em;
	}
	.slide-text-info label {
		font-size: 0.9em;
	}
	.slide-btn {
		padding: 0.6em 1em;
		margin-top: 0.5em;
	}
	.callbacks_nav {
		top: 65%;
	}
	.about {
		padding: 80px 0px;
	}
	.about-grids {
		padding: 2em 0;
	}
	.about-grid {
		margin-bottom:1.5em;
	}
	.team {
		padding: 2em 0 3em 0;
	}
	.team-member-grids {
		padding: 1.5em 0 0 0;
	}
	.services {
		padding: 2em 0 1em;
	}
	/*
	nav ul {
		margin-top: 1em;
	}
	*/
	.contact-info {
		padding: 3em 0;
		top: 8%;
	}
	.contact-grid-right input[type="text"], .contact-grid-right textarea {
		width: 100%;
		padding: 0.9em;
		resize:none;
		-webkit-appearance:none;
	}
	.contact-grid-right input[type="submit"] {
		float: none;
		margin-right: 0%;
		width: 100%;
		-webkit-appearance:none;
	}
}
@media(max-width:640px){
	.slide-text-info h1 {
		font-size: 2.2em;
	}
	div.slide-text-info {
		margin-top: 2em;
		margin-left: -2em;
	}
	.about-grid span {
		top: 420px;
		left: 45%;
	}
	.about-grid-info h3 a {
		font-size: 0.9em;
	}
	.header h2 {
		font-size: 2em;
	}
	.header p {
		font-size: 1em;
		width: 85%;
		margin: 0.8em auto 0;
	}
	.team-member-info p {
		height: 68px;
		overflow: hidden;
	}
	.bottom-t-info-b span {
		top: 108px;
	}
	.team-member-grid {
		width: 100%;
		margin-bottom: 1em;
		float: none;
	}
	.bottom-t-info h3{
		height: 30px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.contact-info h3 {
		font-size: 2.5em;
	}
	.contact h4 {
		font-size: 1.4em;
	}
	.slide-text-info label {
		font-size: 0.8em;
	}
	.slide-btn {
		padding: 0.4em 1em;
		margin-top: 0.5em;
		font-size: 0.875em;
	}
	.callbacks_nav {
		top: 65%;
	}
	.about {
		padding: 80px 0px;
	}
	.about-grids {
		padding: 1.5em 0;
	}
	.about-grid {
		margin-bottom:1.5em;
	}
	.team {
		padding: 2em 0 3em 0;
	}
	.team-member-grids {
		padding: 1.5em 0 0 0;
	}
	.services {
		padding: 2em 0 1em;
	}
	/*
	nav ul {
		margin-top: 1em;
	}
	*/
	.contact-info {
		padding: 3em 0;
		top: 8%;
	}
	.contact-grid-right input[type="text"], .contact-grid-right textarea {
		width: 100%;
		padding: 0.9em;
		resize:none;
		-webkit-appearance:none;
	}
	.contact-grid-right input[type="submit"] {
		float: none;
		margin-right: 0%;
		width: 100%;
		-webkit-appearance:none;
	}
}
@media(max-width:480px){
		.temas h1 {
		font-family: 'Oswald', sans-serif;
	    font-size: 2em;

	}
	.imagen
	{
		    height: 200px;
	}
	.temas h2 {

	    font-size: 1.7em;

	}
	.temas .slide-btn {

	    font-size: 1.5em;

	}
	.slide-text-info h1 {
		font-size: 1.2em;
	}
	div.slide-text-info {
		margin-top: 0.9em;
		margin-left: -1em;
	}
	.about-grid span {
		top: 292px;
		left: 43%;
	}
	.about-grid-info h3 a {
		font-size: 0.9em;
	}
	.header h2 {
		font-size: 1.7em;
	}
	.header p {
		font-size: 0.875em;
		width: 90%;
		margin: 0.8em auto 0;
	}
	.team-member-info p {
		height: 68px;
		overflow: hidden;
	}
	.bottom-t-info-b span {
		top: 108px;
	}
	.team-member-grid {
		width: 100%;
		margin-bottom: 1em;
		float: none;
	}
	.bottom-t-info h3{
		height: 30px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.contact-info h3 {
		font-size: 1.7em;
		margin: 0;
	}
	.contact h4 {
		font-size: 1.2em;
		width: 100%;
	}
	.slide-text-info label {
		font-size: 0.75em;
	}
	.slide-btn {
		padding: 0.4em 1em;
		margin-top: 0.2em;
		font-size: 0.75em;
	}
	.callbacks_nav {
		top: 76%;
	}
	.about {
		padding: 80px 0px;
	}
	.about-grids {
		padding: 1.5em 0;
	}
	.about-grid {
		margin-bottom:1.5em;
	}
	.team {
		padding: 2em 0 3em 0;
	}
	.team-member-grids {
		padding: 1.5em 0 0 0;
	}
	.services {
		padding: 2em 0 1em;
	}
	/*
	nav ul {
		margin-top: 1em;
	}
	*/
	.contact-info {
		padding: 1.5em 0;
		top: 8%;
	}
	.contact-grid-right input[type="text"], .contact-grid-right textarea {
		width: 100%;
		padding: 0.9em;
		resize:none;
		-webkit-appearance:none;
	}
	.contact-grid-right input[type="submit"] {
		float: none;
		margin-right: 0%;
		width: 100%;
		-webkit-appearance:none;
	}
	/*
	nav a#pull {
		top: 16px;
	}
	*/
	.map iframe {
		width: 100%;
		min-height: 1013px;
	}
}
@media(max-width:320px){
	.callbacks .caption {
		top: 0;
	}


	.service-grids img
	{
		padding: 50px;

	}
	#signupform input
	{
		width: 100%;
	}
	.slide-text-info h1 {
		font-size: 0.5em;
		line-height: 1.2em;
		font-family: 'Oswald', sans-serif;
	}
	div.slide-text-info {
		margin-top: 0.5em;
		margin-left: 0em;
	}
	.about-grid span {
		top: 161px;
		left: 40%;
	}
	.about-grid-info h3 a {
		font-size: 0.9em;
	}
	.header h2 {
		font-size: 1.5em;
	}
	.header p {
		font-size: 0.75em;
		width: 100%;
		margin: 0.5em auto 0;
	}
	.team-member-info p {
		height: 68px;
		overflow: hidden;
	}
	.bottom-t-info-b span {
		top: 108px;
	}
	.team-member-grid {
		width: 100%;
		margin-bottom: 1em;
		float: none;
	}
	.bottom-t-info h3{
		height: 30px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.contact-info h3 {
		font-size: 1.7em;
		margin: 0;
	}
	.contact h4 {
		font-size: 1.2em;
		width: 100%;
	}
	.slide-text-info label {
		font-size: 0.5em;
	    width: 60%;
	    height: auto;
	    overflow: hidden;
	}
	.slide-btn {
		font-size: 0.6em;
		margin: 0;
		padding: 0.5em;
	}
	.callbacks_nav {
		top: 89%;
	}
	.about {
		padding: 0.8em 0;
	}
	.about-grids {
		padding: 1em 0;
	}
	.about-grid {
		margin-bottom:1.5em;
	}
	.team {
		padding: 2em 0 3em 0;
	}
	.team-member-grids {
		padding: 1.5em 0 0 0;
	}
	.services {
		padding: 2em 0 1em;
	}
	/*
	nav ul {
		margin-top: 1em;
	}
	*/
	.contact-info {
		padding: 1.2em 0;
		top: 5%;
	}
	.contact-grid-right input[type="text"], .contact-grid-right textarea {
		width: 100%;
		padding: 0.9em;
		resize:none;
		-webkit-appearance:none;
	}
	.contact-grid-right input[type="submit"] {
		float: none;
		margin-right: 0%;
		width: 100%;
		-webkit-appearance:none;
	}
	/*
	nav a#pull {
		top: 16px;
	}
	*/
	.map iframe {
		width: 100%;
		min-height: 1013px;
	}
	.logo img{
		width: 85px;
    	height: auto;
	}
	.top-header {
		padding: 0.4em 0em 1em;
	}
	.about-grid-info {
		padding: 1em 0.5em;
	}
	.service-grids {
		padding: 0;
	}
	.service-grid {
		padding: 1em 0 0.5em;
	}
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/

.panel-faqs
{
	margin-bottom: 15px!important;
	border-radius: 0px!important;
	border: 0px!important;
}
.panel-heading
{
	/*border-left: 15px #1D9E75 solid!important;*/
	background: #3A9ECB!important;
	color: #ffffff!important;
	font-weight: bold;
	border-radius: 0px!important;


}
.cuerpo-faqs
{
	background-color: #F0EDE6!important;
}
.panel-heading:hover, .panel-heading:focus
{
	cursor: pointer;

	text-decoration: none;

}

.collapsed
{
	background: #D8D8D8!important;
	color: #737373!important;
}

.indicador
{
	font-weight: bold;
	font-size: 20px;
}

/********************************************************************************/

.btn
{
	padding: 15px 10px;
	border-radius: 0px;
}

/*************************/

.body-internas .banner
{
padding: 25px 0px;
    background-color: #259491;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    /* border-bottom: 20px solid #7e7e80; */
    /*border-top: 20px #a0c9dd solid;*/
}

.body-internas .banner h1
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.contenido
{
	padding: 20px 0px;
}

.estilo-tabs-uno .tab-content .tab-pane h2
{
	margin-top: 0px;
	margin-bottom: 20px;
}

.estilo-tabs-uno .nav.nav-pills
{
	border-right: 1px #CFCFCF solid;
    padding-right: 25px;
}

.estilo-tabs-uno .nav.nav-pills li.active a
{
	background-color: #3A9ECB!important;
    border-radius: 0px;
    color: #fff;
}
.estilo-tabs-uno .nav.nav-pills > li > a {
    border-radius: 4px;
    color: #737373;
}

/***************************************/

.pre-footer
{
	padding: 40px 0px;
  background-color: #7c7c7c30;
}
.pre-footer .telefonos-dr
{
	color: rgb(91, 192, 222);
font-size: 26px;
}

.pre-footer .box {
	margin: 10px;
    padding: 15px;
    text-align: center;
}

.pre-footer .box.box1 {
    background-color: #259491;
}

.pre-footer .box.box2 {
    background-color: #259491;
}

.pre-footer .box.box3 {
    background-color: #259491;
}

.pre-footer .box p{
    color: #fff!important;
}

footer.footer
{
	color: #ccc;
}

footer .footer-top {
	background: #272727;
	padding: 35px 0px;
}
footer .footer-bottom {
	background: #1B1B1B;
	padding: 35px 0px;
}

footer.footer h4
{
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

footer.footer p
{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}

footer .enlaces-footer {
	list-style: outside none none;
	padding-left: 0px;
}
footer .enlaces-footer li {
	margin: 5px 0px;

}
footer .enlaces-footer a {
	color: #ccc;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
footer .enlaces-footer li a:hover, footer .enlaces-footer li:active a, footer .enlaces-footer li a:focus {
	color: #fff;
	text-decoration: none;

}

footer a.link {
	color: 	#ccc;
}
footer a.link:hover {
	color: #fff;
	text-decoration: none;
}
/**************/

.space
{
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: auto;
}

/***************/

.lista-servicios
{
	/*list-style: none;*/
	list-style-image: url('../images/vinieta1.png');
}
.lista-servicios li
{
	margin-bottom: 20px;
	color: #595959;
	text-align: justify;
}
.lista-servicios li span
{
	color: #000;
	font-weight: bolder;
}
.lista-servicios li i
{
	color: #000;
	margin-right: 5px;
}
/**********************/

.fondo-rinion
{
	background-image: url(../images/fondo-rinion.jpg);

}

/************************/

.fondo0 .subtitulo-row h2
{
	color: #16435c;
}

/**********************/

.fondo1
{
	background-color: #3F4245;
}
.fondo1 .subtitulo-row h2
{
	color: #fff;
}
.body-internas .contenido.fondo1 p
{
	color: #fff;
}


/**********************************/

.widget-video
{
	margin-bottom: 15px;
	cursor: pointer;
}

.widget-video video
{
	width: 100%;

}

.widget-video #video1
{
	background: transparent url('../images/miniaturas-videos/pulverizacion-laser.jpg') 50% 50% / cover no-repeat ;
}
.widget-video #video2
{
	background: transparent url('../images/miniaturas-videos/piedras-rinion.jpg') 50% 50% / cover no-repeat ;
}

.widget-video .titulo-video
{
	color: #fff;
	text-align: center;
}

/************************/


div.datos-curriculum > div
{
	padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

div.datos-curriculum > div.especialidad
{
	color: #3A9ECB;
}

.caja-curriculum ul
{
	font-family: 'Montserrat', sans-serif;
}

.caja-curriculum h4
{
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #16435c;
}

/*******************************/

.formulario-solicitud
{
	/* margin-bottom: 15px; */
}
.formulario-solicitud label
{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.formulario-solicitud .form-control
{
	font-family: 'Montserrat', sans-serif;

	padding: 10px 15px;
	height: auto;
	border-radius: 0px;
	background-color: #7c7c7c30;
	border: none;
	box-shadow: none;


}
div.datos-contacto > div
{
	padding: 5px 0px;
    font-family: 'Montserrat', sans-serif;
}

.section-mapas iframe {
	width: 100%;
}

/* Estilos de la caja de información */

.information-box {
	background-color: #259491;
  border-radius: 10px;
  margin-bottom: 25px;  
  padding: 25px;
  
}

.information-box .contentBox {
	color: #fff;
	font-family: 'Lato', sans-serif;
  font-size: 110%;
  line-height: 1.8;
  text-align: justify;
}

.information-box .iconBox i {
	font-size: 5em;
  text-align: center;
  display: block;
  color: #fff;
}

.information-box .contentBox ul {
	margin-top: 15px;
  list-style-image: url(../images/list-arrow-white.png);
}

.information-box .contentBox h4 {
	font-family: 'Montserrat', sans-serif;
  font-size: 24px;
}

.information-box .iconBox img {
	border-radius: 100px!important;
}

/**************************************/

.header-unit {
  height: 800px; /** ? **/
  /*border: 2px solid #000;*/
  border-right:none;
  border-left: none;
  position: relative;
  padding: 20px;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}
#video-container video {
	position:absolute;
	z-index:0;
}
#video-container video.fillWidth {
	width: 100%;
}


/**/
.section-facebook .facebookRow .texto-facebook {
	padding: 80px 15px;
}
.section-facebook .facebookRow .texto-facebook .facebook-like{
	padding: 20px 0px;
}
.section-facebook {
	background-color: #3b5998;
	padding: 0px!important;
}
.section-facebook .texto-facebook .facebook-title {
	position: relative;
	margin-bottom: 25px;
}
.section-facebook .texto-facebook .facebook-title img {
	/*
	position: absolute;
	width: 70px;
	top: -20px;
	right: 420px;
	*/
}

.section-facebook h2 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}
.section-facebook p {
	font-family: 'Lato', sans-serif;
	font-size: 110%;
	color: rgb(228, 228, 228);
	/* text-align: right; */
}

.section-facebook p.fb-datos {
	color: rgb(201, 200, 200)!important;
	margin: 25px 0px;
}

/**/

.copyright-video
{
	text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 12px;
}
.copyright-video a
{
    color: #fff;
    text-decoration: underline;
}

/**************************************/
.btn.btn-info {
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
	text-transform: uppercase;
	background-color: #259491;
	border-color: #259491;
	font-weight: bold;
}
.contentRow {
	margin-bottom: 15px;
}
.contentRow p {
    line-height: 1.8;
}

.contentRow .frase {
    font-family: 'Gloria Hallelujah', cursive;
    color: #2b5495;
    text-align: center;
    font-size: 22px;
}

.section-index
{
	padding: 80px 0px;
}
.contentRow h1, .contentRow h2, .contentRow h3, .titleRow h1, .titleRow h2, .titleRow h3
{
	/*margin-bottom: 35px;
    margin-top: 0px; */
	font-family: 'Montserrat', sans-serif;
	color: #3c3c3c;
	text-transform: uppercase;
}
.contentRow p, .contentRow ul
{
	font-family: 'Lato', sans-serif;
	font-size: 110%;
	color: #646464;

}
.contentRow ul li
{
	margin-bottom: 10px;
	line-height: 1.8;

}
.contentRow ul
{
	margin-top: 15px;
	list-style-image: url("../images/list-arrow.png");

}

.contenido img {
    border-radius: 10px;
    border: 1px #e2e2e2 solid;
}

.contentRow .box img {
    border: none!important;
}

.top-bar {
	/*
	background-color: rgb(248, 248, 248);
	padding-top: 15px;
	padding-bottom: 15px;
	color: #999;
	font-family: 'Oxygen', sans-serif;
	*/

	/* border-bottom: #D1D1D1 1px solid; */
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	background-color: #259491;
}
.section-bienvenida p.primera-linea
{
	font-size: 450%;
}

.section-bienvenida p.nombre-dr a
{
	color: #42B3E5!important;
	font-size: 22px;
    margin-bottom: 0px;
    text-decoration: none;
}
.section-bienvenida p.nombre-dr a:hover, .section-bienvenida p.nombre-dr a:focus
{
    text-decoration: none;
}

p.nombre-dr b {
	color: #259491!important;
}

.section-bienvenida p.especialidad-dr
{
	
}

.section-bienvenida .telefonos-dr
{
	color: #42B3E5;
    font-weight: bold;
    font-size: 26px;
    text-align: left;
}

.section-bienvenida .telefonos-dr span.divisor
{
	color: #7F7F7F;
    font-weight: lighter;
    font-size: 28px;
}


.borde-imagen-1
{
	border: 1px solid rgb(228, 228, 228);
	padding: 5px;
	background-color: #f7f8f8;
}

/*****************************/

#slider-index .fondo-slider
{
	width: 100%;
	height: auto;
}

#slider-index .item > div
{
	position: relative; margin: 0; padding: 0;
}

#slider-index .capa-slider .texto-slider h2
{
	font-size: 56px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
#slider-index .capa-slider .texto-slider p
{
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}

#slider-index .capa-slider
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.35);
}

#slider-index .capa-slider .texto-slider
{
	height: 100%;
    padding-top: 9%;
}

/********/


.info-ramas
{
	min-height:120px;
}


/********************/

.menu-navegacion
{
	margin-bottom: 0px;
	margin-bottom: 0px;
	background-color: #f8f8f8;
	border: none;
	/* padding: 15px 0px;  << Temporal */
	border-radius: 0px;
}

.menu-navegacion .navbar-header
{
	margin-top: 12.5px;
}

.menu-navegacion .navbar-brand
{
	padding: 0px 15px;
	color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff!important;
	background-color: none!important;
	opacity: .5;
}
.menu-navegacion .navbar-brand span
{
	text-transform: uppercase;
	vertical-align: middle;
}

.menu-navegacion .navbar-brand img
{
	display: inline-block;
}

.menu-navegacion .navbar-nav > li a {
	background: none;
	padding: 30px 15px;
	text-transform: uppercase;
	color: #999;
	font-family: 'Montserrat', sans-serif;

}
.menu-navegacion .navbar-nav > li > a:hover, .menu-navegacion .navbar-nav > li.active > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: none!important;
	color: #259491!important;

}

.menu-navegacion .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: none!important;
	color: #259491!important;
}

.menu-navegacion .dropdown-menu
{
	background-color: #fff;
	border: none;
	margin-top: 0px;
	border-radius: 0px;
	border-bottom: 5px #259491 solid;
}

.menu-navegacion .dropdown-menu li
{
	/* padding: 5px 0px; */
}

.menu-navegacion .dropdown-menu li a
{

	padding: 10px 25px;
	text-transform: uppercase;
	color: #999;
}


.menu-navegacion .dropdown-menu li a:hover, .menu-navegacion .dropdown-menu li a:focus, .menu-navegacion .dropdown-menu li a:active
{
	background: none!important;
	color: #259491!important;
}

/***/

.menu-navegacion .navbar-nav > li a .menu-hightlight {
	background-color: #259491;
	bottom: 0;
	height: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	width: 90%;
}
.menu-navegacion .navbar-nav > li a:hover .menu-hightlight, .menu-navegacion .navbar-nav > li.active a .menu-hightlight {
	-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
}









.about-grids > div {
	margin-bottom: 25px;
}

/**********************/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #259491;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #46b8da;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}


/*********************************/

.pantalla-error h1
{
	font-size: 1300%;
    color: #2880A8;
}

.pantalla-error p
{

}

.section.section-error
{
	/* border-top: 5px #2880A8 solid; */
}

.rowGaleria {
	margin-top: 25px;
}
.rowGaleria > div {
	margin-bottom: 15px;
}

.detalleMedico {
	padding: 25px;
  background-color: #f3f3f3;
  /* box-shadow: 1px 1px 5px rgb(224 222 222); */
  border-radius: 10px;
  padding: 90px 50px;
}

.detalleMedico.verEspecialidad .btn.btn-info {
	background: transparent none repeat scroll 0% 0%;
border: medium none;
color: rgb(60, 60, 60);
margin: 0px;
padding: 0px;
line-height: 0;
font-size: 72px;
width: 100%;
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/

.newAccordion .panel-heading {
	padding: 0px;
	border: none;	
	border-radius: 0px!important;
}
.newAccordion .panel-heading a {
	display: block;
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.newAccordion .panel-heading a:hover, .newAccordion .panel-heading a:focus, .newAccordion .panel-heading a:visited {
	text-decoration: none;
}
.newAccordion .panel-heading a i
{
	float: right;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;

}
.newAccordion .panel.panel-default {
	border: medium none;
	background-color: rgb(248, 248, 248);
}


.rotar-indicador {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);

}


/***Header Social **/

.social-bar {

}


.social-bar a {
	display: inline-block;
	color: #fff;
    font-size: 24px;
}

.social-bar a img {
	height: 32px;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	transition:0.5s all;
	-webkit-transition:0.5s all;
}
.social-bar a:hover img {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

/*******************/

.cuerpo-faqs
{
	background-color: #F0EDE6!important;
}
.panel-heading:hover, .panel-heading:focus
{
	cursor: pointer;

	text-decoration: none;

}

.collapsed
{
	background: #D8D8D8!important;
	color: #737373!important;
}

.indicador
{
	font-weight: bold;
	font-size: 20px;
}

.resumenTexto {
	border-left: 5px solid rgb(37, 91, 173);
	padding: 10px 0px 10px 15px;
	margin:  25px 0px;
}
.resumenTexto p {
	margin: 0px;
}

.navigationRow {
	margin-top: 25px;
	text-align: right;
}

.navigationRow a {
	font-family: 'Lato', sans-serif;
	font-size: 110%;
	color: rgb(153, 153, 153);
}

.navigationRow a:hover {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	text-decoration: none;
	color: #000;
}

/***** FANCY BOX *****/
.fancybox-opened .fancybox-title {
	visibility: visible;
	width: 100%;
	right: 0;
	left: 0;
	margin-bottom: -25px;
	border-radius: 0px;
}
.fancybox-title-float-wrap .child {
	margin: 0px;
	width: 100%;
	background-color: rgb(255, 255, 255);
	color: rgb(3, 3, 3);
	text-shadow: none;
	text-align: left;
	border-radius: 0px;
	padding-bottom: 5px;
	white-space: normal;
}

.owl-controls {
	margin-top: -25px;
z-index: 99999;
position: absolute;
width: 100%;
}
/**************************************************************************/
/**************************************************************************/


/*********/
/* ESTILOS GOOGLE TRADUCTOR **/
/*********/
.goog-te-gadget-simple i {
    margin-right: 7px!important;
    font-size: 24px!important;
    /*float: left!important;*/
    padding-top: 2px;
}
.goog-te-gadget-simple {
    font-family: 'Lato', sans-serif;
    background: none!important;
    color: #fff!important;
    padding: 7px 15px!important;
    border: 0px solid rgb(209, 209, 209) !important;
	padding: 0px !important;
}
.goog-te-menu-value span, .goog-te-menu-value i{
	color: #fff!important;
}

hr {
	border-top: 1px solid #d4d4d4!important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color: #259491 !important;
}


/**************************/



.slider-sombra-izq-a-der
{
	background: rgba(255,255,255,0.43);
background: -moz-linear-gradient(left, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.34) 47%, rgba(255,255,255,0.19) 71%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.43)), color-stop(47%, rgba(255,255,255,0.34)), color-stop(71%, rgba(255,255,255,0.19)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.34) 47%, rgba(255,255,255,0.19) 71%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.34) 47%, rgba(255,255,255,0.19) 71%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.34) 47%, rgba(255,255,255,0.19) 71%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.34) 47%, rgba(255,255,255,0.19) 71%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.slider-sombra-der-a-izq
{
	background: rgba(255,255,255,0.43);
background: -moz-linear-gradient(right, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.34) 47%, rgba(255,255,255,0.19) 71%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(right top, right top, color-stop(0%, rgba(255,255,255,0.43)), color-stop(47%, rgba(255,255,255,0.34)), color-stop(71%, rgba(255,255,255,0.19)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(right, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.34) 47%, rgba(255,255,255,0.19) 71%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(right, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.34) 47%, rgba(255,255,255,0.19) 71%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(right, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.34) 47%, rgba(255,255,255,0.19) 71%, rgba(255,255,255,0) 100%);
background: linear-gradient(to left, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.34) 47%, rgba(255,255,255,0.19) 71%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}