/*@import url(omnes-pro.css);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);

/*======================================================================================================
                            Global
=======================================================================================================*/

:root {
    --primary: rgb(20, 98, 47);
}
* {
    outline: none !important;
    box-shadow: none;
}
body{
    font-family: 'Open Sans';
    overflow-x: hidden; 
}

/* ///////////////////////////////////////////////////////////////////// 
// 03 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader {
    position:fixed;
    left:0;
    top:0;
    z-index:99999999999;
    width:100%;
    height:100%;
    overflow:visible;
    background: #fff url('../p_img/preloader.gif') no-repeat center center;
}
a:hover {
    color: var(--primary);
}

.btn {
    border-radius: 10px;
    transition: background 0.5s;
}

.btn-no_loged, .btn-loged {
    width: 30px;
    height:30px;
    padding: 0;
    border-radius:50%;
    background:transparent;
    color:var(--primary);
    border-style: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.btn-no_loged {
    background-image: url( '/p_img/no_loged_user.png' );
}

.btn-loged {
    background-image: url( '/p_img/loged_user.png' );
}
#loginModal>div {
    display: flex;
    justify-content: center;
}
#loginModal>div>div {
    max-width: 300px;
}

div.modal-body>form>.form-group {
    display: flex;
    flex-direction: column;
}
#login_title {
    font-size:2.5rem;
    padding-right: 3rem;
}

.btn-moreinfo {
    background-color: coral;
    color:white;
    border: none;
    margin-top: 1rem;
}

.btn-moreinfo:hover {
    background-color:rgba(255, 127, 80, 0.774);
    color:white;
    
}
.navbar-toggle {
    position:absolute;
    color: var(--primary);
    right:0;
    top:0;
}
.navbar .container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.navbar-white {
    background-color: #fff !important;
    transition: background 0.5s ease-out;
    box-shadow: 3px 2px 30px rgba(0, 0, 0, 0.134);

}

.navbar-white li a {
    color: var(--primary) !important;
}

.navbar-white .navbar-brand{
    color: var(--primary) !important;
}

.navbar-white button.navbar-toggle {
    margin-top: 2px;
    margin-right: 10px;
}

.navbar-white button.navbar-toggle .ion-navicon {
    color: #000;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-toggle {
    border-color: rgba(221, 221, 221, 0);
    margin: 0;
    line-height: 100%;
}

.navbar-toggle {
    padding: 0;
    border-radius: 0;
}

.navbar {
    margin-bottom: 0px;
    padding: 10px 5px;
    min-height: 0;
}

button.navbar-toggle .ion-navicon {
    font-size: 2em;
    color: #fff;
}

p {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 31px;
}

ul li
{
    list-style: none;
    display: inline-block;
}
li a
{
    text-decoration: none;
}
.heading-text 
{
    padding-top: 10px;
}
.heading-text h3 {
    font-size: 40px;
    padding-top: 0;
    margin-top: 0;
    font-weight: lighter;
}

.heading-text p {
    font-size: 18px;
    padding: 5px 0px
}

.main_content 
{
    padding: 50px 0px;
}

iframe
{
    width: 100%;
}
.form-control
{
    border-radius: 0px;
}
/*-----------------------------------------------------------------------------------------------------
                                navbar
-------------------------------------------------------------------------------------------------------*/
#overlay-1{
    background-color: rgba(2, 46, 13, 0.6);
    height: auto !important;
    /*min-height: 100vh;*/
}
#navigation, .navbar-default
{
    border-radius: 0px;
    border: 0;
    background-color: white;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
    transition: all 0.5s cubic-bezier(.17,.67,.83,.67);
    color: var(--primary);
    /* margin: 10px 15px; */
    padding: 0;
    line-height: 32px;
    text-transform: uppercase;
    padding: 10px 0px;

    padding: 10px 15px;
}

