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

    Template Name:
    Template URI:
    Description: This is html5 template
    Author: Kaji Hasibur Rahman
    Author URI:
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. slider-area start
    4. service-area start
    5. callto-action-area start
    6. about-area start
    7. project-area start
    8. team-area start
    9. testmonial-area start
    10. pricing-area start
    11. footer-area start
    12. home page two style here
    13. fanfact-area start
    14. blog-area start
    15. breadcumb-area start
    16. sidebar-area start
    17. blog-details-area start
    18. contact-area start
    19. 404-area start
    20. Aviso de privacidad

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


/*========================================================================================================
                                        defolt-css here
 ========================================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700');
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #222;
    font-weight: 400;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0px;
}
input:focus,
select:focus {
    outline: none;
}
input,
button {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
button {
    cursor: pointer;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #222;
    font-size: 14px;
}
i:not(.social-footer li a i) {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all .3s;
}
a:hover {
    color: #ff6a00;
}
a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.black-opacity {
    position: relative;
    z-index: 9;
}
.aclaratoria{
    font-style: italic;
    font-weight: 500;
}
.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.bg-img-1 {
    background: url(../images/bg/1.jpg) no-repeat center center / cover
}
.bg-img-2 {
    background: url(../images/bg/2.jpg) no-repeat center center / cover
}
.bg-img-3 {
    background: url(../images/bg/3.jpg) no-repeat center center / cover
}
.bg-img-4 {
    background: url(../images/bg/4.jpg) no-repeat center center / cover
}
.bg-img-5 {
    background: url(../images/bg/6.jpg) no-repeat center center / cover
}
.bg-img-6 {
    background: url(../images/bg/7.jpg) no-repeat center center / cover
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.ptb-80 {
    padding: 80px 0;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-80 {
    margin-bottom: 80px;
}
.bg-1 {
    background: #222;
}
.bg-fff {
    background: #fff;
}
a#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    background: #222;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}
a#scrollUp:hover {
    background: #ff6a00;
}
.header-bottom-area.sticky-menu {
    width: 100%;
    left: 0;
    top: 0px;
    position: fixed;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

/*------------------header-area start------------------*/
.header-top {
    padding: 15px 0px;
    color: #fff;
}
.header-top-right ul li {
    display: inline-block;
    margin-left: 30px;
}
.header-top-right ul li:first-child {
    margin-left: 0px;
}
.header-top-right ul li a {
    color: #fff;
}
.header-top-right ul li a:hover {
    color: #ff6a00;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, .1);
}
.mainmenu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}
.mainmenu ul li:first-child {
    margin-left: 0px;
}
.mainmenu ul li a {
    font-size: 15px;
    font-weight: 700;
    padding: 40px 0px;
    display: block;
    text-transform: uppercase;
}
.mainmenu ul li:hover>a,
.mainmenu ul>li.active>a {
    color: #ff6a00;
}
.mainmenu ul li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .1);
    z-index: 99;
    border-top: 2px solid #ff6a00;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mainmenu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
}
.mainmenu ul li>ul li {
    display: block;
    margin: 0px;
}
.mainmenu ul li>ul li a {
    padding: 10px 10px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
}
.mainmenu ul li>ul li:hover>a,
.mainmenu ul li>ul li.active>a {
    background: #ff6a00;
    color: #fff;
}
.mainmenu ul li>ul li a i {
    line-height: 26px;
}
.mainmenu ul li>ul li>ul {
    left: 100%;
    top: 0;
}
.search-form form {
    position: relative;
    margin: 25px 0px;
}
.search-form input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    padding: 0px 60px 0px 25px;
}
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    background: #ff6a00;
    font-size: 15px;
    color: #fff;
    border: none;
    cursor: pointer;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.search-form button:hover {
    background: #222;
}
.logo {
    padding: 24px 0;
}
/*------------------header-area end------------------*/

/*----------------------------responsiv-area start --------------------------*/
.responsive-menu-wrap {
    position: relative;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 2px 0;
    padding: 12px 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    height: 40px;
    width: 50px;
    background: #ff6a00;
    border-radius: 5px;
}
.slicknav_menu .slicknav_icon {
    margin: 2px 12px !important;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}
.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 9px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    height: 2px;
    width: 25px;
    background: #fff;
}
.responsive-menu-wrap .slicknav_nav {
    background: #222;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 14px;
    width: 290px;
    left: 0px;
    z-index: 9999999;
    position: relative;
    border-radius: 5px;
}
.slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize;
}
.slicknav_nav a i {
    display: none
}
.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
    color: #fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 5px;
    float: right;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: relative;
    top: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2) {
    display: none
}
/*------------- responsiv-area end ---------------*/

