/* Dropdown Button */

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}
.jumbotron {
    background-color: #ff0000;
    background-image: url("../img/magnus/imagen-principal.jpg");
    background-repeat: no-repeat ;
    background-size: cover;
    color: #fff;
    padding: 70px 0px 0px 0px;
    font-family: Montserrat, sans-serif;
    min-height: 355px;
}

.jumbotronint {
    background-color: #ff0000;
    background-image: url("../img/magnus/banner_superior.png");
    background-repeat: no-repeat ;
    background-size: cover;
    color: #fff;
    padding: 70px 0px 0px 0px;
    font-family: Montserrat, sans-serif;
    min-height: 160px;
    margin-bottom: 20px;
}
.container-fluid {
    padding: 0px 50px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #000000;
}

.carousel-control.right img, .carousel-control.left img {
    margin-top: 150px;
}

.carousel-indicators li {
    border-color: #f4511e;
}
.carousel-indicators li.active {
    background-color: #f4511e;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #f4511e;
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}
.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    background-color: #CC0003;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 5px;
    font-size: 18px;
    line-height: 20px;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 200px;
    margin-top: 20px;
    color: #f4511e;
    background-color: #0b97c4;
}
.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@media screen and (max-width: 768px) {
    .col-md-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

.menu_link{

    padding-bottom: 15px;
    text-align: center;
}


.menu_link a{
    font-size: medium;
    color: #555555;
}

.menu_link a:hover{
    font-size: medium;
    color: #aa0001;
    text-decoration: none;

}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    margin-top: 55px;
    text-align: center;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: contents;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #cc0003;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 16px;
    margin-left: 50px;
    padding-bottom: 20px;
    text-align: right;
}


@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.dropbtn {
    background-color: #CC0003;
    min-width: 180px;
    color: white;
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 16px;
    border: none;
    text-align: left;

}

/* The container <div> - needed to position the dropdown content*/
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default)*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 150px;
    margin-top: -30px;
}

/* Links inside the dropdown*/
.dropdown-content a {
    color: black;
    padding: 1px 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover*/
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover*/
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown*/
.dropdown:hover .dropbtn {background-color: #CC0003; color: #dedede;}

.texto_chico{
    font-size: 10px;

}

.texto_medio{
    font-size: 12px;
    font-weight: normal;

}

.texto_menu{
    font-size: 22px;
    color: #CC0003;
    font-weight: bolder;

}

#myPage {
    height: auto;
    background-color: white; /* For browsers that do not support gradients */
    background-image: linear-gradient(#dedede, #efefef); /* Standard syntax (must be last) */
}

hr{
    padding: 0px;
    margin: 0% 10%;

    width: 80%;
    background-color: #bbbbbb;
    height: 1px;
    border: none;

}


.vertical-menu {
    width: 200px; /* Set a width if you like */
    background-color: #CC0003;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.contenido {
    background-color: #dedede;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    padding-bottom: 10px;
}

.list_header{
    color: black;
}
.list_hover{
    padding: 10px 0 10px 0;
    background: #efefef;
    border-bottom-width: 10px;
    border-bottom-color: black;
    color: #333333;
    margin-bottom: 5px;

}
.list_hover:hover{
    background-color: white;
}

a{
    color: #CC0003;
}

a:hover{
    color: #ee0005;
    text-decoration: none;
}

.noticia{
    background-color: white;
    border: solid 10px #dedede;
    float: snap;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    min-height: 480px;
}

.propiedad{
    background-color: white;
    border: solid 10px #dedede;
    float: snap;
    padding-top: 10px;
    text-align: left;
    height: 480px;
}

.propiedad_show{
    background-color: white;
    border: solid 10px #dedede;
    float: snap;
    padding-top: 10px;
    text-align: left;
}

.propiedad_img {
    height: 190px;
    width: auto;
    background-color: #fff;
}

.propiedad_img img{
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    display: block;

}

.propiedad_carousel img{
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    display: block;

}

.propiedad_tn {
    height: 80px;
    width: auto;
    background-color: #fff;
}
.propiedad_tn img{
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    display: block;

}

.propiedad_titulo{
    font-size: 16px;
    font-weight: bold;
    color: #CC0003;
}

.caracteristica{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #efefef;
    padding: 5px 0;
}

.item60{
    float: left;
    width: 60%;
    height: auto;
    border-bottom: solid 1px #efefef;
    padding: 5px 0;
}

.item40{
    float: left;
    width: 40%;
    height: auto;
    border-bottom: solid 1px #efefef;
    padding: 5px 0;
}

.caracteristica:hover{
    background-color: #efefef;
}

.anuncio {
    width: 100%;
    background-color: #dedede;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 3px solid #cc0003;
    text-align: center;
    padding: 5px;

}

.anuncio:hover{
    background-color: white;
    color: #58585a;
}

.anuncio a{
    font-size: larger;
    color: #58585a;
}

.mitabla {


    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #cc0003;
    text-align: center;

}

.cabecera{
    padding-top: 5px;
    border-bottom: solid #CC0003 5px;
    text-align: right;
    min-height: 70px;
}

.selected img {
    opacity:0.5;
}


.boton{
    text-decoration: none;
    padding: 3px 10px;
    font-family: arial;
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
    color: #ffffff;
    background-color: #58585a;
    border-radius: 15px;
    border: 2px solid #ffffff;
}
.boton:hover{
    background-color: #69696b;
    color: #ffffff;
    text-decoration: none;
}

.boton_2{
    text-decoration: none;
    padding: 3px 30px;
    font-family: arial;
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
    color: #58585a;
    background-color: #ffffff;
    border-radius: 15px;
    border: 2px solid #58585a;
}
.boton_2:hover{
    background-color: #eeeeee;
    color: #58585a;
    text-decoration: none;
}

.imgSearch{
    display: none;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
    .imgSearch {
        display: contents;
        color: black;
    }
}
///////////////////////////////////////////////////


