/* Add here all your CSS customizations */

@font-face {
    font-family: "avenir_next_condensed";
    src: url("/templates/rolling1/fonts/Avenir-Next-Condensed.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1px;
}

@font-face {
    font-family: "avenir_next";
    src: url("/templates/rolling1/fonts/avenir-next-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "thunderlightning";
    src: url("/templates/rolling1/fonts/Thunderlightning-Script-Personal-Use-1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "coolvetica";
    src: url("/templates/rolling1/fonts/coolvetica-rg.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #262626;
    font-size: 14px;
    background-color: #f2ebe2;
    font-family: "avenir_next";
}

h1 {
    font-size: 48px;
    line-height: 60px;
    font-family: "coolvetica";
}

h2 {
    font-size: 28px;
    font-family: "coolvetica";
    line-height: 38px;
}

p .centered {
    position: fixed;
    top: 40%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -40%);
}

.legal_txt {
    font-size: 16px;
    color: #000000!important;
}

.legal_txt p {
    color: #000000!important;
}

.subtitle {
    font-size: 18px;
    letter-spacing: 3px;
}

.welcome {
    margin: 0 auto;
    width: 600px;
    text-align: center;
}

.centrado {
    margin: 50px auto;
}

navbar {
    padding: 10px;
    margin-bottom: 20px;
}

main {
    margin-bottom: 50px;
}

iframe {
    border: 0;
}

.header {
    background-color: #232323;
}

.logo {
    margin: 0 auto;
    width: 250px;
}


/* change the background color */

.navbar-custom {
    font-family: "avenir_next_condensed";
    font-size: 16px;
    text-transform: uppercase;
}


/* change the brand and text color */

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(242, 235, 226, 0.8);
}


/* change the link color */

.navbar-custom .navbar-nav .nav-link {
    color: rgba(242, 235, 226, 0.5);
    margin: 5px 5px;
    padding: 10px 15px;
}


/* change the color of active or hovered links */

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    background-color: #FA8223 !important;
    border-radius: 5px;
    margin: 5px 5px;
    padding: 10px 15px;
    color: #ffffff;
    transition: all .4s;
}

.navbar-toggler-icon {
    color: #FA8223;
}

.dropdown-menu.fade {
    display: block;
    opacity: 0;
    pointer-events: none;
}

.show>.dropdown-menu.fade {
    pointer-events: auto;
    opacity: 1;
}

.footer {
    background-color: #262626;
    color: #F2EBE2;
    padding: 50px 20px;
    text-align: center;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.sloganfoot {
    margin: 20px 0px;
}

hr.naranja {
    width: 150px;
    margin: 30px auto;
    border-top: 3px solid #FA8223;
}

.conectando {
    font-family: "thunderlightning";
    font-size: 40px;
    color: #FA8223;
}

.thunder {
    font-family: "thunderlightning";
}

.avenirc {
    font-family: "avenir_next_condensed";
}

.avenirc_gris {
    font-family: "avenir_next_condensed";
    color: #686868;
    font-weight: 100;
}

.medium {
    font-size: 24px;
    line-height: 34px;
}

.big {
    font-size: 72px;
    line-height: 86px;
}

.title {
    font-size: 40px;
    line-height: 50px;
}

.big2 {
    font-size: 56px;
    line-height: 70px;
}

.fm {
    font-size: 18px;
    line-height: 28px;
}

.orange {
    color: #FA8223!important;
}

.copy {}

code {
    font-size: 80%;
}

.profesionesbg1 {
    background-color: #9B9B9B!important;
}

.profesionesbg2 {
    background-color: #797979!important;
}

.profesionesbg3 {
    background-color: #515151!important;
}

.profesionesbg4 {
    background-color: #303030!important;
}

.textlight {
    color: #f2ebe2;
}

.section-dark-waves {
    background-color: #262626!important;
    background-image: url("/templates/rolling1/images/icons/olas.png")!important;
    background-repeat: repeat-y;
}

.section-orange-waves {
    background-color: #FA8223!important;
    background-image: url("/templates/rolling1/images/icons/olas.png")!important;
    background-repeat: repeat-y;
}

.section-orange {
    background-color: #FA8223!important;
}

.section-light2 {
    background-color: #f2ebe2!important;
}

.orange_border_bottom {
    border-bottom: solid 15px #FA8223!important;
}

.tooltip-inner {
    background-color: #FA8223;
    color: #262626;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #FA8223 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #FA8223 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #FA8223!important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #FA8223 !important;
}

.profile_text {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
    color: #262626!important;
}

.profile_sub {
    color: #262626!important;
}

.pf-cover {
    width: 320px;
    height: 180px;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.aviso_legal {
    font-size: 12px;
}

.aviso_legal a {
    font-size: 12px;
    color: #cccccc;
}

.aviso_legal a:hover {
    font-size: 12px;
    color: #FA8223;
    text-decoration: none;
}

.tabla {
    width: 100%;
    font-size: 15px;
}

.tabla thead {
    font-size: 18px;
    line-height: 75px;
    vertical-align: top;
}

.tabla tbody {
    color: #F2EBE2;
}

.tabla tfoot {
    color: #F2EBE2;
    line-height: 60px;
    vertical-align: bottom;
    font-size: 16px;
}