@charset "UTF-8";
/* CSS Document */

/*header {
	background:#2c3e50;
	color:#fff;
}*/
*{
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}
body {
  background-color:darkslategray;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
h2, h3{
	color: palegreen;
}

.logo-head{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
}
.logo-head img{
	width: auto;
	height: 150px;
	margin: 30px 0;
}
.barra-nav{
	background-color:teal;
	
}
.barra-nav a{
	color: #fff;
	font-size: 20px;
}
.barra-nav a:hover {
	color:palegreen;
	font-weight: bold;
}
.menu-fixed {
	position:fixed;
	z-index:100;
	top:0;
}

.slide{
		  margin: 0 -15px;
	  }
.main {
	margin-top: 40px;
}
section{
	margin-bottom: 50px;
}

#seccion2{
	color: #fff;
}


#tit-docus h2{
	font-weight: bold;
	font-size: 2.3em;
	color: aqua;
}
#tit-docus h5{
	color: aqua;
}


#seccion4{
	background-color: mediumturquoise;
	padding: 50px 0;
	
}
#seccion4 h2{
	font-weight: bold;
	font-size: 2.3em;
	color: darkcyan;
	text-align: center;
	padding-bottom: 30px;
}
table{
	font-size: 1em;
	text-align: center;
	font-size: 1em;
	
}
#seccion6{
	background-color: paleturquoise;
	text-align: center;
	padding: 50px 0;
}
#seccion6 h2{ 
	font-weight: bold;
	font-size: 2.3em;
	color: darkcyan;
	text-align: center;
	padding-bottom: 30px;
}

.ctos{
	text-align: left;
}

.ctos h4{
	font-weight: bold;
	color:darkcyan;
}

.ctos em{
	color: teal;
}

.ctos a{
	text-decoration: none; 
	color: teal;
	
}
.ctos a:hover{
	color: darkslategray;
}

#Cto1{
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#Cto1 ion-icon{
	font-size: 30px;
}

thead{
	background-color: rgba(255,255,255,0.3);
}


th{
  padding: 20px 15px;
  text-align: center;
  font-weight: bold;
  color: darkslategray;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  color: darkslategray;
  border-bottom: solid 1px rgba(255,255,255,0.3);
}


#sec-info{
	background-color: #fff;
}
#sec-info img{
	width: 100%;
	height: auto;
	padding: 0;
}

.docus {
	background:teal;
	text-align: center;
}
#tit-docus {
	padding-top: 30px;
}
.docus h1{
	color: lightseagreen;
	font-size: 7em;
}
.docus h2{
	color: aqua;
	font-size: 2em;
}
.docus h4{
	color: lightseagreen;
	font-weight: lighter;
}

.docus a{
	text-decoration: none;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.3em;
}
.docus a:hover{
	color: aqua;
}
#docs1, #docs2, #docs3, #docs4 {
	padding: 40px;
}

footer{
	background-color: #fff;
	padding: 5px 0;
	font-size: 10px;
	line-height: 12px;
}
#logosfooter{
	margin-bottom: 20px;
}
#logosfooter img{
	width: 100%;
	max-width: 500px;
}
#contacto{
	text-align: right;
	padding-right: 50px;
}

#Carrusel{
	width: 100.8%;
}



.linea{
	border-left: dotted 1px #303f9f;
	margin: 20px 0px;
}

iframe{
	width: 100%;
	height: 550px;
	border: none;
}

