/*
Theme Name:
Author: yaminncco

Colors:
	Body 		  : #868F9B
	Headers 	: #10161A
	Primary 	: #6195FF
	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
22 > Book area
23 > Countdown
24 > pagination
------------------------------------*/


/*------------------------------------*\
	General
\*------------------------------------*/


/* -- typography -- */

body {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #868F9B;
}

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: 22px;
    margin-top: 26px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    font-size: 14px;
    color: #cdcdcd;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
/* -- verde link  -- */
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    opacity: 8;
    color: #FFFFF7;
    font-size: 15px;
}
.max-width-500 {
    max-width: 500px;
}
.height-300 {
  width: 850px;
  height: 400px;


}
.text-justificado-new {
  text-align: justify;
}

.circle-icon-new {
    background: #195da2;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
    padding: 5px;
    opacity: 0.5;
}

.marca {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(+6%);
    -ms-transform: translateY(+8%);
    transform: translateY(+8%);
    text-align: center;
}

.marca .titulo {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-6%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
    text-align: center;
}

.marca .circle-icon-marca {
    background: #195da2;
    width: 80px;
    height: 80px;
    border-radius: 90%;
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
    padding: 5px;
    opacity: 0.5;
}
.circle-icon-white {
    background: #FFF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
    padding: 5px;
    opacity: 0.5;
}

.circle-icon-normal {
    background: #FFF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
    padding: 5px;

}


.icon-background-new {
    color: #3A6DD7;
}



.main-color {
    color: #6195FF;
}

.white-text {
    color: #FFF;
}

.greylink-text {
    color: #808080;
    font-size: 14px;
}

.greyblack-text1 {
    color: #cdcdcd;
    font-size:17px;
}
.greyblack-text {
    color: #cdcdcd;
    font-size: 14px;
}

::-moz-selection {
    background-color: #6195FF;
    color: #FFF;
}

::selection {
    background-color: #6195FF;
    color: #FFF;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}


/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-blue {
    background-color: #014ba0 ;
    opacity:1;

}


/* --  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: #014ba0 ;
}

.bg-img .overlay1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    background: ;
}

/* --  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: #6195FF;
    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: #F4F4F4;
    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: #6195FF;
    opacity: 1;
}


/* --  Buttons  -- */

.main-btn,
.white-btn,
.outline-btn {
    display: inline-block;
    padding: 10px 18px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 50px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #014ba0 ;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #6195FF !important;
    border-color: #6195FF;
}

.main-btn:hover,
.white-btn:hover,
.outline-btn:hover {
    background: #e3e4e5  ;
    color: #014ba0;
    font-size: 17px;


}


/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo,
.navbar-brand .logo-alt {
    max-height: 50px;
    display: block;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
    }
}


/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
    padding: 10px 0px;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}

#nav.navbar {
    border: none;
    border-radius: 50px;
    margin-bottom: 0px;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
    border-bottom: 1px solid #EEE;
}

#nav.nav-transparent {
    background: transparent;
}


/* -- default nav -- */

@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 0px 15px;
    }
    .main-nav li a {
        font-size: 14px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    .main-nav>li>a {
        color: #10161A;
        padding: 15px 0px;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover,
    .main-nav>li>a:focus,
    .main-nav>li.active>a {
        background: transparent;
        color: #6195FF;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #6195FF;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav>li>a:hover:after,
    .main-nav>li.active>a:after {
        width: 100%;
    }
    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #6195FF;
        width: 200px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 10px 0px;
    }
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-collapse {
        display: none;
    }
}


/* -- mobile nav -- */

@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: #FFF;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>li.active {
        border-left: 6px solid #6195FF;
    }
    .main-nav li a:hover,
    .main-nav li a:focus {
        background-color: #6195FF;
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }
    .dropdown li a {
        padding: 6px 10px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}


/* -- nav btn collapse -- */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before,
.nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span,
.nav-collapse span:before,
.nav-collapse span:after {
    height: 4px;
    background: #10161A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}


/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    height: 100vh;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -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: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}

.about i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}

.about: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;
}

.about:hover:after {
    width: 100%;
}

.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover h3 {
    /*color: #fff;*/
}


/*------------------------------------*\
	Portada
\*------------------------------------*/

.port {
    position: relative;
    padding: 20px;
}

.port>img {
    width: 100%;
}

.port .overlay {
    background: #192857;
    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;
}

.port:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.6;
}

.port .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.port .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;
}

.port: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;

}

.port .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #6195FF;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.port:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;

}

.port .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;

}

.port .work-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #014ba0 ;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;

}

.port:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}
/*------------------------------------*\
	Portfolio
\*------------------------------------*/

.work {
    position: relative;
    padding: 20px;
}

.work>img {
    width: 100%;
}

.work .overlay {
    background: #192857;
    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;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.6;
}

.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: #6195FF;
    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: #014ba0 ;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;

}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}


/*------------------------------------*\
	Portfolio
\*------------------------------------*/

.work {
    position: relative;
    padding: 20px;
}

.work>img {
    width: 100%;
}

