/*FONTS*/
*{
  font-family: 'Roboto', sans-serif !important;
}

a{
  transition: all .5s ease;
}

a:hover{
  text-decoration: none !important;
  color: black;
  font-weight: 400;
}

section .container{
  padding:30px 0;
}

p{
  text-align: justify;
}

ul{
  padding: 0 !important;
}

ul li {
  list-style-type:  square;
  list-style-image: url("/images/icon/right-arrow.svg");
}

li:before{
  zoom:2;
}

.center-align{
  text-align: center;
}

#header{
	padding-top: 20px;
	font-size: 16px;
  position: relative;
}
#header #cna-header
{
  position: absolute;
  right: -68px;
  bottom: -15px;
  width: 90px;
  z-index: 100;
}
#header #cna-header img
{
  width: 100%;
}


#mobile-menu > .navbar{
  -webkit-box-shadow: 0px 10px 45px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 45px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 45px -8px rgba(0,0,0,0.75);
}

#mobile-phone{
  display: none;
}

#mobile-footer{
  display: none;
}

#mobile-footer img{
  margin-right: 0;
  margin-bottom: 10px;
}

#myCarousel-mobile{
  display: none;
}

.header-logo{
	position: relative;
	z-index: 2;
}
.header-logo img
{
width: 100%;
max-width: 400px;
}

.img-small{
  display: none;
}

.icon{
	width: 20px;
	height: 20px;
}

.title-green{
	color: #0096A4;
	font-weight: bold;
}

.title-blue{
	color: #082F7C !important;
	font-weight: bold;
}

.title-white{
  color: #fff !important;
  font-weight: bold;
}

.no-weight{
  font-weight: 100 !important;
}


.title-white{
  color: white;
  font-weight: bold;
}

#line-header{
	height: 50px;
	background-color: #082F7C;
	position: relative;;
	top:-35px;
	z-index: 1;
  -webkit-box-shadow: 0px 10px 45px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 45px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 45px -8px rgba(0,0,0,0.75);
}

.font16{
	font-size: 16px;
}

.no-padding{
	padding: 0 !important;
}

.no-padding-right{
  padding-right: 0 !important;
}

.no-padding-left{
  padding-left: 0 !important;
}

.padding-left50{
  padding-left: 50px !important;
}

.bold{
  font-weight: bold;
}

.triangle {
	display: none;
  width: 0;
  height: 0;
  border-left: 20px solid #0096A4;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top:-10px;
  margin: 0 auto;
}

.triangle-white {
	margin: 0 auto;
 width: 0;
 height: 0;
 border-left: 20px solid #fff;
 border-top: 15px solid transparent;
 border-bottom: 15px solid transparent;
 -ms-transform: rotate(90deg); /* IE 9 */
 -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
 transform: rotate(90deg);
 position: relative;
 top:-6px;
}


nav{
	float: right;
}

nav ul li a{
	color:white;
	font-size: 14px;
  transition: all .5s ease;
}

.nav > li > a:hover{
	background-color: #0096A4;
	/*font-weight: bold;*/
	color: white !important;
}

nav ul li.active a{
	background-color: #0096A4;
	font-weight: bold;
}

nav ul li.active .triangle{
	display: block;
}


.button{
	background-color: #082F7C;
	color: white;
	text-transform: uppercase;
	border:none;
	padding: 15px;
	width: 80%;
  margin-bottom: 10px;
  transition: all .5s ease;
}

.button:hover{
  background-color: #041538;
}

.list-footer{
  padding: 0;
}

.list-footer li{
  list-style: none !important;
  padding: 0;
}

.imagen-seccion-interna-movil{
  display: none;
}


/*MOBILE MENU*/

#mobile-menu {
  display: none;
}

.navbar-inverse{
  background-color: #fff;
  border: none;
  height: 50px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
  background-color: transparent;
}

.navbar-inverse .navbar-toggle{
  border: none;
}

