
@import "https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic";

@font-face {
font-family: Avenir;
src: url('../fonts/AvenirLTStd-Book.otf'),
     url('../fonts/AvenirLTStd-Medium.otf'),
     url('../fonts/AvenirLTStd-Roman.otf');
}

body {
    background-color: #fff;
    color: #667;
    font-family: "Avenir",sans-serif;
    font-weight: 300;
    height: 75%;
    width: 100%;
}
.nav-box{

    box-shadow: 0px 7px 6px 0px rgba(103,176,209,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0;
}



.btn-default{
    border-radius: 6px !important;
    padding: 8px 24px;
}

.swiper-cap{
    padding: 7% 0 0.5% 10%;
    color:white;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.30) 40%, rgba(0, 0, 0, 0) 100%);
    min-height: 450px !important;
}
.swiper-slide-caption {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    margin-left: -.25em;
    vertical-align: middle;
    white-space: normal;
    z-index: 1;
}
.text-white{

    color:white;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    will-change: transform;
}


.jumbotron-custom {
    font-weight: 900;
    font-size: 2.5rem; /*antes 35px*/
    line-height: 1.2;
    letter-spacing: .01em;
}
.border-modern {
    position: relative;
}
.text-uppercase, .initialism {
    text-transform: uppercase;
}

.swiper-slide{
    min-height: inherit;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
    color:white;
  }

  .swiper-slide .subtitle {
    font-size: 21px;
  }
  .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
    color:white;
  }

  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }


html {
    height: 100%;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
p {
    font-size: 1.3rem; /* antes 16px */
    line-height: 1.6em;
    margin: 0 0 20px;
}
p.lead {
    font-weight: 600;
}
a {
    color: #585858;
    transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus {
    color: #176e61;
    text-decoration: none;
}
.light {
    font-weight: 400;
}
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
    min-height: 60px;
	background-color:#67b0d1;
	
	
}


.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active a{
    color: black !important;

}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
    font-size: 18px;
    height: 10px;
    line-height: 1em;
    padding: 6px 0;
}
.navbar-brand h1 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
.navbar-brand:focus {
    outline: 0 none;
}
.nav.navbar-nav {
    background-color: rgba(255, 255, 255, 0);
}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: #67b0d1;
}
.navbar-custom ul.nav li a {
    color: white;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}
.navbar-custom.top-nav-collapse ul.nav li a {
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}
.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
}
.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: medium none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe none repeat scroll 0 0;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: rgba(211, 35, 38, 1);
}
.navbar-custom .nav li a {
    transition: background 0.2s ease-in-out 0s;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
    background-color: transparent !important;
    outline: 0 none;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
    background-color: transparent !important;
    outline: 0 none;
}

.navbar-toggle {
    color: #fff;
    font-size: 14px;
    padding: 4px 6px;
}
.navbar-toggle:focus, .navbar-toggle:active {
    outline: 0 none;
}
#preloader {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
#loaderInner {
    background: #ffffff url("../img/spinner.gif") no-repeat scroll center center;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}
