/* THE CORRECT CSS USED IN A GLOBAL FASHION AMONG THE APP */

/***********************/
/* GENERAL
/***********************/

.body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
}

.container-fluid {
    padding:0px;
}

.error{
    color: red;
    font-weight: bold;
}
.content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.content > section {
    width: 100%;
    height: 100%;
}

h1 {
    font-family: 'Montserrat', sans-serif;
}

h4 {
    line-height: 1.4;
}

.img_container {
    position:   relative;
    text-align: center;
}

.content-relative {
    position: relative;
    display: inline-block;
}

.centered {
    position:    absolute;
    top:         50%;
    left:        50%;
    width:       80%;
    transform:   translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
}

.main_img_title{
    color:     white;
    font-size: 2.5;
}

.main_img_sub_title{
    color:       white;
    font-size:   3.5em;
    font-weight: bold;
}

.main_img_title_big{
    color:       white;
    font-size:   72px !important;
    font-weight: bold !important;
}

.main_img_sub_title_big{
    color:       white;
    font-size:   3em;
    font-weight: bold;
}

.img-responsive {
    margin: 0 auto;
 }

.purple_space{
    font-family:    'Montserrat', sans-serif;
    letter-spacing: 3px;    
    font-size:      17px;    
    font-weight:    bold;
}

.text_space_3{
    letter-spacing: 3px;    
}

.text_space_4{
    letter-spacing: 4px;    
}

.normal_text{
    font-family: 'Montserrat', sans-serif;  
    font-size: 16px;    
} 

.purple{
    color: #35288e;
}

.normal_link{
    color: #4f4f4e;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.normal_link:hover{
    text-decoration: none;
    color: #4989b0;
}

#portfolio {
    background: #2dbccb;
}

#about {
    background-color: #eb7e7f;
}

#contact {
    background-color: #415c71;
}

.main_text{
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    padding: 0px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
  
.dropdown-menu a:hover {
    height: 100%;
}

.dropdown .divider {
    margin: 0px;
}

.sombra{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.dropdown-2 {
    float: left;
    overflow: hidden;
}

.dropdown-2 ul li a{
    display: block;
    padding: 10px;
}

.dropdown-2-subsection {
    background-color: #f1f1f1;
}

.dropdown-2 .dropbtn {
    cursor: pointer;
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.sidenav-item:hover {
    background-color: #ddd !important;
}

.show {
    display: block;
}

.footer-wrap{
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background-color: #fafafa;
}

.footer-container{
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.wsite-elements.wsite-footer{
    max-width: 100%;
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0 20px;
    box-sizing: border-box;
}

.lower_block_footer{
    font-family:"Montserrat" !important;text-transform:  none !important;
    font-size: 10px;
}

.lower_block_footer a{
    text-transform:  none;
    font-size: 10px;
}

.lower_block_footer a:hover{
    text-transform:  none
}

.separator {
    margin-top: 65px;
}

/***********************/
/* FONTS
/***********************/

.font_open_sans{
    font-family: 'Open Sans', sans-serif;
}
  
.font_monserrat{
    font-family: 'Montserrat', sans-serif;
}   

.font_16{
    font-size: 16px;
}

.font_17{
    font-size: 17px;
}

.font_18{
    font-size: 18px;
}

/***********************/
/* SECTION HEADER
/***********************/

.header-section {
    height: 450px;
    background-size: cover;
    background-position: center;
}

/***********************/
/* TITLES
/***********************/

.section-title {
    color: #000;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}

.overlay-content {
    text-align: left;
    position: absolute;
    margin-left: 5%;
    margin-top: -30%;
    padding: 5px;
}
.overlay-content a {
    color: white;    
    font-size: 150%;
}

.overlay-content-small {
    padding: 5px;
    font-size: 80% !important;
}


/***********************/
/* BUTTONS
/***********************/

.primary-button {
    text-decoration: none;
    padding: 1%;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #569abd;
    border-color: #569abd;
    font-weight: bold;
    color: white;
}
.primary-button:hover {
    color: white;
}

/***********************/
/* BLOG
/***********************/

.filter-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Montserrat" !important;
}

.filter-option {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.143em;
    color: #4f4f4e;
    text-decoration: none;
    font-family: "Open Sans" !important;
    line-height: 26px;
}
.filter-option:hover {
    color: #569abd;
    text-decoration: none;
}

.blog-title {
    color: #4f4f4e;
    text-decoration: none;
    font-weight: 600;
    font-family: "Montserrat" !important;

    text-decoration: none;
    letter-spacing: inherit;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.blog-title:hover {
    color: #569abd;
    text-decoration: none;
}
.blog-title h2 {
	font-size: 40px;
    line-height: 1.2;
}

.blog-date {
	float: left;
}
.blog-comments {
	float: right;
}

.blog-content {
	font-family: "Open Sans" !important;
	text-align: justify;
    font-size: 16px;
    background-size: 
}

.blog-image {
    width: 100%;
    height: 90vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-file-image {
    float: left;
}

.blog-file-content {
    margin-left: 60px;
}
.blog-file-content p, .blog-file-content a h4 {
    margin: 0px;
}

@media (max-width: 780px) { 
	.blog-title h2 {
		font-size: 20px;
	}



}
/*
##ADDED  1-18-2019
*/
@media (max-width: 720px) { 

    .blog-image {
        background-size:contain;
        height: 45vh;
    
    }

}

/***********************/
/* NAVIGATION BAR
/***********************/

.navbar-default a {
    color: #30302f !important;            
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 17px;
}

.navbar-default a.brand > img {            
    max-width: 120px;
    float: right;
}

.navbar-default a.active {
    color: #4989b0 !important;
}

nav.navbar.navbar-default.navbar-fixed-top{
    background-color: white;
    border-color: white;
    width: 100%;
}

ul.nav.navbar-nav.navbar-center{
    margin-left: 14%;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    width: 70%;
}

.sidenav-container {
    list-style: none;
    font-size: 17px;
    text-align: center;
}

.navbar-sidenav {
    float: none !important;
}

.navbar-sidenav {
    float: none!important;
    margin-top: 7.5px;
}

.navbar-sidenav>li {
    float: none;
}
  
.navbar-sidenav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #fff; 
    opacity: .97;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 50px;
    margin-top: 20px;
}

/***********************/
/* MEDIAS
/***********************/

@media screen and (max-width: 1024px) {
    /* Navigation Bar */
    .navbar-header {
        float: none;
    }
    
    .navbar-left,.navbar-right {
        float: none !important;
    }

    .navbar-toggle {
      display: block;
      float: left;
      margin: 15px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
  
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .brand > img {;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-default {
        padding: 30px 0;
        transition: padding 0.3s;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
    }
}
@media screen and (max-width: 760px) {
    .separator {
        margin-top: 20px;
    }
    .section-title {
        font-size: 32px;
    }
}
@media screen and (max-width: 476px) {
    
}