.navbar-inverse .navbar-toggle .icon-bar{
  background-color: black;
}

.navbar-item a{
  color: white;
}

/*END MOBILE MENO*/




/*SECTION BANNER*/

section#banner{
  height: 500px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width: 100% !important;
  max-height: 500px;
}

.carousel-control{
	background: transparent !important;
}

.carousel-caption{
	top:40%;
	text-align: left;
	color: #082F7C !important;
	text-shadow: none !important;
}
.line-banner{
	width: 500px;
  position: relative;
  top: -30px;
}

#myCarousel-mobile .carousel-caption{
  top: 20%;
}

#myCarousel-mobile .line-banner{
  width: 300px;
}

/*SECTION BANNER*/



/*SECTION QUIENES SOMOS*/

section#quienes-somos .container{
  padding: 0;
}

section#quienes-somos #div-quienes-somos{
	color: white;
}

section#quienes-somos h3{
	margin-bottom: 20px;
}

#div-quienes-somos{
	position: relative;
  top: -60px;
  z-index: 20;
}
#div-quienes-somos #first-column{
	background-color: #0096A4;
	padding: 5px 20px;
}
#div-quienes-somos #second-column{
	background-color: #02A7AF;
	padding: 5px 20px;
}
#div-quienes-somos #third-column{
	background-color: #00C1C6;
	padding: 5px 20px;
}

.table >tbody > tr > td{
	border:none !important;
	padding: 4px !important;
}

.flag-icon{
	width: 40px;
	height: 40px;
}

.line1{
	background-color: #0096A4;
	height: 4px;
}

.line2{
	background-color: #02A7AF;
	height: 4px;
}

.line3{
	background-color: #00C1C6;
	height: 4px;
}


/* Style the tab */
div.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
div.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  width: 50%;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
  color: #082F7C;
}

/* Create an active/current tablink class */
div.tab button.active .line-country {
  display: block;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.tabcontent2 {
  display: none;
}

.tabcontent3{
	display: none;
}

.tab .tablinks .line-country{
	display: none;
}

.tab .tablinks2 .line-country{
	display: none;
}

button.tablinks3.active{
	color: #082F7C;
}

/*SECTION QUIENES SOMOS*/


/*SECTION SERVICIOS*/
section#servicios{
	text-align: center;
}

section#servicios .container{
  padding: 0;
}

section#servicios img{
	width:50%;
	margin-bottom: 20px;
}
/*SECTION SERVICIOS*/

/*SECTION NOTICIAS*/
section#noticias{
	text-align: center;
	background-color:#E4F9F9;
}

.view{
	width: 100%;
}

.line-title{
	position: relative;
	top:-20px;
}

.line-title img{
	width: 50%;
  margin-top: 15px;
}

.title-news{
	position: absolute;
  bottom: 5px;
  width: 100%;
  height: 55px;
  background-color: #082f7c;
  color: white;
  padding: 10px;
  text-align: center;
}


.news-container {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  overflow: hidden;
    /*border: 5px solid white;
    box-shadow: 0px 0px 5px #aaa;*/
  }

  .news-container img.image{
    /*height: 200px;*/
    width: 100%;
  }

  .image {
    display: block;
    width: 100%;
    height: auto;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #082f7c;
    overflow: hidden;
    width: 100%;
    height: 30%;
    transition: .5s ease;
  }

  .text {
   width: 85%;
   white-space: nowrap;
   color: white;
   font-size: .9em;
   position: relative;
   overflow: hidden;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   text-overflow: ellipsis;
   transition: all .5s ease;
 }

 .description-text {
   display: none;
   transition: all .5s ease;
   font-size: .78em !important;
   position: absolute;
   color: white;
   transition: all .5s ease;
   padding: 0 20px;
   width: 100%;
   margin: 2rem auto;
   line-height: 1.5rem;
 }

 .news-parrafo {
  max-height: 6rem;
  overflow: hidden;
  text-align: justify;
  display: block;
}
.news-parrafo:before {
  content:'...';
  position: absolute;
  top: 4.5rem;
  right: 8px;
}
.news-parrafo::after {
  content: '';
  background: inherit;
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1.5rem;
  z-index: 1;

}

