﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;

}

.color-red-page {
   color: #FF0C4B;
}

.pad-top.home {
    padding-top: 60px;
}

.pad-top-more {
    padding-top: 80px;
}

.wrapper-page {
    margin: 120px 0 80px 0;
}

@media only screen and (max-width: 767px) {
    .pad-top-more {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        /*background-color: rgba(6, 48, 83, 9);*/
    }
}

.text-center {
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #063053;
    border-color: #063053;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
    .btn-primary:hover {
        color: #ffffff;
        background: #FF0C4B;
    }
    form .btn-primary {
        text-transform: uppercase;
    }

.btn-secondary {
    color: #fff;
    background-color: #FF0C4B;
    border-color: #FF0C4B;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

h1:after {
    content: "";
    width: 100px;
    height: 3px;
    display: block;
    margin: 30px auto 0 auto;
    background: #007fff;
    position: relative;
    bottom: 10px;
    left: 0;
}

/*JUST ADDED PADDING IN SECTIONS OF TEMPLATE */
section {
    padding-top: 50px;
}

/* ADDED PADDING IN NAVBAR */
.navbar {
    padding: 5px 25px;
    -webkit-transition: background .8s ease-out, padding .8s ease-out;
    -moz-transition: background .8s ease-out, padding .8s ease-out;
    transition: background .8s ease-out, padding .8s ease-out;
}

.navbar-inverse {
    background-color: transparent;
}

/* CLASS FOR REMOVING PADDING IN NAVBAR*/
.navbar-inverse.navbar-pad-original {
    padding: 5px;
    background-color: rgba(6, 48, 83, 9);
}

/*========================================
    NAV BAR
    ======================================*/
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-inverse {
    /*background-color: rgba(0, 0, 0, .2);
    border-color: #063053;*/
    font-size: 13px;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    border-bottom-color: transparent;
}

.navbar-inverse .navbar-brand {
    color: #000;
    font-size: 27px;
    font-weight: 900;
}
    .navbar-inverse .navbar-brand img {
        margin: -5px 0 0 0;
    }
    @media only screen and (max-width: 767px) {
        .navbar {
            padding: 10px;
        }
            .navbar-inverse .navbar-brand img {
                width: 180px;
                margin: -5px 0 0 0;
            }
    }

.navbar-inverse:hover .navbar-brand:hover {
    color: transparent;
}

.navbar-toggle {
    background-color: transparent;
}

/*CHANGING COLOR  SCROLLSPY ON LINK ACTIVE  */
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    /*background-color: #7eb9f8;*/
    background-color: transparent;
    position: relative;
}
    .navbar-inverse .navbar-nav>.active>a:before,
    .navbar-inverse .navbar-nav>.active>a:hover:before,
    .navbar-inverse .navbar-nav>.active>a:focus:before {
        content: "";
        width: 100%;
        height: 3px;
        background: #FF0C4B;
        position: absolute;
        bottom: 10px;
        left: 0;
    }

    @media only screen and (max-width: 767px) {
        .navbar-inverse .navbar-nav>.active>a:before,
        .navbar-inverse .navbar-nav>.active>a:hover:before,
        .navbar-inverse .navbar-nav>.active>a:focus:before {
            bottom: 5px;
        }
    }

    .navbar-brand-login {
        text-align: center;
    }
        .navbar-brand-login img {
            width: 350px;
            height: auto;
        }

/*



*/
.svg-icon {
    width: 85px;
    height: 85px;
    margin: 0 8px 0 8px;
    display: inline-block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.svg-icon.svg-ico-hotel {
    background-image: url(../svg/icons/007-reception-bell.svg);
}
.svg-icon.svg-ico-operador {
    background-image: url(../svg/icons/019-pago-por-clic.svg);
}
.svg-icon.svg-ico-broker {
    background-image: url(../svg/icons/006-vender.svg);
}
/*========================================
    HOME SECTION
    ======================================*/
#home {
    min-height: 700px;
    background: url(../img/hotel-1.jpg) no-repeat center center #ffffff;
    position: relative;
}
    #home:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
        background: rgba(0, 0, 0, .3);
    }
    #home .container {
        position: relative;
        z-index: 20;
    }

