
@font-face {
  font-family: PoppinsBold;
  src: url(Poppins-Bold.otf);
}

body {
    font-size: 18px;
    margin: 0; 
    background-color:#FFF;
    background-repeat: repeat-y;
    font-family:Arial;
    font-weight:Bold;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main {
    display: block;
}
p{
text-align : justify;
}

.row {
    max-width: 1280px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}

.row:after {
    clear: both;
}

.row:before,.row:after {
    content: "";
    display: table;
}


.section-wrapp {
    padding: 10px 20px 10px 10px;
}
.blue {
    background: #0084DF;
}
.darkblue {
    background: #0a1629;
}
.long-shadow-bottom {
    box-shadow: rgba(16,71,151,1) 0px -200px 200px inset;
}
.shadow-bottom {
    box-shadow: rgba(0,0,0,0.2) 0px -10px 10px inset;
}
.long-purple-light-top {
    box-shadow: #dc9ac1 0px 135px 135px inset;
}
.long-green-light-top {
    box-shadow: rgba(152,200,138,1) 0px 125px 125px  inset;
}
.long-orange-light-top {
    box-shadow: #f6b968 0px 125px 125px  inset;
}


#links {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}

.links-row2{
    flex-grow: 1;
    flex-basis: calc(100% / 2);
    height: 100%;
}
.links-row3{
    flex-grow: 1;
    flex-basis: calc(100% / 3);
    height: 100%;
}
.links-row4{
    flex-grow: 1;
    flex-basis: calc(100% / 4);
    height: 100%;
}

.column-box{
    padding:10px;
    margin:25px;
    margin-top:100px;
    border-radius: 45px;
}
.floating-text{
    color:#FFF;
    margin:10px;
    text-align:center;
    margin-top:-25%;
    margin-bottom:150px;
}
.floating-image-large{
    display:block;
    margin:auto;
    margin-top:-12%;
    margin-left:-2%;
    margin-right:-2%;
    margin-bottom:-15%;
}
.floating-image-small{
    width:200px;
    height:120px;
    display:block;
    margin:auto;
    margin-top:-100px;
}
.floating-image{
    height:150px;
    display:block;
    margin:auto;
    margin-top:-90px;
}

.footer-icon {
    width:30px;
    height:32px;
    padding-right:3px;
    margin-bottom:-10px;
}
.ugly {
    color:#0000;user-select: none;-ms-user-select: none;-moz-user-select: none;
}

footer {
    border-bottom: 5px solid #000;
    text-align: center;
    margin-top:40px;
    color: #FFF;
    font-size: 20px;
}

footer a {
    color: #FFF;
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
    color: #9EF;
}

footer p {
    color: #FFF;
}

footer .col {
    padding: 0 20px 0 20px;
    margin: 0 15px 0 15px;
    float: left;
    text-align:left;
}

footer .col:first-child {
    border: 0 none;
    padding-left: 0px;
}

footer .col:last-child {
    padding-right: 0px;
    padding-left: 0px;
}

main {
    max-width: 1280px;
    padding:20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    content: "";    
    display: table;
}
main .col {
    padding: 0 20px 0 20px;
    margin: 35px 15px 0 15px;
    float: left;
    min-width:250px;
    border-top: 1px solid rgba(255,255,255,0.9);
    text-align:left;
}
input[type=text], input[type=email], input[type=tel], select , textarea{
  width: 100%;
  padding: 8px 20px;
  margin: 3px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
    padding:15px 30px 15px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight:Bold;
    color: white;
    background-color: #063783;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #062773;
}

.buttonHolder{
    width: fit-content;
    margin:0 auto -22px auto;
}

.formdiv {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 15px;
  max-width:370px;
  margin:10px;
  float:left;
}
#myIframe{
    position: relative;
    height: 282px;
    width: 100%; 
}
.mapdiv {
  border-radius: 8px;
  background-color: #f2f2f2;
  margin:10px;
}

.logo {
 width:30px;
 padding:3px;
}
.planlogo {
 width:38px;
 padding-left:30px;
 padding-right:20px;
}
p{
    margin-top:0px;
}
h1{
    margin-top:0px;
    font-size:54px;
    color: #219FCD;
    text-align: center;
}
h2{
    font-size:36px;
    color: #1295CF;
}
.video {
    width:720px;
    height:420px;
}
.imagen {
    margin-bottom:80px;
    margin-right:20px;
}