.work .overlay {
    background: #192857;
    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;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.6;
}

.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: #6195FF;
    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: #014ba0 ;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;

}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}



/*------------------------------------*\
	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: #6195FF;
    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: #6195FF;
    border: 1px solid #6195FF;
    margin-right: 5px;
}


/*------------------------------------*\
	Numbers
\*------------------------------------*/

.number {
    text-align: center;
    margin: 15px 0px;
}

.number i {
    color: #6195FF;
    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: #6195FF;
}

.pricing .price {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #6195FF;
}

.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;

}


.pricing  a {
  font-size: 14px;
  background: #014ba0;
  color: #e3e4e5;
  padding: 7px 12px;
  border-radius: 25px;

}

.pricing  a:hover {

  color: #014ba0;
  background: #e3e4e5;
}

/*------------------------------------*\
	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: #6195FF;
    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: #6195FF;
}

.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: #6195FF;
    color: #FFF;
}

.team:hover .team-social {
    opacity: 1;
}

/* ===================================
    Blog
====================================== */
.blog-list-simple {
  margin: 0 0 35px 0; }
  .blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

.blog-list-simple-text {
  color: #616161; }
  .blog-list-simple-text > span {
    color: #03a9f5;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px; }
  .blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #616161;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 15px 0; }
  .blog-list-simple-text .meta {
    margin: 0 0 5px 0; }
  .blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px; }
  .blog-list-simple-text h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
    line-height: normal; }
  .blog-list-simple-text ul {
    margin: 10px 0; }
    .blog-list-simple-text ul li {
      color: #999;
      font-size: 14px;
      font-weight: 500;
      padding: 3px 0; }
      .blog-list-simple-text ul li i {
        margin-right: 5px;
        font-size: 14px; }





  .blog .comments-area .comment-box .comment-info .reply {
      float: right;
      margin: 0;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400px;
  }
  .blog .comments-area .comment-box  .comment-info .reply a {
      color: #005192;
      font-size: 12px;
      background-color: #fff;
  }
  .blog .comments-area .comment-box .comment-info .reply a:hover {
      color: #6195FF ;
      font-size: 14px;
      background-color: #fff;
  }
  .blog .comments-area .comment-box  {
    margin-left: 170px;
    position: relative;
    background-color: #fff;
    padding: 40px 10px;
  }
  .blog .comments-area .comment-box .comment-info p {
      background-color: #fff ;
      border-color: #808080;
      font-size: 13px;
      color: #444444;
      text-align: justify;
  }


  .blog .comments-area .comment-box .author-img  img {
    margin-left: 15px;
    background: #FFF;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
    padding: 10px;
  }

  .blog .comments-area .comment-box .comment-info ul li:nth-child(1) a {
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    margin-right: 20px;
  }

  .blog  .comments-area.comment-box .comment-info ul li:nth-child(1) a:hover {
    margin-left: 100px;
    color: #ff9d00;
  }

  .blog .comments-area .comment-box .comment-info ul li:nth-child(2) a {
    margin-left: 100px;
    font-size: 12px;
    color: #fff;
    background: #ff9d00;
    padding: 4px 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }

  .blog .comments-area .comment-box .comment-info ul li:nth-child(2) a:hover {
    margin-left: 100px;
    background: #e45151;
  }

  .blog .comments-area .comment-box .comment-info span {
    margin-left: 5px;
    font-size: 13px;
    color: #969696;
    display: block;
    margin-bottom: 5px;

  }

  .blog .comments-area .comment-box .comment-info p {
    margin-left:5px;
    max-width: 700px;
    line-height: 25px;
    letter-spacing: 0.5px;

  }
  .blog .comments-area .comment-box  . {
    margin-left: 100px;
    margin-left: 45px;
  }



  .blog .comments-area .comment-box2  .reply {
      float: right;
      margin: 0;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400px;

  }

  .blog .comments-area .comment-box2   {
    margin-left: 20px;
    position: relative;
    background-color: #fff;
    padding: 40px 10px;
  }
  .blog .comments-area .comment-box2 .comment-con p {
    background-color: #fff ;
    border-color: #808080;
    font-size: 13px;
    color: #444444;
    text-align: justify;
  }


  .blog .comments-area .comment-box2 .comment-img  img {
    margin-left: 15px;
    background: #FFF;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
    padding: 10px;
  }



  .blog .comments-area .comment-box2 .comment-con ul li:nth-child(1) a {
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    margin-right: 20px;
  }

  .blog  .comments-area.comment-box2 .comment-con ul li:nth-child(1) a:hover {
    margin-left: 60px;
    color: #ff9d00;
  }

  .blog .comments-area .comment-box2 .comment-con ul li:nth-child(2) a {
    margin-left: 60px;
    font-size: 12px;
    color: #fff;
    background: #ff9d00;
    padding: 4px 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }

  .blog .comments-area .comment-box2 .comment-con ul li:nth-child(2) a:hover {
    margin-left: 60px;
    background: #e45151;
  }

  .blog .comments-area .comment-box2 .comment-con span {
    margin-left: 5px;
    font-size: 12px;
    color: #969696;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .blog .comments-area .comment-box2 .comment-con p {
    margin-left: 5px;
    max-width: 700px;
    line-height: 25px;
    letter-spacing: 0.5px;
  }
  .blog .comments-area .comment-box2  {
    margin-left: 60px;
    margin-left: 45px;
  }






