/*PROPIOS CSS*/


/*
#cabecera {
    position: fixed;
    z-index: 1300;
    top: 0px;
    width: 100%;
}

.scrolled {
    background-color: #B8715F !important;
    height: 95px;
}
*/
.bt-open-menu:hover {
    cursor: pointer;
}

.bt-close-menu:hover {
    cursor: pointer;
}

#menu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    text-align: left;
    top: 0;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
}

#menu::-webkit-scrollbar {
    display: none;
}

#menu.open {
    opacity: 1;
    visibility: visible;
}


@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.pidecita {
    -webkit-animation: 25s rotate linear infinite;
    animation: 25s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 1000;
}

.pidecitalogo {
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 1000;
}


input.inputmailchimp{
	font-family:'Plus Jakarta Sans', Arial; 
	font-size:16px; 
	border-top: 0px solid #ccc !important;
	border-right: 0px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	border-left: 0px solid #ccc !important;
	border-radius:0px; 
	font-weight:400;
width:70%}

input.botonmailchimp{
	margin-left:25px;
	font-family:'Plus Jakarta Sans', Arial; 
	font-size:12px; 
	text-transform:uppercase;
	font-weight:400;
	line-height:24px;
	border: 1px solid #ccc !important;
	padding:5px 20px 5px 20px;
	border-radius:50px;
background-color:#fff;
}
input.botonmailchimp:hover{background-color:#000;color:#fff;}
.mc4wp-response{font-family:'Plus Jakarta Sans', Arial; 
	font-size:14px; 
	font-weight:400;}