/*Font-awesome integration*/


/* @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); */


/*Google font integration*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

/* @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');
body {
    font-family: 'Titillium Web', sans-serif;
}


/*H1, H2, P y SECTIONS */

h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 80px;
}

h2 {
    font-size: 38px;
    margin-bottom: 30px;
}

h3 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 30px;
}

h5 {
    margin-bottom: 0px;
    color: #fff;
}

span {
    color: #A1A106;
}

p {
    font-size: 24px;
    color: #999999;
    line-height: 1.8;
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

a i {
    font-size: 26px;
    color: #ffffff;
}

section {
    padding: 40px 0;
}


/*MARGIN TOP DIFERENTES TAMAÑOS DE PANTALLAS*/

.topmargin-xs {
    margin-top: 15px !important;
}

.topmargin-sm {
    margin-top: 30px !important;
}

.topmargin-lg {
    margin-top: 60px !important;
}


/*BOTONES*/

.btn {
    font-size: 14px;
    padding: 15px 26px;
    min-width: 160px;
    border-radius: 2px;
    display: inline-block;
}

.btn-light {
    background-color: #ffffff;
    color: #1a1a1a;
    border: 2px solid #ffffff;
}

.btn i {
    font-size: 18px;
    margin-left: 5px;
    color: #1a1a1a;
}


/*NAVBAR*/

.bg {
    transition: 0.5s ease;
    /*background-color: #0897ff;*/
    background-color: transparent;
}

.bg.scrolled {
    background-color: #343c44;
}

.navbar {
    /*background-color: white;*/
    /*box-shadow: 0 2px 4px 0 rgba(0, 0 , 0 , .5);*/
    min-height: 100px;
    z-index: 9500;
}

.nav-link {
    color: #ffffff;
    font-size: large;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.nav-link:hover {
    color: #1a1a1a;
}

.nav-item:hover {
    background-color: rgba(191, 192, 192, 0.3);
}

.logo-brand {
    min-width: 160px;
    max-width: 180px;
}

.navbar-toggler {
    font-size: 40px;
    color: #ffffff;
}

.navbar-toggler:focus {
    outline: none;
}


/*IMAGEN DE FONDO*/

#hero {
    background-image: url('../img/fondos/fondo3.jpg');
    background-size: cover;
    padding-top: 120px;
    min-height: 700px;
    color: #ffffff;
}

#hero p {
    color: #ffffff;
}

.content-center {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}


/*PROGRAMAS*/

.programas-container {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 4px;
}

.programas-container img {
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.programas-container:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.programas-details {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 9000;
}

.programas-details h2 {
    margin-bottom: 0px;
}

.programas-details a h2,
.programas-details a p {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 0.29735644257703087) 35%);
    text-shadow: 1px 1px black;
}


/*ABOUTUS*/


/*Profile Card 3*/

.profile-card-3 {
    font-family: 'Open Sans', Arial, sans-serif;
    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;
}

.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;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 900;
}

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

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

.profile-card-3 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
}

.profile-card-3 h2 small {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

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

.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;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.bg-light-grey {
    background-color: whitesmoke;
}

.member-container {
    position: relative;
    margin: 10px 0;
}

.member-details {
    position: absolute;
    color: #ffffff;
    bottom: 0px;
    left: 20px;
}

.member-details span {
    font-size: 14px;
}

.member-details i {
    padding: 0 5px;
}

.member-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent)
}

.member-container img {
    max-width: 100%;
    height: auto;
}


/*BOTON WHATSAPP MESSENGER*/

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999; */
    z-index: 1100;
}

.my-float {
    margin-top: 16px;
}


/*FOOTER*/

#footer {
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: #ffffff;
}

#footer .list-inline .list-inline-item {
    padding: 10px 15px;
}


/* CONTACT FORM */

#contact {
    padding: 150px 0;
    /*background-color:whitesmoke;*/
    font-family: 'Roboto', sans-serif;
}

#contact .well {
    margin-top: 30px;
    border-radius: 0;
}

p.dir {
    color: white;
}

#contact .form-control {
    border-radius: 0;
    border: 1px solid #A9A9A9;
}

#contact button {
    border-radius: 0;
    border: 2px solid #1e1e1e;
}

#contact .row {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #contact iframe {
        margin-bottom: 15px;
    }
    .bg {
        transition: 0.5s ease;
        background-color: #343c44;
    }
}


/*Player*/

#player {
    margin-top: 70px;
}


/*Loader*/

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader {
    background: #344453;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    clip-path: circle(150% at 100% 100%);
}

.loader2 {
    clip-path: circle(0% at 100% 100%);
    transition: clip-path 0.6s ease-in-out;
}


/*loader end*/


/*QUERIES*/

@media (max-width: 575.98px) {
    /*CELULARES*/
    h1 {
        font-size: 40px;
        line-height: normal;
    }
    .programas-details h2 {
        font-size: 32px;
    }
    .footer-menu {
        display: block !important;
        padding: 20px 0 !important;
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /*TABLES*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /*LAPTOPS*/
    .programas-details h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}


/*DESKTOP*/

@media (min-width: 1200px) {}


/*TV*/