@charset "utf-8";
/* CSS Document */
* {
	margin:  0;
  	padding: 0;
	}
body{
	font-family: 'Raleway', helvetica !important;
	background-image:url(../imgs/bg.jpg);
    background-color: #2384b2;
    background-position: center 10%;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
	line-height:normal !important;
	}
.container{
	padding:0;
	}
.top-bar{
	background-color:rgba(0,0,0,0.7); 
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	margin-bottom:0;
	position:fixed;
	height:40px;
	width:100%;	
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
	-o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
	z-index:3000;
	color:#fff;
	}
.top-bar .pull-left{
	line-height: 40px;
    margin-right: 10px;
	}
.top-bar a{
	text-decoration:none;
	display:inline-block;
	padding-top: 5px;
	margin-right:4px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	color:#fff;
	font-size:30px;
	}
.top-bar a:hover{
	color:#f6e000;
	}
/*.titulo>span{
	background-color: #0078a7;
    padding: 0px 30px;
    font-size: 36px;
    color: #fff;
	}
.titulo:after{
	border-top: 1px solid #fff;
    content: "";
    display: block;
    margin: -18px 0 0;
    padding: 0;
    position: static;
	}*/
header{
	background:url(../imgs/bg2.jpg) center 0 no-repeat;
	background-attachment: fixed;

}
/*	display:table;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
/* Animation for the slideshow images */

.shadow{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	}
header .col-md-5{
	margin-top:50px;
	}
header .p-bg{
    background: url(../imgs/p-bg.png) repeat, top left;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.4);
	-webkit-background-color: rgba(0,0,0,0.4);
	-moz-background-color: rgba(0,0,0,0.4);
	-o-background-color: rgba(0,0,0,0.4);
	}
header .p-bg>.container{
	padding-top:15%;
	padding-bottom:15%;
	}
header .p-bg .container .col-sm-6 img{
	margin: 10px;
    margin-top: 47px;
    margin-left: 23px;
	}
.titulo{
	display: table;
    white-space: nowrap;
	text-align: center;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
	color:#fff;
	margin: 30px 0;
	}
.titulo:after {
    left: 1.5%;
}
.titulo:before {
    right: 1.5%;
}
.titulo:before, .titulo:after {
    border-top: 1px solid #fff;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}
.texto_internas{
	color: rgba(255,255,255,0.8);
	padding:20px;
	}
.mod-contenido .col-md-12{
	color: rgba(255,255,255,0.8);
	background-color:rgba(0,0,0,0.3);
	padding:20px;
	margin-bottom:30px;
	}
.mod-contenido .well{
	background-color:transparent !important;
	border: none;
    padding: 20px;
	margin: 0;
	}
.mod-contenido h2{
	margin-top: 0;
    line-height: 30px;
	}
.btn-more{
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	padding:10px;
	border: solid 1px rgba(255,255,255,0.3);
	text-decoration:none;
	background-color: rgba(255,255,255,0.1);
	color:#fff;
	display: inline-block;
    position: inherit;
	margin-top: 5px;
	}
.btn-more:hover{
	color:#fff !important;
	text-decoration:none;
	}

@media (min-width: 1600px){
  .container {
    min-width: 1570px;
  }
  header {
    background: url(../imgs/bg2.jpg) center 0 no-repeat;
    background-attachment: fixed;
	background-size:cover;
}
}
@media (max-width: 1600px) and (min-width: 1024px){
	.cd-item-info img{
		max-height:90px;
		width:auto;
		}
	}
@media (max-width: 1200px) and (min-width: 1024px){
.columna{
	width:100%;
	}
.conte-item-info{
	padding: 0 40px;
	}
header .col-md-5 {
    margin-top: 30px;
}
.cd-slider::after{
	background-color:transparent !important;
	opacity:10 !important;
	}
.cd-item-info{
	padding: 40px 20px 0!important;
	}	
.cd-item-info img{
	max-height:100% !important;
	}	
	}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------galeria-------------------- */

.mod-left .cd-item-info{
	left:0;
	}
.mod-left .cd-slider-wrapper{
	float:right;
	}
ul{
	margin-bottom:0 !important;
	}
.cd-single-item {
  position: relative;
  background: #ffffff;
  float:right;
  margin-bottom:30px; }
 .modal-dialog{
	 margin-top:120px;
	 }
.modal-header{
	border:none;
	}
.cd-slider-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width; }
  @media (min-width: 1024px) {
    .cd-slider-wrapper {
      width: 65%; }
      .cd-slider-active .cd-slider-wrapper {
        width: 100%; } }

.cd-slider {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .cd-slider::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    .cd-slider li img {
      display: block;
      width: 100%; }
    .cd-slider li.selected {
      position: relative;
      z-index: 2;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .cd-slider li.move-left {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
  @media only screen and (min-width: 1024px) {
    .cd-slider {
      cursor: pointer; }
      .cd-slider::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; }
      .cd-slider::after {
        /* slider cover layer - to indicate the image is clickable */
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.4) url("../imgs/cd-icon-zoom.svg") no-repeat center center;
        /* size of the icon */
        background-size: 48px;
        opacity: 0;
        z-index: 4;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      .no-touch .cd-slider:hover::after {
        opacity: 1; }
      .cd-slider-active .cd-slider {
        cursor: auto; }
        .cd-slider-active .cd-slider::after {
          display: none; } }

@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li, .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s; }
    .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } }
.cd-slider-navigation li {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .cd-slider-navigation li:first-of-type {
    left: 10px; }
  .cd-slider-navigation li:last-of-type {
    right: 10px; }
  .cd-slider-navigation li a {
    display: block;
    width: 48px;
    height: 48px;
    background: url("../imgs/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	background-color: rgba(0,0,0,0.3); }
    .cd-slider-navigation li a.inactive {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      transition: opacity 0.2s 0s, visibility 0s 0.2s; }
    .no-touch .cd-slider-navigation li a:hover {
      opacity: .7; }
  .cd-slider-navigation li:first-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-navigation li:first-child {
      left: 30px; }
    .cd-slider-navigation li:last-child {
      right: 30px; } }

.cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden; }
  .cd-slider-pagination:after {
    content: "";
    display: table;
    clear: both; }
  .touch .cd-slider-pagination {
    visibility: hidden; }
  .cd-slider-pagination li {
    display: inline-block;
    float: left;
    margin: 0 5px; }
    .cd-slider-pagination li.selected a {
      background: #f5f4f3; }
  .cd-slider-pagination a {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #f5f4f3;
    /* fix a bug in IE9/10 - transparent anchor not clickable */
    background-color: rgba(255, 255, 255, 0);
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

.cd-slider-wrapper .cd-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url("../imgs/cd-icon-close.svg") no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0.4s; }
  .cd-slider-active .cd-slider-wrapper .cd-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; }
  .no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper .cd-close {
      display: block; } }

.cd-item-info {
  padding: 50px 5%;
  overflow: hidden; }
  /*.cd-item-info h2, .cd-item-info p {
    max-width: 480px;*/ }
  .cd-item-info h2 {
	width: 150px;
    height: 150px;
	text-align:center;
    margin: auto;
    background: #ccc; }
  .cd-item-info p {
    line-height: 1.2;
    margin: 1em 0;
    color: #666666;
	text-align:center; }
  .cd-item-info .btn-video {
	 display: block;
    background: #eeeeee;
    text-align: center;
    padding: 10px;
    text-decoration: none;
	font-weight:bold;
	border: solid 1px #eeeeee; }
  @media (min-width: 1024px) {
    .cd-item-info {
      position: absolute;
      width: 35%;
      top: 0;
      right: 0;
      padding: 10px 10px 0;
      margin: 0; }
	   }

.cd-content p {
  width: 90%;
  max-width: 768px;
  padding: 4em 0;
  margin: 0 auto;
  color: #afa8a0;
  line-height: 1.8; }
.pauta{
	margin: auto;
    width: 300px;
    height: 250px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	margin-top: 50px;
    margin-bottom: -125px;
    position: relative;
	}
footer{
	background: url(../imgs/bg-footer.png);
    background-repeat: no-repeat;
    background-position: 70% 100%;
    background-color: #f5f5f5;
    line-height: 22px;
    padding-top: 80px;
	}
footer .container{
	padding-top: 100px;
    padding-bottom: 100px;
	}
footer .icon-el-pais{
	font-size:65px;
	}
footer .credits {
    list-style: none;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .credits li{
	display: inline-block;
    margin-right: 5px;
	}
footer .social-icons {
    list-style: none;
    padding: 0;
    margin: 5px;
}
footer .social-icons li {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    border-radius: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	
}
footer a{
	color:#2384b2;
	text-decoration:none !important;
	}
footer .social-icons li:hover {
    background-color: #fff;
}
@media (max-width: 767px){
	body{
		background-position: center 220px;
		}
	header .p-bg>.container{
		padding:0;
		}
	.titulo{
		margin: 20px 25px;
		white-space: initial;
		text-align:center;
		display: inherit;
		font-size: 25px;
		}
	.titulo:before, .titulo:after{
		display:none;
		}
	header{
		background-size: 265%;
		}
	header h1{
		height: 150px;
		margin-top: 70px;
		}
	header h2{
		height: 80px;
		margin-top:0;
		}
	.cd-item-info {
    	padding: 10%;
		}
	.cd-item-info .btn-video{
		margin:0;
		}
	footer .info{
		text-align:center;
		}
	footer .info p{
		margin-top:10px;
		}
	footer .icon-el-pais{
		margin:0;
		}
	footer .subtitle{
		margin-top:20px;
		}
	header img{
		width:80%;
		}
	.p-bg{
		padding-top: 80px;
    	padding-bottom: 50px;
		}
	}
@media (min-width: 767px) and (max-width: 992px){
	.cd-item-info{
		padding-left: 22%;
		}
	.cd-item-info img{
		width:120px;
		}
	.cd-item-info .logo{
		float:left;
		}
	.conte-item-info{
		float: left;
    	width: 200px;
    	margin-left: 50px;
		}
	}
	