/* blog style one */
.blog-style-one .item {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  height: 100%; }
  .blog-style-one .item .post-img {
    position: relative;
    overflow: hidden; }
  .blog-style-one .item .content {
    padding: 30px;
    text-align: left; }
    .blog-style-one .item .content .tag {
      letter-spacing: 0.5px; }
    .blog-style-one .item .content .read-more {
      margin-top: 20px;
      font-weight: 600; }
      .blog-style-one .item .content .read-more:hover {
        text-decoration: underline; }
    .blog-style-one .item .content .tag span:before {
      content: "";
      width: 1px;
      height: 15px;
      margin-left: 5px;
      margin-right: 10px;
      background-color: rgba(0, 0, 0, 0.35);
      display: inline-block;
      vertical-align: middle; }
    .blog-style-one .item .content p {
      margin-bottom: 10px; }
    .blog-style-one .item .content h5 {
      font-size: 16px;
      line-height: normal;
      text-transform: inherit; }

@media screen and (max-width: 767px) {
  .blog-style-one .item .content {
    padding: 25px; } }
/*pagination*/
.pagination {
  border-radius: 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
  .pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff; }
    .pagination a:hover {
      background-color: #232323;
      color: #fff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default; }
  .pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default; }
  .pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default; }
    .pagination .disabled a:hover {
      color: #999;
      background-color: transparent;
      cursor: default; }
  .pagination li:first-child a {
    border-left-width: 1px; }

/* blockquote */
.blockquote {
  background: #f1f1f1;
  border-left: 4px solid #03a9f5;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0;
  padding: 20px 30px 30px; }
  .blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px; }
  .blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px; }

/* sidebar */
.side-bar .widget {
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding: 20px;
  border-radius: 2px; }
  .side-bar .widget:last-child {
    margin-bottom: 0; }
  .side-bar .widget .widget-title {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
    .side-bar .widget .widget-title h5 {
      position: relative;
      padding: 0 0 8px 0;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.5px;
      margin-bottom: 0; }
  .side-bar .widget li {
    position: relative;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    color: #616161; }
    .side-bar .widget li:first-child {
      padding-top: 0; }
      .side-bar .widget li:first-child:before {
        top: 12px; }
    .side-bar .widget li:last-child {
      margin: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .side-bar .widget li:before {
      content: "";
      width: 5px;
      height: 1px;
      background-color: #616161;
      position: absolute;
      top: 22px;
      left: 0; }
  .side-bar .widget .social-listing {
    margin-bottom: 0;
    text-align: center; }
    .side-bar .widget .social-listing li {
      list-style: none;
      display: inline-block;
      border-bottom: none;
      padding: 0 0 0 20px; }
      .side-bar .widget .social-listing li:before {
        content: none; }
      .side-bar .widget .social-listing li:after {
        background: none; }
      .side-bar .widget .social-listing li:first-child {
        padding-left: 0; }
.side-bar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border-top-left-radius:20px;
  border-bottom-left-radius:20px;
  border: 3px solid #e3e4e5;
  background: #fff ;
  outline:0 none;
  color: #66777 ;

   }



.side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #014ba0 ;
  color: #fff;
  border: 3px solid #014ba0 ;
  border: 0;
  border-top-right-radius:20px;
  border-bottom-right-radius:  20px;
  float: right; }


.side-bar .search form button:hover {
        border: 0;
        background: #d3d3d3;
        font-size: 15px;
        color: #014ba0 ;
        border: 3px solid #d3d3d3;
        font-size: 22px;
    }


.blog-follow2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
}

.blog-follow2 li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.blog-follow2 li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 45px;
    background-color: #e3e4e5     ;
    color: #014ba0;
    font-size: 22px;

}

.blog-follow2 li a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #e3e4e5;
    font-size: 25px;
    background-color: #014ba0   ;
}

@media (max-width: 768px) {
  .blog-follow2 li a {

    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    border-radius: 45px;
    background-color: #e3e4e5     ;
    color: #014ba0;
    font-size: 15px;
  }

}














/*------------------------------------*\
	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: #808080;
    margin-right: 10px;
}

.blog .blog-meta a img { /* curva de cada imagen de 3 */
    margin: 15px 0px;
    margin-left: 35px;
    border-radius: 10px;
}

.blog .post .post-img a img { /* curva de cada imagen grande */
    margin-left: 8px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}

@media (max-width: 768px) {
   .blog .post .post-img a img  {
    border-radius: 10px;

  }
}

.blog .blog-meta li i {
    color: #808080;
    margin-right: 5px;
}

.blog .blog-meta li i {
    color: #014ba0;
    margin-right: 5px;
}

