.container{
    max-width: 1200px;
}
a{
    text-decoration: none;
}
.relativo{
    position: relative;
}
.sinpadding{
    padding-left: 0;
    padding-right: 0;
}
.sinpaddingleft{
    padding-left: 0;
}
.sinpaddingright{
    padding-right: 0;
}
.navbar-default{
    height: 120px;
    background-color: #ffffff;
    border: 0;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
}
.navbar-default>div>div:nth-child(2){
    float: right;
}
.menu{
    margin-top: 35px;
}
.menu li a{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #bdbdbd;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
    color: #ed1b23;
}
.activo{
    color: #ed1b23 !important;
}
.navbar-toggle{
    margin-top: 22px;
}
.vermenuderecho{
    -webkit-transition: all .5s;
	-moz-transition: all .5s; 
	-o-transition: all .5s;
	-ms-transform : all .5s;
	transition: all .5s;
    right: 0px !important;
	top:80px;
}
.menuderecho{
	width: 50%;
    height:100%;
	position: fixed;
	right: -800px;
	z-index: 2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s; 
	-o-transition: all .5s;
	-ms-transform : all .5s;
	transition: all .5s;
    background-color: rgba(189, 189, 189, 0.9);
    overflow-y: scroll;
}
.menuderecho>ul{
    padding-left: 10px;
    list-style: none;
}
.menuderecho>ul>li{
    list-style: none;
    margin-top: 40px;
    border-bottom: 1px solid #ffffff;
}
.menuderecho>ul>li>a{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}
.menuderecho>ul>li>a:hover{
    color: #ed1b23;
}
footer{
    background-image: url(../images/patron_footer.png);
    padding-top: 45px;
    padding-bottom: 50px;
}
.logofooter{
    margin-bottom: 55px;
}
.fb{
    margin-right: 15px;
}
.redes{
    margin-bottom: 50px;
}
.atencion>p:first-child{
    font-size: 13px;
    font-weight: bold;
    color: #d9d9d9;
    margin-bottom: 0;
}
.atencion>p:nth-child(2){
    font-size: 13px;
    color: #d9d9d9;
}
.ss{
    background-color: #343434;
    height: auto;
}
.solucionesdes{
    color: #d9d9d9;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}
.solucionesdes>a{
    color: #d9d9d9;
    text-decoration: none;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .logo{
        width: 150px;
    }
    .nav>li>a {
        padding: 10px 10px;
    }
    .navbar-default{
        height: 110px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .logo{
        width: 140px;
    }
    .navbar-default{
        height: 80px;
    }
    .navbar-brand{
        padding:5px 0 0 15px;
    }
    .menuderecho{
        width: 60% !important;
    }
    .menuderecho>ul>li>a{
        font-size: 18px;
    }
    .menuderecho>ul>li{
        margin-top: 25px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .logo{
        width: 140px;
    }
    .navbar-default{
        height: 80px;
    }
    .navbar-brand{
        padding:5px 0 0 15px;
    }
    .menuderecho{
        width: 60% !important;
    }
    .menuderecho>ul>li>a{
        font-size: 16px;
    }
    .menuderecho>ul>li{
        margin-top: 25px;
    }
}