.button-news{
 background-color: transparent;
 color: white;
 text-transform: uppercase;
 border: 1px solid white;
 padding: 10px;
 width: 50%;
 position: absolute;
 bottom: 5%;
 left: 25%;
 display: none;
 transition: all .5s ease;
}

.news-container:hover .overlay {
  height: 100%;
  background-color: rgba(8, 47, 124, 0.70);
}

.news-container:hover .text  {
  width: 100%;
  top: 15%;
  padding: 10px;
  white-space: normal;
  background-color: #00C1C6;
}

.news-container:hover .description-text  {
  display: block;
}

.news-container:hover .button-news  {
  display: block;
}


/*SECTION NOTICIAS*/


/*SECTION DIRECTORES*/
section#directores{
  background-color: #02a7af;
  background-image: url('../images/icon/background-director.svg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

section#directores .container{
	padding: 30px 0;
}

.triangle-blue {
	margin: 0 auto;
 width: 0;
 height: 0;
 border-left: 20px solid #E4F9F9;
 border-top: 15px solid transparent;
 border-bottom: 15px solid transparent;
 -ms-transform: rotate(90deg); /* IE 9 */
 -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
 transform: rotate(90deg);
 position: relative;
 top:-6px;
}

.image-director{
	width: 100px;
	height: 100px;
}

.name{
	color: white;
	text-align: left;
}

.description-name{
	color:white;
	text-align: justify;
  text-justify: inter-word;
  margin-top: 20px;
}

.line-director{
	padding: 20px 0;
}
/*SECTION DIRECTORES*/

/*SECTION CLIENTES*/
section#clientes{
	text-align: center;
	background-color: #E4F9F9;
}

section#clientes .container{
	padding: 30px 0;
}

.triangle-ocean-blue {
	margin: 0 auto;
 width: 0;
 height: 0;
 border-left: 20px solid #34b2b9;
 border-top: 15px solid transparent;
 border-bottom: 15px solid transparent;
 -ms-transform: rotate(90deg); /* IE 9 */
 -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
 transform: rotate(90deg);
 position: relative;
 top:-6px;
}

.owl-carousel .item{
	width: 180px;
	height: 180px;
	margin: 0 auto;
}

.owl-prev{
	position: relative;
  top: -60px;
  left: -50%;
  width: 50px;
  height: 50px;
  background: transparent !important;
  background-image: url(../images/icon/left-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 30px 30px !important;
}

.owl-next{
	position: relative;
  top: -60px;
  right: -50%;
  width: 50px;
  height: 50px;
  background: transparent !important;
  background-image: url(../images/icon/right-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 30px 30px !important;
}

.owl-nav.disabled{
	display: block !important;
}

.tipo-clientes{
	display: table;
	width: 100%;
}

.tipo button{
	display: table-cell;
	width: 20% !important;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #0096A4;
}

#tab-client{
  width: 100%;
  border:none;
}

#tab-client > li{
  width: 20%;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
}

#tab-client > li > a{
  color: #0096A4;
}

#tab-client > li.active > a{
  font-weight: 900;
  background-color: #0096A4;
  color: white;
}

.tab-content{
  padding:30px;
}

/*SECTION CLIENTES*/

/*SECTION UBICACION*/
.triangle-light-blue {
	margin: 0 auto;
 width: 0;
 height: 0;
 border-left: 20px solid #E4F9F9;
 border-top: 15px solid transparent;
 border-bottom: 15px solid transparent;
 -ms-transform: rotate(90deg); /* IE 9 */
 -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
 transform: rotate(90deg);
 position: relative;
 top:-6px;
}

