


.inicio {
    height: auto;
    min-height: unset;
    font-size: 26px;
    padding: 80px 80px 120px 80px;

    
    letter-spacing: 1px;
    background: url(../img/banner.jpg) center top no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    text-transform: uppercase;
}



#bigLogo {
    display: block;
    max-width: 550px;
    width: 80%;
}



.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;

}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 25px;
}

.medio {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
}

.unTercio {
    max-width: 40%;
    margin-left: 0;
    margin-right: 0;
}

.dosTercios {
    min-width: 60%;
    margin-left: 0;
    margin-right: 0;
}

body, html, section, .inicio, .row .tm-main-content, .tm-top-bar-bg, .tm-top-bar, .container {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;

}

#tradething {
    width: 90%;
    display: block;
    background-color: rgba(0, 176, 240, 0.5);
    padding: 5px 0;
    margin-top: 50px;
    margin-right: 50px;

    text-align: center;
}

#siteLogo1 {
    display: block;
}
#siteLogo2 {
    display: none;
}

.tm-btn i {
    margin-right: 15px;
    margin-left: 15px;
}



#about-us,
#press-releases,
#sec-filings,
#our-team,
#gov {
    margin: 0;
    padding: 50px;
    padding-top: 100px;
}

/*.tm-banner-bg {
    background-color: #00b0f0;
    background: url(../img/banner.jpg) center top no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    min-height: 100%;
    padding-bottom: 100px;
    position: relative;
}*/

#about-us {
    background-color: #e6e6e6;
}

#sec-filings {
    background-color: #e6e6e6;
}

#press-releases {
    background: url(../img/banner1.jpg) center top no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    background-attachment: fixed;
    position: relative;
}

.pressTxt {
    padding: 0;
    color: white;
    z-index: 100;
    margin-left: -42px;
    display: block;
    max-width: 100%;
}

.secText {
    padding: 0;
    color: black;
    z-index: 100;
    display: block;
    max-width: 100%;
}

.secPic img {
    width: 75%;
    max-width: 300px;
    display: block;
    margin: auto;
    margin-top: 0;
    padding-top: 0;
}



#our-team {
    background: url(../img/banner2.jpg) center top no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    background-attachment: fixed;
    position: relative;
    color: white;
    text-align: center;
}

#gov {
    color: white;
    background-color: #00b0f0;
    
}

.secInfo {
    width: 70%;
    display: block;
    margin: auto;
    float: left;
}

.strategy {
    width: 80%;
    display: block;
    margin: auto;

}

   #blueLogo {
        max-width: 350px;
        display: block;
        margin: auto;
    }



 .biopic {
    float: left;
     margin:10px 20px 10px 10px;
 }

.gray {
    color: gray;
}

html {
    
    overflow-x: hidden;
}

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
    background: #00b0f0;

}

