/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.

 Created on : 02/05/2020, 21:50:15
 Author     : Tiago Fernando Queiroz
*/

.social_modal{
    display:block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    min-height: 400px !important;
    overflow-y: scroll;
}


.social_modal_content{
    display: block;
    width: 70%;
    max-width: 90%;
    margin: 2% auto 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding: 1.5em;
    min-height: 580px;
    
    
}



.htmlchars{
    width: 100%;
    padding-bottom: 3em;
    border:1px solid #555;
    padding-left: 1em;
    padding-right: 1em;
}

.htmlchars p{
    color:#000;
    display: block;
    z-index: 1000;
    text-align: center;
    width: 100%;
}

.social_close{
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 7px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #cf7171;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
}

.social_group .social_subtitle h1{
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px #555;
    padding-bottom: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
}



.social_modal_content .term{
    color: #555;
    opacity: 0.7;
    display: block;
    font-size: 0.7em;
    background:#eee;
    padding: 0.8em;
    float: right !important;
    text-align:right;
    position: absolute;
    right: 2em;
    bottom:2em;
    
}


.social_close:hover{
    background: #F45563;
}



.social_group{
   padding-left:1em;
   padding-right:1em;
}


.social_group .social_bottom{
    max-width: 100%;
    text-align: center;
}

.social_group .social_bottom .action-left{
    width: 49.9%;
    float: left;
    text-align: center;
}

.social_group .social_bottom .action-right{
    width: 49.9%;
    float: right;
    text-align: center;
}

.social_error{
    display: none;
    background: orange;
    padding: 1em;
    font-size: 1.2em;
    color:#fff;
    margin-bottom: 1em;
    margin-left: 3em;
    margin-right: 3em;
}

.wc_social_error{
    display: none;
    background: orange;
    padding:0.5em;
    padding-bottom: 0.1em;
    font-size: 1.2em;
    color:#fff ;
    margin-bottom: 0.5em;
    margin-left: 5em;
    margin-right: 5em;
}

.wc_social_error p{
    color:#fff;
}

.wc_social_sended{
   padding-left:1em;
   padding-right:1em;
   text-align: center;
   color: #00B494;
}

.wc_social_sended p{
   color: #00B494;
   font-size: 1.8em;
   padding-bottom:0.5em;
  
}

.wc_social_sended p em{
   color: #888888;
   font-size: 0.8em !important;
   font-weight: 300;
   padding-top: 2em;
   
}




.img-cover, .img-cover-form{
    max-width: 280px;
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.50);
    margin-top:1em;
    margin-bottom: 2em;
    border-radius:100%;
    
    
}

.social_video{
    min-height:315px;
    min-width: 60%;
}
.social_midia{
    text-align: center;
}

.social_midia img{
        max-height: 350px;
        text-align: center;
        
    }

@media (max-width: 48em){
    
    .social_midia img{
        max-height: 200px !important;
        text-align: center;
       
        
    }
    
    .img-cover, .img-cover-form{
        max-height: 180px;  
        margin:0px;
        margin-bottom: 1em;
        
    }
    .social_subtitle{
        padding: 0px;
    }
    
    .social_group .social_subtitle h1{  
        padding-bottom: 1em;
        font-size: 1em;
    }
    
    .social_video{
       min-width: 90%;
       max-height: 250px !important;
    }
    
    .wc_social_error{
        margin-left: 0.1em;
        margin-right: 0.1em;
    }

}



.btn{
    border:0px;
    color:#fff;
    padding: 1.1em 14px;
}

.btn_blue{
    background-color: #0E96E5;
    text-shadow: 1px 1px #096397;
}
.btn_blue:hover, .btn_blue:active, .btn_blue:after{background-color: #096397;color:#fff;}

.btn_green{
    background-color: #00B494;
    text-shadow: 1px 1px #008068;
}
.btn_green:hover, .btn_green:active, .btn_green.active, .btn_grenn:after{background-color: #008068 !important;color:#fff;}


.wc_social_modal_form{
    padding:8em;
    padding-bottom: 1em;
    padding-top: 0.5em;
    text-align: center;
}
.wc_social_modal_form label{
    display: block;
    width: 100%;
  
}

.wc_social_modal_form .label_70{
    display:inline-block;
    width: 80%;
    margin-bottom: 0.9em;
  
}


.label_50 .wc_social_modal_legend{
    font-size: 1em;
    color: #888;
    margin-bottom: 5px;
}



.wc_social_modal_form input,
.wc_social_modal_form textarea{
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
    width: 70%;
}

.wc_social_modal_button{
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}


@media (max-width: 52em){
    
   
    .social_group .social_bottom .action-left{
        width: 100%;
        float: left;
        padding-bottom: 1.5em;
    }

    .social_group .social_bottom .action-right{
        width: 100%;
        float: left;
    }
    
    .social_modal{
        min-height: 890px;
}
    
 .social_modal_content{
     min-height: 790px;
     width: 90%;
 }
 
 .social_modal_content .term{
    color: #555;
    opacity: 0.7;
    display: block;
    font-size: 0.7em;
    background:#eee;
    padding: 0.8em;
    float: right !important;
    text-align:right;
    position: absolute;
    right: 1.5em;
    bottom:18em;
 }
 
 .wc_social_modal_form{
     width: 100%;
     padding: 0.2em;
 }
 .wc_social_modal_form .label_70{
     width: 90%;
 }
 
 .wc_social_modal_form input{
    width: 98%;
}
}

.font-zero{
    z-index: -4;
    bottom: 0px;
    float: left;
    position: absolute;
    font-size: 0.1em;
    color:#fff;
}



