/*
Theme Name:     Care Theme Child
Author:         Einscube
Author URI:     https://einscube.com/
Template:       care
Version: 		1.0
*/


/******CUSTOM CSS*****/

#top-bar-wrapper{
	position:fixed;
	width:100%;
	z-index:10000;
}

#site-header #header-wrapper{
	margin-top:33px;
}


.page-header{
	display:none;
}

.title_wrap .services-macros{
	display:none;
}

.slider-demo{
	padding-top: 0px!important;
	padding-bottom: 0px !important;
}

#site-navigation ul li a{
	font-size:12px;
}

/*******Menú******/

#site-navigation ul li ul li a{
	width: 292px!important;
    padding: 12px 15px!important;
	line-height: 1.57!important;
}


/*****Footer******/

.footer-social{
	display: flex;
}

.float-whatsapp {
    background-color: #25d366;
    border-radius: 54px;
    bottom: 13px;
    color: #fff;
    font-size: 35px;
    position: fixed;
    text-align: center;
    right: 80px;
    z-index: 1000;
    width: 60px;
}

.float-payu{
	display: flex;
    flex-direction: column;
	bottom: 90px;
	position: fixed;
	right: 20px;
	text-decoration: none;
	color: #000;
}

.float-payu p{
	margin-bottom:10px;
}

.float-payu img{
	width: 60px;
	margin-left: auto;
    margin-right: auto;
}

.zoom {
    transition: transform .2s; 
}
 
.zoom:hover {
    transform: scale(1.5); 
}

/****Form****/

::-webkit-input-placeholder { color: #fff; } 
:-moz-placeholder { /* Firefox 18- */ color: #fff; } 
::-moz-placeholder { /* Firefox 19+ */ color: #fff; } 
:-ms-input-placeholder { color: #fff; }

.footer-sidebar textarea.wpcf7-form-control.wpcf7-textarea{
	min-height: 60px!important;
}
.footer-sidebar .widget input:not([type="submit"]):not([type="checkbox"]), .footer-sidebar .widget textarea{
	width: 100%!important;
    height: 10px;
    margin-bottom: 5px;
    background-color: #284b804a;
}

.footer-sidebar .wpcf7 span.wpcf7-list-item{
	margin: 0 0 0 0!important;
}
.wpcf7-list-item-label{
	font-size:12px;
}

.wpcf7 select{
	min-width: 100%;
    background: #f7f7f7;
}

.column-slider-client{
	padding-top:15px;
	background-color: #fff;
    border-radius: 2px;
	box-shadow: 0px 7px 16px 0px rgba(0,0,0,0.25);
}
   



/*****RESPONSIVE**********/

@media only screen and (max-width: 767px) {
 	#site-header #header-wrapper{margin-top:90px;}
	.row-rvs{display: flex!important; flex-wrap: wrap!important; flex-direction: column-reverse!important;}
	h1{font-size:30px!important}
}
 



