/*
Theme Name:
Author: yaminncco

Colors:
    Body          : #868F9B
    Headers     : #10161A
    Primary     : #d30327
    Dark      : #FCFCFF
    Grey          : #F4F4F4 #FAFAFA #EEE

Fonts: Montserrat Varela Round

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Header
5 > About
6 > Portfolio
7 > Services
8 >  Why choose us
9 >  Numbers
10 > Pricing
11 > Testimonial
12 > Team
13 > Blog
14 > Blog post
15 > Blog sidebar
16 > Contact
17 > Footer
18 > Responsive
19 > Owl theme
20 > Back to top
21 > Preloader

------------------------------------*/

/*------------------------------------*\
    General
\*------------------------------------*/


/* -- typography -- */

body {
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #d30327;
}

.main-color {
    color: #d30327;
}

.white-text {
    color: #FFF;
}

::-moz-selection {
    background-color: #d30327;
    color: #FFF;
}

::selection {
    background-color: #d30327;
    color: #FFF;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

/* -- section  -- */

.section {
    position: relative;
    width: 100%;
    /*height: 100%;*/
}

.section_mantenimiento {
    position: relative;
    width: 100%;
    /*height: 100%;*/
}

.md-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sm-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-dark {
    background-color: #464647;
}


/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    background: #1C1D21;
}

.bg-img .overlay_receptivo {
    opacity: .5;
}


/* --  section header  -- */

.section-header {
    position: relative;
    /*margin-bottom: 60px;*/
}

.section-header .title {
    text-transform: capitalize;
}

.title:after {
    content:"";
    display:block;
    height:4px;
    width:40px;
    background-color: #d30327;
    margin-top: 20px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}

/* --  Input  -- */

/*input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {*/
    /*height: 40px;
    width: 100%;*/
    /*border: none;
    background: #464647;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}*/

textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
}

/*input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color: #d30327;
    opacity: 1;
}*/

/* --  Buttons  -- */

.main-btn, .white-btn, .outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #d30327;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #d30327 !important;
    border-color: #d30327;
}

.main-btn:hover, .white-btn:hover, .outline-btn:hover {
    opacity: 0.8;
}


/*------------------------------------*\
    Navigation
\*------------------------------------*/