.blog .blog-meta p { /* fecha de decada imagen de 3 */
    color: #808080;
    margin: 2px 0px;
    margin-right: 5px;
    font-size: 10px;
    margin-left: 35px;

}
.blog .blog-meta i {
    color: #014ba0;
    margin: 2px 0px;
    margin-right: 5px;
    font-size: 15px;
}

.blog .blog-meta li a {
    color: #808080;
    font-size: 14px;
    margin-right: 5px;
}

.blog .blog-meta  a:hover {
  display: inline-block;
  font-size: 14px;
  margin: 2px 0px;
  background: #fff;
}


.blog  .post-cont p {    /* media inferior y superior circunferencia para los textos de blog */
  font-size: 15px;
  color: #808080;
  background: #f3f4f7;
  padding: 7px 20px;
  text-align: justify;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
   white-space: pre-wrap;       /* Since CSS 2.1 */
   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;
        /* Internet Explorer 5.5+ */
}
@media (max-width: 768px) {
   .blog  .post-cont p {
    border-radius: 10px;
     font-size: 10px;
    text-indent: 0.2em; /* Sangría más pequeña en móviles */
  }

  .blog .blog-content .blog-meta .post-title {
    white-space: normal;
     font-size: 10px; /* Permitir saltos en títulos en pantallas pequeñas */
  }
}


.blog  .blog-content a.rd-btn,   /* Botones de Blog */
.blog  .post-cont a.rd-btn {
  font-size: 14px;
  color: #014ba0;
  background: #e3e4e5;
  padding: 7px 20px;
  border-radius: 25px;
}
.blog  .blog-content a.rd-btn:hover,
.blog  .post-cont a.rd-btn:hover {
  background: #014ba0;
  color: #e3e4e5;
}


.blog .post-cont .post-bfaf {
  margin-bottom: 50px;
}

.blog .post-cont .post-bfaf ul li a {
  display: block;
  width: 75px;
  height: 35px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding-top: 7px;
  margin: 30px 0px;
  color: #014ba0;
  background: #e3e4e5;
}

.blog .post-cont .post-bfaf ul li a:hover {
  background: #014ba0;
  color: #e3e4e5;

}

.blog .post-cont .post-bfaf ul li:nth-child(1) i {
  padding-right: 5px;
}

.blog .post-cont .post-bfaf ul li:nth-child(2) i {
  padding-left: 5px;
}

.blog .pagination-box ul li a {
  font-size: 15px;
  width: 35px;
  height: 35px;
  background: #e3e4e5;
  color: #014ba0;
  display: block;
  padding-top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog  .pagination-box ul li.active a {
  color: #014ba0;
}


.blog .pagination-box ul li a:hover {
  background: #014ba0;
  color: #e3e4e5;

}

@media (max-width: 768px) {
    .blog .pagination-box ul li a {
      font-size: 10px;
      width: 28px;
      height: 28px;
      background: #e3e4e5;
      color: #014ba0;
      display: block;
      padding-top: 7px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
  }

}
/*------------------------------------*\
	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: #6195FF;
}

.blog-tags a i {
    margin-right: 3px;
    color: #6195FF;
}

.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: #6195FF;
}


/* -- 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: #6195FF;
    border-bottom: 1px solid #6195FF;
}

.blog-comments .media.author>.media-body>.media-heading {
    color: #6195FF;
}

.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: #6195FF;
}


/* -- 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: #6195FF;
}

.widget-category a:hover {
    color: #6195FF;
}


/* -- 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: #6195FF;
}


/* -- 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: #6195FF;
}

.widget-post .blog-meta {
    display: inline-block;
}

.widget-post .blog-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #6195FF;
    font-size: 12px;
}

.widget-post li i {
    color: #6195FF;
    margin-right: 5px;
}


/*------------------------------------*\
	Contact
\*------------------------------------*/

.contact {
    margin: 15px 0px;
    text-align: center;

}

.contact i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;

}

.contact-form {
    text-align: center;
    margin-top: 40px;

}


.contact-form .input {
    margin: 0;
    font-size: 15px;
    width: 100% ;
    height: 50px;
    border: 1.5px solid #e3e4e5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 18px;
    padding-left: 15px;
    margin-bottom: 25px;
    outline:0 none;
    background-color: #66777;

}


.contact-form .input:focus {
  outline:0 none;
  border: 1.5px solid #7a7777;

}

.contact-form .input:nth-child(1),
.contact-form .input:nth-child(2) {
    width: calc(50% - 10px);
    color: #66777;
    border: 1.5px solid #7a7777;
}

.contact-form .input:nth-child(2) {
    margin-left: 15px;
    color: #66777;
    border: 1.5px solid #7a7777;
}
.contact-form .input:nth-child(3) {
    margin-left: 0;
    color: #66777;
    border: 1.5px solid #7a7777;
}

}


/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
    position: relative;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo>a>img {
    max-height: 80px;
}

.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: 40px;
    height: 40px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background-color: #e3e4e5     ;
    color: #014ba0;
    opacity: 0.8;
    font-size: 16px;
}

.footer-follow li a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    opacity: 1.5;
    color: #fff;
    font-size: 18px;
}