section#ubicacion{
	text-align: center;
	background-color: white;
}

.title-blue img{
	width: 30px;
	height: 30px;
}

.map{
	width: 100%;
	height: 500px;
}

#mapa-venezuela{
  border-right: 1px solid #082f7c;
}

.title-map{
	background-color: #082f7c;
  color: white;
  padding: 15px;
  text-align: left;
  font-size: 16px;
}

.loading{
  width: 100%;
  height: 100px;
  position: absolute;
  background-color: white;
  z-index: 2;
  display: none;
  transition: all 5s ease;
  padding: 25px;
}

.loading.active{
  display: block;
}

.bubblingG {
  text-align: center;
  width:78px;
  height:49px;
  margin: auto;
}

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 24px auto;
  background: rgb(0,0,0);
  border-radius: 49px;
  -o-border-radius: 49px;
  -ms-border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  animation: bubblingG 1.5s infinite alternate;
  -o-animation: bubblingG 1.5s infinite alternate;
  -ms-animation: bubblingG 1.5s infinite alternate;
  -webkit-animation: bubblingG 1.5s infinite alternate;
  -moz-animation: bubblingG 1.5s infinite alternate;
}

#bubblingG_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}

#bubblingG_2 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

#bubblingG_3 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}



@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color:rgb(0,0,0);
    transform: translateY(0);
  }

  100% {
    width: 23px;
    height: 23px;
    background-color:rgb(255,255,255);
    transform: translateY(-20px);
  }
}

@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color:rgb(0,0,0);
    -o-transform: translateY(0);
  }

  100% {
    width: 23px;
    height: 23px;
    background-color:rgb(255,255,255);
    -o-transform: translateY(-20px);
  }
}

@-ms-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color:rgb(0,0,0);
    -ms-transform: translateY(0);
  }

  100% {
    width: 23px;
    height: 23px;
    background-color:rgb(255,255,255);
    -ms-transform: translateY(-20px);
  }
}

@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color:rgb(0,0,0);
    -webkit-transform: translateY(0);
  }

  100% {
    width: 23px;
    height: 23px;
    background-color:rgb(255,255,255);
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color:rgb(0,0,0);
    -moz-transform: translateY(0);
  }

  100% {
    width: 23px;
    height: 23px;
    background-color:rgb(255,255,255);
    -moz-transform: translateY(-20px);
  }
}

/*SECTION UBICACION*/



footer{
	background-color: #E4F9F9;
	/*padding-top:20px;*/
}

footer .container{
	padding-bottom: 20px;
}

.styleTitle-footer{
	color: #082F7C;
	font-weight: bold;
}

footer hr{
  height: 2px;
  border: none;
  background-color: #082F7C;
  margin: 0;
  position: relative;
  top: -10px;
}

footer a{
	font-size: 12px;
	color: #082F7C;
}

footer span{
	padding: 0 !important;
}

.social-icon{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.pie-pagina{
	background-color: #233871;
  color: white;
  padding: 15px;
  text-align: center;
}

/*PAGE QUIENES SOMOS*/
.position-top{
  position: relative;
  top: -65px;
}

section#imagen-principal{
  position: relative;
}

section#imagen-principal img{
 width: 100%;
}

section#quienes_somos{
  background-color: #0096a4;
  color: white;
  text-align: center;
}

.triangle-green-blue {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid #0096a4;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  position: relative;
  top:-6px;
}

section#mision{
  background-color: #E4F9F9;
  color: black;
  text-align: center;
}

section#vision{
  background-color: #0096a4;
  color: white;
  text-align: center;
}

section#vision ul{
  text-align: justify;
  padding: 0;
}

section#valores{
  background-color: #E4F9F9;
  color: black;
  text-align: center;
}

section#valores img{
  width: 100px;
}

section#politica{
  background-color: #0096a4;
  background-image: url('../images/icon/background-politica.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -280px;
  min-height: 275px;
  color: white;
  text-align: center;
}