.navbar {
    /*position: relative;*/
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    width: 100%;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse {
    background-color: transparent;
    border-color: #080808;
}

/*------------------------------------*\
    Modal
\*------------------------------------*/

.modal-content {
    border-radius: 10px;
}

/*------------------------------------*\
    Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    height: 100vh;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.home-content h1 {
  text-transform: uppercase;
}
.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}


/*------------------------------------*\
    About
\*------------------------------------*/

.about {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    /*border: 1px solid #d30327;*/
    margin: 15px 0px;
}

.about i {
    font-size: 36px;
    color: #d30327;
    margin-bottom: 20px;
}

.about:after {
    content: "";
    background-color: #464647;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.about:hover:after {
    width: 100%;
}

.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover h3 {
    color: #fff;
}

.about p {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover p {
    color: #fff;
}

.about a {
    text-decoration: none;
    padding: 5px;
    /*font-weight: 600;*/
    font-size: 14px;
    color: #ffffff;
    background-color: #d30327;
    border-radius: 6px;
    /*border: 2px solid #0016b0;*/
}

/*------------------------------------*\
    Portfolio
\*------------------------------------*/

.work {
    position: relative;
    padding: 20px;
}

.work>img {
  width: 100%;
  border-radius: 13px;
}

.work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    border-radius: 13px;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8;
}

.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work .work-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #d30327;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #d30327;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

/*-------------------JAVIER ESTRELLA-------------------*/

.work .work-link-list {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link-list a {
    display: inline-block;
    color: #ffffff;
    text-align: center;
}

.work:hover .work-link-list {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

.btn-tower{
    color:#fff;
    background-color:#46464740;
}
.btn-tower.focus,.btn-tower:focus{
    color:#fff;
    background-color:#d30327;
}
.btn-tower:hover{
    color:#fff;
    background-color:#d30327;
}
.btn-tower.active,.btn-tower:active,.open>.dropdown-toggle.btn-tower{
    color:#fff;
    background-color:#d30327;
}
.btn-tower.active.focus,.btn-tower.active:focus,.btn-tower.active:hover,.btn-tower:active.focus,.btn-tower:active:focus,.btn-tower:active:hover,.open>.dropdown-toggle.btn-tower.focus,.open>.dropdown-toggle.btn-tower:focus,.open>.dropdown-toggle.btn-tower:hover{
    color:#fff;
    background-color:#ac2925;
}
.btn-tower.active,.btn-tower:active,.open>.dropdown-toggle.btn-tower{
    background-image:none
}
.btn-tower.disabled.focus,.btn-tower.disabled:focus,.btn-tower.disabled:hover,.btn-tower[disabled].focus,.btn-tower[disabled]:focus,.btn-tower[disabled]:hover,fieldset[disabled] .btn-tower.focus,fieldset[disabled] .btn-tower:focus,fieldset[disabled] .btn-tower:hover{
    background-color:#46464740;
}
.btn-tower .badge{
    color:#46464740;
    background-color:#fff
}

/*-------------------JAVIER ESTRELLA-------------------*/

/*------------------------------------*\
    Services
\*------------------------------------*/

.service {
    position: relative;
    padding: 40px 20px 40px 70px;
    margin: 15px 0px;
    border: 1px solid #EEE;
}

.service i {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 32px;
    color: #d30327;
    border-radius: 50%;
}

.service:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.service:hover:after {
    width: 100%;
}

.service h3 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.service:hover h3 {
    color: #fff;
}

/*------------------------------------*\
    Why choose us
\*------------------------------------*/

.feature {
    margin: 15px 0px;
}
.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color: #d30327;
    border: 1px solid #d30327;
    margin-right: 5px;
}

/*------------------------------------*\
    Numbers
\*------------------------------------*/

.number {
    text-align: center;
    margin: 15px 0px;
}

.number i {
    color: #d30327;
    font-size: 36px;
    margin-bottom: 20px;
}

.number h3 {
    font-size: 36px;
    margin-bottom: 10px;
}


/*------------------------------------*\
    Pricing
\*------------------------------------*/

.pricing {
    position: relative;
    text-align: center;
    border: 1px solid #EEE;
    background-color: #FFF;
    z-index: 11;
    margin: 15px 0px;
}

.pricing::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: -1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.pricing:hover:after {
    height: 100%;
}

.pricing .price-head {
    position: relative;
    margin-bottom: 20px;
}

.pricing .price-title {
    display: block;
    padding: 40px 0px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .price-title {
    color: #d30327;
}

.pricing .price {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #d30327;
}

.pricing .price h3 {
  font-size: 42px;
  margin: 0px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.pricing:hover .price h3 {
    color: #fff;
}

.pricing .duration {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #10161A;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .duration {
    color: #fff;
}

.pricing .price-btn {
    padding-top: 20px;
    padding-bottom: 40px;
}

/*------------------------------------*\
    Testimonial
\*------------------------------------*/

.testimonial {
    margin: 15px 0px;
}

.testimonial-meta {
    position: relative;
    padding-left: 90px;
    height: 70px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.testimonial img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
}

.testimonial h3 {
    margin-bottom: 5px;
}

.testimonial span {
    font-size: 14px;
    color: #d30327;
    text-transform: uppercase;
}


/*------------------------------------*\
    Team
\*------------------------------------*/

.team {
    position: relative;
    background-color: #F4F4F4;
    padding: 40px 20px;
    margin: 15px 0px;
}

.team::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.team:hover:after {
    height: 100%;
}

.team-img {
    position: relative;
    margin-bottom: 20px;
    z-index: 11;
}

.team-img>img {
  width: 100%;
}

.team .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team:hover .overlay {
    opacity: 0.8;
}

.team .team-content {
    text-align: center;
    position: relative;
    z-index: 11;
}

.team .team-content h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team .team-content span {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team:hover .team-content h3 {
    color: #FFF;
}

.team:hover .team-content span {
    color: #d30327;
}

.team .team-social {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #d30327;
    color: #FFF;
}

.team:hover .team-social {
    opacity: 1;
}


/*------------------------------------*\
    Blog
\*------------------------------------*/

.blog {
    background-color: #FFF;
    margin: 15px 0px;
}

.blog .blog-content {
    padding: 20px 20px 40px;
}

.blog .blog-meta {
    margin-bottom: 20px;
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161A;
    margin-right: 10px;
}

.blog .blog-meta li i {
    color: #d30327;
    margin-right: 5px;
}

/*------------------------------------*\
    Blog post
\*------------------------------------*/

#main .blog .blog-content {
  padding: 20px 0px 0px;
}

#main .blog {
  margin-top: 0px;
}

/* -- blog tags -- */

.blog-tags {
    margin: 40px 0px;
}

.blog-tags h5 {
    margin-bottom: 0;
    display: inline-block;
}

.blog-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}

.blog-tags a:hover {
  color: #FFF;
  background-color: #d30327;
}

.blog-tags a i {
    margin-right: 3px;
    color: #d30327;
}

.blog-tags a:hover i {
  color: #FFF;
}


/* -- blog author -- */

.blog-author {
    margin: 40px 0px;
}

.blog-author .media .media-left {
    padding-right: 20px;
}

.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}

.blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.blog-author .media .media-heading .author-social {
  float: right;
}

.blog-author .author-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    margin-left: 5px;
    color: #FFF;
    background-color: #d30327;
}

