/*
Theme Name: Wellcentro
Theme URI: https://agencianinja.com
Author:	Enrique Espinosa
Author URI: https://agencianinjacom
Description: Desarrollo web para wellcentro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Aviso de cookies*/
.aviso-cookies {
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    text-align: center;
    padding: 13px;
    opacity: .90;
    font-size: 12px;
    z-index: 99999;
}
.aviso-cookies i.fa.fa-times {
    background: #ff8c3b;
    color: white;
    padding: 5px;
    margin-right: 4px;
    cursor:pointer;
}
.aviso-cookies a {
    color: #ff8c3b; !important;
}
/**/
a.checkout-button.button.alt.wc-forward,a.checkout-button.button.alt.wc-forward,.woocommerce input.button.alt {
    width: 100% !important;
    text-align: center !important;
    background: #ff8d3d !important;
}
.woocommerce form .form-row .input-checkbox {
    display: inline !important;
    margin: 11px 1px 11px 1px !important;
    /* text-align: center; */
    /* vertical-align: middle; */
    position: relative !important;
}
.video.new{
	position: relative;
}
.video.new iframe{
	display:block;
}
.video.new .content{
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
video {
    width: 100%;
}
@media(max-width:768px){
.video h1.title{
	font-size: 22px;
    line-height: 35px;
    margin-bottom: 40px;
}	
}