section#organigrama{
  /*background-color: #E4F9F9;*/
  color: black;
  text-align: center;
}

section#organigrama < body{
  background-color: #E4F9F9;
}

.modal{
  background-color: rgba(8, 47, 124, 0.37);
}

.modal-header{
  border: none;
  background-color: #0096A4;
  color: white;
}

.name-modal{
  color:#0096a4;
}

.title-modal{
  color: #082F7C;
  font-weight: bold;
  margin: 0;
  margin-top: 20px;
}

.line-modal{
  padding: 0;
  width: 100%;
}

.name{
  padding-left: 30px;
}

.modal ul li{
  margin-left: 15px;
}

.modal-content{
  border-radius: 0;
}

.btn-modal{
  border-radius: 0;
  background-color: white;
  color: #0096a4;
  border:none;
}

.btn-modal:hover{
  background-color: #025d66;
  color: white;
}
/*PAGE QUIENES SOMOS*/


/*PAGE SERVICIOS*/

section#services{
  text-align: center;
}

#tab-content-servicios img{
  width: 35%;
  background-color: white;
}

.tab-country{
  width: 50%;
  margin: 0 auto;
  position: relative;
  top: -54px;
}

section#projects .tab-country{
  top: -54px;
}

.mix-target{
  padding: 8px;
}

.tab-country ul li{
  width: 50% !important;
  text-align: center;
}

.tab-country > a{
  margin: 0;
}

.tab-country a{
  font-size: 18px;
  color: white !important;
  background-color: rgba(8, 47, 124, 0.8) !important;
  border: 1px solid #082F7C;
  height: 54px;
}

.tab-country a:hover{
  background-color: rgba(8, 47, 124, 0.8) !important;
}

.tab-country img{
  width: 30px !important;
  vertical-align: top;
}

.tab-country img.img-inactive{
  display: inline-block;
}

.tab-country img.img-active{
  display: none;
}

.tab-country .active img.img-inactive{
  display: none;
}

.tab-country .active img.img-active{
  display: inline-block;
}

.tab-country .active a{
  background-color: white !important;
  color: #082F7C !important;
  font-weight:bold;

}

.tab-country .active a:hover{
  color: #082F7C !important;
}

.disabled{
  display: none;
}

.news{
  display: none;
}

.news div{
  display: none;
}

.display{
  display: block !important;
}

.display-none{
  display: none !important;
}

#tab-content-servicios{
  padding:0;
}

.gridder-news img{
  width: 100% !important;
}

/*PAGE SERVICIOS*/


/*PAGE PROYECTOS*/

section#imagen-proyectos{
 width: 100%;
 height: 510px;
 background-image: url('../images/headers/Prego-Banner-Proyectos.png');
 background-repeat: no-repeat;
 background-size: cover;
 padding: 105px 0;
 background-position: center center;
}

section#imagen-proyectos img{
 width: 100%;
}

section#content-proyectos{
  position: relative;
  top: -332px;
}

section#projects ul{
  width: 100%;
}

section#projects ul li{
  list-style: none !important;
  list-style-image: none !important;
  display: inline-block;
  width: 24%;
  /*padding: 8px;*/
}

section#projects{
  background-color: white;
}

section#categories{
  position: relative;
  margin-bottom: 100px;
}



.categories{
  position: relative;
  margin: 0 auto;

}

.categorie{
  text-align: center;
}

.categorie img{
  width: 25% !important;
  margin-bottom: 10px;
}

.filter-btn{
  border: none;
  background-color: #0096A4;
  color: white;
  width: 100%;
  height: 90px;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  opacity: 0.8;
  transition: all .5s ease;
}

.filter-btn.active{
  background-color: #082F7C;
}



.tab-country > a{
  margin: 0;
}

.tab-country a{
  font-size: 18px;
  color:white;
  background-color: rgba(8, 47, 124, 0.8) !important;
  border: 1px solid #082F7C;
  text-align: center;

}

