/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.wp-block-button__link {
  color: #010A44;
  background-color: #fe4a23;
}

/*** COOKIES ***/
/** Personalizado **/
#pdcc-modal-bg #pdcc-modal-container{
	padding: 50px 50px;
	width: 40vw;
	background-color:#fef1ed!important;
    border-radius: 0px !important;
	max-height: 100%;
}
#pdcc-modal-bg #pdcc-modal-container #pdcc-modal-info p{
	font-size: 16px!important;
	color: #010A44!important;
	line-height: 25px;
	text-align: center;
}
#pdcc-modal-bg #pdcc-modal-container a,
#pdcc-modal-services p{
	color:#010A44;
}
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance{
	text-align:center;
	margin-top:25px;
}
.pdcc-btn{
	border-radius: 5px !important;
	border: 1px solid #FE4A23 !important;
	color: #fff !important;
	background: #FE4A23 !important;
	text-transform: uppercase !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	letter-spacing: 1px !important;
	line-height: 40px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
	text-align: left !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

#pdcc-modal-bg #pdcc-modal-container .cookiesAlert-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 1rem 1rem;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#pdcc-modal-bg #pdcc-modal-container .cookiesAlert-logo img {
    max-width: 50%;
    height: auto;
}
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked:disabled + .pdcc-btn-slider,
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked + .pdcc-btn-slider{
	background-color:#00f1a1;
}
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services {
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.22);
}
#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
#pdcc-modal-config{opacity:0.8;}
#pdcc-modal-bg #pdcc-modal-container h2 {
    font-size: 25px;
    line-height: 32px;
    margin: 20px 0px;
    letter-spacing: 0px;
    color: #010A44;
	text-align:center;
}
@media (min-width: 300px){
	#pdcc-modal-bg #pdcc-modal-container .cookiesAlert-logo img{max-width:90%; height: auto;}
	#pdcc-modal-bg #pdcc-modal-container {
		padding:30px 20px;
		width: 90vw;
	}
}
@media (min-width: 480px){
	#pdcc-modal-bg #pdcc-modal-container .cookiesAlert-logo img{max-width:90%; height: auto;}
	##pdcc-modal-bg #pdcc-modal-container {
		padding:35px 20px;
		width: 90vw;
	}
}
@media (min-width: 768px){
	#pdcc-modal-bg #pdcc-modal-container .cookiesAlert-logo img{max-width:70%; height: auto;}
	#pdcc-modal-bg #pdcc-modal-container {
		padding:40px 20px;
		width: 70vw;
	}
}
@media (min-width: 960px){
	#pdcc-modal-bg #pdcc-modal-container .cookiesAlert-logo img{max-width:50%; height: auto;}
	#pdcc-modal-bg #pdcc-modal-container {
		padding:50px 50px;
		width: 40vw;
	}
}


@media only screen and (max-width: 480px){
	.boton-rgpd {
		font-size: 14px !important;
	}
	#pdcc-modal-bg #pdcc-modal-container h2{font-size: 22px;line-height: 25px;}
	#pdcc-modal-bg #pdcc-modal-container #pdcc-modal-info p {
		line-height: 22px;
		font-size: 14px;
	}
	#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance a#pdcc-modal-config{margin-left:0px;}
}