﻿

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900,700,600,500,300,200,100);


/* =======================
    HEADER TOP SECTION
========================= */
.header-top-section {
    display: block;
    /*background: #9164CC;  es lila */
    background:#EAEAEA;
    width: 100%;
    padding: 11px 0;
}
    .contact-info{
        text-align: left;
    }
    .contact-info > p {
        display: inline-block;
        color: #fefefe;
        font-size: 16px;
        font-weight: 300;
        opacity: 0.51;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }
    .contact-info > p > i{
        font-size:20px;
    }
    .contact-info > p > i.pe-7s-mail{
        font-size:25px;
        position: relative;
        top: 4px;
    }
    .social-media {
        display: block;
        text-align: right;
        margin-top: 5px;
    }
    .social-media > ul {
        margin: 0;
        padding: 0;
    }
    .social-media > ul > li {
        list-style: none;
        display: inline-block;
    }
    .social-media > ul > li > a {
        padding: 0 10px;
    }
    .social-media > ul > li > a > .fa {
        font-size: 18px;
        color: #fefefe;
        opacity: 0.71;
    }
    .social-media > ul > li > a:hover .fa{
        color: #46bfa9;
    }

/* =======================
    HEADER SECTION
========================= */
.header-section {
    position: relative;
    padding: 20px 0;
    top: 0px;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    /*background: #0071ce;   fondo azul*/
    background: #602346;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top:50px;
}
    .header-section.fixed{
        position: fixed;
        width: 100%;
        display: block;
        top: 0;
        /*background: #9164cc;  fondo lila*/
        background: #602346;
        padding: 10px 0;
        z-index: 9999;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar {
        margin: 0;
        min-height: initial;
    }
    .icon-bar {
        background: #fff;
    }
    .navbar-brand {
        padding: 0;
        height: auto;
    }
    .navbar-toggle{
        margin: 0;
        margin-top: 5px;
    }
    /*.navbar-nav {
        border-top: 1px solid #2bd6a3;
        border-bottom: 1px solid #2bd6a3;
    }*/
    .navbar-right {
    }
    .navbar-right > li {
        position: relative;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;

    }
    .navbar-right > li ul{
        width: 170px;
        display: block;
        padding:0;
        /*background: #313840; fondo negro*/
        background: #602346;
        position: absolute;
        left: 0;
        bottom: 100px;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar-right > li:hover ul{
        bottom: inherit;
        opacity: 1;
    }

    .navbar-right > li ul li{
        list-style: none
    }
    .navbar-right > li ul li a{
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        /*color: #46bfa9;  color verde*/
        color: #fff;
        position: relative;
        background: #602346;
        padding: 15px;
        display: block;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-right > li ul li a:hover{
        /*background: #46bfa9;*/
        color: #D59DC4;
    }

    .navbar-right > li.active{
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-right > li > a {
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        background: transparent;
        padding: 12px 15px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-right > li > a:before, .navbar-right > li > a:after{
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    /*.navbar-right > li > a:hover:before, .navbar-right > li > a:hover:after, .navbar-right > li.active > a:before, .navbar-right > li.active > a:after{
        width: 7px;
        height: 7px;
        background: #46bfa9;
        content: "";
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        outline: none !important
    }*/
    .navbar-right > li > a:before{
        top: -4px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar-right > li > a:after{
        bottom: -4px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar-right > li > a:hover, .navbar-right > li > a:focus, .navbar-right > li.active > a{
        background: transparent;
        color: #D59DC4;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        outline: none !important
    }


    .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

    .img-fluid {
    max-width: 100%;
    height: auto;
}

    .ipnLogo-enlace {
    position: absolute;
}
.d-inline-block {
    display: inline-block !important;
}

.ipnLogo-enlace img {
    max-height: 50px;
}
.plecaGob {
    height: 50px;
}


.tituloLogo {
    font-size: 12px;
    color: #424141;
    position: relative;
    top: 15px;
}

.tituloGob a{
    font-size: 10px;
    color: #424141;
    position: relative;
    top: 34px;
    font-weight: bold;
}

.videoPoli{
     position:absolute; 
     margin-left:800px; 
     margin-top:10px
 }

@media (max-width: 768px){
    /* HEADER TOP SECTION */
    .title-section{
        margin-bottom: 50px;
    }

    .title-section > h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .section {
        padding: 60px 0 40px;
    }
    .header-top-section {
        padding: 10px 0;
    }
    .contact-info, .social-media{
        text-align: center;
        padding: 10px 0;
    }
    /* HEADER MENU SECTION */
    .header-section{
        position: relative;
        /*background: #313840; fondo negro*/
        background: #602346;
        top: 0
    }
    .navbar-header {
        padding: 0 15px;
    }
    .navbar-nav {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        margin-top:5px;
    }
    .navbar-right > li > a{
        text-align: center;
    }
    .navbar-right > li > a {
        font-size: 13px;
        padding: 5px 9px;
    }
    .navbar-right > li.active > a{
        text-align: center;
        /*border-top: 1px solid #46bfa9;
        border-bottom: 1px solid #46bfa9;*/
    }
    .navbar-right > li:hover ul{
        display: block;
        width: 100%;
        position: relative;
    }
    .navbar-right > li ul li a{
        font-size: 13px;
        text-align: center;
        padding: 5px 9px;
    }

    div#bs-example-navbar-collapse-1 {
        border: none;
        box-shadow: none;
    }

    .plecaGob {
    height: 30px;
}


.tituloLogo {
    font-size: 10px;
    color: #424141;
    position: relative;
    top: 10px;
}

.tituloGob a{
    font-size: 10px;
    color: #424141;
    position: relative;
    top: 34px;
    font-weight: bold;
}

.videoPoli{
     margin-left:100px;
 }

}

@media (max-width: 420px){
    /* TITLE SECTION */
    .title-section > h1 {
        font-size: 25px;
        line-height: 45px;
    }
    
}



nav ul.pagination {
    margin: 0;
    margin-bottom: 50px;
}
nav ul.pagination  li{}
nav ul.pagination  li a{
    border-radius: 0px !important;
    color: #1c1c1c;
    margin: 3px;
}
nav ul.pagination li.active a{
    background: #46bfa9 !important;
    margin: 3px;
    border: 1px solid #46bfa9 !important;
}
nav ul.pagination  li a:hover{
    background: #46bfa9;
    border: 1px solid #46bfa9 !important;
    color: #fff;
}


/*
    PRELOADER
*/
#preloader{
    width: 100%;
    height: 100%;
    -webkit-animation: preloader_6 5s infinite linear;
    -moz-animation: preloader_6 5s infinite linear;
    -o-animation: preloader_6 5s infinite linear;
    animation: preloader_6 5s infinite linear;
    background: #000;
    display: block;
    text-align: center;
    position: fixed;
    z-index: 999999;
}

@-webkit-keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
            -moz-transform: scale(1.6);
            -o-transform: scale(1.6);
            transform: scale(1.6);
  }
  50% {
    -webkit-transform: rotate(-89deg);
            -moz-transform: rotate(-89deg);
            -o-transform: rotate(-89deg);
            transform: rotate(-89deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
            -moz-transform: scale(1.6);
            -o-transform: scale(1.6);
            transform: scale(1.6);
  }
  50% {
    -webkit-transform: rotate(-89deg);
            -moz-transform: rotate(-89deg);
            -o-transform: rotate(-89deg);
            transform: rotate(-89deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}

.loader-square {
  display: block;
  width: 50px;
  height: 50px;
  background: #46bfa9;
}

.loader-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 50% 50% 0;
          -moz-transform-origin: 50% 50% 0;
          -o-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: dyinglight 1s ease infinite;
          -moz-animation: dyinglight 1s ease infinite;
          -o-animation: dyinglight 1s ease infinite;
          animation: dyinglight 1s ease infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.loader-border-top:before,
.loader-border-top:after,
.loader-border-bottom:before,
.loader-border-bottom:after {
  position: absolute;
  width: 17px;
  height: 17px;
  color: #46bfa9;
  content: "";
}

.loader-border-top:before {
  border-left: 1px solid;
  border-top: 1px solid;
  top: -6px;
  left: -6px;
}
.loader-border-top:after {
  border-right: 1px solid;
  border-top: 1px solid;
  top: -6px;
  right: -6px;
}

.loader-border-bottom:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  left: -6px;
}
.loader-border-bottom:after {
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  right: -6px;
}


@media (max-width: 768px){
    .blog-meta p{
        padding-left: 0px;
        margin-top: 5px;
    }
    .blog-contnet h3{
        margin-top: 0px;
    }
    .section.blog-title-section{
        padding: 25px 0;
    }
    .blog-comment {
        margin-bottom: 50px;
    }
    .col-md-3.sidebar {
        margin-bottom: 50px;
    }
}

/*
    BLOG POST PAGE
 */

.blog-post-item .blog-meta{
    display: block;
    margin-bottom: 15px;
}

.blog-post-item .blog-meta h2 {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto';
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.blog-post-item .blog-meta span{
    display: block;
    width: 100%;
}
.blog-post-item .thumb img{
    margin-bottom: 15px;
}

.blog-post-item h3{
    font-size: 20px;
    color: #1c1c1c;
    display: block;
    text-align: left;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.blog-post-item .blog-meta p{
    padding-left: 0;
}
.blog-post-item .blog-meta p b,.blog-post-item p a{
    color: #46bfa9
}
.blog-post-item p{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #1c1c1c;
}
.blog-post-item .blog-contnet h3{
    font-size: 24px;
    font-weight: 300;
    color: #808080;
}
.blog-post-item .blog-contnet h2{
    font-size: 30px;
    font-weight: 300;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 0;
}

.author-profile{
    display: block;
    background: #46bfa9;
    overflow: hidden;
    padding: 15px 0;
}
.author-profile h4{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 0;
    padding: 0;
}
.author-profile i{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
}
.author-profile p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 5px;
}
.author-profile-pic img{
    display: block;
    border-radius: 5px;
    border: 10px solid #fff;
}

/* COMMENT */
.blog-comment{}
.blog-comment h3{
    border-bottom: 1px solid #46bfa9;
    padding: 0;
}
.blog-comment h3 span{
    display: inline-block;
    background:#46bfa9;
    text-align: center;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.blog-comment .contact-form{}
.blog-comment .contact-form .form-control, .blog-comment .contact-form textarea.form-control{
    border: 1px solid #ccc
}
.blog-comment .contact-form .form-control:focus{
     border: 1px solid #46bfa9
}

.blog-comment span.pori-btn{
    float: right;
    padding: 0;
}
.blog-comment .contact-form  input.submit-btn{
    color: #fff !important;
    outline: none
}
.blog-comment .contact-form span:hover input.submit-btn{
    color: #fff !important;
    outline: none
}
.blog-comment .contact-form {
    margin-top: 15px;
    display: block;
}

.blog-comment .contact-form input.submit-btn {
    color: #fff !important;
    outline: none;
    padding: 15px 40px !important;
}
.blog-comment .contact-form .row{
    margin-left: -7px;
    margin-right: -7px;
}
.blog-comment .contact-form .col-md-6, .blog-comment .contact-form .col-md-12{
    padding-left: 7px;
    padding-right: 7px;

}
.footer-social-media ul li a i{
    font-style: normal;
}














body {
    	
}

.container.gallery-container {
    background-color: #cbe8f0;
    color: #cbe8f0;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #cbe8f0;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(145,100,204);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 rgba(0,0,0,0);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}