/*.tab-country a:hover{
  background-color: rgba(8, 47, 124, 0.8) !important;
  }*/

/*.tab-country a.active{
  background-color: white !important;
  color: #082F7C !important;
  font-weight:bold;
  }*/

  .modal-projects{
    position: relative;
    width: 100%;
    cursor: pointer;
  }

  .modal-projects img{
    width: 100%;
  }

  .modal-projects h4{
    background-color: #00C1C6;
    color: white;
    text-align: left;
    padding: 5px;
    margin: 0;
  }

  .modal-projects  h5{
    background-color: #00C1C6;
    color: white;
    text-align: left;
    padding: 5px;
    margin: 0;
  }

  section#projects .modal .modal-body img{
    width: 100%;
  }

  section#projects .modal .modal-header h3 button{
    font-size: 40px;
    position: relative;
    top: -8px;
    left: -8px;
  }

  section#projects .modal .modal-header{
    background-color: #0096A4;
    color: white;
    padding: 15px 10px;
    margin: 0;
  }

  .icon-project{
    position: absolute;
    top: 8px;
    right: 8px;
  }

  .icon-project img{
    width: 30px;
    height: 30px;
  }

  .modal-projects:hover img{
    opacity: 0.8;
  }

  .nav-tabs{
    border: none !important;
  }

  /*PAGE PROYECTOS*/

  /*PAGE NOTICIAS*/
  section#news{
    text-align: center;
  }
  /*PAGE NOTICIAS*/

  /*PAGE DETALLE NOTICIAS*/
  section#noticias-interna{
    color: #082f7c;
    padding-top: 40px;
  }

  .title{
    position: absolute;
    width: 100%;
    top: 15%;
    text-align: center;
  }

  .title h1{
    text-align: center;
    color: white;
  }

  .title img{
    width: 60% !important;
  }

  .image-news{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
  }

  .image-news img{
    width: 60% !important;
    position: relative;
    top: 30px;
    max-height: 300px;
    max-width: 1000px;

  }

  section#noticias-relacionadas{
    color: #082f7c;
    background-color: #E4F9F9;
    text-align: center;
  }
  /*PAGE NOTICIAS*/

  /*PAGE CONTACTO*/
  form{
    background-color: transparent;
    border-radius: none;
    box-shadow: none;
  }
  .form-control{
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-appearance: none;
  }

  section#contact{
    background-color: #0096a4;
    text-align: center;
    color: #082f7c;
  }

  section#contact h5{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
  }

  section#contact ::-webkit-input-placeholder { /* Chrome */
    color: #082f7c;
  }
  section#contact :-ms-input-placeholder { /* IE 10+ */
    color: #082f7c;
  }
  section#contact ::-moz-placeholder { /* Firefox 19+ */
    color: #082f7c;
    opacity: 1;
  }
  section#contact :-moz-placeholder { /* Firefox 4 - 18 */
    color: #082f7c;
    opacity: 1;
  }

  section#contact select {
    color: #082f7c;
  }

  section#contact .tab-content{
    padding-top: 0;
  }

  section#contact .field-required{
    font-weight: bold;
    margin-top: 10px;
  }

  .btn-blue{
    background-color: #082f7c;
    border-radius: 0;
    border: none;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #tab-content-contact{
    position: relative;
    top: -20px;
  }

  #tab-content-contact form{
    margin-bottom: 30px;
  }

  section#contact-map{
    background-color: #E4F9F9;
  }
  /*PAGE CONTACTO*/

  .line-separator{
    position: relative;
    left: -5px;
  }

  section#space{
    background-color: white;
    padding: 20px;
  }

  /*ADMIN*/
  .panel-body{
    padding: 30px;
  }

  .item-inactive{
    color: #e74c3c
  }

  .item-active{
    color:rgb(46, 204, 113);
  }
/**/