/*
Theme Name:   Pululart
Description:  Diseño web
Author:       pululart
Author URL:   http://clinicalinares.com
Template:     twentytwentyone
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Pululart
*/



/*Top Header*/


.top-header-left p{
	font-size: 12px;
	color: #484848;
}

.top-header-right p{
	font-size: 12px;
	text-align: right;
	color: #484848;
}

.menu-item a {
    color: black !important;
    font-weight: 300 !important;
}

button.sub-menu-toggle {
    display: none;
}

a.hfe-menu-item:hover {
    font-weight: 500 !important;
}


/*Footer*/
.texto-politicas{
	color: black;
}

span.wpcf7-list-item-label {
    font-size: 14px;
}

/*Home*/


a,p {
    font-size: 16px;
}

.texto-destacado p {
    font-size: 25px !important;
    font-weight: 300;
}

.fa, .fas {
    color: black;
}

.text-call p{
	font-size: 25px;
	font-weight: 100;
}

.mtb-100{
	margin-top: 100px;
	margin-bottom: 100px;
}


.titulo-text h2, .titulo-text h3, .titulo-text h4, .titulo-text h5{
	color: black !important;
}

.mtb-25{
	margin-top: 25px;
	margin-bottom: 25px;
}


.texto-contacto {
    color: black;
    font-size: 16px;
}

.mt-50{
	margin-top: 50px;
}

.mb-50{
	margin-bottom: 50px !important;
}

.mt-100{
	margin-top: 100px;
}

.mb-100{
	margin-bottom: 100px;
}

.pb-50{
	padding-bottom: 50px; 
}

.pt-50 {
	padding-top: 50px;
}


.mb-20 {
	margin-bottom: 20px !important;
}


.btn-mas a {
    background: #525252 !important;
    border-radius: 0px;
}


.bg-grey{
	background-color: #f5f5f5;
}

.img-back{
	background-image: url(http://clinicalinares.com/wp-content/uploads/2020/12/background-pattern.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-y: 75px;
}



/*Tratamientos*/

.tit-icon h6 {
    text-align: center;
    color: black !important;
    font-size: 16px;
}


.btn-info {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn-info a {
    background-color: #596573 !important;
    font-size: 13px;
    margin: 10px;
}


/*Formulario*/


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #dadada;
    margin: 10px 0px;
    width: 100%;
}

input[type=checkbox], input[type=radio]{

	    width: 10px !important;
    height: 10px !important;
        border: 2px solid black !important;
}