.swal2-popup{
    width:100% !important;
}

/*CSS select2*/
.select2-container--default .select2-selection--single {
  height: calc(2.25rem + 2px) !important;
  padding: .375rem .75rem;
  border-width: 0 0 1px !important;
  background-color: #efefef !important;
}

body{
  text-justify: inter-word;
}


.box-fecha{
  background: #E3E3E3 none repeat scroll 0 0;
  border-radius: 10px;
  left: 0;
  text-align: center;
  top: 2px;
  width: 74px;
  margin:0px auto;
}

.box-fecha .dia{
  color: #4a4a4a;
  display: block;
  font-size: 30px;
  line-height: 20px;
  padding: 15px 0;
}

.box-fecha .mes{
  color: white;
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 7px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #df4a4a;
}


.content .hora {
  display: block;
  line-height: 17px;
  margin: 5px 0;
  text-transform: uppercase;
}

.content .lugar {
  display: block;
  margin: 0;
}

.content{
  margin-left: 75px;
}

.boton {
  border-radius: 10px;
  background: #E4E4E4;
  border: 0px;
  padding: 10px;
  margin-left: 0px !important;
    font-weight: bold;
}

.form-control{
  border-width: 0 0 1px !important;
  background-color: #efefef !important;
}

#cajacookies {
    box-shadow: 0px 0px 5px 5px #808080;
    background-color: black;
    color: white;
    padding-top: 20px!important;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 801;
    font-size: 12px;
}

#cajacookies a {
    color: #A55D00!important;
}

#cajacookies p {
    margin-left: 108px;
    margin-right: 108px;
}

button.pull-right.boton {
    margin-top: 13px;
}

#cajacookies button {
  color: black;
}

.boton {
  border-radius: 10px;
  background: #E4E4E4;
  border: 0px;
  padding: 5px;
  margin-left: 15px;
    font-weight: bold;
}

.boton:hover {
    color: #A55D00!important;
}

@media only screen and (min-width: 1440px) {
    #cajacookies p {
    margin-left: 12%;
    margin-right: 12%;
}
}




h1 {
  font-weight: 300;		
}

h2 {
  font-weight: 300;
  color: #303030;
  font-size: 2.8125rem;
  display: block;
  text-transform: uppercase;
  margin-top: 30px;
  text-align: left;
}

h3 img {
  width: 20px !important;
  box-shadow: 0 0px 0px !important;
  margin-right: 10px;
}

.row {
  margin-bottom: 30px;
}

.imagen_noticia {
  max-height: 500px !important;
}

.agenda2030 {
  width:105px !important;
}

.evento {
	text-align: center;
	color: white;
	font-size: 21px;
	background-color: #6B4A82;
}

.carousel-caption h5 {
	font-size: 3.25rem;
}

.carousel-caption {
	text-align:end;
}

.titulo {
  font-weight: 600;
  font-size: 1.25rem;
  color: #6b4a82;
  text-transform: uppercase;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.btn-coorporativo {
  background-color: #343a40;
  border-radius: 0px;
  color: white;
  height: 58px;
}

#btn_mas_noticias, #btn_mas_informacion {
	text-align: center;
}

#introduccion, #formacion {
    padding: 25px;
    /*background: url(../img/photo1.png);*/
    /*background-color: #6B4A82;*/
    background: rgba(2,129,74,1);
    background: -moz-linear-gradient(left, rgba(2,129,74,1) 0%, rgba(0,201,101,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,129,74,1)), color-stop(100%, rgba(0,201,101,1)));
    background: -webkit-linear-gradient(left, rgba(2,129,74,1) 0%, rgba(0,201,101,1) 100%);
    background: -o-linear-gradient(left, rgba(2,129,74,1) 0%, rgba(0,201,101,1) 100%);
    background: -ms-linear-gradient(left, rgba(2,129,74,1) 0%, rgba(0,201,101,1) 100%);
    background: linear-gradient(to right, rgba(2,129,74,1) 0%, rgba(0,201,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02814a', endColorstr='#00c965', GradientType=1 );
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
}

#introduccion, #formacion img{
	width: 100%;
}

#formacion h2{
  color:white !important;
}

#introduccion h2{
  color:white !important;
}

.curso{
    box-shadow: 0px 0px 5px 5px #f0f2eb;
    padding: 5px;
    margin-top: 30px;
}

#noticias {
	padding: 25px;
}

#nodofarma, #acceso {
	padding: 25px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );

}

#nodofarma img {
	padding: 10px
}

#noticias img {
	width: 100%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.footer {
	background-color: #02814a;
	color:white;
  margin-bottom: -30px;
}

.footer a {
	color:white;
}

.footer img {
	width: 40px;
}

.footer li {
	list-style: none;
}

.list-unstyled li{
  display: inline;
}

ul #enlaces li
{
  display: block;
}

#enlaces {
  padding-left: 0;
  list-style: none;
}

#enlaces a{
  color:white;
}

.logo {
	width:60%;
}

.w-100 {
	height: 600px;
}

#cabecera {

	padding:50px;
  background-color: #02814a;
  /*
	background: rgba(107,74,130,1);
	background: -moz-linear-gradient(left, rgba(107,74,130,1) 0%, rgba(119,47,214,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(107,74,130,1)), color-stop(100%, rgba(119,47,214,1)));
	background: -webkit-linear-gradient(left, rgba(107,74,130,1) 0%, rgba(119,47,214,1) 100%);
	background: -o-linear-gradient(left, rgba(107,74,130,1) 0%, rgba(119,47,214,1) 100%);
	background: -ms-linear-gradient(left, rgba(107,74,130,1) 0%, rgba(119,47,214,1) 100%);
	background: linear-gradient(to right, rgba(107,74,130,1) 0%, rgba(119,47,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b4a82', endColorstr='#772fd6', GradientType=1 );*/
	color:white;

}

.fecha {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
    text-align: right;
}

#contacto img{ width: 100%;}

@media (max-width: 768px) {
  h2{
	font-size:1.813rem;        
  	}

   h1{
    font-size: 2rem;
   }

  .footer {
  	font-size: 11px !important;
  }

  .footer img {
	width: 20px;
	}
  
  .navbar-brand {
  	width: 50%;	
  }

  .logo {
  	width: 140px;
  }

  #nosotros img {
  	display:none;
  }

  .w-100 {
	height: auto;
}
}

