/***********************************************************************************************
	Salient by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
    
**********************************************************************************************/

/***********************************************************************************************/
/* TABLE OF CONTENTS: */
/***********************************************************************************************/

/*------------------------------------------------------------------------


  01. Common Styles
      -Typography
      -Buttons
      -Form
  02. Preloader
  03. Navbar
  04. Hero section
      -Hero section 2
      -Hero section 3
      -Hero section 4
  05. Home hero
  06. About Section
  07. Choose Section
  08. Projects Section
  09. Clients section
  10. Statistics Section
  11. Call-to-action section
  12. Services
  13. Portfolio Page
  14. Tweet section
  15. Blog-section
  16. Contact section
  17. Google maps
  18. Single-project
  19. Landing page
      -Features Section
      -Video section
      -Offer section
      -Screenshots
      -Subscribe section
      -Testimonials section
  20. Landing Blog
      -Pagination
      -Comments section
      -Sidebar
      -About widget
      -Tags
      -Recent Posts 
  21. App landing page
  22. Coming soon page
  23. Personal page
  24. Footer
  25. Back to top
  26. Responsive Part

--------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

@font-face {
    font-family: "Gotham";
    src: url("../fonts/GothamMedium.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "GothamThin";
    src: url("../fonts/GothamThin.otf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "GothamBook";
    src: url("../fonts/GothamBook.ttf") format("truetype");
}

@font-face {
    font-family: "ChronicleDisplayRoman";
    src: url("../fonts/Chronicle Display Roman.otf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "ChronicleDisplayBlack";
    src: url("../fonts/Chronicle Display Black.otf") format("truetype");
    font-style: normal;
}

/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/

body {
    font-family: "ChronicleDisplayBlack";
    color: #000000;
    line-height: 24px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    padding-top: 73px;
    position: relative;
    letter-spacing: 0.5px;
}

a {
    color: #000;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.dark-bg {
    background: #34353a;
}

.white-bg {
    background: #fff;
}

.without-padding {
    padding: 0;
}

.marg-0 {
    margin: 0;
}

.pad-b-0 {
    padding-bottom: 0 !important;
}

.pad-b-20 {
    padding-bottom: 20px !important;
}

.pad-b-70 {
    padding-bottom: 70px !important;
}

.pad-t-100 {
    padding-top: 100px !important;
}

.pad-80-40 {
    padding: 80px 0px 40px 0px !important;
}

.pad-80-80 {
    padding: 80px 0px !important;
}

.pad-50-50 {
    padding: 50px 0px !important;
}

.bg-gray {
    background: #e5e5e5;
}

iframe {
    max-width: 100%;
    width: 80%;
    min-height: calc(100vh - 200px);
}

.form-control::-moz-placeholder {
    color: #ccc;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}

/***********************************************************************************************/
/* =Typography */
/***********************************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

h1,
.h1 {
    font-family: "Abel", sans-serif;
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 2px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

p {
    margin: 0;
}

.title-section hr {
    width: 15%;
}

.title-section p {
    font-size: 18px;
    line-height: 37px;
    font-weight: 400;
}

.black {
    color: #000000;
}

.white {
    color: #fff;
}
#contacto-section {
    color: white;
    background-color: black;
}
.pad-sec {
    padding-top: 50px;
    min-height: calc(100vh - 64px);
    /*height: calc(100vh - 64px);*/
}

.title-section {
    padding-left: 30px;
    padding-right: 30px;
}

/***********************************************************************************************/
/* =Buttons */
/***********************************************************************************************/