.navbar {
    margin-bottom: 0px;
    padding: 5px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
{
    color: var(--primary);
}
.navbar-default .navbar-brand{
    color: var(--primary); 
    padding: 0px 15px;  
    font-size: 49px;  
    line-height: 100%;  
    height: auto;
    letter-spacing: 3px;
}

.nav-wrap 
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#wrapper
{
    background: linear-gradient(rgba(4, 24, 2, 0.9),rgba(1, 7, 1, 0.812)), url(../p_img/bn.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /*height: auto;*/
}

.starting-text
{
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 108.5px !important;
    padding-bottom: 40px !important;
}
.rene, .starting-text h1 {
    color: white;
    font-weight: bold;
    letter-spacing: -1px;
}
.rene{
    font-size: 180px;
    margin-top: 0px;
}

.starting-text h2 {
    font-size: 40px;
    margin-top: 40px;
}

.bottom 
{
    width: 100%;
    position: absolute;
    bottom: 2%;
}
.bottom a
{
    color: rgba(192, 192, 192, 0.5);
}
h5 
{
    padding-top: 22px;
    font-size: 18px;
}
/*-----------------------------------------------------------------------------------------------------
                            about us
------------------------------------------------------------------------------------------------------*/
.about-us-text span {
    font-weight: bold;
    color:var(--primary);
}
.exp
{
    padding-top: 76px;
}
.progress
{
    background-color: #d4e3e4;
    border-radius: 0px;
    border-color: lightseagreen;
}
.progress-bar
{
    background-color: cadetblue;
}
.pro
{
    padding-top: 10px;
}
#about a {
    text-decoration: none;
    color: #FFC344;
    cursor: pointer;
}

#about a:hover {
    text-decoration: none;
    color: #7bdaff;
}

/*----------------------------------------------------------------------------------------------------
Our service
-----------------------------------------------------------------------------------------------------*/
#our_service{
    background-color: rgb(215, 116, 80);
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
#our_service h3{
    color: white;
}
#our_service hr{
    border-color: white;
}
.about-us-text {
    padding: 0px 100px;
    font-size: 15px;
    font-weight: 400;
}
.services
{
    width: 100%;
    overflow: hidden;
}
.service{
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom:2rem;
    text-align: center;
}

.service .img-container {
    width: 100%;
    
}
.img-container img{
    width: 100%;
    height: 15rem;
}


.service h4{
    font-size: 20px;
    font-weight: bold;
    height: 12rem;
}
.service p{
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.about-service 
{
    font-size: 16px;
    padding: 5px 10px 0px 10px;
}

.service button:focus {
    color:white;
}


/*===============================================================================
                        Service Modal
================================================================================*/
.modal {
    width: 100vw;
    height: 100vh;
}

.modal-header {
    padding:2rem;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    border: none;
}

.modal-header button {
    display:flex;
    width: 50px;
    height: 50px;
    padding: 10px;
}

.modal-header button span {
    position:relative;
    padding:0;
    margin:-2rem;
    font-size:8rem;
    font-weight:lighter;
}
.modal-content {
    min-height: 90vh;
}

.modal-content div.text-center {
    margin-bottom: 2rem;
}

.modal-content div.paragraphs {
    padding:5rem;
}

.modal-body {
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
}

.modal-body p {
    line-height:normal;
    font-size: 1.5rem;
}


/*===============================================================================
                        Who
================================================================================*/
section#Who {
    min-height: 100vh;
}

section#Who h4 {
    font-weight: bold;
}

section#Who p {
    font-size: 1.2rem;
    line-height: normal;
}
section#Who img {
    width: 6rem;
}

section#Who .row {
    margin-top: 2rem;
}