#home h1,
#home h3,
#home p,
#home ul {
    color: #fff;
    text-transform: uppercase;
}
#home h1 {
    font-size: 40px;
    line-height: 1.3;
}
    #home ul li {
        list-style: none;
        font-size: 20px;
        padding-bottom: 8px;
    }
        #home ul li i {
            color: #FF0C4B;
        }
#home p {
    margin: 30px 0 10px 0;
}

#home a i {
    display: table;
    font-size: 150px;

}

/*========================================
    ABOUT SECTION
    ======================================*/
#about {
    background-color: #efefef;
    color: #333333;
    padding-bottom: 70px;
}

.panel>.panel-heading {
    position: relative;
    padding: 15px;
}

.panel-title>a.collapsed:after {
    content: '+';
    position: absolute;
    right: 24px;
}

.panel-title>a:after {
    content: '-';
    position: absolute;
    right: 24px;

}

.panel {
    color: #000;
}

/*========================================
    COSTS SECTION
    ======================================*/
#costs {
    background-color: #F8F8F8;
    color: #333333;
    padding-bottom: 70px;
}


/*========================================
    SERVICE SECTION
    ======================================*/

    #service {
        padding-bottom: 70px;
    }

/*========================================
    PORTFOLIO SECTION
    ======================================*/


#portfolio {
    z-index: 2;

}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.modal-body span {
    cursor: pointer;
    color: #66B8F0;
}

/*========================================
    CONTACT SECTION
    ======================================*/
#contact {
    min-height: 400px;
    margin-bottom: 70px;
}

#contact .form-control {
    height: 60px;
}

.contacto-social {
    padding: 60px 0;
    margin: 60px 0 0 0;
    background: url(../img/social-bg.jpg) no-repeat center center;
    position: relative;
}
    .contacto-social:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        background: rgba(6, 48, 83, .6);
    }
    .wrapper-social-items {
        position: relative;
        z-index: 2;
    }
        .wrapper-social-items h4 {
            color: #ffffff;
        }
    .contacto-social .btn-primary {
        width: 44px;
        height: 44px;
        text-align: center;
        background: #cccccc;
    }
        .contacto-social .btn-primary:hover{
            background: #FF0C4B;
        }
            .contacto-social .btn-primary .fa:before {
                line-height: 30px;
                font-size: 19px;
            }

.cnt {
    width: 100%;
    min-height: 350px;
    border: 1px solid #e1e1e1;
}

.add {
    font-size: 20px;
    padding: 20px;
}

/*========================================
    FOOTER SECTION
    ======================================*/
#footer {
    background-color: #efefef;
    color: #999999;
    padding: 20px 50px 20px 50px;
    text-align: right;
    border-top: 1px solid #cccccc;
}
    #footer .row div:first-child {
        text-align: left;
        margin-top: 6px;
        font-size: 12px;
    }
    #footer .row div:last-child {
        text-align: right;
    }


    @media only screen and (max-width: 767px) {
        #footer .row div:first-child {
            text-align: center;
            margin-top: 6px;
        }
        #footer .row div:last-child {
            text-align: center;
            margin-top: 15px;
        }
    }

  /*BTN Language*/
  .rss-select-language {
    margin: 4px 0 0 30px;
  }
    .rss-select-language .btn-default {
      color: #ffffff;
      background-color: transparent;
      border: none;
    }
    .rss-select-language .btn {
      padding: 4px 0 4px 12px;
    }
    .rss-select-language .btn-default:hover, .rss-select-language .btn-default:focus, .rss-select-language .btn-default.focus, .rss-select-language .btn-default:active, .rss-select-language .btn-default.active, .rss-select-language.open>.dropdown-toggle.btn-default {
      background-color: transparent;
      border: none;
      color: #FF0C4B;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .rss-select-language.btn-group.open .dropdown-toggle {
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .rss-select-language .fa {
      font-size: 28px;
    }
    .rss-select-language .svg-language {
      width: 35px;
      height: 35px;
      display: inline-block;
      font-style: normal;
      line-height: 35px;
    }
      .rss-select-language .svg-language img {
        width: 100%;
      }

      .rss-select-language .dropdown-menu a i {
        width: 23px;
        height: 23px;
        display: inline-block;
        font-style: normal;
        line-height: 23px;
        margin: 0 4px 0 0;
      }
        .rss-select-language .dropdown-menu a i.fa {
            height: 23px;
            margin: -4px 0 0 0;
            text-align: center;
        }
            .rss-select-language .dropdown-menu a i.fa:before {
                line-height: 23px;
                margin: 0 4px 0 0;
                font-size: 15px;
            }
        .rss-select-language .dropdown-menu a i img {
            margin: -2px 0 0 0;
        }
        .rss-select-language .dropdown-menu .svg-language img {
          width: 100%;
        }
    
        .rss-select-language .btn-default.login-btn .svg-language {
            width: auto;
            height: 35px;
            line-height: 35px;
        }
        .rss-select-language .btn-default.login-btn {
            color: #ffffff;
            border: 1px solid #ffffff;
            padding: 3px 12px;
        }
        .rss-select-language .btn-default.login-btn:hover, .rss-select-language .btn-default.login-btn:focus, .rss-select-language .btn-default.login-btn.focus, .rss-select-language .btn-default.login-btn:active, .rss-select-language .btn-default.login-btn.active, .rss-select-language.open>.dropdown-toggle.btn-default.login-btn {
            border: 1px solid #FF0C4B;
            color: #ffffff;
          }


.dropdown-menu {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
    .dropdown-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-right: 0 solid transparent;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #ffffff;
        position: absolute;
        top: -20px;
        right: 14px;
    }
    .dropdown-menu .divider {
        margin: 4px 0 4px 0;
    }
        .dropdown-menu li a {
            position: relative;
        }
            .dropdown-menu li a.current  {
                color: #4c5355;
                cursor: default;
            }
                .dropdown-menu li a.current:before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: rgba(255, 255, 255, .8);
                }  