.btn {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 14px 0px;
    border-radius: 1px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-xs {
    padding: 5px 14px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-sm {
    padding: 8px 0px;
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-lg {
    padding: 15px 35px;
}

.btn-primary {
    text-transform: uppercase;
    background-color: #fc6e51;
    border-color: #fc6e51;
}

.btn-black {
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover {
    background-color: #fc6e51;
    border-color: #fc6e51;
    color: #fff;
}

.btn-clean {
    border-color: #f5f5f5;
    color: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 0;
}

.btn-clean:hover,
.btn-clean:focus,
.btn-clean:active {
    color: #fff;
}

.btn-dark {
    color: #fff;
    /*text-transform: uppercase;*/
    background: rgba(34, 34, 34, 0.9);
    font-weight: 400;
    border-color: rgba(0, 0, 0, 0.7);
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:visited {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.7);
    outline: 0;
    box-shadow: none;
}

.btn-light {
    background: #f3f3f3;
    color: #000;
}

.call-btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 0;
    border: none;
    outline: none;
    display: inline-block;
}

.btn-gray {
    color: #777;
    background: #e5e5e5;
}

/***********************************************************************************************/
/* =Form */
/***********************************************************************************************/

.form-group {
    /*margin-bottom: 3em;*/
}

.form-control {
    font-size: 18px;
    color: #fff;
    background-color: #000;
    background-image: none;
    border-bottom: 1px solid #434141;
    border-radius: 1px;
    height: auto;
    padding: 9px 9px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form-control:focus {
    color: #ddd;
    border-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/***********************************************************************************************/
/* =Preloader */
/***********************************************************************************************/

#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/************************************************************************
// =Navbar
*************************************************************************/

.navbar-default {
    position: absolute;
    width: 100%;
    min-height: 73px;
    left: 0px;
    top: 0px;
    background: #000;
    border: 0px;
}
.navbar.active {
    position: fixed;
    opacity: 0.95;
    border: 0px solid transparent;
}

.navbar-nav,
.navbar-brand {
    margin: 10.5px -10px;
    border: 0px solid transparent;
}

.navbar-brand {
    font-size: 25pt;
    padding: 15px 0px 15px 30px;
}

.navbar-brand .left {
    color: #fff;
    background-color: #000;
}

.navbar-brand .right {
    color: #000;
    background-color: #fff;
}

.navbar-header button {
    margin: 17.5px;
}

.navbar-default .navbar-nav > li > a {
    font-family: "GothamBook";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-right: 62px;
    padding: 15px 0;
    letter-spacing: 1.5px;
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ddd;
    padding-bottom: 3px;
}

.dropdown-menu {
    top: 117%;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border-top: 0;
    padding: 12px 5px;
}

.dropdown-menu > li > a {
    padding: 3px 15px;
    line-height: 1.7;
    letter-spacing: 2px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #fff;
    color: #fc6e51;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: #fc6e51;
}

.navbar-default .dropdown:hover > .dropdown-menu {
    display: block;
}

/***********************************************************************************************/
/* =Hero section */
/***********************************************************************************************/

#hero-section {
    position: relative;
    display: table;
    width: 100%;
}

.home-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
}

/***********************************************************************************************/
/* =Home hero */
/***********************************************************************************************/

.hero-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}

.hero-content h1,
p.hero {
    color: #fff;
}

.hero-content h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 43px;
    font-weight: 500;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.div-line {
    width: 50px;
    background-color: #fff;
    height: 3px;
    margin: 20px auto;
}

p.hero {
    font-family: "Crimson Text", serif;
    font-style: italic;
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    display: block;
    margin-top: 20px;
}

.hero-btn {
    margin-top: 50px;
}

ul.caption-slides {
    padding-left: 0;
}

ul.caption-slides li {
    text-align: center;
}

/***********************************************************************************************/
/* =About Section */
/***********************************************************************************************/

.btn-link-a {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: 500;
    margin-top: 25px;
}

.btn-link-a:hover,
.btn-link:visited {
    color: #ccc;
}

#about-section {
    padding: 110px 0 120px 0 !important;
}

.big-title-sec {
    text-align: center;
    /*padding-bottom: 100px;*/
}

.big-title-sec hr {
    border: 1.5px solid #000;
    margin: 30px auto;
    width: 80px !important;
    margin-bottom: 50px;
}

.big-title-sec .big-title {
    font-weight: 300;
    text-transform: none;
    font-size: 24px;
    color: #000;
}

.big-title-sec .big-subtitle {
    font-family: "ChronicleDisplayBlack";
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 450;
    line-height: 37px;
    text-transform: none;
}

.big-title-sec p {
    font-family: "ChronicleDisplayRoman";
    font-size: 18px;
    line-height: 37px;
    /*letter-spacing: 1.7px;
  font-weight: 300;*/

    font-style: normal;
    font-weight: 325;
}
#lacasa-section {
    background-color: #fff;
}
#lacasa-section h1 {
    color: #000;
}
#lacasa-section p {
    color: #000;
    letter-spacing: normal;
}

.lbtiqflag img {
    width: 52px;
}

.lbtiqflag {
    padding: 15px 0 52px 0;
}