.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 12px;
        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: #6195FF;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #6195FF;
    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: #014ba0 ;
    color: #FFF;
    padding: 0px;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    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: #6195FF;
}


/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height:55px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background:  #e3e4e5;
    color: #014ba0 ;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;

}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 45px;

}

#back-to-top:hover {
   background: #e3e4e5 ;
   color:  #014ba0  ;
   font-size: 65px;

}


/*------------------------------------*\
	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: #014ba0 ;
    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);
    }
}

#map-c {
    width: 100%;
    height: 600px;
}

.titulo-info {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1px;
    line-height: 15px;
    margin-bottom: 3px;
    color: #052282;
}

.texto-info {
    font-size: 12px;
    margin-bottom: 5px;
}

.with-errors {
    font-size: 12px;
}

.label-control {
    font-size: 14px;
}

.ocultar {
    display: none;
}

.border-conteniner {
    border: 1px solid #94afcf;
    margin-bottom: 14px;
    border-radius: 8px;
}

.hr-pers {
    margin: 10px !important;
}

.btnBuscar {
    margin: 5px 16px;
    margin-bottom: 15px;
}

.card_montura,
.card_accesorio {
    border-radius: 6px;
    border: 1px solid #b6b6b6;
    padding: 10px;
    margin-bottom: 10px;
}

.imgCard {
    width: 100%;
    height: 142px;
}

.card-body {
    padding: 10px;
}

.btnHorario {
    margin: 4px;
}

.section-header .title {
    font-size: 34px !important;
    text-transform: initial !important;
}

/* =======================================
47. book
======================================= */
.book-area {
  padding-bottom: 50px;
}

.book-area #map {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

.book-area #map .info-window {
  padding: 15px;
}

.book-area #map .info-window h5 {
  color: #6195FF ;
  font-weight: 600;
  margin-bottom: 10px;
}

.book-area #map .info-window p {
  font-size: 16px;
  color: #6195FF ;
  line-height: 25px;
}

.book-area .book-box-tp h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.book-area .book-box {
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.book-area .book-box .book-icon i {
  font-size: 26px;
  color: #014ba0 ;
  width: 65px;
  height: 65px;
  text-align: center;
  padding-top: 19px;
  border: 1px solid #b3abab;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 5px;
  background: #e3e4e5  ;

}

.book-area .book-box .book-content h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.book-area .book-box .book-content p {
  font-size: 15px;
  color: #969696;
  text-align: justify;
}

.book-area .social-link ul li a i {
  font-size: 15px;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.book-area .social-link ul li a i:hover {
  background: #6195FF  !important;
}

.book-area .social-link ul li:nth-child(1) a i {
  background: #6195FF ;
}

.book-area .social-link ul li:nth-child(2) a i {
  background: #6195FF ;
}

.book-area .social-link ul li:nth-child(3) a i {
  background: #6195FF ;
}

.book-area .social-link ul li:nth-child(4) a i {
  background: #6195FF ;
}

.book-area .social-link ul li:nth-child(5) a i {
background: #6195FF ;
}
.book-area .social-link ul li:nth-child(6) a i {
background: #6195FF ;
}
.book-area .social-link ul li:nth-child(7) a i {
background: #6195FF ;
}


.book-area .book-form form p input {
  font-size: 16px;
  width: 100%;
  height: 45px;
  border: 2px solid #82898f;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 15px;
  margin-bottom: 25px;
  color: #332f2e;
}

.book-area .book-form form select  {
  font-size: 16px;
  width: 100%;
  height: 45px;
  border: 2px solid  #d0d3d4 ;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 15px;
  margin-bottom: 25px;
  color: #332f2e;
  background: #f7f9f9 ;
    outline:0 none;

}

.book-area .book-form form select:focus {
  outline:0 none;
  border-color: #82898f;
  font-weight: 450;
  font-size: 16px;
  font-family: 'Varela Round', sans-serif;
  line-height: 1.6;
  border: 2px solid #fff;


}
.book-area .book-form form p input:focus {
  outline:0 none;
  border-color: #82898f;
  opacity:0.8;
  font-weight: 450;
  font-size: 16px;
  font-family: 'Varela Round', sans-serif;
  line-height: 1.6;

}

.book-area .book-form form p input.placeholder {
  color: #332f2e;

}

.book-area .book-form form p input:-moz-placeholder {

  color: #332f2e;
}

.book-area .book-form form p input::-moz-placeholder {

  color: #332f2e;
}

.book-area .book-form form p input:-ms-input-placeholder {

color: #332f2e;
}

.book-area .book-form form p input::-webkit-input-placeholder {

  color: #332f2e;
}

.book-area .book-form form p textarea {
  font-size: 16px;
  width: 100%;
  height: 185px;
  border: 2px solid #82898f;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 15px;
  margin-bottom: 25px;
  color: #332f2e;
}

.book-area .book-form form p textarea:focus {
  outline:0 none;
  border-color: #014ba0
  opacity:0.8;
}

.book-area .book-form form p textarea.placeholder {

  color: #969696;
}

.book-area .book-form form p textarea:-moz-placeholder {

  color: #969696;
}

.book-area .book-form form p textarea::-moz-placeholder {

  color: #969696;
}

.book-area .book-form form p textarea:-ms-input-placeholder {

  color: #969696;
}

.book-area .book-form form p textarea::-webkit-input-placeholder {

  color: #969696;
}

.book-area .book-form form button {
  font-size: 16px;
  color: #fff;
  background: #014ba0 ;
  padding: 10px 35px;
  border: none;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.book-area .book-form form button:hover {
  border: 0;
  background-color: #6195FF;
  background: #014ba0 ;
  font-size: 15px;
  color: #fff;
  opacity:0.8;
  font-size: 17px;
}

/* los checkboxes */
#c1 input:checked ~ .checkmark {
background-color: #014ba0 ;
}
#c2 input:checked ~ .checkmark {
background-color: #014ba0;

}
#c3 input:checked ~ .checkmark {
background-color: #014ba0 ;

}
#c4 input:checked ~ .checkmark {
background-color: #014ba0;

}