@keyframes boxSpin {
0% {
    transform: translate(-10px, 0px);
}
25% {
    transform: translate(10px, 10px);
}
50% {
    transform: translate(10px, -10px);
}
75% {
    transform: translate(-10px, -10px);
}
100% {
    transform: translate(-10px, 10px);
}
}
@keyframes shadowSpin {
0% {
    box-shadow: 10px -10px #39cccc, -10px 10px #ffdc00;
}
25% {
    box-shadow: 10px 10px #39cccc, -10px -10px #ffdc00;
}
50% {
    box-shadow: -10px 10px #39cccc, 10px -10px #ffdc00;
}
75% {
    box-shadow: -10px -10px #39cccc, 10px 10px #ffdc00;
}
100% {
    box-shadow: 10px -10px #39cccc, -10px 10px #ffdc00;
}
}
#load {
    animation: 1s ease-in-out 0s normal none infinite running shadowSpin;
     background-color: blue;
    border: 5px solid blue;
    border-radius: 0;
    box-shadow: 10px 0 #39cccc, 10px 0 #01ff70;
    height: 10px;
    left: 0;
    margin: -5px auto 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    z-index: 9999;
}
hr {
    margin-top: 10px;
}
.marginbot-0 {
    margin-bottom: 0 !important;
}
.marginbot-10 {
    margin-bottom: 10px !important;
}
.marginbot-20 {
    margin-bottom: 20px !important;
}
.marginbot-30 {
    margin-bottom: 30px !important;
}
.marginbot-40 {
    margin-bottom: 40px !important;
}
.marginbot-50 {
    margin-bottom: 50px !important;
}
.home-section {
    display: block;
    padding-bottom: 10px; /* antes 110px*/
    padding-top: 100px; /* antes 110px*/
    position: relative;
    z-index: 120;
    /*min-height: 700px !important;*/
}
.section-heading h2 {
    font-size: 40px;
}
.section-heading i {
    margin-bottom: 20px;
}
.bg-white {
    background: #fff none repeat scroll 0 0;
}
.bg-gray {
    background: #f8f8f8 none repeat scroll 0 0;
}
.bg-dark {
    background: #575757 none repeat scroll 0 0;
}
.text-light {
    color: #fff;
}
.intro {
    background-color: white;
    position: relative;
    width: 100%;
}
#intro.intro {
    padding: 0 0 0 0;
}
.intro .slogan {
    text-align: center;
}
.intro .page-scroll {
    text-align: center;
}
.brand-heading {
    font-size: 40px;
}
.intro-text {
    font-size: 18px;
}
.intro .slogan h2 {
    background-color: rgba(0, 0, 0, 0);
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    text-decoration: none;
    text-shadow: -1px 0 1px #000;
    text-transform: uppercase;
}
.intro .slogan h4 {
    color: #fff;
    text-shadow: -1px 1px 1px #000;
}
.boxed-grey {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 20px;
}
.team h5 {
    margin-bottom: 10px;
}
.team p.subtitle {
    margin-bottom: 10px;
}
.avatar {
    margin-bottom: 20px;
}
.team-social {
    margin-left: 0;
    padding-left: 0;
}
.team-social {
    text-align: center;
}
.team-social li {
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}
.team-social a {
    background: #3bbec0 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: background 0.2s ease-in-out 0s;
    width: 40px;
}
.team-social a i {
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-social .social-facebook a {
    background: #3873ae none repeat scroll 0 0;
}
.team-social .social-twitter a {
    background: #62c6f8 none repeat scroll 0 0;
}
.team-social .social-dribble a {
    background: #d74980 none repeat scroll 0 0;
}
.team-social .social-deviantart a {
    background: #8da356 none repeat scroll 0 0;
}
.team-social .social-google a {
    background: #000 none repeat scroll 0 0;
}
.team-social .social-vimeo a {
    background: #51a6d3 none repeat scroll 0 0;
}
.team-social .social-facebook a:hover {
    background: #4893ce none repeat scroll 0 0;
}
.team-social .social-twitter a:hover {
    background: #82e6ff none repeat scroll 0 0;
}
.team-social .social-dribble a:hover {
    background: #f769a0 none repeat scroll 0 0;
}
.team-social .social-deviantart a:hover {
    background: #adc376 none repeat scroll 0 0;
}
.team-social .social-google a:hover {
    background: #333 none repeat scroll 0 0;
}
.team-social .social-vimeo a:hover {
    background: #71c6f3 none repeat scroll 0 0;
}
.service-icon {
    margin-bottom: 20px;
}
form#contact-form .form-group label {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left !important;
    text-transform: uppercase;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
}
form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.input-group-addon {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 0;
}
.widget-contact {
    text-align: left;
}
.company-social {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
}
.company-social {
    text-align: left;
}
.company-social li {
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}
.company-social a {
    background: #3bbec0 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: background 0.2s ease-in-out 0s;
    width: 40px;
}
.company-social a i {
    margin: 0;
    padding: 0;
    text-align: center;
}
.company-social .social-facebook a {
    background: #3873ae none repeat scroll 0 0;
}
.company-social .social-twitter a {
    background: #62c6f8 none repeat scroll 0 0;
}
.company-social .social-dribble a {
    background: #d74980 none repeat scroll 0 0;
}
.company-social .social-deviantart a {
    background: #8da356 none repeat scroll 0 0;
}
.company-social .social-google a {
    background: #000 none repeat scroll 0 0;
}
.company-social .social-vimeo a {
    background: #51a6d3 none repeat scroll 0 0;
}
.company-social .social-facebook a:hover {
    background: #4893ce none repeat scroll 0 0;
}
.company-social .social-twitter a:hover {
    background: #82e6ff none repeat scroll 0 0;
}
.company-social .social-dribble a:hover {
    background: #f769a0 none repeat scroll 0 0;
}
.company-social .social-deviantart a:hover {
    background: #adc376 none repeat scroll 0 0;
}
.company-social .social-google a:hover {
    background: #333 none repeat scroll 0 0;
}
.company-social .social-vimeo a:hover {
    background: #71c6f3 none repeat scroll 0 0;
}
footer {
    padding: 50px 0;
    text-align: center;
}
footer p {
    color: #f8f8f8;
}
#parallax1 {
    background-image: url("../img/parallax/1.jpg");
}
#parallax1::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC");
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
#parallax2 {
    background-image: url("../img/parallax/2.jpg");
}
#parallax2::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC");
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.btn {
    border-radius: 0;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
.btn-circle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 60px;
    margin-top: 15px;
    padding: 7px 16px;
    transition: background 0.2s ease-in-out 0s;
    width: 60px;
}
.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}
.btn-circle:hover, .btn-circle:focus {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    color: #fff;
    outline: 0 none;
}
.btn-circle.btn-dark *:hover, .btn-circle.btn-dark *:focus {
    background: #fff none repeat scroll 0 0;
    color: #999;
    outline: 0 none;
}
.btn-circle.btn-dark *:hover i, .btn-circle.btn-dark *:focus i {
    color: #999;
}
.page-scroll .btn-circle i.animated {
    transition-duration: 1s;
    transition-property: -moz-transform;
}
.page-scroll .btn-circle:hover i.animated {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: linear;
}
@keyframes pulse {
50% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
#text {
    background: #ffcc00 none repeat scroll 0 0;
    color: #fff;
}
#map {
    height: 500px;
}
.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active {
    background-color: #666;
    border-color: #666;
    color: #fff;
}
.btn-default:hover, .btn-default:focus {
    background-color: #28c3ab;
    border: 1px solid #28c3ab;
    color: #000;
    outline: 0 none;
}
.btn-huge {
    font-size: 26px;
    padding: 25px;
}
.banner-social-buttons {
    margin-top: 0;
}

    