.lbtiqflag span {
    font-size: 14px;
    padding: 0 13px;
    padding-bottom: 64px;
    color: #333;
}

#ubicacion-section .container {
    width: 100%;
    padding-left: 5%;
}

.slideshow-parent {
    font-family: "ChronicleDisplayRoman";    
   /* padding: 2rem;*/
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 55vh;
    margin: 0 auto;
}

.slideshow-list-wrapper {
    width: 50%;
    /*padding: 0 30px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slideshow-parent ul{
    font-family: 'ChronicleDisplayRoman';
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: 2.1em;
}

.slideshow-parent h1{
    font-family: 'ChronicleDisplayBlack';
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 450;
    line-height: 37px;
    text-transform: none;
    letter-spacing: normal;
    }

@keyframes fadeInOutSlider {
    0% {
        opacity: 1;
    }
    19% {
        opacity: 1;
    }
    24% {
        opacity: 0;
    }
    96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInOutSliderLug1 {
    0% {
      opacity:1;
    }
    25% {
      opacity:1;
    }
    34% {
      opacity:0;
    }
    92% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

  @keyframes fadeInOutSliderLug2 {
    0% {
      opacity:1;
    }
    38% {
      opacity:1;
    }
    50% {
      opacity:0;
    }
    86% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }


.slideshow-images-wrapper {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.first-slider .slideshow-images-wrapper > img {
    position: absolute;
    left: 0;
    animation-name: fadeInOutSliderLug1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    object-fit: cover;
    object-position: center;
    background-size: cover;
    max-height: 50vh;
    width: 97%;
}

.second-slider .slideshow-images-wrapper > img {
    position: absolute;
    left: 0;
    animation-name: fadeInOutSliderLug2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    object-fit: cover;
    object-position: center;
    background-size: cover;
    max-height: 50vh;
    width: 97%;
}

.first-slider .slideshow-images-wrapper > img:nth-of-type(1) {
    animation-delay: 8s;
}
.first-slider .slideshow-images-wrapper > img:nth-of-type(2) {
    animation-delay: 4s;
}
.first-slider .slideshow-images-wrapper > img:nth-of-type(3) {
    animation-delay: 0s;
}
.second-slider .slideshow-images-wrapper > img:nth-of-type(1) {
    animation-delay: 6s;
}
.second-slider .slideshow-images-wrapper > img:nth-of-type(2) {
    animation-delay: 2s;
}

@media screen and (max-width: 1100px) {
    .slideshow-parent {
        flex-direction: column;
        height: fit-content;
    }

    .last-slideshow {
        flex-direction: column-reverse;
    }

    .slideshow-list-wrapper {
        width: 100%;
        margin-bottom: 2rem;
        padding: 0;
    }

    .slideshow-images-wrapper {
        width: 100%;
        min-height: 50rem;
    }

    .slideshow-images-wrapper > img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 780px) {
    .slideshow-images-wrapper {
        min-height: 40rem;
        padding: 0;
    }
    
    .first-slider{
        padding-bottom: 0;
        padding-top: 20px;
    }
    .slideshow-parent h1{
        font-size: 28px;
    }
}

@media screen and (max-width: 600px) {
    .slideshow-images-wrapper {
        min-height: 35rem;
        padding: 0;
    }
    .first-slider{
        padding-bottom: 0;
        padding-top: 20px;
    }

    .slideshow-parent h1{
        font-size: 28px;
    }

    
}

@media screen and (max-width: 500px) {
    .slideshow-images-wrapper {
        min-height: 27rem;
        padding: 0;
    }
    .first-slider{
        padding-bottom: 0;
        padding-top: 20px;
    }
    .slideshow-parent h1{
        font-size: 28px;
    }
}

/* Potrerillo */

#potrerillo .tns-outer {
    padding: 40px 0 0 0;
    opacity: 0.9;
    width: 100%;
    height: calc(100vh - 349px);
    position: relative;
}

#potrerillo {
    background-color: #000;
}
#potrerillo h1 {
    color: #fff;
}
#potrerillo p {
    color: #fff;
    padding-top: 15px;
    line-height: 30px;
}

#potrerillo .row {
    margin: 0;
}

#potrerillo .container {
    width: 90%;
}

.container #lacasa {
    width: 90%;
}

.header .container {
    width: 90%;
}

.big-title-sec .view-more {
    padding-top: 50px;
}

