﻿@font-face {
    font-family: 'Roboto-Bolt';
    src: url(../Fonts/Roboto/Roboto-Bold.ttf)
}

@font-face {
    font-family: 'Roboto-Black';
    src: url(../Fonts/Roboto/Roboto-Black.ttf)
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(../Fonts/Roboto/Roboto-Regular.ttf)
}

body {
    /*font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;*/
    font-family: 'Roboto-Regular';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: black;
    /*background-color: #1c2739;*/
}


.sitesBlock {
    margin: 0 0 .5rem;
    /*padding: 0 0 24px;*/
    font-size: 1.375rem;
    font-weight: 700;
    color: #464646;
    /*background-color: #00BADD;*/
    border-radius: 2.5rem;
    padding: 5px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: small;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #138496;
    border-color: #138496;
}

.newsSection {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.rounded {
    border-radius: .75rem !important;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
}

.theme-dark h2 {
    color: #fff;
}

.sitesBlock a {
    color: #212529;
}

footer {
    /*background-color: #FBF8EA;*/
}


.footer__main__links {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    margin-bottom: 15px;
    font-family: Roboto,sans-serif;
    color: #ffffff;
}

.button-green {
    background-color: #19287b;
    color: #fff;
    text-align: center;
    justify-content: center;
}

.Accordion__title {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
    padding-right: 5px;
    text-transform: none;
}

a {
    /*color: white;*/
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    /*color: white;*/
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    margin-bottom: 15px;
    font-family: Roboto,sans-serif;
}

.carousel-item {
    /*height: 80vh;*/
    min-height: 289px;
    background: no-repeat center center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.carousel-item2 {
    /*height: 65vh;*/
    min-height: 160px;
    background: no-repeat center center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/*.carousel {
    position: relative;
    margin-top: 15px;
}*/

/*.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;*/ /*border-radius: 50%;*/ /*border: 1px solid black;*/
/*background-image: none;
}*/

/*    .carousel-control-next-icon:after {
        content: '>';
        font-size: 55px;
        color: #00badd;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 55px;
        color: #00badd;
    }*/


.dataTables_wrapper .tablepress {
    clear: both;
    margin: 0 !important;
}

.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Helvetica, Arial, 'sans-serif';
    font-size: 14px;
}

.TableHeaderRow {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle;
}

tr.border_bottom td {
    border-bottom: 1pt solid #e6e3e3;
    vertical-align: middle;
}

.fondoGris {
    background-color: #f5f2f2;
}

.portada {
    /*background-repeat: repeat;    background: url(http://redgesta.com/imagenes/school/f3.png);*/ /*-webkit-background-size: cover;    -moz-background-size: cover;    -o-background-size: cover;    background-size: cover;    height: 100%;    width: 100% ;*/ /*text-align: center;*/
}

.socialmediaicons .fa:hover {
    color: white;
    opacity: 0.8;
}

.socialmediaicons .fa-facebook {
    background: #3B5998;
    color: white;
}

.socialmediaicons .fa-instagram {
    background: #125688;
    color: white;
}

.socialmediaicons .fa-twitter {
    background: #55ACEE;
    color: white;
}

.socialmediaicons .fa-youtube {
    background: #bb0000;
    color: white;
}

.socialmediaicons .fa-google {
    background: #dd4b39;
    color: white;
}

.socialmediaicons .fa-globe {
    background: #6397a5;
    color: white;
}

.socialmediaicons .fa {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.socialmediaicons2 .fa {
    /*padding: 20px;*/
    padding: 13px; /*font-size: 30px;*/
    font-size: 20px; /*width: 70px;*/
    width: 47px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
}

.fa-whatsapp {
    color: Green;
    line-height: inherit;
    vertical-align: middle;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-rss {
    background: orange;
    color: White;
}


.btn-secondary {
    background-color: #00badd;
}

.bg-company-dark {
    background-color: #1c2739;
}

nav .navbar-nav li a {
    color: white !important;
}

.dropdown-item:focus {
    background-color: Gray;
}

.dropdown-item:hover {
    background-color: Gray;
}

.text {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word; /* Sólo WebKit -NO DOCUMENTADO */
    -ms-hyphens: auto; /* Guiones para separar en sílabas */
    -moz-hyphens: auto; /*  depende de lang en <html>      */
    -webkit-hyphens: auto;
    hyphens: auto;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
}

/* 
----------------------------------------------------------*/


.anyClass {
    height: 610.5px;
    overflow-y: scroll;
}


/* ------------------------------------------------------------ */

.image {
    /*width:550px;
    height: 364px;*/
    position: relative;
    display: block;
}

#video {
    display: none;
    position: absolute;
    z-index: 1;
}

/* ------------------------------------------------------------ */

.footer-fix-bottom {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}

/* ------------------------------------------------------------ */

.text {
    -ms-word-break: break-all;
    word-break: normal;
    word-break: break-word; /* Sólo WebKit -NO DOCUMENTADO */
    -ms-hyphens: auto; /* Guiones para separar en sílabas */
    -moz-hyphens: auto; /*  depende de lang en <html>      */
    -webkit-hyphens: auto;
    hyphens: auto;
}

.control-group-padding-5 {
    padding: 5px;
}

.card {
    /*border: 0px;*/
    border-radius: 2rem;
}

.cardv {
    position: relative;
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-direction: column;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0.7);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 2rem;
    /*background: linear-gradient(to bottom, #FFF5C1, #fff);*/
    background: linear-gradient(to bottom, #DBFAFF, #fff);
}

.card-title {
    color: Gray;
}

.card-body {
    color: Gray;
}

.card-img-wrap {
    overflow: hidden;
    position: relative;
}

    .card-img-wrap:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,0.3);
        opacity: 0;
        transition: opacity .25s;
    }

    .card-img-wrap img {
        transition: transform .25s;
        width: 100%;
    }

    .card-img-wrap:hover img {
        /*transform: scale(1.2);*/
        transform: scale(0.85);
    }

    .card-img-wrap:hover:after {
        opacity: 1;
    }

.c-footer__top {
    /*border-bottom: 1px solid rgba(151, 151, 151, 0.17);*/
    padding-bottom: 60px;
}

.l-flex--sm {
    display: flex !important;
}

.d-lg-block {
    display: block !important;
}


.btn-primary-orange:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: black;
}