/* Contenedor */
.casilla {
  display: block;
  position: relative;
  padding-left: 35px;
  color: #10161A;
  margin-right: 10px;
  font-weight: 450;
  font-size: 14px;
  font-family: 'Varela Round', sans-serif;
  line-height: 1.6;
}

/* escondemos el default checkbox */
.casilla input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* creamos un custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* Al pasar el mouse encima, lo ponemos gris */
.casilla:hover input ~ .checkmark {
  background-color: #014ba0 ;
}

/* creamos el marcador (escondido al no seleccionar) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* mostramos el marcador al seleccionar */
.casilla input:checked ~ .checkmark:after {
  display: block;
}

/* estilo del marcador */
.casilla .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ===================================
    Process stpes
====================================== */

.process-steps {
    display: flex;
}

.process-steps .step {
    display: block;
    position: relative;
    width: 100%;
    padding: 24px 15px 20px 15px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #fafafa;
}

.process-steps .step i {
    margin-bottom: 12px;
    display: inline-block;
    font-size: 22px;
}

.process-steps .step.active {
    border-color: #a9e41e;
    z-index: 5;
    background: #fff;
}

.process-steps .step.active i {
    color: #a9e41e;
}

.process-steps .step .step-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .025em;
}

.process-steps .step.active .step-title {
    color: #a9e41e;
}

@media screen and (max-width: 767px) {
    .process-steps .step {
        padding: 15px 10px;
    }
    .process-steps .step i {
        font-size: 20px;
    }
    .process-steps .step .step-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .process-steps {
        display: inline-block;
        width: 100%;
    }
    .process-steps .step {
        padding: 20px 15px;
    }
}



/* ===================================
    Tables
====================================== */


/* common table*/

.table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.table td,
.table th {
    padding: 1rem .75rem;
}

.table.v-align-middle td,
.table.v-align-middle th {
    vertical-align: middle;
}

.table .butn-style2 {
    min-width: 110px;
    text-align: center;
}


/* table classic */

.table.classic {
    margin-bottom: 0;
}

.table.classic tr:nth-child(even) {
    background-color: #fff;
}

.table.classic td,
.table.classic th {
    padding: 0.8rem .75rem;
    border-top: none;
    border-bottom: 1px dashed #dee2e6;
}

.table.classic tr:last-child td,
.table.classic tr:last-child th {
    border-bottom: none;
}

.table.classic th {
    font-weight: 600;
    padding-left: 0;
}

.table.classic td {
    text-align: right;
    padding-right: 0;
}

.table.classic tr:last-child td,
.table.classic tr:last-child th {
    padding-bottom: 0;
}

.table.classic tr:first-child td,
.table.classic tr:first-child th {
    padding-top: 0;
}


/* table dark */

.table.table-dark tr:nth-child(even) {
    background-color: #343a40;
}


/* table bordered */

.table.bordered {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-bottom: 0;
}

.table.bordered td,
.table.bordered th {
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.table.bordered td:last-child {
    border-right: none;
}

.table.bordered th {
    vertical-align: middle;
    text-align: center;
}

.table.bordered td {
    padding: 20px;
}

.table.bordered thead th {
    background: #f7f7f7;
}

.table.bordered .product-price,
.table.bordered .product-quantity {
    color: #363f4d;
    font-size: 16px;
    font-weight: 600;
}

.table.bordered .first-column {
    font-weight: 600;
    font-size: 15px;
}







/* ===================================
    Video
====================================== */

.story-video {
    height: 100%;
}

.video_btn1 {
    position: relative;
    height: 40px;
    width: 40px;
    background:  #6195FF ;
    background-color:  #a9e41e;  ;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;


}

.video_btn1:hover i,
.video_btn1:focus i {
    color: #FFF  ;
}

.video_btn1:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 3px solid #fff  ;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

.video_btn1:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media screen and (max-width: 1199px) {
    .video_btn1 {
        height: 75px;
        width: 75px;
        line-height: 80px;
    }
    .video_btn1:after {
        height: 75px;
        width: 75px;
    }
    .video_btn1:before {
        height: 90px;
        width: 90px;
    }
}

@media screen and (max-width: 991px) {
    .video_btn1 {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    .video_btn1:after {
        height: 70px;
        width: 70px;
    }
    .video_btn1:before {
        height: 85px;
        width: 85px;
    }
    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        }
        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        }
    }
}