/* -- blog comments -- */

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #d30327;
    border-bottom: 1px solid #d30327;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #d30327;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}

/* blog reply form */

.reply-form {
    margin: 40px 0px;
}

.reply-form form .input, .reply-form form .input , .reply-form form textarea {
    margin-bottom:20px;
}

.reply-form form .input, .reply-form form .input {
    width: calc(50% - 10px);
    display: inline-block;
}

.reply-form form .input:nth-child(2) {
    margin-left: 15px;
}


/*------------------------------------*\
    Blog sidebar
\*------------------------------------*/

#aside .widget {
    margin-bottom: 40px;
}

.widget h3 {
  text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
      bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #d30327;
}

/* -- category sidebar -- */

.widget-category a {
    display: block;
    font-size: 14px;
    color: #354052;
    border-bottom: 1px solid #EEE;
    padding: 5px;
}

.widget-category a:nth-child(1) {
  border-top: 1px solid #EEE;
}

.widget-category a span {
    float: right;
    color: #d30327;
}

.widget-category a:hover {
    color: #d30327;
}

/* -- tags sidebar -- */

.widget-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  background: #F4F4F4;
  color: #10161A;
}

.widget-tags a:hover {
  color: #FFF;
  background-color: #d30327;
}

/* -- posts sidebar -- */

.widget-post {
    min-height: 70px;
    margin-bottom: 25px;
}

.widget-post img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.widget-post a {
    display: block;
    color: #10161A;
}

.widget-post a:hover {
    color: #d30327;
}

.widget-post .blog-meta {
    display: inline-block;
}

.widget-post .blog-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #d30327;
    font-size: 12px;
}

.widget-post li i {
    color: #d30327;
    margin-right: 5px;
}



/*------------------------------------*\
    Contact
\*------------------------------------*/

.contact {
    margin: 15px 0px;
    text-align: center;
}

.contact i {
    font-size: 36px;
    color: #d30327;
    margin-bottom: 20px;
}

.contact-form {
    text-align: center;
    margin-top: 40px;
}

.contact-form .input {
    margin-bottom: 20px;
}


.contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
    width: calc(50% - 10px);
}

.contact-form .input:nth-child(2) {
    margin-left: 15px;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/

#footer {
    position: relative;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo>a>img {
    max-height: 80px;
}

.footer-follow>a>img {
    max-height: 30px;
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.footer-follow li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #d30327;
  color:#FFF;
}

.footer-copyright p {
    text-align: center;
    font-size: 14px;
    /*text-transform: uppercase;*/
    margin: 0;
}


/*------------------------------------*\
    Responsive
\*------------------------------------*/


@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .section-header h2.title {
        font-size:31.5px;
    }

  .main-btn , .default-btn , .outline-btn , .white-btn  {
        padding: 8px 22px;
        font-size:14px;
    }

  .home-content h1 {
        font-size:36px;
    }

  .header-wrapper h2 {
      margin-bottom: 20px;
      text-align: center;
      display: block;
  }

  .header-wrapper .breadcrumb {
      float: none;
      text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  #portfolio [class*='col-xs'] {
          width:100%;
    }

  #numbers [class*='col-xs'] {
          width:100%;
    }

  .contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
      width: 100%;
  }
  .contact-form .input:nth-child(2) {
      margin-left: 0px;
  }

  .reply-form form .input, .reply-form form .input {
      width: 100%;
  }
  .reply-form form .input:nth-child(2) {
      margin-left: 0px;
  }



  .blog-author .media .media-left {
      display: block;
      padding-right: 0;
      margin-bottom: 20px;
  }
  .blog-author .media {
      text-align: center;
  }
  .blog-author .media .media-heading .author-social {
      margin-top: 10px;
      float: none;
  }
  .blog-author .media .media-left img {
      margin: auto;
  }

  .blog-comments .media .media {
      margin:0px -15px;
  }
}



