/*
Theme Name: Porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 7.2.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor { display: block; }
#img-seleccion img{
	width:35%;
	padding-bottom: 30px;
}
#form-seleccion .form-control, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{
	padding: 13px 82px 13px 18px;
    margin-bottom: 25px;
    border-radius: 4px;
    font-size: 15px;
	    display: block;
    width: 90%;
}
#form-seleccion .wpcf7-form-control.wpcf7-radio{
	display: flex;
    justify-content: center;
    color: #fff;
}
#form-seleccion h2{
	text-align: center;
    color: #fff;
    padding-top: 30px;
    font-size: 35px;
}
#form-seleccion [type=submit]{
	    border: 1px solid #8089b2;
    color: #fff;
    padding: 10px 26px;
    line-height: 1.42857;
    background-color: #8089b2 !important;
    border-radius: 5px;
    border-color: #8089b2 !important;
}
.btn-enviar{
	display: flex;
    justify-content: right;
    padding-right: 9%;
    margin-top: 35px;
}
#img-seleccion{
	padding-top:7%;
}
#form-seleccion{
	padding-bottom:8%;
}