.big-title-sec .view-more a.btn-primary {
    margin-right: 2px;
}

.big-title-sec .view-more a.btn-primary:hover {
    opacity: 0.8;
    background: #fc6e51;
    border: 1px solid #fc6e51;
}

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

.alt-about-icon {
    padding-top: 10px;
    font-size: 44px;
    line-height: 0.9;
    color: #fc6e51;
}

.about-box h4 {
    font-weight: 600;
    letter-spacing: 1.7px;
    padding-top: 15px;
    padding-bottom: 8px;
}

/***********************************************************************************************/
/* = Fotos Slider Section */
/***********************************************************************************************/
#fotos-section .container {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#fotografias-section {
    /* padding-top: 50px!important*/
}

#fotos-section .row {
    margin: 0px;
}

.owl-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: calc(100vh - 385px);
}
.owl-carousel img {
    flex-shrink: 0;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
}

/***********************************************************************************************/
/* = Fotografia Section */
/***********************************************************************************************/

/*Overlay projects*/

.overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background: rgba(15, 15, 15, 0.9);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.overlay .overlay-inner {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.overlay .overlay-inner h3 {
    color: #f0f0f0;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

.overlay .overlay-inner p {
    color: #dbdbdb;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    margin-bottom: 15px;
}

a:hover .overlay .overlay-inner h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

a:hover .overlay .overlay-inner p,
a:hover .overlay .overlay-inner span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.overlay-inner span {
    font-size: 42px;
    color: #dbdbdb;
    font-weight: 300;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}

a:hover .overlay {
    opacity: 1;
}

.view-more {
    text-align: center;
    padding-top: 60px;
}

#masonry-projects-section {
    padding: 0 0 100px 0;
}

#masonry-projects-section #type-masory .project {
    padding-bottom: 30px;
}

/***********************************************************************************************/
/* =Team Section */
/***********************************************************************************************/

.photo-gallery {
    position: relative;
    cursor: pointer;
    padding: 15px 0px;
    color: #333;
}

.photo-gallery .tag {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 14px;
    left: 17px;
    padding: 2px 11px;
    background-color: white;
}
.tag .tag-text {
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.column {
    padding: 0;
}

.column::after {
    content: "";
    clear: both;
    display: block;
}
.column div {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 0 0 25px;
    padding: 0;
}
.column div:first-child {
    margin-left: 0;
}
.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
figure:hover + span {
    bottom: -36px;
    opacity: 1;
}

/* Zoom In #1 */
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.photo-gallery img {
    width: 100%;
}

.photo-gallery .magnifier {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.photo-gallery .magnifier:hover {
    opacity: 0.5;
}

.photo-gallery .magnifier .magnifier-inner {
    position: absolute;
    width: 100%;
    top: 20%;
    padding: 0 20px;
}

.photo-gallery .magnifier .magnifier-inner p {
    font-size: 18px;
    color: #999;
    line-height: 24px;
    margin-bottom: 40px;
}

.photo-gallery .magnifier .magnifier-inner ul.social-icons {
    list-style-type: none;
    padding: 0;
}

.photo-gallery .magnifier .magnifier-inner ul.social-icons li {
    display: inline-block;
    margin-left: 5px;
}

.photo-gallery .magnifier .magnifier-inner ul.social-icons li:first-child {
    margin: 0;
}

.photo-gallery .magnifier .magnifier-inner ul.social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.photo-gallery .magnifier .magnifier-inner ul.social-icons li a i {
    color: #8e8e8e;
}

.photo-gallery .magnifier .magnifier-inner ul.social-icons li a:hover i {
    color: #000;
}

#about-team {
    padding: 0px 0 100px 0;
}

#about-team p,
#personal-skills p {
    line-height: 26px;
}

#about-team .title-section,
#personal-skills .title-section {
    text-align: left;
    padding-left: 0;
}

#about-team h3,
#personal-skills h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.6px;
}

.p-bar {
    margin-bottom: 8px;
}

.progress {
    height: 6px;
    border-radius: 1px;
    margin-bottom: 5px;
}

.progress-bar {
    background: #111;
}

.progress-meta {
    overflow: hidden;
}
h6.progress-title,
h6.progress-value {
    color: #676767;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.6px;
}

h6.progress-title {
    float: left;
}

h6.progress-value {
    float: right;
}

/***********************************************************************************************/
/* =Services*/
/***********************************************************************************************/