@media only screen and (max-width: 767px) {
    .rss-select-language {
        margin: 4px 0 0 0px;
    }
    .rss-select-language .btn-default.login-btn {
        border: none;
        padding: 3px 12px;
        text-transform: uppercase;
    }
    .dropdown-menu:before {
        display: none;
    }
    .rss-select-language .btn-default.login-btn:hover, .rss-select-language .btn-default.login-btn:focus, .rss-select-language .btn-default.login-btn.focus, .rss-select-language .btn-default.login-btn:active, .rss-select-language .btn-default.login-btn.active, .rss-select-language.open>.dropdown-toggle.btn-default.login-btn {
        border: none;
        color: #ffffff;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }
}

/*plan*/
.plan {
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: center;
}   
    .active-plan-price {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .plan li {
        /*min-height: 140px;*/
        min-height: 120px;
        padding: 15px 0px;
        font-size: 18px;
        border-bottom: 1px dotted #e1e1e1;
    }
    
    .round-body {
        display: table;
        width: 125px;
        height: 125px;
        margin: 0 auto 14px auto;
        border: 2.2px solid #FF0C4B;
        border-radius: 100%;
    }
    .price-main {
        display: table-cell;
        font-size: 28px;
        font-weight: bold;
        text-transform: uppercase;
        vertical-align: middle;
    }
    .price-Unit {
        display: block;
    }
        .panel.panel-primary {
            border-color: #ddd;
        }


    /*Cinco columnas*/
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-xs-15 {
        width: 20%;
        float: left;
    }
    
    @media (min-width: 768px) {
    .col-sm-15 {
            width: 20%;
            float: left;
        }
    }
    
    @media (min-width: 992px) {
        .col-md-15 {
            width: 20%;
            float: left;
        }
    }
    
    @media (min-width: 1200px) {
        .col-lg-15 {
            width: 20%;
            float: left;
        }
    }

    .subtitle-separate {
        /*border-top: 1px solid #dddddd;*/
    }
        .subtitle-separate h2 {
            margin-top: 20px;
            margin-bottom: 20px;
        }


#prefooter {
}
    #prefooter .pad-all {
        padding: 10px 0 50px 0;
    }
        #prefooter .pad-all > div {
            padding-bottom: 10px;
        }
        #prefooter h6 {
            font-size: 15px;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(147, 156, 157, .5);
        }        
        #prefooter ul {
            padding: 0;
            margin: 0 0 10px 0;
        }
            #prefooter ul li {
                list-style: none;
                font-size: 12px;
            }
                #prefooter ul li a {
                    color: #FF0C4B;
                }

.msj-form {
    margin: 10px 0 0 0;
    display: none;
    font-size: 18px;
    }
    .msj-form.success {
        color: #063053;
    }
    .msj-form.exist {
        color: #DAA732;
    }
    .msj-form.error {
        color: #c0392b;
    }
                  