div.diagonal {
    text-align: right;
    width: 100%;
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    height: 70px;
    padding-top: 15px;
    padding-right: 30px;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

div.diagonal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 100px solid #0f213e;
  border-right: 100px solid transparent;
  width: 0;
}

.fright {
    width: 50%;
    color: #FFF;
    float: right;
    display:inline-block;
    margin-right:20px;
}


#main-header {
    margin: 0;
    padding: 0 0 20px 0;
    background: #0f213e;
    width: 100%;
}

#main-glider {
    margin: 0;
    padding: 0px 0 0px 0;
    background: #0f213e;
    width: 100%;
}


.title {
    display:inline-block;
    margin:0 10px; 
    font-weight: bold;
    font-size:18px;
    cursor: pointer;
}
.first {
    margin-left:0;
}
.last {
    margin-right:0;
}
.some-page-wrapper {
  margin: 15px;
}

.row-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding-left:10px;
}

.column p {
  text-align:left;
}

.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}

.column-more {
    float: right;
    width: 29px;
    text-align: center;
    color: #FFF;
    background: #0082dc;
    margin-top: -22px;
    padding: 3px;
    margin-right: -13px;
    border-radius: 20px;
    font-size: 25px;

}



.accordion {
  background-color: #1095c9;;
  color: #FFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 32px;
  transition: 0.4s;
}


.active, .accordion:hover {
  background-color: #0f213e;
}
.special{
   display:inline-block;
}
.special2{
   display:none;
  font-size: 40px;
}
.active  .special{
   display:none;
}
.active  .special2{
   display:inline-block;
}

.panel {
  padding: 0 18px;
  color: #FFF;
  background-color: #0f213e;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.orange {
  background-color: #eb7206;
}
.green {
  background-color: #057938;
}
.purple {
  background-color: #764e97;
}
.orange:hover  {
  background-color: #eb7206;
}
.green:hover  {
  background-color: #057938;
}
.purple:hover  {
  background-color: #764e97;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.form-element.form-dropdown select {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    display: block
}

.form-element.form-dropdown select,select.dropdown {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-element {
    display: inline-block
}
.form-element.form-textfield input {
    display: inline-block
}

.form-element.form-textfield input,input[type=text].textfield {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 6px 12px
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.glow {
text-shadow:0 0 4px #fff;
}

.button1 {
  background-color: #12a4de; /* Green */
  border: none;
  border-radius: 8px;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px 15px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1:hover {
  background-color: #0c7aa4;
}

@media only screen and (max-width : 900px) {
    .centeral {
        float: none !important;
    }
    .imagen{
        float: none !important;
        display:block;
        margin:auto;
    }
    .row{
        width:auto;
    }
    .floating-text{
        font-size: 25px;
    }
}
@media only screen and (max-width : 820px) {
    .hide-on-small {
        display: none !important;
    }
    
    .video {
        width:480px;
        height:270px;
    }
    .centeral {
        float: none !important;
    }
    
    .links-row{
        width: 100%;
        flex-basis: 100%;
        height: auto;
    }
    .ugly{
        display:none;
    }
    
    .fright {
        width: 100%;
    }
}
@media only screen and (max-width : 580px) {
    .hide-on-phones {
        display: none !important;
    }
    .centeral {
        display: block !important;
        margin-left:  auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    footer .col {
        border: 0 none;
        text-align:center;
    }
    .video {
        width:352px;
        height:198px;
    }
    .floating-text{
        margin-top:0%;
        margin-bottom:20px;
        font-size: 25px;
    }
    .floating-image-large{
        display:block;
        margin:auto;
        margin-top:-25%;
        margin-left:-5%;
        margin-right:-5%;
        margin-bottom:0;
    }
}

@media only screen and (max-width : 500px) {
    .hide-on-phones {
        display: none !important;
    }
    .centeral {
        display: block !important;
        margin-left:  auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    footer .col {
        border: 0 none;
        text-align:center;
    }
    .video {
        width:270px;
        height:151px;
    }
    
}