.services-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
}

#services-section {
    padding: 100px 0 50px 0;
}

#services-section .title-section {
    padding-bottom: 80px;
}

.service-post {
    padding: 30px 0;
}

.service-post h4 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.service-icon {
    font-size: 42px;
    color: #111;
    padding-bottom: 15px;
}

#banner-services:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(5, 5, 5, 0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
}

#banner-services .container {
    position: relative;
    z-index: 3;
}

.banner-content {
    margin: 140px 0;
}

.banner-content,
.banner-content h3 {
    color: #fff;
}

.banner-content h3 {
    font-weight: 400;
    letter-spacing: 2.6px;
    font-size: 19px;
}

.banner-decription {
    font-weight: 300;
}

.banner-image {
    margin: -40px 0 0 0;
    text-align: right;
}

.banner-content a {
    letter-spacing: 1.6px;
    margin-top: 30px;
}

#action-section {
    padding: 100px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
}

#action-section h2 {
    padding-bottom: 25px;
    font-weight: 500;
    text-transform: capitalize;
}

#action-section .btn + .btn {
    margin-left: 20px;
}

.white-bg {
    background: #fff;
}

.dark-bg-1 {
    background: #333;
}

.work-process {
    padding: 100px 0;
}

.process {
    padding-top: 30px;
}

.process-icon span {
    font-size: 40px;
    color: #fc6e51;
}

.process h5 {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    margin-top: 15px;
}

span.currency {
    font-size: 18px;
    vertical-align: top;
}

p.months {
    text-transform: none !important;
    color: #737272 !important;
}

ul.price-table li .btn {
    margin: 30px;
}

/***********************************************************************************************/
/* =Portfolio Page */
/***********************************************************************************************/

ul.filter-list {
    padding: 60px 0 80px 0;
    list-style: none;
    text-align: center;
}

ul.filter-list li {
    display: inline-block;
    margin-right: 10px;
}

ul.filter-list li a {
    display: block;
    cursor: pointer;
    color: rgb(73, 73, 73);
    font-style: italic;
    font-size: 14px;
}

ul.filter-list li a:hover {
    color: #fc6e51;
}

ul.filter-list li a.active {
    color: #fc6e51;
}

ul.filter-list li a:after {
    content: "/";
    color: #898989;
    padding-left: 15px;
}

ul.filter-list li:last-child a:after {
    content: "";
}

.gallery-masory {
    width: 100%;
}

.portfolio-items .gallery-masory .gallery-item {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

/***********************************************************************************************/
/* =Contacto section*/
/***********************************************************************************************/

#contacto-section .container {
    width: 90%;
}

#contact-section .divider {
    display: inline-block;
}

#contact-section .title-section {
    padding-bottom: 80px;
}

#contacto-section .features-list li {
    margin-bottom: 45px;
}

#contacto-section .features-box-content {
    margin-left: 55px;
    font-size: 18px;
}

input[type="text"],
input[type="email"] {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

textarea.form-control {
    height: 180px;
    border: 1px solid #434141;
}

#contactform .form-group #submit {
    display: block;
    width: 40%;
    margin: auto;
}

#contacto-section span {
    color: #ccc;
}

#contacto-section .title-section {
    padding: 0px 0 15px 0;
}

.contact-info {
    text-align: center;
    border-top: 1px solid #eeeeee;
}

.contact-info a {
    color: #4f4f4f;
    font-size: 18px;
    display: block;
    padding: 50px 0;
}

.contact-info a i {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
}

/***********************************************************************************************/
/* =Google maps*/
/***********************************************************************************************/

#map {
    height: 100%;
    width: 100%;
}

#module-maps {
    position: relative;
    height: 400px;
    width: 100%;
}

.owl-theme .owl-controls {
    margin-top: 20px !important;
}

/***********************************************************************************************/
/* =Landing page*/
/***********************************************************************************************/

.landing-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.landing-hero {
    background: url("../images/landing.jpg");
    background-size: cover;
}

/*--------------------
  Servicios Section
----------------------*/

#servicios-section .container {
    width: 80%;
}

#servicios-section {
    /* padding: 20px 0!important;
  padding-bottom: 100px!important;*/
    background-color: #000;
}

#servicios-section .big-title-sec .big-subtitle {
    margin-bottom: 9%;
}

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

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

ul.features-list {
    list-style: none;
    padding: 0;
    /*padding-top: 50px;*/
}