/*//////////////////////////////////////////////////////////////////////////////
//                              Screen Shot
////////////////////////////////////////////////////////////////////////////////*/
#ScreenShot{
    background-color: var(--primary);
    text-align: center;
    padding: 60px 0;
}
#ScreenShot h3{
    color: white;
}
#ScreenShot hr{
    border-color: white;
}
#ScreenShot .owl-carousel {
    display: block;
    position: relative;
    width: 100%;
}
#ScreenShot .item img{
    padding: 20px;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
    color: var(--primary);
    margin: 5px 20px;
    padding: 2px 15px;
    font-size: 23px;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: 1;
}
/*------------------------------------------------------------------------------------------------------
                                Subscribe
--------------------------------------------------------------------------------------------------------*/
#subscribe{
    text-align: center;
    margin: 40px 0px 5px;
}
#subscribe h4{
    font-weight: normal;
    font-size: 20px;
}
#subscribe input[type="email"]{
    text-align: center;
    font-style: italic;
    width: 50%;
    height: 35px;
    font-size: 15px;
    min-width: 300px;
    border: 1px solid lightgray;
    font-style: italic;
    margin-bottom: 43px;
}
input[type="email"]:focus{
    border-color: var(--primary);
}
input[type="submit"]{
    padding: 0px;
}

/*------------------------------------------------------------------------------------------------------
                                Testimonial
--------------------------------------------------------------------------------------------------------*/
#news{
    background-color: var(--primary);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: white;
    padding: 60px 0;
}
#news h3{
    color: white;
}
#news hr{
    border-color: white;
}
.item img{
    width: 100px;
}
.owl-theme .owl-controls .owl-page span {
    border: 1px solid white;
    background: none;
}
.owl-theme .owl-controls .active span{
    background-color: white;
}
/*------------------------------------------------------------------------------------------------------
                                Download
--------------------------------------------------------------------------------------------------------*/
.download-subtitle{
    margin-bottom: -60px;
}

/*------------------------------------------------------------------------------------------------------
                                price-table
--------------------------------------------------------------------------------------------------------*/
#price_table ul {
        display:table;
        margin: 0 auto;
        width:100%;
        max-width:1100px;
    
        padding: 0;
        
}
    #price_table li {
        display:table-cell;
        width:25%;
        padding:60px 5px 5px;
        transition: all 0.25s, color 0s !important;
        position:relative;
        z-index:0;
        border:1px solid #BBB;
    
        background-color: #fff;
}
    
    #price_table li:first-child {
        position:relative;
        right:-1px; 
    }
    #price_table li:last-child {
        position:relative;
        left:-1px;  
    }

    
    #price_table li:hover {
        box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
        z-index:1;
        color:#fff;
        background: #333;
        border-color: #333;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
    }
    
    #price_table li * {
        transition: none !important;
        text-decoration: none;
}
    
    #price_table li:hover * {
        color: #fff !important;
        border-color:rgba(255, 255, 255, 0.27) !important;
    }
    
    
    
    #price_table li strong {
        font-size:19px;
        text-transform:uppercase;
        color: #2F3740;
        letter-spacing: 2.4px;
        line-height:45px;
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
        text-align: center;
        height: 90px;
}
    
    #price_table ul .price_table-description {
        display:block;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        color: #6C6C6C;
}
    #price_table ul .price_table-pay{
        display:block;
        font-size: 14px;
        padding-bottom: 35px;
        text-align: center;
        margin-top: -22px;
        color: #6C6C6C;
    }
    
    #price_table .big {
        font-size:84px;
        letter-spacing:2px;
        display:block;
        font-weight:400;
        text-align: center;
        color: #6C6C6C;
}
    #price_table .price_table-button {
        font-size:19px;
        text-transform:uppercase;
        color:#2F3740;
        text-decoration:none;
        line-height:1;
        padding:28px 0 24px;
        border-top:1px solid #bbb;
        width:100%;
        margin-top:6px;
        display:block;
        text-align: center;
}
    #price_table li:hover .price_table-button {
        transition: none;
    }
    
    
    #price_table ul a:hover {
        color:#E85700;
    }
    #price_table ul a.btn {
        margin-top: 12px;
        
    }
  
    #price_table .btn-sub,  #price_table a.btn-sub, form a.btn{
        width: 170px;
        height: 50px;
        border-radius: 30px;
        color: white;
        background-color: var(--primary);
        padding-top: 15px;
        margin-top: -15px;
        border: none;
        margin-bottom: 45px;
        text-transform: uppercase;
    }
    #price_table .btn-sub:hover,  #price_table a.btn-sub:hover, form a.btn:hover {
        z-index:2;
        background-color:white;
        color: var(--primary) !important;
        border: 1px solid var(--primary);
    }
    #price_table hr.full {
        margin-top: 0px;
        width: 80%;

    }
    /* ul.price-table-chart li:nth-child(1) i{
        color: rgb(187, 84, 102);
    }
    ul.price-table-chart li:nth-child(3) i{
        color: var(--primary);
    } */
    /* ul.price-table-chart li:nth-child(2) {
        box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2) !important;
        z-index: 2 !important;
        color: #fff !important;
        background: #333 !important;
        border-color: #333 !important;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
    }

    ul.price-table-chart li:nth-child(2) * {
        color: #fff !important;
    }

    ul.price-table-chart li:nth-child(2) .price_table-button {
        border-color: rgba(255, 255, 255, 0.27) !important;
    } */

    .main_content figure {
        padding: 0px 105px;
    }

    .post-shadow {
        width: 100%;
    }

    .input-group-addon {
        background-color: rgba(238, 238, 238, 0);
    }

