@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Menu
4. Home
    4.1 Header
5. Intro
6. Pricing
7. Calendar
8. News
9. Sidebar
10. Speakers
11. Events
12. Contact
13. Elements
    13.1 Elements - Buttons
    13.2 Elements - Accordions
    13.3 Elements - Tabs
    13.4 Elements - Milestones
    13.5 Elements - Loaders
    13.6 Elements - Icon Boxes
14. Call to action
15. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    /* color: #a5a5a5; */
}
div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
    list-style: none;
    margin-bottom: 0px;
}
p
{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    /* color: #929191; */
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
footer p
{
    color: #fff;
}
p a
{
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
    position: relative;
    color: #FF6347;
}
p a:hover
{
    color: #FFFFFF;
    background: #ffa07f;
}
p a:hover::after
{
    opacity: 0.2;
}
::selection
{
    background: #329fec;
    color: #FFFFFF;
}
p::selection
{

}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
/* .form-control
{
    color: #db5246;
} */
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
}
.clear
{
    clear: both;
}
.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
.prlx_parent
{
    overflow: hidden;
}
.prlx
{
    height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.background_image
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.nopadding
{
    padding: 0px !important;
}
.reset_container
{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.reset_col
{
    padding-left: 0;
    padding-right: 0;
}
.button
{
    min-width:205px;
    height: 52px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0 10px;
}
.button::before
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    content: '';
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec, #4867c0);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec, #4867c0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.button a
{
    display: block;
    position: relative;
    line-height: 52px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    z-index: 1;
}
.button:hover::before
{
    left: -100%;
}
.button_2
{
    display: inline-block;
    height: 52px;
    background: #4c4c4c;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.button_2 a
{
    display: block;
    padding-left: 50px;
    padding-right: 46px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 52px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.button_2:hover
{
    background: #cecece;
}
.button_2:hover a
{
    color: #4c4c4c;
}
.list
{
    padding-left: 5% !important;
}
.list-normal
{
    list-style-type: disc;
}
.list-alpha
{
    list-style-type: lower-alpha;
}
.cat-title
{
    margin: 10px 0px;
    font-size: 15px;
    font-weight: bolder;
    line-height: 1.5;
}
.cat-list
{
    color: #000000;
    font-size: 12px;
    list-style-type: disc;
}
.area-list
{
    color: #000000;
    font-size: 16px;
    list-style-type: disc;
    padding-left: 80px;
    margin-bottom: 30px;
}
.btn-usermenu
{
    padding: 0px 0.75rem;
    background-image: linear-gradient(to bottom right, #d5d8da, white);
}
.btn-usermenu-admin
{
    padding: 0px 0.75rem;
    background-image: linear-gradient(to bottom right, #88b7e0, #a2eeff);
}
.detailsUser > tbody > tr > th {
    text-align: center;
    padding:5px;
    border: solid #a5a5a5 2px;
    border-bottom: none;
    background: #f3f7f9;
}
.detailsUser > thead > tr > th {
    text-align: center;
    padding:5px;
    color: #a5a5a5;
    /* border: solid black 1px; */
}
.detailsUser > tbody > tr > td {
    text-align: center;
    padding:5px;
    border: solid #a5a5a5 2px;
    border-top: none;
    /* background: #ffd9d9; */
}
.detailsUser > thead > tr > td {
    text-align: center;
    padding:5px;
    color: #4868c1;
    /* border: solid black 1px; */
}

.control-label
{
    text-align: right;
}

@media (max-width: 768px) {
    .control-label
    {
        text-align: left !important;
    }
}
.par_inicio
{
    font-size: medium;
    text-align: justify;
    color:#fff;
    position:absolute;
    bottom:0%;
    margin:0 3%;
}
.marginBotonesPequeños {
    margin: 5px;
}
.logo_lugar
{
    position: absolute;
    bottom: 35%;
    right: 22%;
    background-color: #ffffff;
    border-radius: 25px;
    width: 15%;
}

.blink a
{
    animation-name: texto;
    animation-duration: 1.25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:texto;
    -webkit-animation-duration: 1.25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes texto{
    0% { transform:scale(1); color:#4c4c4c }
    35% { color: red }
    50% { transform:scale(1.25) }
    65% { color: red }
    100% { transform:scale(1); color:#4c4c4c  }
}

@-webkit-keyframes texto {
    0% { transform:scale(1); color:#4c4c4c  }
    35% { color: red }
    50% { transform:scale(1.25) }
    65% { color: red }
    100% { transform:scale(1); color:#4c4c4c  }
}

@keyframes texto {
    0% { transform:scale(1); color:#4c4c4c  }
    35% { color: red }
    50% { transform:scale(1.25)}
    65% { color: red }
    100% { transform:scale(1); color:#4c4c4c  }
}

.info
{
    background: #17a2b8;
}
.success
{
    background: #42ff6c;
}
.warning
{
    background: #ffc107;
}
.danger
{
    background: #ff7f8c;
}

/*********** Iconos Twitter/Facebook/Youtube ***********/
.twitter a{
    color: #ccc  !important;
}
.facebook a{
    color: #ccc  !important;
}
.youtube a{
    color: #ccc  !important;
}

.twitter a:hover{
    color: #2daae2  !important;
}

.facebook a:hover{
    color: #3954a1  !important;
}

.youtube a:hover{
    color: #ff0001  !important;
}
/*********************************
3. Menu
*********************************/

.menu
{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
    z-index: 101;
    opacity: 0;
    visibility: hidden;
}
.menu.active
{
    opacity: 0.98;
    visibility: visible;
}
.menu_content
{
    width: 100%;
    height: 100%;
}
.menu_item
{
    position: relative;
    margin-bottom: 3px;
}
.menu_item:last-child
{
    margin-bottom: 0px;
}
.menu_logo
{
    margin-bottom: 38px;
}
.menu_logo a img
{

}
.menu_logo .logo_text,
.menu_logo .logo_sub
{
    color: #FFFFFF;
}
.menu_item a
{
    display: inline-block;
    position: relative;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 500;
}
/* .menu_item a::after
{
    display: block;
    position: absolute;
    top: 52%;
    left: 0;
    width: 0;
    height: 4px;
    background: #FFFFFF;
    letter-spacing: 2px;
    content: '';
    z-index: 10;
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 400ms ease; */
}
.menu_item:hover a::after
{
    width: 100%;
}
.menu_close_container
{
    position: absolute;
    top: 94px;
    right: 122px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_close
{
    top: 9px;
    width: 21px;
    height: 3px;
    background: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close::after
{
    display: block;
    position: absolute;
    top: -9px;
    left: 9px;
    content: '';
    width: 3px;
    height: 21px;
    background: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
    background: #4867c0;
}
.menu_social
{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
}
.menu_social_title
{
    display: inline-block;
    font-weight: 500;
    color: #bbbbbb;
}
.menu_social ul
{
    display: inline-block;
    margin-left: 25px;
    white-space: nowrap;
}
.menu_social ul li
{
    display: inline-block;
}
.menu_social ul li:not(:last-child)
{
    margin-right: 15px;
}
.menu_social ul li a i
{
    color: #bbbbbb;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 5px;
}
.menu_social ul li a i:hover
{
    color: #FFFFFF;
}

.containerNav
{
    margin:0;
    max-width: 100%;
}

/*********************************
4. Home
*********************************/

.home_start
{
    width: 100%;
    height: 100vh;
}
.home
{
    width: 100%;
    height: 340px;
}
.home_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_start_content_container
{
    position: absolute;
    left: 0;
    top: 15%;
    bottom:0;
    width: 100%;
}
.home_content_container
{
    position: absolute;
    left: 0;
    bottom: 110px;
    width: 100%;
}
.home_content
{
    max-width: 870px;
}
.home_date
{
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}
.home_title
{
    font-size: 50px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: -5px;
    line-height: 1.2;
}
.home_location
{
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: -13px;
}
.home_text
{
    font-size: 25px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2.14;
    margin-top: 4px;
}
.home_buttons
{
    /* margin-top: 58px; */
}
.home_button
{
    display: inline-block;
}
.home_button:not(:last-child)
{
    margin-right: 10px;
}
.current_page
{
    font-size: 60px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.75;
}
.breadcrumbs
{
    line-height: 0.75;
}
.breadcrumbs ul li
{
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}
.breadcrumbs ul li:not(:last-child)::after
{
    display: inline-block;
    content: '/';
    margin-left: 4px;
    margin-right: 0px;
    line-height: 0.75;
}
.breadcrumbs ul li a
{
    color: #329fec;
    line-height: 0.75;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.breadcrumbs ul li a:hover
{
    color: #FFFFFF;
}

/*********************************
4.1 Header
*********************************/

.header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 999;
}
.header.scrolled
{
    position: fixed;
    /* top: -127px; */
    left: 0;
}
.header_top
{
    width: 100%;
    z-index: 2;
    height: 0px;
}
.header_top_content
{
    height: 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.logo_image div
{
    width: 59px;
    height: 46px;
}
.logo_image div img
{
    max-width: 100%;
}
.logo_content
{
    padding-left: 13px;
}
.logo_text
{
    line-height: 0.94;
    color: #4867c0;
    font-size: 34px;
    font-weight: 500;
    text-align: left;
}
.logo_text_not_ie
{
    background-image: -webkit-linear-gradient(left, #4867c0, #329fec); /* For Chrome and Safari */
    background-image: -moz-linear-gradient(left, #4867c0, #329fec); /* For old Fx (3.6 to 15) */
    background-image: -ms-linear-gradient(left, #4867c0, #329fec); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(left, #4867c0, #329fec); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(to right, #4867c0, #329fec); /* Standard syntax; must be last */
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.logo_sub
{
    font-size: 12px;
    font-weight: 500;
    color: #4c4c4c;
    margin-top: 5px;
}
.header_social ul
{
    margin-right: -5px;
}
.header_social ul li
{
    display: inline-block;
}
.header_social ul li:not(:last-child)
{
    margin-right: 18px;
}
.header_social ul li a i
{
    color: #4c4c4c;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header_social ul li a i:hover
{
    color: #329fec;
}
.hamburger
{
    display: none;
    cursor: pointer;
}
.hamburger i
{
    font-size: 18px;
    color: #4c4c4c;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hamburger i:hover
{
    color: #329fec;
}
.header_nav
{
    border-top: solid 1px #e9eef2;
    z-index: 2;
}
.header_nav_inner
{
    width: 100%;
}
.header_nav_container
{
    z-index: 1;
    background: #f3f7f9;
}
.header_nav_content
{
    height: 82px;
}
.main_nav
{
    height: 100%;
}
.main_nav ul
{
    height: 100%;
}
.main_nav ul li
{
    display: inline-block;
    position: relative;
    height: 100%;
}
.main_nav ul li::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.main_nav ul li:not(:last-child)
{
    /* margin-right: 26px; */
}
.main_nav ul li:hover>a {
    color: white;
}
.main_nav ul li:hover::after,
.main_nav ul li.active::after
{
    opacity: 1;
}
.main_nav ul li a
{
    display: block;
    position: relative;
    height: 100%;
    line-height: 82px;
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c;
    padding-left: 11px;
    padding-right: 8px;
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
    color: #FFFFFF;
}
.search_container
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.search_container.active
{
    bottom: -60px;
}
.search_content
{
    width: 100%;
    height: 60px;
}
.search_container_form
{
    position: relative;
    width: 300px;
}
.search_container_input
{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 20px;
}
.search_container_button
{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.header_search
{
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    cursor: pointer;
}
.header_search i
{
    color: #4c4c4c;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header_search:hover i
{
    color: #329fec;
}
.header_button
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
}

/*********************************
5. Intro
*********************************/

.intro
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 144px;
    padding-right: 144px;
    text-align: justify;
}
.intro2
{
    width: 100%;
    background: #d7d6dc;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 144px;
    padding-right: 144px;
}
.intro_content
{
    flex-grow: 1;
}
.intro_item
{
    width: calc((100% - 60px) / 3);
    background: #f3f7f9;
    margin-bottom: 48px;
}
.intro_item2
{
    width: calc((100% - 60px) / 4);
    background: #f3f7f9;
    margin-bottom: 48px;
}
.intro_item3
{
    width: calc((100% - 60px) / 4);
    background: #f3f7f9;
    margin-bottom: 48px;
}
.intro_image
{
    width: 100%;
    text-align: center;
}
.intro_image img
{
    max-width: 100%;
}
.intro_body
{
    padding-left: 39px;
    padding-top: 33px;
    padding-bottom: 39px;
}
.intro_body2
{
    padding: 30px 20px;
}
.intro_body::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.intro_item:hover .intro_body::after,
.intro_item3:hover .intro_body::after
{
    opacity: 1;
}
.intro_title
{
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #4c4c4c;
    z-index: 1;
}
.intro_item:hover .intro_title,
.intro_item:hover .intro_subtitle,
.intro_item3:hover .intro_title,
.intro_item3:hover .intro_subtitle
{
    color: #FFFFFF;
}
.intro_subtitle
{
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    margin-top: -1px;
    padding-left: 1px;
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.categories
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 575px;
    background: #FFFFFF;
    z-index:99999;
    border: solid 2px #329fec;
    border-radius: 20px;
    z-index: 10;
    display:none;
}

/*********************************
6. Pricing
*********************************/

.pricing
{
    width: 100%;
    padding-top: 87px;
    padding-bottom: 73px;
}
.pricing_section_title
{
    font-size: 3.2vw;
    color: #FFFFFF;
}
.pricing_row
{
    margin-top: 145px;
}
.pricing_row div ul{
    font-size: 1.5vw;
    color:#FFFFFF;
}
.book
{
    margin-top: 80px;
}
.book div ul{
    font-size: 1.75vw;
    color:#FFFFFF;
}
.pricing_item
{
    width: 100%;
    padding-top: 57px;
    padding-bottom: 70px;
    text-align: center;
    background: #FFFFFF;
}
.pricing_item_content
{
    width: 100%;
    height: 100%;
    z-index: 10;
}
.pricing_item_mid
{
    left: -30px;
    top: -42px;
    width: calc(100% + 60px);
    padding-bottom: 71px;
    padding-top: 54px;
    box-shadow: 0px 2px 54px rgba(0,0,0,0.65);
    z-index: 1;
}
.pricing_item::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
    content: '';
}
.pricing_item_mid::after
{
    height: 100%;
}
.pricing_level
{
    font-size: 14px;
    color: #4c4c4c;
}
.pricing_item_mid .pricing_level
{
    color: #FFFFFF;
}
.pricing_item_mid .pricing_level
{
    text-transform: uppercase;
}
.pricing_price
{
    font-size: 60px;
    color: #4c4c4c;
    line-height: 0.75;
    margin-top: 15px;
}
.pricing_item_mid .pricing_price
{
    color: #FFFFFF;
    margin-top: 32px;
}
.pricing_price span
{
    font-size: 24px;
    vertical-align: super;
}
.pricing_list
{
    margin-top: 59px;
}
.pricing_list li
{
    font-size: 14px;
    color: #888888;
}
.pricing_item_mid .pricing_list
{
    margin-top: 97px;
}
.pricing_item_mid .pricing_list li
{
    color: #FFFFFF;
}
.pricing_list li:not(:last-child)
{
    margin-bottom: 15px;
}
.pricing_info
{
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #ff8416;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.pricing_item_mid .pricing_info
{
    margin-top: 74px;
}
.pricing_info:hover
{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.pricing_info a
{
    display: block;
    position: relative;
    color: #FFFFFF;
}
.pricing_button
{
    width: 180px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
}
.pricing_item_mid .pricing_button
{
    background: #FFFFFF;
}
.pricing_item_mid .pricing_button::before
{
    display: none;
}
.pricing_item_mid .pricing_button a
{
    color: #4c4c4c;
    font-weight: 600;
    line-height: 54px;
}

.matricula
{
    width: 80%;
}

table.inscripcion>tbody>tr>td {
    text-align: center;
    vertical-align: middle;
}

table.inscripcion>tfoot>tr>td {
    background-color: #ddd;
}

table.inscripcion thead th {
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    color: white;
}

table.inscripcion tr th {
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
}

/*********************************
7. Calendar
*********************************/

.calendar_start
{
    width: 100%;
    /* background: #FFFFFF; */
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 141px;
    padding-right: 141px;
}
.calendar
{
    width: 100%;
    background: #FFFFFF;
    /* padding-top: 115px; */
    /* padding-bottom: 111px; */
    padding-left: 141px;
    padding-right: 141px;
}
.calendar_container
{
    width: 100%;
    height: 100%;
    background: #f0f2f6;
}
.calendar_col
{
    padding: 10px;
}
.calendar_title_bar
{
    width: 100%;
    height: 50px;
    padding-left: 26px;
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
}
.calendar_icon
{
    width: 27px;
    height: 25px;
}
.calendar_icon img
{
    max-width: 100%;
}

#parpadeotitulo{
    color: #ffffff;
  animation-name: parpadeo;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.calendar_title
{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 19px;
}
.calendar_title2
{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
}
.calendar_title3
{
    padding-top:40px;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 2px 2px #000000;
}
.calendar_items
{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
}
.calendar_item
{
    width: 100%;
    padding-left: 39px;
}
.calendar_item:not(:last-child)
{
    margin-bottom: 35px;
}
.calendar_item_image
{
    width: 103px;
    height: 103px;
    border-radius: 50%;
    overflow: hidden;
}
.calendar_item_image img
{
    max-width: 100%;
}
.calendar_item_time
{
    margin: 0 50px;
}
.calendar_item_time div:first-child
{
    font-size: 1rem;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 1;
    text-align: justify;
}
.calendar_item_time div:last-child
{
    font-size: 14px;
    font-weight: 500;
    color: #4c4c4c;
    margin-top: 11px;
}
.calendar_item_text
{
    margin-left: 111px;
}
.calendar_item_text div:first-child
{
    font-size: 18px;
    font-weight: 500;
    color: #4c4c4c;
}
.calendar_item_text div:nth-child(2)
{
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    margin-top: 2px;
}
.calendar_item_text div:last-child
{
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-top: 5px;
}

.program
{
    width: 100%;
    text-align: center;
}

.program th, .program td
{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
}

.program tr > th
{
    color: #ffffff;
    padding: 5px;
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);

}

.ciencias
{
    background-color: #7aae37;
    background-image: linear-gradient(to right, #7aae37, #96c955);
    background: #7aae37;
    background: linear-gradient(to right, #7aae37, #96c955);
}

.salud
{
    background-color: #2087b4;
    background-image: linear-gradient(to right, #2087b4, #2fa6da);
    background: #2087b4;
    background: linear-gradient(to right, #2087b4, #2fa6da);
}

.sociales
{
    background-color: #bc378f;
    background-image: linear-gradient(to right, #bc378f, #d05faa);
    background: #bc378f;
    background: linear-gradient(to right, #bc378f, #d05faa);
}

.ingenieria
{
    background-color: #c8c8c8;
    background-image: linear-gradient(to right, #c8c8c8, #fafafa);
    background: #c8c8c8;
    background: linear-gradient(to right, #c8c8c8, #fafafa);
}

.arte
{
    background-color: #c6aa00;
    background-image: linear-gradient(to right, #c6aa00, #f8d400);
    background: #c6aa00;
    background: linear-gradient(to right, #c6aa00, #f8d400);
}

.hora
{
    font-weight: bold;
    color: #ffffff;
    background-color: #444444;
    background-image: linear-gradient(to bottom, #444444, #848484);
    background: #444444;
    background: linear-gradient(to bottom, #444444, #848484);
}

/*********************************
8. News
*********************************/

.news
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 57px;
    padding-bottom: 115px;
}
.news_item
{
    width: 100%;
    padding-top: 57px;
    padding-bottom: 57px;
}
.news_image_container
{

}
.news_image
{
    width: 100%;
}
.news_image img
{
    max-width: 100%;
}
.date_container
{
    position: absolute;
    top: 24px;
    left: 24px;
}
.date_container a
{
    display: block;
    position: relative;
}
.date_content
{
    width: 91px;
    height: 91px;
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
}
.date_day
{
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.75;
}
.date_month
{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.75;
    margin-top: 10px;
}
.news_body
{
    padding-top: 32px;
}
.news_title a
{
    font-size: 30px;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 1.2;
}
.news_info
{
    margin-top: 8px;
}
.news_info ul li
{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #888888;
}
.news_info ul li:not(:last-child)::after
{
    display: inline-block;
    content: '|';
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    margin-left: 11px;
    margin-right: 11px;
}
.news_info ul li a
{
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_info ul li a:hover
{
    color: #329fec;
}
.news_author_image
{
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 6px;
}
.news_text
{
    margin-top: 47px;
}
.news_button
{
    margin-top: 43px;
}
.pagination
{
    margin-top: 57px;
}
.pagination ul
{
    line-height: 0.75;
}
.pagination ul li
{
    display: inline-block;
    line-height: 0.75;
}
.pagination ul li a
{
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #888888;
    line-height: 0.75;
    padding-bottom: 7px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.pagination ul li a::after
{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #888888;
    content: '';
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.pagination ul li.active a::after,
.pagination ul li a:hover::after
{
    opacity: 1;
}
.pagination ul li.active a,
.pagination ul li:hover a
{
    color: #4c4c4c;
}

/*********************************
9. Sidebar
*********************************/

.sidebar
{
    width: 100%;
    padding-top: 57px;
}
.tickets
{
    width: 100%;
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 27px;
    padding-bottom: 30px;
}
.tickets_inner
{
    width: 100%;
    height: 100%;
    border: solid 1px #e7e8ea;
    background: rgba(3, 8, 20, 0.83);
    padding-top: 50px;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 56px;
}
.tickets_title
{
    font-size: 30px;
    font-weight: 600;
}
.tickets_text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.928;
    margin-top: 24px;
}
.tickets_next
{
    margin-top: 58px;
}
.tickets_next a
{
    font-size: 18px;
    color: #329fec;
    text-decoration: underline;
}
.tickets_button
{
    width: auto;
    max-width: 205px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
}
.sidebar_categories
{
    margin-top: 90px;
}
.sidebar_categories_title
{
    font-size: 20px;
    font-weight: 500;
    color: #4c4c4c;
}
.categories_list
{
    margin-top: 28px;
}
.categories_list li
{
    padding-bottom: 11px;
    padding-top: 15px;
    padding-left: 31px;
}
.categories_list li:not(:last-child)
{
    border-bottom: solid 1px #e3e3e3;
}
.categories_list li a
{
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 0.75;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.categories_list li a:hover
{
    color: #329fec;
}
.latest_posts
{
    margin-top: 53px;
}
.latest_posts_title
{
    font-size: 20px;
    font-weight: 500;
    color: #4c4c4c;
}
.latest_container
{
    margin-top: 47px;
}
.latest:not(:last-child)
{
    margin-bottom: 24px;
}
.latest_image
{
    width: 110px;
    height: 78px;
}
.latest_image img
{
    max-width: 100%;
}
.latest_content
{
    padding-left: 12px;
}
.latest_title
{
    margin-top: -2px;
}
.latest_title a
{
    font-size: 14px;
    font-weight: 500;
    color: #4c4c4c;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.latest_title a:hover
{
    color: #329fec;
}
.latest_date
{
    font-size: 11px;
    font-weight: 400;
    color: #888888;
    margin-top: 7px;
}

/*********************************
10. Speakers
*********************************/

.speakers
{
    width: 100%;
    background: #FFFFFF;
}
.speaker_image
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.speaker_content
{
    width: 100%;
    height: 100%;
    /* padding-left: 130px;
    padding-right: 150px;
    padding-top: 103px;
    padding-bottom: 114px; */
    padding:130px 20px;
    background: #f0f8ffbd;
    opacity:0;
    transition: opacity .4s;
}
.speaker_first
{
    display: flex;
    flex-wrap: wrap;
}

.speaker_first:hover .speaker_content, .speaker_first:hover .speaker_button{
    opacity: 1;
    transition: opacity .4s;
}
.speaker_title0
{
    font-weight: bold;
}
.speaker_title
{
    font-size: 30px;
    font-weight: bold;
    color: #4c4c4c;
}
.speaker_subtitle
{
    font-size: 14px;
    font-weight: bold;
    color: #2b88cb;
    margin-top: -3px;
}
.speaker_text
{
    margin-top: 49px;
}
.speaker_button
{
    margin-top: 68px;
    margin-bottom: 10px !important;
    margin:auto;
    position: absolute;
    bottom: 0%;
    right: 25%;
    left: 25%;
    opacity:0;
    transition: opacity .4s;
}

/*********************************
11. Events
*********************************/

.events
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 115px;
    padding-bottom: 115px;
}
.event:not(:last-child)
{
    margin-bottom: 115px;
}
.event_image_container
{
    width: 100%;
    height: 60%;
}
.date_container
{
    position: absolute;
    top: 24px;
    left: 24px;
}
.date_container a
{
    display: block;
    position: relative;
}
.date_content
{
    width: 91px;
    height: 91px;
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
}
.date_day
{
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.75;
}
.date_month
{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.75;
    margin-top: 10px;
}
.event_content
{
    width: 100%;
}
.event_title
{
    font-size: 30px;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 1.2;
    margin-top: -7px;
}
.event_location
{
    font-size: 14px;
    font-weight: 500;
    color: #2b88cb;
    margin-top: 1px;
}
.event_text
{
    margin-top: 39px;
    text-align: justify;
}
.event_speakers
{
    margin-top: 45px;
}
.event_speaker
{
    padding: 20px;
}
.event_speaker_image
{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}
.event_speaker_content
{
    padding-left: 22px;
}
.event_speaker_name
{
    font-size: 24px;
    font-weight: bold;
    color: #4c4c4c;
}
.event_speaker_title
{
    font-size: 12px;
    font-weight: 500;
    color: #888888;
}
.event_buttons
{
    margin-top: 48px;
}
.event_button
{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.event_button_2
{
    margin-left: 12px;
}
.pagination
{
    margin-top: 115px;
}
.pagination ul
{
    line-height: 0.75;
}
.pagination ul li
{
    display: inline-block;
    line-height: 0.75;
}
.pagination ul li a
{
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #888888;
    line-height: 0.75;
    padding-bottom: 7px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.pagination ul li a::after
{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #888888;
    content: '';
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.pagination ul li.active a::after,
.pagination ul li a:hover::after
{
    opacity: 1;
}
.pagination ul li.active a,
.pagination ul li:hover a
{
    color: #4c4c4c;
}

/*********************************
12. Contact
*********************************/

.contact
{
    width: 100%;
    background-image: linear-gradient(to bottom right, #dedede, #ffffff);
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact_map_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact_map
{
    width: 100%;
    height: 100%;
}
.map
{
    width: 100%;
    height: 100%;
}
.google_map
{
    width: 100%;
    height: 100%;
}
.map_container
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#map
{
    width: 100%;
    height: calc(100% + 30px);
}
.contact_form_container
{
    width: 100%;
    background: rgba(3,9,32,0.86);
    padding-top: 50px;
    padding-left: 59px;
    padding-right: 58px;
    padding-bottom: 61px;
}
.contact_form_title
{
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
}
.contact_form
{
    margin-top: 33px;
}
.contact_input
{
    width: 100%;
    height: 53px;
    background: #FFFFFF;
    border: none;
    outline: none;
    padding-left: 30px;
}
.contact_form input:not(:last-child)
{
    margin-bottom: 24px;
}
.contact_button
{
    display: inline-block;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 14px;
}
.contact_button span
{
    position: relative;
    color: #FFFFFF;
}
.contact_textarea
{
    padding-top: 14px;
    height: 232px;
}
.contact_input::-webkit-input-placeholder
{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #888888 !important;
}
.contact_input:-moz-placeholder
{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #888888 !important;
}
.contact_input::-moz-placeholder
{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #888888 !important;
}
.contact_input:-ms-input-placeholder
{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #888888 !important;
}
.contact_input::input-placeholder
{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #888888 !important;
}
.contact_info_container
{
    max-width: 354px;
    background: rgba(3,9,32,0.86);
    padding-top: 53px;
    padding-bottom: 84px;
    padding-left: 41px;
    padding-right: 15px;
}
.contact_info_container .logo_text
{
    font-size: 27px;
}
.contact_info_container .logo_sub
{
    font-size: 9px;
    color: #bbbbbb;
}
.contact_info_container .logo_image div
{
    width: 47px;
}
.contact_info_list_container
{
    margin-top: 62px;
}
.contact_info_list
{
    width: 100%;
    padding-right: 70px;
    padding-left: 8px;
}
.contact_info_list li
{
    position: relative;
}
.contact_info_list li:not(:last-child)
{
    margin-bottom: 15px;
}
.contact_info_icon
{
    width: 40px;
    height: 40px;
}
.contact_info_icon img
{
    max-width: 100%;
}
.contact_info_text
{
    margin-left: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.14;
}
.contact_info_pin
{
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 30px;
    height: 17px;
    overflow: hidden;
}
.contact_info_pin div
{
    width: 150%;
    height: 100%;
    background: rgba(3,9,32,0.86);
    transform-origin: bottom left;
    transform: rotate(-30deg)
}

/*********************************
13. Elements
*********************************/

.elements
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 112px;
    padding-bottom: 115px;
}
.elements_title
{
    font-size: 30px;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 0.75;
}

/*********************************
13.1 Elements - Buttons
*********************************/

.buttons_container
{
    margin-top: 114px;
}
.element_button
{
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 8px;
    vertical-align: middle;
}
.button_3
{
    border: solid 2px transparent;
    border-image: linear-gradient(to right, #4867c0, #329fec);
    border-image-slice: 1;
}
.button_3::before
{
    background: transparent;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.button_3 a
{
    color: #4c4c4c;
}
.button_3:hover::before
{
    opacity: 1;
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
}
.button_3:hover a
{
    color: #FFFFFF;
}
.button_3_active
{
    opacity: 1;
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
}

.button_4
{
    background: #FFFFFF;
    width: 100%;
    text-align: center;
    border: solid 2px transparent;
    border-image: linear-gradient(to right, #4867c0, #329fec);
    border-image-slice: 1;
    margin-bottom:8px;
}

.button_4 img
{
    max-width: 40px;
    position: absolute;
    left: 5%;
    top: 7%;
}
.button_4 a
{
    padding-left: 50px;
    padding-right: 46px;
    font-size: 14px;
    font-weight: 500;
    color: #000000 !important;
    line-height: 52px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.button_4:hover
{
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
}
.button_4:hover a
{
    color: #FFFFFF !important;
}

/*********************************
13.2 Elements - Accordions
*********************************/

.elements_accordions_tabs
{
    margin-top: 115px;
}
.elements_accordions
{
    width: 100%;
}
.accordions_tabs
{
    width: 100%;
    background: #FFFFFF;
    margin-top: 100px;
}
.accordions
{
    margin-top: 25px;
    margin-bottom: 50px;
}
.accordion_container:not(:last-child)
{
    margin-bottom: 14px;
}
.accordion
{
    height: 57px;
    width: 100%;
    background: #f0f2f6;
    padding-left: 42px;
    cursor: pointer;
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.accordion div
{
    max-width: 90%;
    /* overflow: hidden;
    white-space: nowrap; */
}
.accordion::after
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    content: '+';
    font-size: 16px;
    color: #888888;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.accordion.active
{
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
    color: #FFFFFF;
}
.accordion.active::after
{
    content: '-';
    color: #FFFFFF;
}
.accordion_panel
{
    padding-right: 8px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion_panel > div
{
    padding-bottom: 11px;
}
.accordion_panel p
{
    font-size: 14px;
    font-weight: 500;
    padding-top: 21px;
    color: #888888;
    line-height: 2.14;
}

/*********************************
13.3 Elements - Tabs
*********************************/

.tabs
{
    width: 100%;
    /* margin-top: 50px; */
    background: #FFFFFF;
}
.tabs_container
{
    width: 100%;
}
.tab
{
    height: 57px;
    background: #f0f2f6;
    font-size: 16px;
    color: #888888;
    font-weight: 500;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    flex-grow: 1;
    white-space: nowrap;
    margin-bottom: 9px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.tab:not(:last-child)
{
    margin-right: 7px;
}
.tab.active
{
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec);
    color: #FFFFFF;
}
.tab_panels
{
    padding-left: 2px;
    padding-right: 2px;
    /* padding-top: 40px; */
    padding-bottom: 32px;
}
.tab_panel
{
    display: none !important;
    width: 100%;
    height: 100%;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.tab_panel.active
{
    display: block !important;
}
.tab_panel_content p:last-of-type
{
    margin-bottom: 0;
}
.tab_text
{
    margin-top: -2px;
}
.tab_text p
{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.tab_image
{
    width: 100%;
}
.tab_image img
{
    max-width: 100%;
}

/*********************************
13.4 Elements - Milestones
*********************************/

.elements_milestones
{
    width: 100%;
    margin-top: 114px;
}
.milestones
{
    width: 100%;
    margin-top: 115px;
}
.milestones_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.milestones_container
{
    margin-top: 0px;
}
.milestone
{
    width: 100%;
}
.milestone_content
{
    padding-left: 33px;
    margin-top: 4px;
}
.milestone_counter
{
    font-size: 60px;
    font-weight: 500;
    color: #888888;
    line-height: 0.75;
}
.milestone_text
{
    font-size: 24px;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 1.2;
}
.milestone_sub
{
    font-size: 14px;
    font-weight: 500;
    color: #2b88cb;
    margin-top: 13px;
}

/*********************************
13.5 Elements - Loaders
*********************************/

.elements_loaders
{
    margin-top: 115px;
}
.loaders_container
{
    width: 100%;
    margin-top: 115px;
}
.loader
{
    width: 185px;
    height: 185px;
    margin: 0 auto;
}
.loader canvas
{
    max-width: 100%;
}
.loader strong
{
    font-size: 30px;
    font-weight: 500 !important;
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #4c4c4c;
}
.loader span
{
    position: absolute;
    left: 50%;
    top: 57%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    margin-top: 4px;
}
.loader .progressbar-text
{
    top: 45% !important;
}

/*********************************
13.6 Elements - Icon Boxes
*********************************/

.elements_icon_boxes
{
    margin-top: 115px;
}
.icon_boxes_container
{
    margin-top: 115px;
}
.icon_box
{
    width: 100%;
}
.icon_box_num
{
    font-size: 1.9rem;
    font-weight: 500;
    color: #888888;
    line-height: 0.75;
    margin-top: 25px;
    font-weight: bold;
}
.icon_box_title
{
    font-size: 20px;
    font-weight: 500;
    color: #4c4c4c;
    margin-top: 23px;
}
.icon_box_subtitle
{
    font-size: 14px;
    font-weight: 500;
    color: #2b88cb;
    margin-top: -1px;
}
.icon_box_text
{
    margin-top: 29px;
}
.icon_box_text p
{
    font-weight: 500;
}

/*********************************
14. Call to action
*********************************/

.cta
{
    width: 100%;
    padding-top: 105px;
    padding-bottom: 101px;
}
.cta_title
{
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 400;
}
.cta_button
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
}

/*********************************
15. Footer
*********************************/

.footer
{
    width: 100%;
    background: #0c081d;
}
.footer_content
{
    padding-top: 108px;
    padding-bottom: 115px;
}
.footer_about
{
    width: 100%;
}
.footer .logo_sub
{
    color: #bbbbbb;
}
.footer_about_text
{
    margin-top: 49px;
}
.footer_about_text p
{
    color: #bbbbbb;
}
.footer_links
{
    padding-top: 32px;
}
.footer_links ul li:not(:last-child)
{
    margin-bottom: 14px;
}
.footer_links ul li a
{
    font-size: 16px;
    font-weight: 600;
    color: #bbbbbb;
}
.footer_extra
{
    width: 100%;
    background: #050210;
}
.footer_extra_content
{
    width: 100%;
    height: 134px;
}
.footer_social_title
{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #bbbbbb;
    vertical-align: middle;
}
.footer_social_list
{
    display: inline-block;
    margin-left: 42px;
    vertical-align: middle;
}
.footer_social_list li
{
    display: inline-block;
}
.footer_social_list li:not(:last-child)
{
    margin-right: 30px;
}
.footer_social_list li a i
{
    color: #a09fa1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_social_list li a i:hover
{
    color: #329fec;
}
.footer_extra_links ul li
{
    display: inline-block;
    position: relative;
}
.footer_extra_links ul li a
{
    font-size: 12px;
    font-weight: 600;
    color: #bbbbbb;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_extra_links ul li a:hover
{
    color: #329fec;
}
.footer_extra_links ul li:not(:last-child)::after
{
    display: inline-block;
    content: '|';
    margin-left: 6px;
    margin-right: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #bbbbbb;
}
.copyright
{
    font-size: 12px;
    font-weight: 500;
    color: #bbbbbb;
    margin-top: 7px;
}

#privacidad h3, #condiciones h4, #condiciones h5{
    margin-bottom:20px;
    color: #004648;
}
#privacidad h3{
    text-align:center;
    margin-top:20px;
}
#privacidad h5{
    text-decoration:underline;
}
#privacidad p{
    font-size:.9em;
    text-align:justify;
    color:black;
}
#privacidad li{
    text-align:justify;
}
#privacidad p + h3,#condiciones  p + h4,#condiciones  p + h5{
    margin-top:20px;
}
#privacidad ul{
    list-style:disc;
}
#condiciones h3{
    text-align:center;
    color: #004648;
    text-decoration:underline;
    margin-bottom:20px;
    margin-top:20px;
}
#condiciones h4{
    color: #004648;
}
#condiciones p, #condiciones li{
    text-align:justify;
    color:black;
}

.justify-content-evenly{
    -ms-flex-pack:justify!important;
    justify-content:space-evenly!important
}

/* Team Blocks */
.front-team .thumbnail {
  border: none;
}
.img-ponente:hover .ponente{
  opacity: 0.7;
  filter: grayscale(50%) blur(1px);
}
.img-ponente:hover .vercv {
  opacity: 1;
  transform: scale(1);
}
.front-team h3,
.ecommerce .front-team h3 {
  margin:10px 0 12px;
  line-height:40px;
}
.front-team h3 strong {
  color: #E02222;
  font-size: 20px;
  font-weight: 400;
}
.front-team h3 small {
  display: block;
  font-size: 13px;
}
.front-team ul {
  padding: 4px 0 0;
}
.front-team .social-icons {
  overflow: hidden;
}

.ponente {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.vercv {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 70%;
  left: auto;
  text-align: center;
  transform: scale(0);
}
.textovercv {
    background-color: #4867c0;
    background-image: linear-gradient(to right, #4867c0, #329fec, #4867c0);
    background: #4867c0;
    background: linear-gradient(to right, #4867c0, #329fec, #4867c0);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


a.gflag {
    height: 32px;
    vertical-align: middle;
    font-size: 32px;
    padding: 1px 0;
    background-repeat: no-repeat;
    background-image: url(//gtranslate.net/flags/32.png);
}

a.gflag img {
    border: 0;
}

a.gflag:hover {
    background-image: url(//gtranslate.net/flags/32a.png);
}




/*********************************
16. Conference
*********************************/

.conferences
{
    width: 100%;
    background: #FFFFFF;
}
.conference_image
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.conference_content
{
    width: 100%;
    padding: 100px;
}
.conference_title
{
    font-size: 30px;
    font-weight: 500;
    color: #4c4c4c;
}
.conference_subtitle
{
    font-size: 14px;
    font-weight: 500;
    color: #2b88cb;
    margin-top: -3px;
}
.conference_text
{
    margin-top: 49px;
}
.conference_button
{
    margin-top: 68px;
}

/* Blockquote Box */
.quote-v1 {
  background: #7C858E;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}
.quote-v1 a {
  margin: 5px;
  display: inline-block;
}
.quote-v1 span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 13px 5px 8px;
  line-height: 26px;
  display: inline-block;
}
.quote-v1 a.btn-transparent {
  color: black;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;
  text-decoration: none;
  border: solid 1px #4868c1;
  background: none;
}
.quote-v1 a.btn-transparent:hover {
  background: #2522e0;
  color: #fff;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.quote-v1 a.btn-transparent i {
    margin-right: 10px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