ul.features-list li {
    margin-bottom: 9%;
}

.iconbox {
    float: left;
    width: 47px;
    height: 47px;
    text-align: center;
}

.iconbox i {
    font-size: 32px;
    color: #fc6e51;
}

.features-box-content {
    margin-left: 70px;
}

.features-box-content h6 {
    margin-top: 0;
    padding-top: 15px;
    font-weight: 325;
    color: #fff;
    font-size: 18px;
    font-family: "ChronicleDisplayRoman";
}

.creative-content-left,
.creative-content-right {
    padding-top: 100px;
}

#creative-section-1 h2,
#creative-section-2 h2,
#features-app-section-1 h2,
#ubicacion-section h2 {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 32px;
    text-transform: capitalize;
}

#creative-section-1 p,
#creative-section-2 p,
#features-app-section-1 p {
    line-height: 26px;
    font-size: 14px;
}

#creative-section-1 .view-more,
#creative-section-2 .view-more,
#features-app-section-1 .view-more,
#ubicacion-section .view-more {
    padding-top: 30px;
    text-align: left !important;
}

.img-creative-left figure,
.img-creative-right figure {
    padding: 0 25px;
    text-align: center;
}

/*--------------------
  Video section
----------------------*/

#potrerillo .container {
    width: 100%;
    margin: 0px 0px;
}

#potrerillo img {
    width: 100%;
}

#potrerillo video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#potrerillo audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

#potrerillo .video-section-content a {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border: 3px solid rgba(255, 255, 255, 0.93);
    text-align: center;
    line-height: 78px;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.93);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#potrerillo .video-section-content a .fa-play {
    position: relative;
    left: 4px;
}

.video-head {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    padding-bottom: 7px;
}

.video-sub-heading {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    opacity: 0.9;
    color: #fff;
}

/*--------------------
  Offer section
----------------------*/

.offer-post {
    padding: 30px 0;
}

.offer-post h4 {
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 500;
}

.offer-icon {
    font-size: 42px;
    color: #fc6e51;
    padding-bottom: 15px;
}

/*--------------------
  Screenshots
----------------------*/

#screenshots-section .title-section {
    padding-bottom: 80px;
}

.screenshots-carousel .shot {
    padding: 4px;
}

.screenshots-carousel .shot a.zoom {
    display: block;
}

.photo-gallery .animated:hover {
    opacity: 0.8;
    transition: opacity 1s;
}

.screenshots-carousel .shot a img {
    border-radius: 3px;
    width: 100%;
}

/*--------------------
  Pagination
----------------------*/

.pagination {
    margin: 0;
}

.pagination > li > a,
.pagination > li > span {
    margin-right: 4px;
    border-radius: 50%;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 50%;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #272b2f;
    border: 1px solid #272b2f;
}

.pagination > li > a,
.pagination > li > span {
    color: #272b2f;
    border: 1px solid transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #272b2f;
    border-color: #272b2f;
    outline: 0;
    color: #fff;
}

.blog-post-foot {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
}

.post-tag {
    margin-top: 30px;
}

.blog-post-foot a {
    color: #a2a2a2;
}

/*--------------------
  Sidebar
----------------------*/

.widget {
    padding-top: 40px;
    padding-left: 10px;
}

.widget ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.widget li {
    padding: 5px 0;
}

.widget h3 {
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding: 0 0 12px;
    margin: 0 0 25px;
}

.widget a {
    color: #777;
}

.widget a:hover,
.widget a:focus,
.widget:active {
    color: #000;
}

.widget:first-child {
    padding-top: 0;
}

#search-form {
    position: relative;
}

.input-group .form-control {
    border: 1px solid #dcdcdc;
    padding: 8px 12px;
}

.btn-search {
    border: 1px solid #dcdcdc;
    padding: 7px 20px;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #a1a1a1;
    background: transparent;
}

.btn-search:hover {
    color: #333;
}

.search-input {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 300;
}

.search-input::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
    letter-spacing: 1.6px;
}
.search-input:-ms-input-placeholder {
    color: #a1a1a1;
    letter-spacing: 1.6px;
}
.search-input::-webkit-input-placeholder {
    color: #a1a1a1;
    letter-spacing: 1.6px;
}

#ubicacion-section ul.features-app-list {
    padding-top: 50px;
}

