/*
Theme Name: BeeDIGITAL
Template: Divi
Author: VASS
Author URI: https://www.vass.es/
Version:      1.0.0
*/
/*@import url("../Divi/style.css");*/

#main-content{
    margin-top: 30px;
}
body.post-template-default.single.single-post {
    margin-top: 100px;
}
div#page-container {
    padding-top: 5px;
}
.et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content {
    padding-top: 78px;
}
body.author.archive{
    margin-top:40px;
}
.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul, .et_pb_menu .et_pb_menu__menu>nav>ul{
    -ms-flex-wrap: wrap;
    flex-wrap: inherit !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/*styles*/
#main-content > article > .entry-content{
    margin-top: 30px;
}
.white-text{
    color: #fff;
}
.title{
    font-size: 48px;
    line-height: 56px;
    max-width: 415px;
    padding-bottom: 6px;
}
.subtitle{
    font-size: 20px;
    line-height: 28px;
    max-width: 415px;
    font-family: 'Museo Sans 300', serif;
}
.header-menu{
    top: 40px;
}
/*end styles*/

/*c2c styles*/
.icon-phone-c2c {
    padding-right: 20px;
}
.boton-c2c-top i:hover {
    transition: .7s ease-in-out;
}
.te-llamamosdiv{
    height: 35px;
    position: fixed!important;
    z-index: 999999999999;
    top: 0;
    width: 100%;
    background-color: white;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 2px 20px;
    text-align: center;
}
.container#te-llamamosdiv{
    text-align: center;
    width: 100%;
    padding-top: 7px;
}
span.boton-c2c-top {
    color: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    background-color: #191db3;
    padding: 4px 20px;
    font-family: 'Museo Sans',Helvetica,Arial,Lucida,sans-serif;
    cursor: pointer;
    transition: .7s ease-in-out;
    font-weight: 500;
}
span.boton-c2c-top:hover {
    background: #5dc185;
    color: #ffffff;
}
/*end c2c styles*/

/*botones style*/
nav>ul>li.rounded-button{
    align-items: center !important;
}
nav>ul>li.rounded-button>a {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
    line-height: 1;
    border-radius: 20px;
    border: 1px solid #FFF;
    transition: .7s ease-in-out;
    background: transparent;
}
/*span.boton-planes1 {
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    background-color: #191db3;
    padding: 12px 40px;
    font-family: 'Museo Sans',Helvetica,Arial,Lucida,sans-serif;
    cursor: pointer;
}*/
/*end botones style*/

/*Checkout steps*/
#menuBackground {
    width:100%;
    height:75px;
    text-align: center;
    margin: 0;
    padding: 0;
}
#menu {
    list-style-type:none;
    margin:0 !important;
    padding:0 !important;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#menu li {
    height:50px;
    text-align:center;
    line-height:35px;
    color:#000;
    text-decoration:none;
    font-size: 10px;
    padding-left: 3px;
    padding-right: 3px;
    text-transform: uppercase;
    font-weight: 600;
    display:inline-block;
    vertical-align: top;
    margin: 0 !important;
    margin-bottom: 2px !important;
    min-width: 80px;
}
.active .numberStep {
    color: #fff;
    background: #191db3;
}
div.numberStep {
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #000;
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 3px;
    width: 50px;
    height: 50px;
    font-size: 39px;
    padding-top: 12px;
    border: 2px solid #191db3;
}
.texto_step {
    max-width: 94px;
    line-height: normal;
    font-weight: 100;
}
div#menuBackground:before {
    content: '';
    position: absolute;
    top: 40%;
    border-top: 1px solid #191db3;
    background: black;
    width: 80%;
    transform: translateY(-50%);
    left: 10%;
}
#menu li.active .texto_step {
    font-weight: bold;
}
/*end checkout steps*/

/* pantalla hasta 768 ancho mobile*/
@media only screen and (max-width: 768px){
    .et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content {
        padding-top: 15px;
    }
    body.post-template-default.single.single-post {
        margin-top: 30px;
    }
    .title {
        font-size: 40px;
        line-height: 48px;
        max-width: 100%;
        padding-bottom: 10px;
    }
    .subtitle{
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }
    .mobile-hidden{
        display: none !important;
    }
}
/*end*/

/*Woocommerce variations*/
table.variations{
    display: none;
}
.slider-checkbox {
    position: relative;
}
.slider-checkbox input {
    margin: 0;
    margin-top: 1px;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: red;
    width: 40px;
    height: 20px;
}
.slider-checkbox input:checked + .label:before {
    background-color: #1877c1;
    content: "";
    padding-left: 6px;
}
.slider-checkbox input:checked + .label:after {
    left: 21px;
}
.slider-checkbox .label {
    position: relative;
    padding-left: 46px;
}
.slider-checkbox .label:before, .slider-checkbox .label:after {
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: background-color 0.3s, left 0.3s;
}
.slider-checkbox .label:before {
    content: "";
    color: #fff;
    box-sizing: border-box;
    font-family: "FontAwesome", sans-serif;
    padding-left: 23px;
    font-size: 12px;
    line-height: 20px;
    background-color: #888;
    left: 0;
    top: 0;
    height: 20px;
    width: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.slider-checkbox .label:after {
    content: "";
    letter-spacing: 20px;
    background: #fff;
    left: 1px;
    top: 1px;
    height: 18px;
    width: 18px;
}

/* The rest of this is just for the demo. */
* {
    margin: 0;
}
.slider-checkbox {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 15px;
}
.slider-checkbox input:checked + .label[for=check_traffic]:before,
.slider-checkbox input:not(:checked) + .label[for=check_traffic]:before {
    background-color: #191DB3;
}
/*content*/
.entry{
    margin-top: 20px;
}
.et-menu li{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}
