/*----------------------------------------------------------ESTILOS GENERALES----------------------------------------------------------*/
body{
	background-image: url(../img/bg.png);
	background-size: 100% ;
	font-family: 'gothic';
	font-size: 16px;
}
.contenido{
	width: 80%;
	margin: auto;
}
.contenido2{
	width: 90%;
	margin: auto;
}
.cabecera .row{
	margin-bottom: 0;
}
.titulo{
	font-family: 'gothic';
	text-align: center;
	color: #1565C0;
	padding: 40px;
	font-weight: 900;
}
.titulo2{
	font-family: 'gothic';
	padding-left: 20px;
	color: #1565C0;
	padding: 10px;
	font-weight: 900;
}
@font-face {
      font-family: 'PoiretOne';
      src: url("fonts/PoiretOne.ttf");
}
@font-face {
      font-family: 'gothic';
      src: url("fonts/gothic.ttf");
    }

/*----------------------------------------------------------------INDEX----------------------------------------------------------------*/
/************************cabecera************************/
.cabecera{
	margin-bottom: 0;
}
.cabecera img{
	padding: 40px 20px;
	margin: -5px;
}
.logoIRSG img{
	background-color: rgba(0,0,0,0.2);
}

/**************************menu**************************/
.menu nav{
	background-color: #fff;
}
.menu nav ul li a{
	color: #000;
	text-transform: uppercase;
	padding-left: 50px;
}
.menu nav ul li a:hover{
	background-color: transparent;
	color: #0d47a1;
	font-weight: 900;
}
.container2 {
    height: 20px;
    overflow: hidden;
    position: relative;
}
.gray,
.white {
    position: absolute;
    left: -25%;
    right: -25%;
    border-radius: 100%;
}

.gray {
    top: -50%;
    border:100px solid transparent;
    border-top: none;
    height: 200px;
}

.white {
    height: 150px;
}
.button-collapse{
	color: #414141;
	padding-left: 30px;
}
/**************************slider**************************/

.slider {
	background-color: #fff;
	margin-bottom: -30px;
}
.slides img{
	width: 100%;
}
.slider .indicators .indicator-item {
  background-color: #ffffff;
}
.slider .indicators .indicator-item.active {
  background-color: #666666;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators {
  bottom: 50px;
  z-index: 100;
  /* text-align: left; */
}
/**************************Cuerpo**************************/
.cuerpo{
	background-color: #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.cuerpo img{
	width: 25%;
}
/**************************Video**************************/
.video-desc{
	margin-top: 30px;
}
.video-desc iframe{
	width: 100%;
}
.video-desc p{
	font-size: 16px;
	padding: 15px;
	text-align: center;
}

/************************Descripcion*************************/
.card{
	border-radius: 20px;
}
.card .card-image img{
	border-radius: 20px 20px 0 0;
}
.card-title {
  color: #fff;
  padding: 20px;
  padding-top: 15px;
  line-height: 25px !important;
  font-size: 22px !important;
  font-family: 'PoiretOne' !important;
}
.btn-mas{
	background-color: #2196f3;
	font-weight: 700 !important;
}
.btn-mas:hover{
	background-color: #1e88e5;
}
.card-content a{
	color: #fff;
}
/**************************Footer**************************/
.footer-con{
	width: 100%;
	margin: auto;
}
.footer-con img{
	margin-top: 20px;
}
.empresa{
	border-left: 3px solid rgba(255,255,255,0.3);
	margin-top: 10px;
}
.empresa strong{
	font-size: 20px;
	line-height: 10px;
	color: #fff;
        font-family: gothic;
}
.empresa ul li i{
	line-height: 50px;
	font-size: 20px;
}
.empresa ul li{
}
.empresa strong i{
	padding-right: 5px;
	line-height: 30px;
	font-size: 20px;
}
.derecha{
	float: right;
	margin-bottom: 20px;
        width: 350px;
}
.firma strong{
	background-color: rgba(255,255,255,0.1);
	padding: 10px 40px;
	font-family: 'PoiretOne';
	font-weight: 500;
	font-size: 16px;
	color: #000;
}
.firma a{
	padding-left: 7px;
}
@media (max-width: 992px){
	.derecha{
		float: left;
	}
	.empresa{
		border-left: 0px solid rgba(255,255,255,0.3);
	}
}

/*----------------------------------------------------------------NOSOTROS----------------------------------------------------------------*/
.cuerpo{
	margin: 0;
}
.nosotros p{
	text-align: justify;
}
.mision{
	margin-left: 0px;
}
hr{
	border-bottom: 2px solid #0d47a1;
	margin-bottom: 20px;
}
.nosotros h5 img{
	width: 20%;
	margin-bottom: 0;
	margin-top: 20px;
}

.nosotros .img_title{
	width: 40%;
	margin-bottom: 0;
	margin-top: 20px;
}

.nosotros .img_history {
    width: 100%;
}
.nos-img img{
	margin-bottom: 5px;
}
/*--------------------------------------------------------------CENTRO DIA----------------------------------------------------------------*/
.lin{
	border-right: 3px solid #0d47a1;
	padding-right: 15px;
}
.lin h5{
	font-size: 20px !important;
	font-weight: 900;
}
.lin ul{
	padding-left: 10px;
}
.lin ul li{
	list-style: circle;
	font-size: 18px;
}
.lin img{
	width: 60%;
	padding-top: 10px;
}
.galeria-dia{
	padding-top: 20px;
}
.galeria-dia img{
	width: 100%;
	height: 160px;
}
.galeria-dia2{
	padding-top: 20px;
}
.galeria-dia2 img{
	width: 100%;
}


/*----------------------------------------------------------INSTALACIONES----------------------------------------------------------------*/
.btn-insta{
	width: 80%;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.3);
	color: #0d47a1;
}
.btn-insta:hover{
	background-color: #0d47a1;
	color: #fff;
}
.img-titulo img{
	width: 30%;
	margin-top: 30px;
}
.collapsible-body img{
	
	height: 160px;
}
/*----------------------------------------------------------CONTACTO----------------------------------------------------------------*/
.contacto img{
	width: 60%;
	padding-top: 10px;
}
.contacto2{
	padding-top: 20px;
}
.contacto2 img{
	width: 100%;
}
 
/*----------------------------------------------------------QUIENES SOMOS----------------------------------------------------------------*/


/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size: 1.2em;
	clear:both;
        font-weight: strong;
color: #fff;
bottom:0px;
position:fixed;
left: 0px;
background-color: #000;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookies2{
background-color: #000;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
 .botoncoo{
 	color: #000;
 }
/* Fin del CSS para cookies */