#ubicacion-section ul.features-app-list li {
    margin-bottom: 15px;
}

#ubicacion-section .feature-app-box-content {
    display: table;
}

#ubicacion-section .feature-app-box-content h6 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#ubicacion-section p {
    line-height: 35px;
}

/***********************************************************************************************/
/* =Footer */
/***********************************************************************************************/

#footer-section {
    background: #fff;
}

#footer-section .container {
    width: 90%;
    padding: 10px 0 25px 0;
}

p.copyright {
    padding-top: 20px;
    color: #000;
}

/***********************************************************************************************/
/* =Back to top */
/***********************************************************************************************/

.back-to-top {
    text-align: center;
    background: #333;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9999;
}

.back-to-top:hover {
    opacity: 0.9;
}

/***********************************************************************************************/
/* Responsive Part */
/***********************************************************************************************/

@media screen and (max-width: 1200px) {
    .features-box-content h6 {
        font-size: 18px;
    }

    #ubicacion-section-2 ul,
    #ubicacion-section-3 ul {
        line-height: 24px;
    }

    #about-section .about {
        padding-top: 40px;
    }

    #features-section .container {
        width: 1170px;
    }

    .photo-gallery {
        padding: 15px 0px;
    }

    textarea.form-control {
        height: 140px;
    }
}

@media screen and (max-width: 992px) {
    body {
        padding-top: 55px;
    }

    textarea.form-control {
        height: 100px;
    }

    .navbar .container {
        width: 95% !important;
    }

    #features-section .container {
        width: 900px;
    }

    .entry-post {
        padding-bottom: 35px;
    }

    #type-masory {
        width: auto;
    }

    #about-section .about {
        padding: 90px 70px;
    }

    .photo-gallery .magnifier .magnifier-inner {
        padding: 0 10px;
    }

    .photo-gallery .magnifier .magnifier-inner p:last-of-type {
        display: none;
    }

    ul.price-table {
        margin-left: 0;
        margin-right: 0;
    }

    .banner-image {
        margin-top: 40px !important;
    }

    .gallery-masory {
        width: auto;
    }

    .contactform {
        padding: 80px 10px;
    }

    .portfolio-desc .col-sm-4 {
        margin-bottom: 20px;
    }

    .portfolio-rel figure {
        margin-bottom: 20px;
    }

    .form-inline .form-control,
    .form-inline .form-group {
        display: block;
    }

    .newsletter-field {
        width: 100%;
    }

    #subscribe-section #subscribe-button {
        display: block;
        width: 100%;
    }

    #blog-head {
        text-align: center !important;
    }

    #search-form {
        margin-top: 30px;
    }

    .breadcrumb {
        text-align: center;
    }

    .photo-gallery {
        padding: 15px 0px;
    }

    .navbar-default .navbar-nav > li > a {
        margin-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .navbar .container {
        width: auto;
    }

    textarea.form-control {
        height: 100%;
    }

    .big-title-sec .view-more a {
        margin: 5px 0;
    }

    .hero-content h1 {
        font-size: 38px;
    }

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

    .soon-countdown div span:first-child {
        font-size: 60px;
    }

    .creative-content-left {
        padding-top: 0;
    }

    #creative-section-1 .view-more {
        text-align: center !important;
    }

    #creative-section-2 .view-more {
        margin-bottom: 80px;
        text-align: center !important;
    }

    .about-studio,
    .what-do {
        padding-bottom: 35px;
    }

    .photo-gallery .magnifier .magnifier-inner {
        padding: 0 30px;
    }

    .photo-gallery .magnifier .magnifier-inner p:last-of-type {
        display: block;
    }

    .banner-content {
        margin-top: 80px;
        margin-bottom: 60px;
        text-align: center;
    }

    .banner-image {
        text-align: center;
        margin-bottom: 40px;
    }

    .client img {
        width: 70% !important;
    }

    .about-me h4 a {
        margin-bottom: 30px;
    }

    #servicios-section .container {
        padding-top: 80px;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: #ddd;
        border-bottom: none;
        font-weight: 350;
        font-size: 18px;
        line-height: 22px;
        margin-right: 40px;
        padding: 15px 0;
    }
}

