/*@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');*/
@import url(../fonts/fontawesome/css/all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/*@font-face {
    font-family: 'PublicSans-Regular';
    src: url(../fonts/static/PublicSans-Regular.ttf);
}

@font-face {
    font-family: 'PublicSans-Light';
    src: url(../fonts/static/PublicSans-Light.ttf);
}

@font-face {
    font-family: 'PublicSans-SemiBold';
    src: url(../fonts/static/PublicSans-SemiBold.ttf);
}*/

body {
    background: #efefef;
    /*font-family: 'PublicSans-Regular', sans-serif;*/
}

/*body {
    font-family: 'Open Sans', sans-serif;
}*/

*:hover {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

section {
    float: left;
    width: 100%;
    background: #fff;
    /* fallback for old browsers */
    padding: 0px;
}

.withoutspace {
    padding: 0 !important;
}

h1 {
    float: left;
    width: 100%;
    color: #232323;
    margin-bottom: 30px;
    font-size: 14px;
}

h1 span {

    display: block;
    font-size: 45px;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700
}

h1 a {
    color: #131313;
    font-weight: bold;
}

/*Profile Card 3*/
.profile-card-3 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    /*height: 368px;*/
    border: none;
}

.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #cd2617;
    text-align: left;
    /*background-image: url(../images/11.jpg);
    background-size: cover;
    background-position: left;*/
}

.profile-card-3 .background-block .background {
    width: auto !important;
    height: 200px !important;
    vertical-align: top;
}

/*.profile-card-3 .background-block .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}*/

.profile-card-3 .card-content {
    width: 100%;
    padding: 15px 25px;
    color: #232323;
    float: left;
    background: #efefef;
    border-radius: 0px !important;
    position: relative;
    z-index: 9999;
}

.profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 200px;
    left: 0px;
    top: -72px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

.profile-card-3 .profile {
    border-radius: 50%;
    position: absolute;
    top: 60px;
    left: 50%;
    max-width: 140px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 99999;
}

/*
.profile-card-3 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 99999;
}*/

.profile-card-3 h2 {
    /*font-family: 'PublicSans-Regular', sans-serif;*/
    margin: 0 0 5px;

    font-size: 25px;
}

.profile-card-3 h2 small {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    /*font-family: 'PublicSans-Regular', sans-serif !important;*/
}

.slogan {
    font-size: 15px !important;
    margin: 15px;
}

.profile-card-3 i {
    display: inline-block;
    font-size: 28px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 43px;
    height: 43px;
    line-height: 41px;
    margin: 0 2px;
    border-radius: 50%;
}

.profile-card-3 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-3 .icon-block a {
    text-decoration: none;
}

.profile-card-3 i:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

.icon-whatsapp {
    border-color: #1dad53 !important;
    color: #ffffff !important;
    background: #25D366 !important;
}

.icon-tiktok {
    border-color: #000000 !important;
    color: #ffffff !important;
    background: #000000 !important;
}

.icon-twitterx {
    border-color: #000000 !important;
    color: #ffffff !important;
    background: #000000 !important;
}

.icon-facebook {
    border-color: #3b5998 !important;
    color: #ffffff !important;
    background: #283d69 !important;
}

.icon-email {
    border-color: #545b62 !important;
    color: #ffffff !important;
    background: #6c757d !important;
}

.icon-site {
    border-color: #cf4443 !important;
    color: #ffffff !important;
    background: #eb5352 !important;
}

.icon-maps {
    border-color: #A50E0E !important;
    color: #ffffff !important;
    background: #DC3232!important;
}

.icon-linkedin {
    border-color: #025886 !important;
    color: #ffffff !important;
    background: #0077b5 !important;
}

.card {
    border: 0px !important;
    border-radius: 0 !important;
}

.qrcode {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 25px;
}

.logo-content {
    margin: 20px;
}

@media (max-width: 575px) {
    .card {
        border: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .card {
        border: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card {
        border: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .card {
        border: 2px solid #b70100 !important;
    }
}

@media (min-width: 1200px) {
    .card {
        border: 2px solid #b70100 !important;
    }
}