.btn-primary-orange {
    color: #fff;
    background-color: #f98e2f;
    border-color: black;
}

.btn-orange {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-color: black;
    padding: .5rem .75rem;
    font-size: small;
    line-height: 1.25;
    border-radius: 2rem;
    transition: all .15s ease-in-out;
}

.inner-right {
    height: 400px;
    max-height: 400px;
    overflow-y: scroll;
}

.inner-right650 {
    height: 650px;
    max-height: 650px;
    overflow-y: scroll;
}

.card-header:first-child {
    border-radius: 2rem;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    /* background-color: #000\9; */
    background-color: black;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #d01313;
    /* color: black; */
}

.contenedor:hover .imagen {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.contenedor {
    overflow: hidden;
}

/*.imagen:hover {
    filter: saturate(180%);
}*/

.imagen:hover {
    filter: sepia(60%);
}

.align-vertical {
    display: flex;
    align-items: center;
}

.btn-home {
    border: solid;
    border-radius: 2.5rem;
    border-color: #ff0000;
    margin: 0 0 0 auto;
    background-color: #1c2739;
    margin-top: 3px;
    border-width: 5px;
}

.btn-home-image {
    /*background-color: #e5fafd;*/
    border-radius: 2.5rem;
}

h5 {
    font-weight: bold;
}

@media (max-width: 1199px) {
    .carousel-indicators {
        bottom: 130px;
    }
}

@media (max-width: 300px) {
    .logo-alto {
        height: 25px;
    }
}

@media (min-width: 301px) {
    .logo-alto {
        height: 45px;
    }
}