/*------------------------------------*\
    Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #EEE;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #d30327;
}
.owl-theme .owl-dots .owl-dot.active span {
      background: #d30327;
      width:20px;
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #d30327;
    color: #FFF;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius:3px;
    line-height: 50px;
    margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #d30327;
}


/*------------------------------------*\
    Back to top
\*------------------------------------*/

#back-to-top {
    display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d30327;
    border-radius:3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
    Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #d30327;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
            animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius:50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

@-webkit-keyframes preload {
    0% {
       -webkit-transform:scale(0);
               transform:scale(0);
    }
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

@keyframes preload {
    0% {
       -webkit-transform:scale(0);
               transform:scale(0);
    }
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

img.pequena {
   /*width: 350px;*/
    height: 20px;
}

img.mediana {
   /*width: 350px;*/
    height: 100px;
}

img.zoom {
   /*width: 350px;*/
    height: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #ffffff;
}

img.zoom_tarjeta {
   /*width: 350px;*/
    height: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition_tarjeta {
    -webkit-transform: scale(1.6); 
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    background-color: #ffffff;
}

div.promociones{
  border-bottom: 3px solid #d30327;
  background-color: #ffffff;
  border-radius: 20px
}

a.titulos {
    color: #333333;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a.titulos:hover, a.titulos:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #d30327;
}

.isa_info {
    color: #31708f;
}

/*------------------------------------------------------------------*/

.display-claculator {
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    background-image: linear-gradient(160deg, #464647, #d30327);
    position: relative;
    margin: 0 auto;
}
.cc-cont-items {
    padding: 15px;
}
.display-claculator input[type="text"] {
    font: 400 13px/13px Arial, sans-serif;
    text-align: right;
    padding: 4px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: #dddddd;
    opacity: 0.8;
}
.display-claculator select {
    font: 400 13px/13px Arial, sans-serif;
    text-align: right;
    padding: 3px;
    border-radius: 3px;
    background: #dddddd;
    opacity: 0.8;
}
.display-claculator label {
    font: normal 13px/13px Arial, Helvetica, sans-serif;
    color: #FFF;
}
.display-claculator h4 {
    font: 700 25px/25px Montserrat, sans-serif;
    color: #FFF;
    text-shadow: 2px 2px 0 #464647;
}
.display-claculator h4 span {
    font: 700 18px/18px Montserrat, sans-serif;
    color: #d30327;
}
.btn_calculadora{
    color: #ffffff;
    vertical-align: bottom;
    font-size: 33px;
}
.btn_calculadora:hover{
    color: #ffffff;
    vertical-align: bottom;
    font-size: 33px;
}

.control {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 767px) {
   .control {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.sombraimg {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.30);
}

/* ------------------------------------------------------------------------------------------ */

#header_calculo {
    background-image: linear-gradient(160deg, #464647, #d30327);
    border-radius: 10px 10px 0px 0px
}

#header_calculo h4 {
    color: #ffffff !important;
    text-align: center;
    font-size: 30px;
}

#header_calculo button{
    color: #ffffff !important;
}

#footer_calculo {
    background-image: linear-gradient(160deg, #464647, #d30327);
    border-radius: 0px 0px 10px 10px
}

/* ------------------------------------------------------------------------------------------ */

.btn-whatsapp {
    display:block;
    width:53px;
    height:65px;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
    opacity: 1.0;
}

.whatsapp_to-top {
    height:125px;
}

.btn-whatsapp:hover{
    opacity: 2.0;
}

#modal-header {
    background-color: #1ebea5;
    color:white !important;
    text-align: center;
    font-size: 30px;
    border-radius: 10px 10px 0px 0px
}

#modal-body{
    height: 440px;
    width: 100%;
    overflow-y: auto;
    padding: 10px 30px 10px 30px;
    background-color: #ece5dd;
}

#modal-footer {
    background-color: #1ebea5;
    border-radius: 0px 0px 10px 10px
}

.modal_modal_title{
    font-size: 22px;  
    font-weight: 600;
}

.modal_modal_subtitle{
    font-size: 14px;  
}

