/*
Theme Name: SIDEA
Template Theme URI: https://realhost.com.mx/
Author: el equipo de Realhost
Description: Simple y flexible
Version: 1.0
*/

@import url('css/bootstrap.min.css'); 

body{
	background-color: white;
}

a {
	color:white;
}

/*
* Estilos para la barra de navegación
*/

.navbar-default .navbar-nav > li > a:hover{
	background-color: #9ccab3 !important;
}

/* Esto aumenta el espacio entre los elementos del menu*/
.navbar ul.navbar-nav > li > a {
    margin: 0 1px;
    padding: 18px 30px;
}
.navbar-default .navbar-nav>li>a:hover{
	color:#ffffff;
}

.logo{
	max-height: 90px;
}

@media only screen and (max-width: 500px) {
    #my-menu {
        padding-top: 10px;
    }
    .logo{
		padding:10px;
		max-height: 70px;
	}
}


/* Esto permite aumentar dicho espacio*/
.clear {
    clear: both;
}

/* footer */
.dmenu>li>a:hover{
	text-decoration: none;
    color: #b9b9b9;
}
.dmenu>li>a{
	color: #ffffff;
}
.dmenu>li{
	padding-bottom: 14px;
}
.dmenu{
	list-style-type: none;
    margin-top: 20px;
}

/* Arreglos generales*/

.p-5{
	padding: 5px;
}
.p-15{
	padding:15px;
}
.p-30{
	padding: 30px;
}
.pt-30{
	padding-top: 30px;
}

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

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

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

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

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

.m0{
	margin: 0px;
}

.wrap{
	word-wrap: break-word;
}

.green{
	background-color: #46ad79;
	color: #ffffff;
}

.green2{

}

.title1{
	    font-size: 1.49em;
    font-style: italic;
    color: #07bf16;
}

.title2, .jw_easy_slider_name{
	    font-size: xx-large;
    font-weight: 800;
    font-style: oblique;
}

.title3{
	    font-size: xx-large;
    color: #46ad79;
    font-weight: 600;
}

.btn-green{
	background-color: #00521d;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-green:hover{
	background-color: #6a9c7c;
	color:#ffffff;
}

.text1{
	font-style: italic;
    font-weight: 600;
}

/* DAVE */

.main-slider{
	display: flex;
	justify-content: center;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.mb-1{
	margin-bottom: 1em;
}