/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.106.1521190721
Updated: 2018-03-16 08:58:41

*/


/*formulario*/
#responsive-form{
      max-width:100%;
      margin:0 auto;
      width:100%;
}
.form-row{
      width: 100%;
}
.column-half, .column-full{
      float: left;
      position: relative;
      padding: 0.4rem;
      width:100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
}
.clearfix:after {
      content: "";
      display: table;
      clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
     .column-half{
            width: 50%;
     }
}

/*-------------ESTILOS PARA EL FORMULARIO------------*/
.wpcf7 label{
      width: 100%;
      font-size: 16px;
}

.wpcf7-textarea,input[type="text"],input[type="tel"], input[type="email"]{
      resize: none; /*bloquea que redimensionen el textarea del formulario*/
      width: 100%;
      border-radius: 2px;
      border-color: #eee;
      font-size: 14px;
      padding: 9px;
      margin-bottom:5px;
  border-width: 2px;
  background: #eee;
}

.wpcf7-submit{
      width: 36%;
      border-radius: 2px;
      background-color: #46a2a9;
      color: #fff;
      font-size: 16px;
      padding: 9px;
      margin-bottom:15px;
     
}
.wpcf7-submit:hover{
       background-color: #222;
       color: #fff;
       transition: all 0.2s ease;
}
.politicablanco span.wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1em;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background:none;}
/*** Hide Sidebar ***/
#sidebar {display:none;}
/*** Expand the content area to fullwidth ***/
@media (min-width:981px){
#left-area {
 width:100%;
 padding:23px 0px 0px!important;
 float:none !important;
}
}

#top-menu li li a {
    text-transform: capitalize;
}