@media screen and (max-width: 767px) {
    .video_btn1 {
        height: 60px;
        width: 60px;
        line-height: 62px;
    }
    .video_btn1:after {
        height: 60px;
        width: 60px;
    }
    .video_btn1:before {
        height: 75px;
        width: 75px;
    }
    .video_btn1:before iframe {
        height: 75px;
        width: 75px;
    }
}


/* ===================================
    Video
====================================== */

.story-video {
    height: 100%;
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #a9e41e;
    text-align: center;
    display: inline-block;
    line-height: 85px;
    color: #fff;
    font-size: 60px;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.video_btn:hover i,
.video_btn:focus i {
    color: #fff;
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #7CDAF9;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #7CDAF9;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media screen and (max-width: 1199px) {
    .video_btn {
        height: 75px;
        width: 75px;
        line-height: 80px;
    }
    .video_btn:after {
        height: 75px;
        width: 75px;
    }
    .video_btn:before {
        height: 90px;
        width: 90px;
    }
}

@media screen and (max-width: 991px) {
    .video_btn {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    .video_btn:after {
        height: 70px;
        width: 70px;
    }
    .video_btn:before {
        height: 85px;
        width: 85px;
    }
    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        }
        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        }
    }
}

@media screen and (max-width: 767px) {
    .video_btn {
        height: 60px;
        width: 60px;
        line-height: 62px;
    }
    .video_btn:after {
        height: 60px;
        width: 60px;
    }
    .video_btn:before {
        height: 75px;
        width: 75px;
    }
}



/* ===================================
/*pagination*/
====================================== */




.pagination {
    border-radius: 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff;
}

.pagination a:hover {
    background-color: #232323;
    color: #fff;
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default;
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
}


/* blockquote */

.blockquote {
    background: #f1f1f1;
    border-left: 4px solid #a9e41e;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 30px;
}

.blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px;
}

.blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px;
}


/* sidebar */

.side-bar .widget {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 20px;
    border-radius: 2px;
}

.side-bar .widget:last-child {
    margin-bottom: 0;
}

.side-bar .widget .widget-title {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.side-bar .widget .widget-title h5 {
    position: relative;
    padding: 0 0 8px 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.side-bar .widget li {
    position: relative;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    color: #616161;
}

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

.side-bar .widget li:first-child:before {
    top: 12px;
}

.side-bar .widget li:last-child {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.side-bar .widget li:before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #616161;
    position: absolute;
    top: 22px;
    left: 0;
}

.side-bar .widget .social-listing {
    margin-bottom: 0;
    text-align: center;
}

.side-bar .widget .social-listing li {
    list-style: none;
    display: inline-block;
    border-bottom: none;
    padding: 0 0 0 20px;
}

.side-bar .widget .social-listing li:before {
    content: none;
}

.side-bar .widget .social-listing li:after {
    background: none;
}

.side-bar .widget .social-listing li:first-child {
    padding-left: 0;
}

.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: none;
    background: #e3e4e5 ;
}

.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #005192;
    color: #fff;
    border: 0;
    float: right;
}





/*!
* @package IcoFont
* @version 1.0.1
* @author
* @copyright 2025
* @license - https://icofont.com/license/
*/

@font-face
{

  font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url("./fonts/icofont.woff2") format("woff2"),
url("./fonts/icofont.woff") format("woff");
}