@media (min-width: 767px) {
.navbar {
    background: #67b0d1 none repeat scroll 0 0;
    border-bottom: 0 none;
    letter-spacing: 1px;
    min-height: 60px;
    padding: 20px 0;
    transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
}

.swiper-variant-1, .swiper-variant-1 .swiper-wrapper {
    height: auto;
    min-height: 500px; /*antes 680px*/
}


.top-nav-collapse {
    background-color: #000;
    padding: 0;
}
.navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.intro {
    height: 100%;
    padding: 0;
}

#intro.intro {
    padding: 7% 0 0;
}

.brand-heading {
    font-size: 100px;
}
.intro-text {
    font-size: 25px;
}
}
@media (max-width: 768px) {
.team.boxed-grey {
    margin-bottom: 30px;
}
.boxed-grey {
    margin-bottom: 30px;
}
#intro.intro {
    padding: 7% 0 0 0;
}

.swiper-variant-1, .swiper-variant-1 .swiper-wrapper {
    height: auto;
    min-height: 475px;
}

}
@media (max-width: 480px) {

    .swiper-variant-1, .swiper-variant-1 .swiper-wrapper {
        height: auto;
        min-height: 275px; /* antes 475px*/
        max-height: 276px;
    }

.navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
}
.tp-banner-container {
    padding-top: 40px;
}
.page-scroll a.btn-circle {
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    margin-top: 10px;
    padding: 7px 0;
    width: 40px;
}
}
.carousel {
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}


