/*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;
}

.inicial {
	padding-top: 45px;
}
.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;
}

.sec2 {
    /* background-image: url("../img/BanderaFkam.png"); */
    background-image: url("../img/BanderaFkam.png");
    backdrop-filter: blur(6px);
	/* background-color: #54549E;  */
	/* Set a specific height */
    height: 100% !important;
	/* Create the parallax scrolling effect */
	/* background-attachment: fixed; */
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
    padding-bottom: 50px;
}
.sec2::before {
    content: "";
    background: white;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sec2-row1 {
	color: red;
	font-family: "MBold";
	font-size: 28px;
    padding-top: 50px;
}
.sec2-row2 {
	font-size: 20px;
    text-align: justify;
    padding-top: 50px;
    /* padding-left: 100px;
    padding-right: 100px; */
}
.sec2-hr {
    background-color: rgb(255,141,35);
    height: 5px;
    width: 50%;
}
.sec2-row4-col1 {
    background-color: white;
    margin-left: 80px;
    padding-left: 0px;
    padding-right: 0px;
}
.sec2-cont {
    background-color: red;
    color: white;
    font-size: 28px;
    padding-left: 0px;
    padding-right: 0px;
}
.sec2-row4-col2 {
    padding-left: 50px;
    
}
.titu {
    color: red;
    font-family: "MBold";
    font-size: 20px;
}
.c-b {
    font-family: "MBold";
}
.infoicon {
    height: 20px;
}
.btn-c {
    background-color: red;
    color: white !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}


.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;
    }
}