.modal_marguen {
    margin-bottom: 15px;
}

.modal_item{
    clear: both;
    box-shadow: 0 10px 6px -6px #eaeaea;
    height: 90px;
    border: 1px solid #f1f1f1;
    border-left: 2px solid #1ebea5;
    padding: 10px;
    width: 100%;
    transition: all 0.3s linear;
    cursor: pointer;
}

.modal_item:hover{
    background: #efefef;
}

.modal_item:last-child{
    margin-bottom: 0px;
}

.modal_thumbnail{
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.modal_thumbnail img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.modal_contact_info{
    margin-left: 15px;
    display: inline-block;
}

.modal_contact_info p{
    margin: 0px;
    padding: 0px;
}

.modal_contact_name{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #353535;
}

.modal_contact_title{
    color: #909090;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.modal_contact_status_online{
    color: #2db742;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    left: 13px;
}

.modal_contact_status_online::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2db742;
    position: absolute;
    top: 3px;
    left: -13px;
}

.modal_contact_status_ofline{
    color: #949494;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    left: 13px;
}

.modal_contact_status_ofline::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #949494;
    position: absolute;
    top: 3px;
    left: -13px;
}

.modal_icon{
    display: inline-block;
    float: right;
    margin-top: 35px;
    margin-right: 10px;
}

.modal_icon i{
    font-size: 26px;
    color: #1ebea5;
}

@media only screen and (max-width: 767px) {
    .modal_thumbnail{
        display: inline-block;
        float: left;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
    }
    .modal_item{
        clear: both;
        box-shadow: 0 10px 6px -6px #eaeaea;
        height: 100px;
        border: 1px solid #f1f1f1;
        border-left: 2px solid #1ebea5;
        padding: 10px;
        width: 100%;
        transition: all 0.3s linear;
        cursor: pointer;
    }
    .modal_contact_status_online{
        left: 13px;
    }
    .modal_contact_status_online::before{
        top: 3px;
    }

    .modal_contact_status_ofline{
        left: 13px;
    }
    .modal_contact_status_ofline::before{
        top: 3px;
    }
    #modal-body{
        height: 440px;
        width: 100%;
        overflow-y: auto;
        padding: 10px 15px 10px 15px;
    }
}

#popup img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 10px 10px
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #b5b5b5; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

div.whatsapp{
  border-bottom: 3px solid #128c7e;
  background-color: #ffffff;
  border-radius: 20px
}

a.titulos_whatsapp {
    color: #075e54;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a.titulos_whatsapp:hover, a.titulos_whatsapp:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #128c7e;
}

p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
}

a {
    /*display: block;*/ 
    /*width: 100%;*/ 
    height: 100%;
}

/*------------------------------------*\
    Iframe
\*------------------------------------*/
.input-group {
    margin-bottom: 10px;
    border-radius: 1 !important;
}

.well {
    border-radius: 10px;
}

legend {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

fieldset {
  padding: 0px 20px 15px 20px !important;
}

.centrar_booton{
    width: 100%;
    display: flex;
    justify-content: center;
}

.container_dim{
    /*margin-top: 30px;*/
    padding: 1rem;
    width: 50%;
}

.borde_sup{
    /*border-radius: 0px 4px 0px 0px !important;*/
    border-radius: 0px 0px 0px 0px !important;
}

.borde_med{
    border-radius: 0px 0px 0px 0px !important;
    border-top: snow;
}

.borde_inf{
    /*border-radius: 0px 0px 4px 0px !important;*/
    border-radius: 0px 0px 0px 0px !important;
    border-top: snow;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    border-right: 0;
}

.btn-default{
    /*border-right: 0;*/
}

@media only screen and (max-width: 480px) {
    .container_dim{
        /*margin-top: 15px;*/
        padding: 1rem;
        width: 100%;
    }

    fieldset {
      padding: 0px 1px 1px 1px !important;
    }
}

.addon_dime_izq{
    width: 77px;
}

.addon_dime_der{
    width: 50px;
    border-left: 1px solid #ccc !important;
}

.more_info {
    /*border-bottom: 1px dotted #000;*/
    position: relative;
    cursor: pointer;
}

.more_info .popup {
    position: absolute;
    top: 15px; /*must overlap parent element otherwise pop-up doesn't stay open when rolloing over '*/
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    /*left: 0;*/
    right: 0;
    max-width: 240px;
    min-width: 180px;
    z-index: 100;
    display: none;
}