h2 {
    font-size: 30px;
    text-transform: uppercase;
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

p:last-child { margin-bottom: 0; }

.tm-page-wrap { 
    /*max-width: 1400px;*/
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background: white;
}

.tm-container-outer {
    /*max-width: 1400px;*/
    margin: 0 auto;    
}

.tm-content-box { box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.tm-text-gray { color: #787676; }

.tm-text-highlight {
    color: #006c95;
    font-weight: 600;
}

.tm-bg-primary { 
    background: #006c95; 
    
}
.tm-bg-highlight { 
    background: #00b0f0;
     
}
 
.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 0 25px; }

.tm-top-bar {
    font-size: 18px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background: #00b0f0;
}

.tm-top-bar.active {
    height: 60px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link { padding: 15px 25px; }
.tm-top-bar.active .navbar-brand { font-size: 1.4rem; }

.tm-top-bar .navbar-brand img {
    /*width: 60px;*/
    height: auto;
}


.tm-top-bar.active .navbar-brand #siteLogo1 { display: none; } 
.tm-top-bar.active .navbar-brand #siteLogo2 {display: block;margin: 10% 0 0 0;}



.tm-top-bar-bg { height: 80px; }
.tm-top-bar a { color: #006c95; }

.navbar-brand {
	font-size: 2.2rem;    
    text-transform: uppercase;    
}

.navbar {
    font-weight: 700;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link.active, 
.nav-link:hover {	color: #fff;	}

.nav-link a.active, 
.nav-link a:hover {	color: #fff;	}



.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler { 
    border-color: #fff;
    border-radius: 0;
    cursor: pointer;
}

.tm-banner-title {
    margin-top: 10px;
    font-size: 3rem;
    
}
.tm-banner-subtitle {
    font-size: 1.5rem;
    margin-top: 0;
    letter-spacing: 1px;
}

.tm-banner-header { 
    color: white;
    display: inline-block;

    max-width: 60%; 
    margin: 0;

}

.tm-banner-overlay {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
}

.tm-banner-row { 
    position: relative;
    z-index: 100;
    justify-content: center;
    padding-top: 50px;
}
.tm-banner-row-header { text-align: center; }

/*    buttons    */

.tm-btn {
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;  
    padding: 12px 20px;
    width: 400px;
    border: solid white 1px;  

}

.pressBtn {
    color: white;
    background: #006c95;
}

.pressBtn:hover,
.pressBtn:focus,
.pressBtn:active  {
    color: #006c95;    
    background: white;

}
.centerBtn {
    color: white;
    background: #006c95;
    margin: auto;
}

.centerBtn:hover,
.centerBtn:focus,
.centerBtn:active  {
    color: #006c95;    
    background: white;

}









.tm-bg-gray { background-color: #efefef; }
.tm-about-text-wrap {  }

.tm-right {
    display: inline-block;
    float: right;
}

.tm-slideshow-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
        background: url(../img/banner3.jpg) center top no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    padding: 100px 0;
}

.tm-slideshow-section-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tm-slideshow { 
    width: 50%; 
}

.tm-slideshow-description {
    padding: 50px;
    color: white;
    width: 48%;
    z-index: 100;
    margin-left: -42px;
}

.tm-slideshow-description-left {
    margin-left: auto;
    margin-right: -42px;    
}

.tm-position-relative { position: relative; }

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}

.slick-prev, .slick-next,
.slick-prev:focus,
.slick-prev:active,
.slick-next:focus,
.slick-next:active {
    background: rgba(0,0,0,0.5);    
}

.slick-prev:before, .slick-next:before { font-size: 22px; }

.slick-prev:hover,
.slick-next:hover {
    background: #00b0f0;
}

.tm-slideshow-highlight .slick-prev:hover, 
.tm-slideshow-highlight .slick-next:hover {
    background: #006c95;
}

.slick-prev {
    left: auto;
    right: 95px;
    z-index: 1000;
}

.tm-right .slick-prev {
    left: 42px;
    right: auto;
}

.slick-next { right: 42px; }

.tm-right .slick-next {
    right: auto;
    left: 94px;
}

/* Tabs */
.tm-tabs-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background: #00b0f0;
}

.tm-tab-link {
    padding: 30px 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 0.9rem;
    height: 100%;
}

.tm-tab-link:hover { color: white; }

.tm-tab-link-li {
    background: transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    transition: all 0.3s ease;    
}

.tm-tab-link:hover,
.tm-tab-link.active {
    background: #006c95;
}

.tab-pane {
    max-width: 970px;
    margin: 60px auto;
}

.tm-recommended-place {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-bottom: 25px;
}

.tm-recommended-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;    
}

.tm-recommended-img { width: 270px; }

.tm-recommended-description-box {
    padding: 30px;
    width: 500px;
}

.tm-recommended-price-box {    
    background-color: #00b0f0;
    background-image: url(../img/button-curve.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    width: 200px;
    transition: all 0.3s ease;
}

.tm-recommended-price-box:hover { background-color: #006c95; }

.tm-recommended-price {
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
}

.tm-recommended-price-link {
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.tm-d-table { display: table; }

footer {
    background: #00b0f0;
    padding: 40px;
    text-align: center;    
    font-size: 1rem;
    /*display: flex;*/
    color: white;
    font-weight: 400;
    margin:auto;
    max-width: 900px;
}

.subFoot {

    width: 50%;
    margin: 0 1em;
}

footer a { color: #fff; }

footer a:hover { color: #900; }

footer p { color: white; }

.tm-footer-text-highlight {
    color: white;
    font-weight: 600;
}

.tm-footer-text-highlight:hover { color: #006c95; }

.tm-contact-form {
    background: white;
    width: 470px;
    position: absolute;
    top: 100px;
    right: 100px;
    padding: 20px;
    z-index: 1000;
}

.form-control {
    background-color: #f5f5f5;
    border: none;
}

.form-control:focus {
    border-color: #00b0f0;
    box-shadow: 0 0 0 0.1rem #00b0f0bf;
}

.tm-name-container,
.tm-email-container {
    width: 210px;
    float: left;    
}

.tm-email-container { margin-left: 10px; }







/* # The Rotating Marker # */
details summary::-webkit-details-marker { display: none; }
summary::before {

  content: "▶";
  position: absolute;
  top: 1rem;
  left: 0.8rem;
  transform: rotate(0);
  transform-origin: center;
  transition: 0.2s transform ease;
}

details[open] > summary:before {
  transform: rotate(90deg);
  transition: 0.45s transform ease;
}

/* # The Sliding Summary # */
details { overflow: hidden; }
details summary {
  position: relative;
  z-index: 10;
}
@keyframes details-show {
  from {
    margin-bottom: -80%;
    opacity: 0;
    transform: translateY(-100%);
  }
}
details > *:not(summary) {
  animation: details-show 500ms ease-in-out;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  color: transparent;
  overflow: hidden;
}
details[open] > *:not(summary) { color: inherit; }



/* # Style 4 # */

.style4{
    margin-bottom: 10px;
}
details.style4 summary {
  padding-right: 2.2rem;
  padding-left: 1rem;

  color: #00b0f0;
text-align: left;
}
details.style4 summary::before {
  content: "×";
  color: #00b0f0;
  font-size: 2rem;
  line-height: 1rem;
  transform: rotate(-45deg);
  top: 1.2rem;
  left: unset;
  right: 0.6rem;

}
details[open].style4 > summary:before {
  transform: rotate(90deg);
  color: #00b0f0 !important;
  transition: color ease 2s, transform ease 1s;
  margin-bottom: 2.2rem;
}



/* # Just Some Pretty Styles # */
p { margin: 0; padding-bottom: 10px; }
p:last-child { padding: 0; }
details {
  max-width: 150%;
  box-sizing: border-box;
  text-align: center;
  display:block;
  
  background: white;
  color: black;
}
summary {
  font-size: 1.6rem;
  outline: none;
  padding: 1rem;
  display: block;
  color: white;
  background-color: #white;
  border: solid 1px white;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
}
details[open] summary,
summary:hover {
  color: #00b0f0;
  background: #fff;
}
summary:hover strong,
details[open] summary strong,
summary:hover::before,
details[open] summary::before {
  color: #00b0f0;
}
.content {
  padding: 10px;
  border: 1px solid white;
  text-align: left;
}
details span {
    font-size: smaller;
    color: #006c95;
    display: block;
    padding-top: 0.25em;
    padding-left: 1em;
}


















@media screen and (max-width: 1400px) {
    html {
        font-size: 20px;
    }
    h2 {
        font-size: 24px;
    }

.inicio {
    height: 100vh-80px;
    min-height: 100vh;
    font-size: 22px;
    padding: 0 40px 40px 40px;
    }
}

@media screen and (max-width: 1080px) {

}

@media screen and (max-width: 1033px) {


    .secInfo {
        width: 90%;
        float: none;
        display: block;
    }

    .secPic {
        max-width: 100%;
        display: block;
        padding-top: 25px;
        margin: auto;
    }

.secPic img {
    width: 50%;
    max-width: 150px;
    margin-top: 20px;

}

    .nav-item {
        font-size: 1rem;
    }

}

@media screen and (max-width: 991px) {


    #siteLogo1 {
    display: none;
    }
    #siteLogo2 {
        display: block;
        width: 178px;
    }




    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 25px;
        background: #00b0f0;

    }

 

    .tm-top-bar, .tm-top-bar-bg { height: auto; }

    #mainNav {
        width: 200px;
        position: absolute;
        top: 48px;
        right: 15px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        

    }

    .tm-top-bar {
        height: 60px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
    }

    .tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link,
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 15px; }




    .tm-top-bar .navbar-brand img { width: 40px; }

    .tab-pane {
        margin-left: 20px;
        margin-right: 20px;
    }




    .inicio {
        text-align: center;
        padding: 1em;
        font-size: 16px; 
    }


    #tradething {
        max-width: 100%;
        width: 100%;
        margin: 0;
        margin-top: 50px;
    }

    #bigLogo {
        margin: auto;
        margin-top: 100px;
    }


    #blueLogo {
        max-width: 80%
    }


    .column, .row {
        margin: 0;
        padding: 0;
       display: block;
       flex: none;
       width: 100%
    }

    .dosTercios, .unTercio, .medio {
        width: 100%;

    }

    details {
        max-width: 100%;
        width: 100%;
        margin: 0;
        margin-top: 5px;
    }

    .pressTxt {
        width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .tm-btn {
        width: 50%;
        padding: 12px;
        font-size: 14px;
        margin: auto;
    }

    .pressBtn {
        text-align: left;
        margin: 0;
    }

    .centerBtn {
        text-align: center;
        margin: auto;
    }

    #about-us,
    #press-releases,
    #sec-filings,
    #our-team,
    #gov {
        padding-left: 1em;
        padding-right: 1em;
    }

    #sec-filings {
        text-align: center;
    }



}

@media screen and (max-width: 986px) {
    

}

@media screen and (max-width: 860px) {


}

@media screen and (max-width: 826px) {




    .tm-banner-row-header { padding-top: 120px; }

    body, html, section, .inicio, .tm-main-content, .tm-top-bar-bg, .tm-top-bar, .container, {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        min-width: 100%;
    }

}


@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    h2 {
        font-size: 20px;
    }
    footer {
        display: block;
    }

    .subFoot {
        text-align: center !important;
        margin: 20px auto;
    }

    .tm-banner-bg {
        padding-bottom: 50px;

    }

    .tm-banner-row {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .tm-banner-header { margin-top: 100px; }

    .tm-form-group-1,
    .tm-form-group-2,
    .tm-form-group-3 {
        width: 100%;
    }    




}