[class^="icofont-"], [class*=" icofont-"]
{
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.icofont-duotone.icofont-eye-open:before
{
  content: "\13b1b";
}

.icofont-duotone.icofont-eye-open:after
{
  content: "\13b1a";
}

[class^="icofont-"].icofont-duotone,
	[class*=" icofont-"].icofont-duotone
{
  position: relative;
}

[class^="icofont-"].icofont-duotone:before,
	[class*=" icofont-"].icofont-duotone:before
{
  position: absolute;
  left: 0;
  top: 0;
}

[class^="icofont-"].icofont-duotone:after,
	[class*=" icofont-"].icofont-duotone:after
{
  opacity: 0.4;
}

.icofont-xs
{
  font-size: .5em;
}

.icofont-sm
{
  font-size: .75em;
}

.icofont-md
{
  font-size: 1.25em;
}

.icofont-lg
{
  font-size: 1.5em;
}

.icofont-1x
{
  font-size: 1em;
}

.icofont-2x
{
  font-size: 2em;
}

.icofont-3x
{
  font-size: 3em;
}

.icofont-4x
{
  font-size: 4em;
}

.icofont-5x
{
  font-size: 5em;
}

.icofont-6x
{
  font-size: 6em;
}

.icofont-7x
{
  font-size: 7em;
}

.icofont-8x
{
  font-size: 8em;
}

.icofont-9x
{
  font-size: 9em;
}

.icofont-10x
{
  font-size: 10em;
}

.icofont-fw
{
  text-align: center;
  width: 1.25em;
}

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

.icofont-ul > li
{
  position: relative;
  line-height: 2em;
}

.icofont-ul > li .icofont
{
  display: inline-block;
  vertical-align: middle;
}

.icofont-border
{
  border: solid 0.08em #f1f1f1;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.icofont-pull-left
{
  float: left;
}

.icofont-pull-right
{
  float: right;
}

.icofont.icofont-pull-left
{
  margin-right: .3em;
}

.icofont.icofont-pull-right
{
  margin-left: .3em;
}

.icofont-spin
{
  -webkit-animation: icofont-spin 2s infinite linear;
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}

.icofont-pulse
{
  -webkit-animation: icofont-spin 1s infinite steps(8);
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block;
}

@-webkit-keyframes icofont-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes icofont-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icofont-rotate-90
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icofont-rotate-180
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icofont-rotate-270
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icofont-flip-horizontal
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icofont-flip-vertical
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icofont-flip-horizontal.icofont-flip-vertical
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .icofont-rotate-90,
	:root .icofont-rotate-180,
	:root .icofont-rotate-270,
	:root .icofont-flip-horizontal,
	:root .icofont-flip-vertical
{
  -webkit-filter: none;
  filter: none;
  display: inline-block;
}

.icofont-inverse
{
  color: #fff;
}


/*# sourceMappingURL=styles.css.map */

/* ===================================
    Countdown
====================================== */
ul.countdown li {
  border-right: 1px solid #626262;
  display: inline-block;
  padding: 0 30px;
  text-align: center; }
  ul.countdown li:first-child {
    padding-left: 0; }
  ul.countdown li:last-child {
    border: medium none;
    padding-right: 0; }
  ul.countdown li span {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    position: relative; }
    ul.countdown li span::before {
      content: "";
      height: 1px;
      position: absolute;
      width: 100%; }
  ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

@media screen and (max-width: 767px) {
  ul.countdown li {
    padding: 0 8px; }
    ul.countdown li span {
      font-size: 22px; } }
/* count style one */
ul.countdown.count-style-one li {
  border-right: none; }
  ul.countdown.count-style-one li span {
    color: #232323; }

/* classic countdown */
.classic ul.countdown {
  padding: 0;
  margin: 0; }
  .classic ul.countdown li {
    border-right: none;
    margin: 3px 10px 3px 0;
    padding: 6px 10px;
    border-radius: 3px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9); }
    .classic ul.countdown li:last-child {
      margin-right: 0;
      padding: 6px 10px; }
    .classic ul.countdown li:first-child {
      padding: 6px 10px; }
    .classic ul.countdown li span {
      font-size: 26px;
      font-weight: 600; }
    .classic ul.countdown li p.timeRefDays, .classic ul.countdown li p.timeRefHours, .classic ul.countdown li p.timeRefMinutes, .classic ul.countdown li p.timeRefSeconds {
      text-transform: capitalize; }

@media screen and (max-width: 991px) {
  .classic ul.countdown li span {
    font-size: 24px; } }
@media screen and (max-width: 767px) {
  .classic ul.countdown li span {
    font-size: 22px; } }
/* classic large */
.classic.large ul.countdown li {
  padding: 16px 10px;
  min-width: 90px;
  margin: 3px 5px 3px 5px; }
  .classic.large ul.countdown li:last-child {
    padding: 16px 10px;
    margin-right: 5px; }
  .classic.large ul.countdown li:first-child {
    padding: 16px 10px; }
  .classic.large ul.countdown li span {
    font-size: 26px;
    font-weight: 600; }
  .classic.large ul.countdown li p.timeRefDays, .classic.large ul.countdown li p.timeRefHours, .classic.large ul.countdown li p.timeRefMinutes, .classic.large ul.countdown li p.timeRefSeconds {
    font-size: 14px; }

@media screen and (max-width: 991px) {
  .classic.large ul.countdown li span {
    font-size: 24px; } }
@media screen and (max-width: 767px) {
  .classic.large ul.countdown li span {
    font-size: 22px; } }
@media screen and (max-width: 575px) {
  .classic.large ul.countdown li {
    min-width: 72px; } }


    .imgresponsive {
      width: 100%;
      max-width: 900px;
      height: auto;
      padding: 20px 30px 30px;


}

/* ===================================
    popup video
====================================== */

.video {
    display: none; /* Oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    border-radius: 20px;
  }

.video .videopopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

.video .popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    position: relative; /* Para posicionar el botón de cierre */
  }

.video .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border: none;
background-color: transparent;
  }

.video.active {
    display: block; /* Muestra el popup */
  }

.block-scroll {
       overflow: hidden;
 }

@media (max-width: 768px) {
 .video .videopopup {
   width: 90%; /* Ocupa el 90% del ancho de la pantalla */
   height: auto; /* Altura se ajusta al contenido */
   /* Otros estilos para dispositivos móviles */
 }

}