#price-table{
    text-align: center;
}
.price-column 
{
    position: relative;
    z-index: 999;
    margin-bottom: 15px;
}
.price-column .price-heading 
{
    background-color: cadetblue;
    position: relative;
    padding: 17px 15px 15px;
    box-shadow: 0 2px 2px #494946;
}
.price-column .price-heading h4 
{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px #41413e;
    margin-bottom: 0;
    margin-top: 0;
}
.price-column .price-heading .subtitle 
{
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 1px 1px #41413e;
}
.price-column .price-heading .price 
{
    position: absolute;
    top: 12px;
    right: 10px;
}
.price-column .price-heading .price .currency 
{
    color: white; 
    font: bold 16px Roboto Condensed,Helvetica,Geneva,sans-serif;
    font-size: 22px;
}
.price-column .price-heading .price .amount
{
    color: white;
    /* text-shadow: 0 1px 1px #b8b8b7; */
    margin-right: 18px;
    font-size: 35px;
}
.price-column .price-heading .price .cents 
{
    color: white;
    font: bold 16px Roboto Condensed,Helvetica,Geneva,sans-serif;
    /* text-shadow: 0 1px 1px #b8b8b7; */
    position: absolute;
    top: 27px;
    right: 0;
}
.price-content 
{
    background-color: rgba(47, 79, 79, 0.71);
}
.price-content ul
{
    margin: 0px 0px;
    padding: 0px 0px;
}
.price-content ul li:first-child 
{
    border-top-width: initial;
    border-top-style: none;
    border-top-color: initial;
}
.price-content ul li
{
    display: block;
    text-align: center;
    color: #f7f7f7;
    list-style: none;
    border-top: 1px solid #8DBDBD;
    border-bottom: 1px solid #2F4240;
    padding: 7px 15px;
    line-height: 35px;
    transition: all 0.5s;
}

.price-column.highlight 
{
    margin-top: 0;
    box-shadow: 0 1px 8px #4d4d4d;
    position: relative;
    z-index: 999;
}
.price-column.hightligh .price-heading 
{
    background: #f85140;
}
.price-column.hightligh .price-heading h4, .price-column.hightligh .price-heading .subtitle 
{
    color: #ffffff;
    text-shadow: 0 1px 1px #d61b08;
}
.price-column .price-heading .price 
{
    position: absolute;
    top: 12px;
    right: 10px;
}
.price-column.hightligh .price-heading .price .currency, .price-column.hightligh .price-heading .price .amount, .price-column.hightligh .price-heading .price .cents
{
    color: #c63f33;
    text-shadow: 0 1px 1px #f3a39b;
}

.cuerpoPlan{
   height: 260px;
}