/*------------------featured-area start------------------*/
.featured-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.featured-items {
    margin-right: 30px;
    position: relative;
    width: 33.33%;
    overflow: hidden;
    border-radius: 5px;
}
.featured-items:last-child {
    margin-right: 0px;
}
.featured-items img {
    width: 100%;
}
.featured-content {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 60%;
    padding: 0px 0px 40px 40px;
    z-index: 99;
}
.featured-content p {
    color: #fff;
    font-weight: 700;
}
.featured-content span {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-bottom: 15px;
}
.featured-content h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    line-height: 37px;
    margin-bottom: 25px;
}
.featured-content a {
    display: inline-block;
    padding: 10px 25px;
    background: #ff6a00;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
}
.featured-content a:hover {
    background: #fff;
    color: #222;
}
.hover {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}
.hover span {
    width: 50%;
    height: 50%;
    background: #000;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.featured-items:hover .hover span {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    visibility: visible;
}
.hover span.hover-one,
.hover span.hover-two {
    float: left;
}
.hover span.hover-three,
.hover span.hover-four {
    float: right;
}
.hover span.hover-one {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.featured-items:hover .hover span.hover-one {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover span.hover-two {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.featured-items:hover .hover span.hover-two {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.hover span.hover-three {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.featured-items:hover .hover span.hover-three {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover span.hover-four {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.featured-items:hover .hover span.hover-four {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/*------------------featured-area end------------------*/
.banner-wrap {
    position: relative;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
}
.banner-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.banner-wrap:hover:before {
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.banner-wrap .featured-content {
    width: 45%;
}
.banner-wrap .featured-content p.pragraph {
    font-weight: 400;
}
.banner-wrap a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 55px;
    width: 55px;
    background: #ff6a00;
    color: #fff;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    z-index: 999;
}
.banner-wrap a:hover {
    color: #ff6a00;
    background: #fff;
}

/*------------------post-area strat------------------*/
.section-title h2 {
    font-weight: 800;
    margin-bottom: 40px;
    padding-bottom: 20px;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
}
.post-wrap {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5; 
}
.post-img {
    float: left;
    margin-right: 40px;
    position: relative;
    border-radius: 8px;
    width: 170px;
}
.post-img img {
    visibility: hidden;
}
.post-img:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    top: 0;
    border-radius: 8px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.post-wrap:hover .post-img:before {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.post-content {
    position: relative;
    overflow: hidden;
    padding: 25px 0px;
}
.post-content h3 {
    font-weight: 700;
    margin-bottom: 15px;
}
.post-content h3 a {
    font-size: 20px;
}
.post-content p {
    font-weight: 700;
}
.post-content span {
    display: block;
    font-size: 13px;
    color: #666;
}
.pagination-wrapper {
    margin-top: 20px;
}
.pagination-wrapper ul li {
    display: inline-block;
    margin: 0px 2px;
}
.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    background: #222;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
}
.pagination-wrapper ul li a:hover,
.pagination-wrapper ul li span {
    background: #ff6a00;
}
/*------------------post-area end------------------*/

/*------------------tanding-post-area end------------------*/
.tanding-post-area .featured-items {
    width: 100%;
    display: block;
}
.tanding-post-area .featured-content {
    width: 85%;
}
.tanding-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.tanding-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 70px;
}
.tanding-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    font-family: Roboto;
}
/*------------------tanding-post-area end------------------*/

/*------------------baking-news-area start------------------*/
.booking-news-wrap {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.booking-form {
    width: 55%;
    float: left;
    padding: 45px 30px;
}
.booking-form h2 {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.booking-form input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-left: 20px;
}
.booking-form button {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #ff6a00;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
}
.booking-form button:hover {
    background: #222;
}
.booking-img {
    float: right;
    width: 45%;
    height: 415px !important;
}
.booking-img img {
    visibility: hidden;
}
.booking-content {
    padding: 112px 0;
}
.booking-content h3 {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
}
.booking-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 25px;
}
.booking-content a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    background: #ff6a00;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.booking-content a:hover {
    background: #222;
}
/*------------------baking-news-area end------------------*/

/*------------------instagram-area start------------------*/
.instagram-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.instagram-wrap a {
    position: relative;
    display: block;
}
.instagram-wrap a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.instagram-wrap:hover a:before {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.instagram-wrap img {
    width: 100%;
}
.instagram-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.instagram-content a {
    padding: 10px 40px;
    border-radius: 25px;
    border: 2px solid #fff;
    background: #ff6a00;
    color: #fff;
    display: inline-block;
    font-weight: 500;
}
.instagram-content a:hover {
    background: #222;
}
/*------------------instagram-area end------------------*/

/*------------------footer-area start------------------*/
.footer-top-area {
    background-color: #ff6a00;
    background-image: url('../images/bg/3px-tile.png');
}
.footer-logo img {
    margin-bottom: 25px;
}
.footer-logo p {
    font-weight: 300;
    margin-bottom: 15px;
    color: #ffffff;
}
.footer-logo ul li {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-left: 80px;
    font-size: 15px;
}
.footer-logo ul li:last-child {
    margin-bottom: 0px;
}
.footer-logo ul li span {
    position: absolute;
    left: 0;
    top: 0;
}
.footer-logo ul li a {
    color: #ffffff;
}
.footer-logo ul li a:hover {
    color: #562800;
}
.widget_recent_entries ul li {
    overflow: hidden;
    margin-bottom: 30px;
}
.widget_recent_entries ul li:last-child {
    margin-bottom: 0px;
}
.widget_recent_entries-img {
    float: left;
    margin-right: 30px;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.widget_recent_entries-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.widget_recent_entries-content {
    overflow: hidden;
    padding: 6px 0;
}
.widget_recent_entries-content h3 {
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.widget_recent_entries-content h3 a {
    font-size: 17px;
    display: inline-block;
}
.widget_recent_entries-content h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: Roboto;
    margin-bottom: 0px;
}
.widget_recent_entries-content span {
    display: block;
    font-size: 13px;
    color: #656565;
}
.footer-bottom-area {
    padding: 20px 0px;
    background: #f1f1f1;
}
.copyright p span {
    display: block;
}
.copyright p span a {
    color: #ff6a00;
}
/*------------------footer-area end------------------*/

/*=====================================================
                    home2 style here
=====================================================*/
.header-area2 .header-bottom-area {
    margin-top: 30px;
}
.header-area2 .mainmenu ul li a {
    padding: 10px 0px;
}
.header-area2 .mainmenu {
    margin: 25px 0 0;
}
.header-area2 .mainmenu ul li>ul li a {
    padding: 10px 10px;
}
.header-area2 .search-form form {
    margin: 25px 0px 0;
}
.featured-area2 {
    display: block;
}
.featured-area2 .featured-items {
    margin-right: 0;
    border-radius: 0px;
}
.featured-area2 .flex-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.featured-area2 .featured-content {
    width: 100%;
    padding: 0px 25px 40px 30px;
}

/*--------popular-post-area start--------*/
.popular-post-area {
    margin: 40px 0;
}
.widget-title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.popular-post-area .widget {
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 40px;
}
.widget_categories ul li {
    display: block;
    line-height: 33px;
}
.widget_categories ul li a {
    position: relative;
    padding-left: 20px;
    display: block;
}
.widget_categories ul li:hover a {
    padding-left: 25px;
}
.widget_categories ul li a:before {
    position: absolute;
    left: 0;
    content: "\f054";
    top: 0;
    font-family: fontawesome;
    font-size: 8px;
}
.widget_categories ul li:hover a:before {
    left: 5px;
    color: #ff6a00;
}
.widget_tags ul li, .tags ul li {
    display: inline-block;
    line-height: 33px;
    background-color: #f1f1f1;
    margin: 10px 5px;
}
.widget_tags ul li a, .tags ul li a {
    position: relative;
    padding: 5px 15px;
    display: block;
    font-weight: 600;
}
.widget_tags ul li:hover a, .tags ul li:hover a {
    background-color: #ff6a00;
    color: #ffffff;
}
.popular-post-area .post-wrap {
    margin-bottom: 40px;
}
.popular-post-area .post-img {
    float: none;
    margin-right: 0px;
    width: 100%;
}
.popular-post-area .post-img img {
    visibility: visible;
    width: 100%;
}
.popular-post-area .post-content {
    padding: 25px;
}
.popular-post-area .post-content h3 a {
    font-size: 19px;
}
.tanding-post-area .booking-content {
    padding: 0px;
}
/*--------popular-post-area end--------*/

/*=====================================================
                    home3 style here
=====================================================*/
/*--------slider-area start--------*/
.slider-items {
    position: relative;
}
.slider-items:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: 9;
}
.slider-items img {
    visibility: hidden;
}
.slider-content {
    position: absolute;
    left: 0;
    bottom: 110px;
    z-index: 99;
    width: 100%;
}
.slider-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.slider-content span {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    font-size: 13px;
}
.slider-content h2 {
    color: #fff;
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
}
.slider-content a {
    display: inline-block;
    padding: 10px 30px;
    background: #ff6a00;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
}
.slider-content a:hover {
    color: #222;
    background: #fff;
}
.slider-active .owl-nav div {
    position: absolute;
    right: 10px;
    bottom: 110px;
    height: 40px;
    width: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border-radius: 50%;
}
.slider-active .owl-nav div:hover {
    background: #ff6a00;
    color: #fff;
}
.slider-active .owl-nav div.owl-prev {
    right: 50px;
}

/*--------slider-area end--------*/
.post-area2 .featured-items {
    width: 100%;
    margin-bottom: 30px;
}
.post-area2 .featured-content {
    width: 90%;
}
.mt-40 {
    margin-top: 40px;
}
.featured-post-wrap,
.featured-post-wrap2 {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.featured-post-wrap .featured-post-content {
    float: left;
    width: 61%;
    padding: 125px 30px;
}
.featured-post-content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.featured-post-content h2 a {
    font-size: 20px;
    font-weight: 700;
}
.featured-post-wrap .featured-post-img {
    float: right;
    width: 39%;
}
.featured-post-wrap .featured-post-img img {
    visibility: hidden;
}
.featured-post-content p {
    font-weight: 700;
    line-height: 20px;
}
.featured-post-img img {
    width: 100%;
}
.featured-post-content span {
    display: block;
    font-size: 13px;
}
.featured-post-wrap2 .featured-post-content {
    padding: 32px 30px;
}
.tending-active .owl-nav div {
    position: absolute;
    right: 15px;
    height: 40px;
    top: -90px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: transparent;
    font-size: 10px;
}
.tending-active .owl-nav div:hover {
    background: #ff6a00;
    color: #fff;
    border-color: #ff6a00;
}
.tending-active .owl-nav div.owl-prev {
    right: 65px;
}
.recent-post {
    margin-bottom: 80PX;
}

/*=====================================================
                    home5 style here
=====================================================*/
.slider-item2 {
    position: relative;
}
.slider-item2 img {
    visibility: hidden;
}
.slider-item2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: 9;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.slider-item2.banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    content: "";
    z-index: 9;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.slider-content2 {
    position: absolute;
    left: 70px;
    bottom: 205px;
    width: 45%;
    z-index: 999;
}
.slider-content2 p {
    color: #fff;
    font-weight: 700;
}
.slider-content2 span {
    display: block;
    color: #fff;
    margin-bottom: 20px;
}
.slider-content2 h2 {
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}
.slider-content2 a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    background: #ff6a00;
    color: #fff;
}
.slider-content2 a:hover {
    background: #fff;
    color: #222;
}
.next-prev-style .owl-nav div {
    position: absolute;
    /*=================================14/12/2022=================================*/
    /*
    left: -100px;
    */
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background: #222;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.next-prev-style .owl-nav div:hover {
    background: #ff6a00;
}
.next-prev-style .owl-nav div.owl-next {
    left: auto;
    /*=================================14/12/2022=================================*/
    /*
    right: -100px;
    */
    right: -10px;
}
.popular-post-area2 {
    margin-top: -95px;
    position: relative;
    z-index: 999;
}
.post {
    padding: 0px 70px;
}
.post-area3 .widget {
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 40px;
}
.post-area3 .booking-wrap2 {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-radius: 10px;
}
.post-area3 .booking-form {
    width: 100%;
}
.post-area3 .post-img {
    height: auto !important;
}

/*--------breadcumb-area start--------*/
.breadcumb-area {
    padding: 70px 0px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcumb-area.nosotros {
    background-image: url(../images/bg/nosotros.jpg);
}
.breadcumb-area.auditoria {
    background-image: url(../images/bg/auditoria.jpg);
}
.breadcumb-area.asesoria-financiera {
    background-image: url(../images/bg/asesoria-financiera.jpg);
    background-position: top;
}
.breadcumb-area.asesoria-fiscal {
    background-image: url(../images/bg/asesoria-fiscal.jpg);
}
.breadcumb-area.asesoria-internacional {
    background-image: url(../images/bg/asesoria-internacional.jpg);
}
.breadcumb-area.asesoria-patrimonial {
    background-image: url(../images/bg/asesoria-patrimonial.jpg);
}
.breadcumb-area.asesoria-legal {
    background-image: url(../images/bg/asesoria-legal.jpg);
}
.breadcumb-area.capacitacion {
    background-image: url(../images/bg/capacitacion.jpg);
}
.breadcumb-area.contabilidad {
    background-image: url(../images/bg/contabilidad.jpg);
    background-position: bottom;
}
.breadcumb-area.blog {
    background-image: url(../images/bg/blog.jpg);
}
.breadcumb-area.clientes {
    background-image: url(../images/bg/clientes.jpg);
}
.breadcumb-area.oficinas {
    background-image: url(../images/bg/oficinas.jpg);
}
.breadcumb-area.recomendados {
    background-image: url(../images/bg/recomendados.jpg);
}
.breadcumb-wrap h2 {
    font-weight: 800;
    color: #ffffff;
}
.breadcumb-wrap ul li {
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
}
.breadcumb-wrap ul li a {
    color: #ffffff;
}
.breadcumb-wrap ul li.active,
.breadcumb-wrap ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/*--------breadcumb-area end--------*/

/*--------about-area start--------*/
.about-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    border-radius: 10px;
}
.about-img a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 55px;
    width: 55px;
    background: #ff6a00;
    font-size: 20px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.about-img a:hover {
    background: #fff;
    color: #ff6a00;
}
.about-img h3 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 40px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.about-img h3 span {
    display: block;
}
.about-content h3 {
    line-height: 38px;
    font-size: 25px;
    margin-bottom: 30px;
}
.about-content h3 span {
    display: block;
}
.about-content p {
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 30px;
}
blockquote {
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 35px;
    display: block;
    margin-bottom: 60px;
}
.about-content blockquote {
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 35px;
    display: block;
    margin-bottom: 60px;
    padding: 20px 50px;
    background-image: linear-gradient(40deg, #d96602, #ff6a00);
    background-color: #ff6a00;
    outline: 3px solid #d96602;
    outline-offset: 4px;
    color: #ffffff;
}
.about-images {
    border-radius: 10px;
    overflow: hidden;
}
.about-images img {
    visibility: hidden;
}
.about-text p {
    margin-bottom: 20px;
}
/*--------about-area end--------*/

/*--------team-area start--------*/
.team-title {
    margin-bottom: 50px;
}
.team-title h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.team-img {
    position: relative;
    overflow: hidden;
}
.team-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 30px 0px;
    background: rgba(255, 144, 0, .8);
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.team-img:hover .team-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}
.team-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    line-height: 30px;
    -webkit-transition: all .6s;
    transition: all .6s;
    margin-left: -30px;
}
.team-img:hover .team-content h3 {
    margin-left: 0px;
}
.team-content p {
    color: #fff;
    -webkit-transition: all .6s;
    transition: all .6s;
    font-size: 14px;
    font-weight: 300;
    margin-right: -30px;
}
.team-img:hover .team-content p {
    margin-right: 0px;
}
.booking-area2 .booking-content {
    padding: 0px 0px 80px;
}
/*--------team-area end--------*/

/*--------blog-area start--------*/
.blog-area {
    padding: 80px 0px 50px;
}
.blog-wrap {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}
.blog-wrap .description-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    /* -moz-box-orient: vertical; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-image {
    position: relative;
}
.blog-image ul {
    position: absolute;
    left: 10px;
    top: 10px;
    outline: 2px solid #fff;
    outline-offset: 3px;
    height: 60px;
    width: 50px;
    text-align: center;
    background: #fff;
    padding: 8px 0px;
}
.blog-image ul li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
}
.blog-image ul li:first-child {
    color: #ff6a00;
    font-size: 18px;
}
.blog-image iframe {
    height: 235px;
    width: 100%;
}
.blog-image img {
    width: 100%;
}
.blog-content {
    padding: 30px 20px;
    min-height: 250px;
}
.blog-content .blog-meta {
    margin: 0px 0 20px;
}
.blog-content .blog-meta ul li {
    margin-right: 10px;
}
.blog-content .blog-meta ul li:last-child {
    margin-right: 0px;
}
.blog-content .blog-meta ul li a, .blog-content .blog-meta ul li {
    font-weight: 400;
    color: #888;
}
.blog-content .blog-meta ul li a i, .blog-content .blog-meta ul li i {
    font-size: 12px;
    margin-right: 8px;
}
.blog-content h3,
.blog-content h3 a {
    font-size: 20px;
    line-height: 28px;
}
.blog-content p {
    margin-top: 20px;
}
/*--------blog-area end--------*/

/*=====================================================
                    blog-details page HERE
=====================================================*/
.blog-details-area .widget_recent_entries-img, .blog-area .widget_recent_entries-img {
    margin-right: 20px;
}
.blog-details-area .widget_recent_entries-content, .blog-area .widget_recent_entries-content {
    padding: 0px;
}
.blog-details-area .widget_recent_entries-content h3 a, .blog-area .widget_recent_entries-content h3 a {
    font-size: 16px;
}
.blog-details-area .widget_recent_entries-content h3, .blog-area .widget_recent_entries-content h3 {
    margin-bottom: 10px;
}
.blog-details-area .widget, .blog-area .widget {
    margin-bottom: 50px;
}
.blog-details-area .booking-wrap2 {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.blog-details-area .booking-form {
    width: 100%;
}
.blog-images {
    position: relative;
    margin-bottom: 45px;
}
.blog-audio iframe {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}
.blog-video iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
}
.blog-video2 iframe {
   float:right;
}
.blog-active {
    overflow: hidden;
}
.blog-active .owl-nav div {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 45px;
    width: 50px;
    background: #fff;
    color: #222;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}
.blog-active .owl-nav div:hover {
    color: #fff;
    background: #ff6a00;
}
.blog-active:hover .owl-nav div {
    left: 0px;
}
.blog-active .owl-nav div.owl-next {
    right: -100px;
    left: auto;
}
.blog-active:hover .owl-nav div.owl-next {
    right: 0;
}
.blog-meta {
    margin-bottom: 30px;
}
.blog-meta ul li {
    display: inline-block;
    font-weight: 700;
}
.blog-wrapper blockquote {
    margin-bottom: 30px;
}
.blog-wrapper h3 {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 40px;
}
.blog-img img {
    width: 100%;
}
.blog-wrapper p {
    margin-bottom: 30px;
}
.blog-wrapper ul.socil-media {
    margin: 20px 0px 60px;
}
.blog-wrapper ul.socil-media li {
    display: inline-block;
    margin-left: 10px;
}
.blog-wrapper ul.socil-media li:first-child {
    margin-left: 0px;
}
.blog-wrapper ul.socil-media li a {
    height: 50px;
    width: 172px;
    display: block;
    line-height: 50px;
    text-align: center;
    background: #3673b7;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.blog-wrapper ul.socil-media li:nth-child(2) a {
    background: #1da1f2;
}
.blog-wrapper ul.socil-media li:nth-child(3) a {
    background: #0077b5;
}
.blog-wrapper ul.socil-media li:nth-child(4) a {
    background: #00aded;
}
.blog-wrapper ul.socil-media li a:hover{
    background: #ff6a00;
}
ol {
    list-style: none;
}
ol[type="1"] {
    list-style: decimal;
    list-style-position: inside;
}
.comment-main {
    margin: 70px 0px;
}
h3.blog-title {
    font-size: 25px;
    margin-bottom: 30px;
}
.comment-wrapper {
    position: relative;
}
.comments-reply {
    margin-top: 10px
}
.comment-wrap {
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.comment-theme {
    float: left;
    margin-right: 30px;
}
.comment-main-area {
    overflow: hidden;
}
.comment-wrap1 {
    margin-left: 70px;
    margin-bottom: 0px;
}
.comment-wrap2 {
    margin-left: 84px;
}
.sewl-comments-meta h4 {
    margin-bottom: 0px;
    font-size: 17px;
}
.sewl-comments-meta span {
    display: inline-block;
    margin-bottom: 10px;
}
.comment-area p {
    margin-bottom: 25px;
}
.comments-reply a {
    font-weight: 700;
    background: #ff6a00;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.comments-reply a i {
    margin-right: 5px;
}
.comments-reply a:hover {
    color: #222;
}
.comment.even.thread-even.depth-1 {
    margin-top: 40px;
}
.sewl-form-inputs input,
.sewl-form-textarea textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.sewl-form-textarea textarea {
    height: 230px;
}
.form-submit input {
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #222;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
}
.form-submit input:hover {
    background: #ff6a00;
}

/*=====================================================
                faq-area page start
=====================================================*/
.faq-area {
    padding: 80px 0px 30px;
}
.faq-wrap {
    margin-bottom: 40px;
}
.faq-wrap h3 {
    position: relative;
    padding-left: 70px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}
.faq-wrap h3 span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #ff6a00;
    text-align: center;
    font-family: Roboto;
    position: absolute;
    left: 0;
    border-radius: 5px;
    top: 7px;
}
.faq-wrap p {
    padding-left: 70px;
    font-weight: 300;
}
.faq-area .booking-content {
    padding: 0px 0px 0px 70px;
}

/*===================================================
                contact page style here
=====================================================*/
.contact-area {
    background: #fafafa;
}
.contact-form {
    margin-bottom: 90px;
}
.contact-form input,
.contact-form textarea {
    height: 60px;
    width: 100%;
    background: #fff;
    border: none;
    padding-left: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    font-size: 16px;
}
.contact-form textarea {
    height: 285px;
    padding-top: 10px;
}
.contact-form button {
    padding: 12px 30px;
    background: #ff6a00;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border: none;
}
.contact-form button:hover {
    background: #222;
}
.contact-wrap ul li {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    padding: 40px 50px 40px 115px;
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #454544;
    text-transform: uppercase;
}
.contact-wrap ul li:last-child {
    margin-bottom: 0px;
}
.contact-wrap ul li i {
    color: #454544;
    font-size: 48px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.contact-wrap ul li p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 24px;
}
.contact-wrap ul li p span {
    display: block;
}
#googleMap {
    width: 100%;
    height: 350px;
}

/*-----------------404 page start-----------------*/
.error-area {
    padding: 130px 0px;
    background: #fff;
}
.error-wrap {
    text-align: center;
}
.error-wrap img {
    margin-bottom: 30px;
}
.error-wrap h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.error-wrap p {
    margin-bottom: 30px;
}
.error-wrap a {
    display: inline-block;
    padding: 10px 30px;
    background: #ff6a00;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}
.error-wrap a:hover {
    background: #222;
}
/*-----------------404 page end-----------------*/
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}
/*-----------------404 page end-----------------*/
/*-----------------extras-----------------*/
.header-area {
    background-color: #f7f7f7;
    background-image: linear-gradient(0deg, #f7f7f7, #ffffff, #ffffff);
    box-shadow: 0px 0px 15px #0000001f;
}
.popular-post-area2 .post-content {
    padding: 25px;
    background-color: #ff6a00;
    min-height: 160px;
}
.popular-post-area2 .post-content h3 a {
    font-size: 19px;
    color: #ffffff;
}
.popular-post-area2 .post-content p {
    color: #ffffff;
}
.popular-post-area2 .post-content span {
    color: #5d300a;
}
.post-area {
    background-color: #ffffff;
    background-image: url('../images/bg/3px-tile.png');
    padding: 80px 0;
}
.post-area .section-title h2 {
    border-bottom: 1px solid #d0d0d0;
}
.post-area .post-wrap {
    border: 1px solid #ffffff;
}
.post-area .post-img {
    width: 170px;
    height: 180px;
}
.border-left {
    border-left: 4px solid #ff6a00;
    padding-left: 20px;
}
.title-line-left:after {
    background-color: #ff6a00;
    content: '';
    display: block;
    height: 3px;
    margin: 10px 0 20px;
    width: 35px;
}
.title-line-center:after {
    background-color: #ff6a00;
    content: '';
    display: block;
    height: 3px;
    margin: 10px auto 20px;
    width: 35px;
}
.mision-img {
    background-image: url(../images/bg/mision.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.mision-area {
    background-color: #ffffff;
    background-image: url('../images/bg/3px-tile.png');
}
.color-text {
    color: #ff6a00;
}
.semi-circle:before {
    content: '';
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 40px;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    background-image: url('../images/bg/3px-tile.png');
}
.servicio {
    margin: 20px auto;
}
.icon-servicio {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
.icon-servicio img {
    height: auto;
    width: 70px;
}
.info-servicio {
    display: inline-block;
    width: 85%;
}
ul.list-default {
    list-style-position: outside;
}
ul.list-default li {
    margin-bottom: 10px;
}
ul.list-default li:before {
    content: '\f0da';
    font-family: 'fontawesome';
    font-size: 15px;
    color: #ff6a00;
    margin-right: 10px;
}
.tags h6, .tags ul {
    display: inline-block;
}
.tags h6 {
    margin-right: 20px;
}
.tags {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}
.share-rs {
    margin-top: 30px;
}
.office-info iframe {
    border-bottom: 2px solid #ff6a00 !important;
    border-top: 2px solid #ff6a00 !important;
}
.office span {
    display: block;
    margin-bottom: 10px;
}
.office i {
    color: #ff6a00;
    font-size: 18px;
    margin-right: 10px;
}
.office-info {
    margin: 40px 0;
}
/*-----------------organigrama-----------------*/
ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}
ol.organizational-chart h2 {
    font-size: 20px;
    margin-bottom: 0;
    color: #ffffff;
}
ol.organizational-chart h3 {
    font-size: 15px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
}
ol.organizational-chart h4 {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
}
ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
    padding: 0 50px;
}

ol.organizational-chart ol {
    padding-top: 1em;
}
ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #84420a;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    background-color: #fff;
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    background-color: #ff6a00;
    margin-right: 1em;
}

ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
    background-color: #DB9102;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #fd7f11;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #a64e02;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
}

@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((30% / 1) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }
}
.btn-default {
    border-radius: 4px;
    background-color: #ff6a00;
    color: #ffffff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-default i {
    margin-right: 10px;
}
.btn-default:hover, .btn-default:active {
    background-color: #DA5C03;
    color: #ffffff;
}
/* styles for '...' */ 
.title-ellipsis {
  overflow: hidden;
  position: relative;
  margin-right: 0%;
  padding-right: 1em;
}
.title-ellipsis {
  line-height: 1.2em;
  max-height: 4.1em;
}
/* create the ... */
.title-ellipsis:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
}
/* hide ... if we have text, which is less than or equal to max lines */
.title-ellipsis:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.description-ellipsis {
  overflow: hidden;
  position: relative; 
  line-height: 1.2em;
  max-height: 5em; 
  margin-right: 5%;
  padding-right: 1em;
}
/* create the ... */
.description-ellipsis:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.description-ellipsis:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.social-footer li {
    display: inline-block;
    border-radius: 50px;
    margin: 0 5px; 
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all .3s;
}
.social-footer li a {
    width: 38px;
    height: 38px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
}
.social-footer li:hover.icon-fb {
    background-color: #3b5998;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all .3s;
}
.social-footer li:hover.icon-tw {
    background-color: #0084b4;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all .3s;
}
.social-footer li:hover.icon-instagram {
    background-color: #8a3ab9;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all .3s;
}
.social-footer li:hover.icon-linkedin {
    background-color: #007bb5;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all .3s;
}
.social-footer li:hover.icon-youtube {
    background-color: #FC3535;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all .3s;
}
.social-footer li.icon-fb a i, .social-footer li.icon-tw a i, .social-footer li.icon-instagram a i, .social-footer li.icon-linkedin a i , .social-footer li.icon-youtube a i  {
    color: #ff6a00;
}
.social-footer li:hover.icon-fb a i, .social-footer li:hover.icon-tw a i, .social-footer li:hover.icon-instagram a i, .social-footer li:hover.icon-linkedin a i, .social-footer li:hover.icon-youtube a i {
    color: #ffffff;
}
.nosotros {
    background-image: url(../images/bg/index.png);
    background-size: cover;
    background-position: center 30%;
    padding: 150px 0;
}
.nosotros h4 {
    background-color: #ffffff;
    color: #bd5205;
    margin: 0 auto 40px;
    outline: 2px solid #ffffff;
    outline-offset: 4px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 40%;
}
.nosotros h3 {
    color: #ffffff;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 60px;
}
.nosotros span {
    font-size: 30px;
    font-weight: 600;
}
.nosotros .btn-default {
    background-color: rgba(138, 36, 4, 0.8);
    font-size: 24px;
    letter-spacing: 5px;
}
.nosotros .btn-default:hover {
    background-color: #FFB400;
    box-shadow: 0px 7px 0px #BC7403;
    text-shadow: 0px 0px 15px #00000078;
}

/*--------Video start--------*/
.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px; 
	height: 0; 
}

.vid-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.link-vid{
	background: #FF6A00;
	color: white;
	border-radius: 5px;
	margin-bottom: .5em;
	margin-top: 1em;
}

.link-vid:hover{
	opacity: 0.8;
	color: white;
}
/*--------Video end--------*/

/* overflow: hidden;
text-overflow: ellipsis;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2; */

/*-------- Aviso de privacidad --------*/
.list-aviso{
    font-weight: 800;
}

.txt-desc{
    font-weight: 700;
    color: red;
}

.list-aviso-desc{
    list-style-type: circle;
    padding: 0px 15px;
}
.list-aviso-desc2{
    list-style-type:decimal;
    padding: 0px 15px;
}

.under{
    text-decoration: underline;
}

.aviso-email{
    text-decoration: underline;
    color:#0077b5;
}