.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    border-radius: 3px;
    display: block;
    height: auto;
    line-height: 1;
    max-width: 100%;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    opacity: 0.9;
    outline: medium none;
    text-decoration: none;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    font-family: serif;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
}
.carousel-control .icon-prev::before {
    content: "‹";
}
.carousel-control .icon-next::before {
    content: "›";
}
.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #ffffff;
    height: 12px;
    margin: 0;
    width: 12px;
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
}
.carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
}
.carousel-indicators {
    bottom: 20px;
}
}
#templatemo-carousel {
    background-size: cover;
    height: 500px;
    margin-bottom: 0;
    overflow-x: hidden;
}
.carousel-caption {
    z-index: 10;
}
#templatemo-carousel .item {
    height: 500px;
}
#templatemo-carousel .carousel-inner > .item > img {
    height: 500px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}

#intro.intro {
    padding: 5% 0 0 0;
}

@media (min-width: 768px) {
.carousel-caption p {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.owl-item {
    background-size: cover;
    height: 100%;
    margin-bottom: 0;
    overflow-x: hidden;
}
.carousel-caption {
    left: 20%;
    padding-bottom: 140px;
    right: 20%;
}
}
@media (max-width: 768px) {
.carousel-caption {
    padding-bottom: 120px;
}
#intro.intro {
    padding: 18% 0 0 0;
}
}
@media (max-width: 1024px) {
.owl-item {
    background-size: cover;
    margin-bottom: 0;
    overflow-x: hidden;
}
}
@media only screen and (min-width: 700px) {
.logo {
    margin-bottom: 2px;
    margin-top: 0;
    max-width: 60%;
	/*margin-left:25px;*/
}
}
@media (max-width: 768px) {
.logo {
    max-width: 50%;
    margin-left: 10%;
}
}
.darkCyan {
    background: rgba(0, 0, 0, 0) url("../img/slide-5.jpg") no-repeat scroll center center;
    height: 90%;
}
.dodgerBlue {
    background: rgba(0, 0, 0, 0) url("../img/slide-1.jpg") no-repeat scroll center center;
    height: 90%;
}
.zombieGreen {
    background: #3fbf79 none repeat scroll 0 0;
    height: 90%;
}
.forestGreen {
    background: rgba(0, 0, 0, 0) url("../img/slide-3.1.jpg") no-repeat scroll center center;
    height: 90%;
		
}
.yellow {
    background: rgba(0, 0, 0, 0) url("../img/com-2-.jpg") no-repeat scroll center center;
    height: 90%;
}
.amarillo2 {
    background: rgba(0, 0, 0, 0) url("../img/slide-4.jpg") no-repeat scroll center center;
    height: 90%;
}
.amarillo2 h1 {
    font-size: 1.3em;
}
.zombieGreen h1 {
    font-size: 1.3em;
}
.forestGreen h1 {
    font-size: 1.3em;
}
.yellow h1 {
    font-size: 1.3em;
}
.dodgerBlue h1 {
    font-size: 1.3em;
}
.darkCyan h1 {
    font-size: 1.3em;
}
.caption {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    display: inline-block;
    padding: 5% 0 10% 0; /*0.6%;*/
}

.caption a{
    background-color: rgba(0, 0, 0, 0.0);
    border-radius: 3px;
    display: inline-block;
    padding: 0.6%;
}