/* ---------------------------------------------------------------------------------------------------
                            contact
 ---------------------------------------------------------------------------------------------------*/
 .input-group
 {
    padding: 18px 0px;
 }
 .map
 {
    padding: 18px 0px;
 }
 #contact
 {
    padding: 60px 15px;
 }
 #contact p
 {
    font-size: 24px;
 }
form
{
    width: 100%;
}
.message{
    height: 174px;
}
.fa-phone,.fa-at,.fa-location-arrow {
    font-size: 6rem;
    font-weight: light;
    color: var(--primary);
}
/*----------------------------------------------------------------------------------------------------
                                    FOOTER
-----------------------------------------------------------------------------------------------------*/
#footer{
    border-top: 1px solid lightgray;
    padding: 20px 0px 0px;
    text-align: center;
}

.fa-arrow-circle-up {
    color: var(--primary);
    transition: color 0.2s ease-out;
}
.fa-arrow-circle-up:hover {
    color: rgba(21, 78, 21, 0.641);
}
.up{
    color: white;
    display: inline-block;
    width: 40px;
    height: 40px;;
    font-size: 50px;
    border: none;
    transition: all 0.4s;
}

/*------------------------------------------------------------------------------------------------------
                                Button
--------------------------------------------------------------------------------------------------------*/

#download .bttn{
    background-color: #333;
}
.bttn{
    font-family: Montserrat;
    width: 265px;
    margin: 3rem 1rem;
    padding: 0px;
    border: 0px;
    background-color: #fff;
}
.btn img{
    display: inline-block;
    float: left;
    padding: 0px;
    margin: 0px;
}
.btn>p{
    font-size: 11px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-bottom: -10px;
    margin-top: 10px;
}
.btn>h6{
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}
.apple-store{
    color: rgba(20, 98, 47, 0.755);
}
.apple-store:hover, #download .apple-store:hover{
    color: #fff;
    background-color: rgba(20, 98, 47, 0.755);
}
.google-play{
    color: coral;
}
.google-play:hover, #download .google-play:hover{
    color: #fff;
    background-color: rgba(255, 127, 80, 0.717);
}
a.btnTamanio{
    width: 40rem !important;
}
/* ================================================================================================================
                        Price Table
================================================================================================================== */



/* ================================================================================================================
                        Media Query
================================================================================================================== */
@media (max-width: 966px){
    .navbar-nav>li{
        margin: 0px -6px 0px;
    }
    .main_content figure {
        padding: 0px;
    }
    .navbar-default .navbar-nav>li>a{
        text-align: center;
    }
    #price_table .big {
        font-size: 60px;
    }
    #price_table li strong {
        height: 130px;
}
    .cuerpoPlan{
        margin-bottom: 50px;
    }
}
@media (max-width: 1200px){
    #price_table li strong {
        height: 120px;
}
    .cuerpoPlan{
        margin-bottom: 50px;
    }
}

@media (max-width: 480px){
    .cuerpoPlan{
        height: auto;    
    }
    .starting-text h2 {
        font-size: 18px;
        margin-top: 0px;
        padding-top: 102px;
    }
    .rene{
        font-size: 52px;
    
        padding-bottom: 55px;
}
    .bttn{
        margin: -90px 3px 110px;
    }
    .about-us-text{
        padding: 0px;
    
}
    .download-subtitle {
        margin-bottom: 110px;
    }
    #price_table li {
        display: block;
        width: 100%;
    }
    .main_content{
        padding: 0px;
    }
    a.btnTamanio {
        width: 100% !important;
        margin-top: 10px !important;
    }
    #price_table li strong {
        height: auto;
}
}

/* fixes */
.navbar-toggle i {
    color: var(--primary);
    font-size: 32px;
    margin-right: 25px;
}
.navbar-white .navbar-toggle i{
    color: var(--primary);
}

section#about {
    padding: 60px 0;
}

section#Who {
    padding: 60px 0 30px 0;
}

.meet-item {
    margin-bottom: 30px;
    margin-top: 20px;
}

section#download {
    padding: 60px 15px;
}