@media screen and (max-width: 640px) {
    h1,
    .h1 {
        font-size: 40px;
    }

    .hero-content h1 {
        font-size: 33px;
    }

    textarea.form-control {
        height: 100%;
    }

    .pad-50-50 {
        padding: 20px 0 0 0 !important;
    }
    .back-to-top {
        visibility: hidden;
    }

    .owl-carousel {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 100%;
    }
    .owl-carousel img {
        flex-shrink: 0;
        background-size: cover;
    }

    #potrerillo .tns-outer {
        padding: 30px 0 0 0;
        opacity: 0.5;
        width: 100%;
        /*height: calc(100vh - 410px);*/
        position: relative;
    }
    .text-right {
        text-align: center;
    }

    .soon-countdown div span:first-child {
        font-size: 50px;
    }

    p.hero {
        font-size: 14px;
        line-height: 24px;
    }

    .big-title-sec .big-title {
        font-size: 20px;
    }

    .big-title-sec .big-subtitle {
        font-size: 28px;
    }

    .big-title-sec p {
        font-size: 18px;
    }

    #action-section {
        text-align: center;
    }

    #action-section h2 {
        line-height: 1.4;
    }

    #action-section .btn + .btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .client img {
        width: 100% !important;
    }

    .features-box-content h6 {
        font-size: 18px;
    }

    ul.features-list li {
        margin-bottom: 30px;
    }

    #team-section .title-section {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .pad-sec {
        padding: 35px 0 !important;
        height: 100%;
    }

    #lacasa-section .container {
        width: 90%;
        padding: 0;
    }

    #potrerillo .title-section {
        padding: 0;
    }

    #fotografias-section .container {
        width: 90%;
        padding: 0;
    }

    #fotografias-section .title-section {
        padding: 10px 0 0 0;
    }

    #servicios-section .title-section {
        padding: 0 0 0 0;
    }

    #features-section .title-section {
        padding: 10px 0 0 0;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: #ddd;
        border-bottom: none;
        font-weight: 350;
        font-size: 18px;
        line-height: 22px;
        margin-right: 40px;
        padding: 15px 0;
    }
}

@media screen and (max-width: 480px) {
    .pad-50-50 {
        padding: 20px 0 0 0 !important;
    }
    .back-to-top {
        visibility: hidden;
    }

    .owl-carousel {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 100%;
    }
    .owl-carousel img {
        flex-shrink: 0;
        background-size: cover;
    }

    #potrerillo .tns-outer {
        padding: 20px 0 0 0;
        opacity: 0.5;
        width: 100%;
        /*height: calc(100vh - 410px);*/
        position: relative;
    }

    textarea.form-control {
        height: 155px;
    }

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

    #features-section .container {
        width: 300px;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: #ddd;
        border-bottom: none;
        font-weight: 350;
        font-size: 18px;
        line-height: 22px;
        margin-right: 40px;
        padding: 15px 0;
    }

    .navbar-brand {
        font-size: 18pt;
    }

    .pad-80-80 {
        padding: 20px 0px !important;
    }

    .big-title-sec .big-subtitle {
        margin-bottom: 20px;
    }

    .pad-sec {
        padding: 20px 0 0 0 !important;
        height: 100%;
        min-height: 100%;
    }

    #contacto-section ul.features-list {
        padding-top: 50px;
    }

    #servicios-section .container {
        padding-top: 0px;
    }

    .features-box-content h6 {
        margin-top: 0;
        padding-top: 7px;
    }

    #lacasa-section p {
        padding-top: 0px;
    }

    .features-box-content {
        margin-left: 53px;
    }

    #servicios-section {
        padding: 20px 0 !important;
        padding-bottom: 0px !important;
    }

    #servicios-section {
        padding: 0;
    }

    #servicios-section .container {
        padding: 0 0 5px 0;
    }

    .pad-80-40 {
        padding: 28px 0px 40px 0px !important;
    }

    #ubicacion-section-2 ul,
    #ubicacion-section-3 ul {
        padding-inline-start: 20px;
    }

    .mob-pad {
        padding-top: 20px;
    }
}

.spinner {
    animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

.pathSpinner {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash_spinner 1.4s ease-in-out infinite,
        colors_spinner 5.6s ease-in-out infinite;
}

@keyframes colors_spinner {
    0% {
        stroke: #222;
    }
    25% {
        stroke: #ccc;
    }
    50% {
        stroke: #999;
    }
    75% {
        stroke: #666;
    }
    100% {
        stroke: #000;
    }
}

@keyframes dash_spinner {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 47;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}
