/*
Theme Name: Inovado Child
Description: Inovado Child Theme
Author: Your name here
Template: inovado
Version: 1.0
*/

@import url("../inovado/style.css");

/*
naranja: #ff6600;
verde: #0B8E36;

*/

/* estructura oculta */
#page-wrap {
   padding: 10px 0px 0px 0px;
}

.wrapall{

	    background: url("http://otabmh.es/wp-content/uploads/2024/06/plant-2004483_1920.jpg") right bottom;
	background-size:cover;
	  
}

#topbar, #footer, #infobar, #twitterbar{

	display:none;
}

.sticky-wrapper{
display: none;

}

@media only screen and (max-width: 959px) {
    .sticky-wrapper{
        display:none;
    }
}

.header{display:none;}

.header .logo img{
display:none;

}




/*    CAMBIOS DE DISEÑO TIPO    */

#copyright{background: white !important; color:black !important; text-align: center !important;}

.intro{
	text-align: center;
}

h1{
color:rgb(11,141,54) !important;

}
h3 {
    color: #ffffff !important;
    border-color: #ffffff;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 36px !important;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 20px;
}

h2{ 
	width: 80%;
    font-size: 22px;
    color: #0b8d36 !important;
    border-color: #0b8d36;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 20px;
    border: 1px solid;
    display: inline-block;
    margin-bottom: 20px;

}
.one_third h2{
	font-size: 15px;

}

h5 {
    color: #0B8E36 !important;
    background: rgba(255,255,255,.4);
    display: inline-block;
    padding: 4px 20px;
    font-weight: bold !important;
    font-family: "PT Sans", Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 20px;
}

/* columan de texto */

#intro-text{

    font-size: 1.1em;
    text-align: center;
    margin-left: 25px;
    margin-top: 11px;
    line-height: 30px;
	
}

ul{
	margin-left: 0;
}
ul.intro-features{
    list-style: none;
    color:white;

}

ul.intro-features li {
    background: rgba(0,0,0,0.2);
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    line-height: 55px;
    padding: 0 20px;
}

ul.intro-features li p{
    margin: 0px 0 0px 0;
    font-size: 14px;
}


ul.intro-features li a{
    color:white;
}


#direc{
    width: 16%;
    height: 20%;
    float: left;
    margin: 7px 18px 4px -6px;
}

#mail{
	    width: 16%;
    height: 20%;
    float: left;
    margin: 5px 18px 4px -6px;
}

#telf{
	    width: 16%;
    height: 20%;
    float: left;
    margin: 5px 18px 4px -6px;
}


/* columna de cita */
.der{
	background: white;
	border-radius: 8px;
	padding: 25px 25px 1px 25px;
	text-align: center;

}

.cita_title { 
	color: #0B8E36 !important;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;

}
.cita_desc{

	color: #696969;
}

