/*responsive rules
*Movile max width 425
*tablet max width 768
*pc
*/
@FONT-FACE {
	font-family: "MBlack";
	src: url("../fonts/Montserrat-Black.ttf");
}
@FONT-FACE {
	font-family: "MBold";
	src: url("../fonts/Montserrat-Bold.ttf");
}
@FONT-FACE {
	font-family: "MExtraBold";
	src: url("../fonts/Montserrat-ExtraBold.ttf");
}
@FONT-FACE {
	font-family: "MMedium";
	src: url("../fonts/Montserrat-Medium.ttf");
}
@FONT-FACE {
	font-family: "MRegular";
	src: url("../fonts/Montserrat-Regular.ttf");
}
@FONT-FACE {
	font-family: "MSemiBold";
	src: url("../fonts/Montserrat-SemiBold.ttf");
}

body {
	font-family: "MRegular";
}
.soloSM {
	display: none;
}
.headicon {
	height: 35px;
	margin-top: 10px;
}
.headiconrs {
	height: 35px;
	margin-top: 10px;
}
.FlechaAbajo {
	height: 8px;
}
.menu-active {
	background-color: red;
	font-family: "MMedium";
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btn-menu {
	background-color: red;
	color:white;
}
.menu-1 {
	background-color: #f1f1f1;
	font-family: "MMedium";
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu-1-min {
	background-color: #f1f1f1;
	font-family: "MMedium";
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 250px;
	text-align: left;
}
.menu-2-min {
	background-color: lightgray;
	font-family: "MMedium";
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 250px;
	text-align: left;
}
.menu-2 {
	background-color: lightgray;
	font-family: "MMedium";
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
.servimen {
	z-index: 999;
	position: absolute;
    top: 45px;
    left: 50%;
	display: none;
}
.miniser {
	display: none;
}

.sec1-row1 {
    background-color: black;
}
.sec1-col1 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: red;
    font-size: 26px;
    color: white;
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    clip-path:         polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.sec1-col2 {
    font-size: 26px;
    color: white;
    font-family: "MBold";
    padding-top: 10px;
    padding-bottom: 10px;
}

.inicial {
	padding-top: 45px;
}
.sec2 {
	padding-top: 50px;
}
.sec2-row2{
	padding-top: 50px;
	margin-bottom: 50px;
}
.img-blog{
	max-width: 500px;
}
.img-blogCard{
	height: 200px;
	background-image: url("../img/blogbg.jpg");
}
.blog-title {
	color:red;
	font-family: "MBold"
}
.body-blogCard {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
.blog-hr {
	background-color: red;
    height: 2px;
	line-height: 100%;
}
.f-blogCard {
	color: red;
	font-size: 14px;
}
.b-blogCard {
	font-size: 14px;
}

.foot {
	color: white;
	font-size: 12px;
	line-height: 150%;
}
.rowf-1 {
	background-color: rgb(124, 2, 2);
	padding-top: 50px;
	height: 250px;
}
.img-foot{
	height: 80px;
}
.rowf-2 {
	background-color: red;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	text-align: center;
}
.foot-b {
	font-family: "MBold";
}
@media screen and (max-width: 600px) {

    .soloSM {
        display: block;
    }
    .soloLG {
        display: none;
    }
    
    .rowf-1 {
        height: auto;
    }
    .img-foot{
        height: 50px;
    }
}