
html, body{
	font-family: 'Roboto', sans-serif;
	color: #000;
}
body{
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	
}
h6{

}

p{
    font-family: 'Trocchi', serif;
	margin: 0;
	line-height: 1.7;
	font-size: 0.9rem;
	padding-bottom: 1em;
	text-align: left;
}
a{
    font-style: none !important;
}

a:hover{
    font-style: none !important;
    opacity: 0.8;
}



.menu {
    background-color: rgba(255, 255, 255, 1);
    height: 40px;
}
.menu .row {
    height: 40px;
}
.menu .col-5.col-sm-2{
    background-color: #ed1c24;
    padding: 5px 3px 3px;
}
.menu .col-5.col-sm-3 .col-3:first-child{
    border-left: 2px solid #000;
}
.menu img{
    max-width: 100px;
}
.menu .row .row .col-3{
    padding-top: 5px;
}
.menu .row .row .col-3 a{
    color: #000;
    text-decoration: none;
    font-size: 1.3rem;
}

.img_d{
    visibility: inherit;
    display: block;
}
.img_m{
    visibility: hidden;
    display: none;
}
.resp_img{
    width: 100%;
    max-width: 770px;
    margin: auto;
}

.portada{
    width: 100%;
    height: 500px;
    left: 0px;
     background-image: url(../img/back_p.jpg);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
        border-width:0px 0px 5px 0px  ; border-bottom-style: solid; border-bottom-color:  #a63244; display:block;
        -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.portada:hover{
    width: 100%;
    left: 0px;

    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
        border-width:0px 0px 80px 0px  ; border-bottom-style: solid; border-bottom-color:  #a63244; display:block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
   }
@media screen and (max-width: 576px) {
    .img_m{
    visibility: inherit;
    display: block;
}
.img_d{
    visibility: hidden;
    display: none;
}
}

@media screen and (min-width: 991px) {}
@media screen and (max-width: 991px) {}

@media screen and (max-width: 480px) {}