/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* PAGINA EMPIEZA AHORA */
.page-id-175 .wpcf7-submit{
    background-color: #179AD2 !important;
    color: #ffffff;
    width: 100%;
    font-weight: normal;
}
.page-id-175 .wpcf7-form{
    text-indent: 20px;
    font-size: 110%;
    font-weight: normal !important;
}
.page-id-175 input[type="text"],
.page-id-175 input[type="email"]{
    width: 100%;
    color: #000 !important;
}
.page-id-175 form.wpcf7-form p{
    margin-bottom: 10px !important;
}
.page-id-175 form.wpcf7-form p.submit{
    text-indent: 0px;
}
.page-id-175 .wpcf7-validation-errors{
    color: #ffffff;
    background-color: #C20042;
}



/* POPUP EMPIEZA AHORA */       
.popup_empieza_ahora{               
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 60px 20px 20px 20px;
    width: 100%;
    background-color: #D2D2D2;
    z-index: 2000;
    max-width: 310px;
}
.popup_empieza_ahora .close{
    background-color: #00ABBE;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 10px;
    font-size: 17px;
    line-height: 80%;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
}
.popup_empieza_ahora img{
    width: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50%;
}
.popup_empieza_ahora h2{
    color: #00ABBE;
    font-size: 21px;
    text-align: center;
}
.popup_empieza_ahora h3{
    color: #666;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
.popup_empieza_ahora .boton{
    background-color: #00ABBE;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 10px;
    font-size: 17px;
    text-align: center;
}


