/*
Theme Name: LINOT
Theme URI: https://linot.com.ar
Description: Theme para CEDES
Author: Pablo D'Estéfano
Author URI: http://linot.com.ar
Version: 1.0
*/


@import url('https://cedes.com.ar/wp-content/themes/Linot/css/bootstrap.css'); 


body { 
	 padding-bottom: 40px; 
}



/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
   font-weight: bold;
}
th, td {
   border: 1px solid #EAEAEA;
   padding: 6px 10px;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { 
	outline: 0;
}
a img {
	border: 0;
}
embed, iframe, object {
	max-width: 100%;
}
/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #696969;
	font: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300; 
	line-height: 1.6;
	word-wrap: break-word;
}
body {
	background-color: #fff;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	padding-top: 12px;
	color: #65B29A;
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;
}
h1 { font-size: 38px; line-height: 1.2; }
h2 { font-size: 34px; line-height: 1.2; }
h3 { font-size: 28px; line-height: 1.2; }
h4 { font-size: 24px; line-height: 1.2; }
h5 { font-size: 18px; line-height: 1.2; }
h6 { font-size: 14px; line-height: 1.2; }
hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}



#top .datos{
	
	padding: 10px;
	color: #5b5b5b;
	font-size: 16px;
}

#top .datos span{
	color: #65B29A;
}



#top{
	padding: 10px;
	background-color: #e7e7e7;

}

#top .logo{
	margin-top: 12px;
	margin-left: 20px;

}

#superior-fija {
  width: 100%;
  /*position: fixed;*/
  z-index: 100;
}



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

#metaslider_container_11{
	display: none;
}


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

.carousel{
	/*padding-top: 210px;*/
}
}

@media only screen and (max-width: 768px) {
/*	.carousel-control{
	margin-top: 210px;*/
	}
}

.carousel-caption {
    right: 0%;
    left: 40%;
    padding-bottom: 10px;

   } 

@media only screen and (max-width: 768px) {
	.carousel-caption{
		font-size: 10px;
		 padding-bottom: 0px;
	}
} 

@media only screen and (max-width: 768px) {
	.carousel-caption h1{
		font-size: 20px;
	}
}       


/* MENU
----------------------------------------------- */
#fondo-menu .navbar-header{
	float:none!important;
	background-color: #5b5b5b;

}

#menu {

	max-width: 100%;
	background-color: #5b5b5b;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}

#fondo-menu span.icon-bar {
	
	background-color:#fff;
		
}


#menu ul{
	
   list-style-type: none;
   text-align: left;
   margin-left: 30px;
}

#menu li{
   display: inline-flex;
   text-align: center;
     
}

#menu ul li{
	background-color: #5b5b5b;
	width: initial;
}

#menu li a {
   padding: 2px 20px 2px 20px;
   color: #ffffff;
   /*border-left: 2px solid #fff;*/
   text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #menu li a {
   border-right: none;
   text-decoration: none;
  

}
}

@media only screen and (max-width: 768px) {
#menu li{
   display: block;
   text-align: left;
   
   
}
}

#menu li a:hover{
    background-color: #65B29A;
   color: #000000;
}

#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;top:31px;
	left:0; width:149px;
	border-top:1px solid #000;
}

#menu ul li:hover ul,
#menu ul a:hover ul{
	visibility:visible; 

}

#menu .sub-menu{

	position: relative;
	margin-top: 10px;
	z-index: 990;
	margin-left: -115px;
}



.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}


#contentpage{
	padding: 35px;
	background-color: #ffffff;

}

#contentpage .aligncenter{
	text-align: center;
	display: block;
}


#sidebar{
	background-color: #ffffff;
	margin-bottom: 20px;

}

.turno {
	text-align: center;
	padding: 15px;
	background-color: #65B29A;
	

}
.turno h2{
	padding: 0px!important;
	color:  #fff!important;

}
.turno a:focus, a:hover{
	text-decoration: none

}


.alert{

	background-color: #fadbfc;
	border: none;
}

.servicios span{
	color: #e7e7e7;
}

.servicios {
	 padding-bottom: 15px;

}

.caption img{
	max-width: 100%;
	margin-top: 15px;
	-webkit-border-radius: 10px 15px;  /* Safari  */
  -moz-border-radius: 10px 15px;     /* Firefox */
}

.mapa{
	
	margin-top: 65px;
}

#fotter{
	clear: both;
	padding: 20px;
	margin-top: 30px;
	background-color: #e7e7e7;
}

#fotter .pie{
	padding: 5 50 15 50px;
}

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

#fotter .pie{
	padding: 0px;
}
}

#datospie {
		margin-top: 5px;
		display: block;
		text-align: center;
		font-family: Lato !important;
		font-size: 11px;
	}

#datospie hr{

    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}




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

#chat{
	display: none;
}
}

/*paginas internas */
/* GRACIAS */

.margen{
    padding-top: 250px;
}

/*pagina 404 */

#error{
	background-color: #e2e2e2;

}


#error img{
	width: 100%!important;
    display: block !important;

}