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

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
.toolbar {
	width: 100%;
	padding: 5px 0px 10px 0px !important;
	font-size: 16px;
	color: #fff;
    background-color: rgba(111,187,237,0.50);
}
.toolbar i {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 22px;
	color: #fff;
}
.toolbar span {
    padding: 0 10px;
}
.toolbar a {
    margin: 0px 10px !important;
    font-size: 18px;
    line-height: 175%;
    color: #2d3e8c;
}
.toolbar a i {
    margin-right: 5px !important;
	font-size: 27px;
    color: #2d3e8c;
}
.toolbar a:hover {
    color: #77227e;
}
.toolbar a:hover i {
    color: #77227e;
}
.toolbar .social a {
    margin: 0px !important;
    padding: 0px !important;
    transition: all 1s ease !important;
}
.toolbar .social a i {
    font-size: 30px;
    color: white;
    margin: 0px 2px !important;
    padding: 0px !important;
    transition: all 1s ease !important;
}
.toolbar .social a:hover i {
    color: #648188;
}
.form-inline .form-control {
	width: 160px;
	height: 38px;
	color: #14173c !important;
	border: 1px solid #77227e;
    background-color: rgba(255,255,255,0.60);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-inline .form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(119, 34, 126, 0.25);
}
.btn-outline-success {
	height: 38px;
    text-align: center;
	border: 1px solid #77227e;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #fff;
	padding-top: 8px;
	transition: all 1.0s ease !important;
}
.btn-outline-success i {
	color: #648188;
	transition: all 1.0s ease !important;
}
.btn-outline-success:hover i {
	color: #fff;
}
.btn-outline-success:hover {
	color: #fff;
  background-color: #77227e;
	border: 1px solid #77227e;
	border-left: none;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	border: 1px solid #77227e;
	border-left: none;
  background-color: #77227e;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(119, 34, 126, 0.25);
}
.logo {
    padding: 10px 0px;
}
.logo img {
    width: auto;
    height: 50px !important;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {  
    .toolbar {
      padding: 10px 0px !important;
    }
   .toolbar a {
      line-height: 200%;
    }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  

}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .logo {
        padding-top: 15px;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    .toolbar {
      padding: 20px 0px !important;
    }
    .toolbar a {
        margin: 0px 5px !important;
        line-height: 100%;
    }
}
/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {  

}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
#menu {
    width: auto !important;
    /*background-color: #09c;*/
}
#menu label {
    min-width: 52px !important;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu .main-menu {
  display: none;
}
#tm:checked + .main-menu {
  display: block;
}
#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}
#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(13, 23, 93, 0.2);
}
#menu li, 
#toggle-menu {
  border-width: 0px;
}
#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: white;
  /*text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);*/
  text-decoration: none !important;
}
#toggle-menu {
  background: transparent;
    font-size: 18px;
}
#toggle-menu, 
#menu a {
  padding: 10px 15px 15px 15px;
}
#menu a {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}
#menu a:hover, #menu .active a {
  background-color: #00a399;
  color: #fff;
}
#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}
#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}
#menu label.drop-icon, 
#toggle-menu span.drop-icon {
  padding: 12px 20px;
  font-size: 24px;
    line-height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.20);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}
#menu .sub-menu {
    background-color: #FFFFFF;
  border-width: 1px 1px 0;
  margin: 0;
}
#menu .sub-menu {
  display: none;
}
#menu .sub-menu li:last-child {
  border-width: 0;
}
#menu .sub-menu li a {
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    color: #0D175D;
    padding: 20px 30px 20px 15px !important;
}
#menu .sub-menu a:hover, #menu .sub-menu .active a {
  color: #FFF;
    background-color: #00a399;
}
#menu .sub-menu .sub-menu-2 {
  background-color: #3465a1;
}
#menu i {
    font-size: 24px;
    color: white;
    text-decoration: none !important;
}
.cf:after,
.lab-grid:after {
  content: "";
  display: table;
  clear: both;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {  

}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    #menu {
        width: max-content !important;
        /*background-color: #09c;*/
        margin: 0px auto !important;
    }
    #menu .br {
        display: block;  
    }
    #menu .main-menu {
        display: block;
    }
    #toggle-menu, 
    #menu label.drop-icon {
        display: none;
    }
    #menu ul span.drop-icon {
        display: inline-block;
    }
    #menu li {
        float: left;
        border-width: 0px;
    }
    #menu li:hover > input[type="checkbox"] + .sub-menu {
        display: block;
    }
    #menu a {
        white-space: nowrap;
        padding-top: 15px;
        /*padding: 10px 10px 15px 10px;*/
    }
    #menu .sub-menu {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        z-index: 3000;
    }
    #menu .sub-menu, 
    #menu input[type="checkbox"]:checked + .sub-menu {
        display: none;
    }
    #menu .sub-menu li {
        float: none;
    }
    #menu .sub-menu li {
        border-width: 0 0 1px;
    }
     #menu .sub-menu li a {
        font-size: 15px;
    }
   #menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }
    #menu .sub-menu .drop-icon {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1em 0.5em;
    }
    #menu .menu-n1 {
        font-size: 15px;
        min-height: 73px;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    #menu a {
        padding-top: 20px;
        /*padding: 10px 10px 15px 10px;*/
    }
    #menu .menu-n1 {
        /*font-size: 19px;*/
       min-height: 75px;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    #menu .menu-n1 {
        font-size: 17px;
        min-height: 84px;
    }
    #menu a {
      padding: 20px 28px;
    }
    #menu .sub-menu li a {
        font-size: 16px;
    }
}
/* Extra large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {  
    #menu a {
      padding: 20px 40px;
    }
}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
.btn-menu {
    top: 0px !important;
    background-color: #0D175D !important;
}
.btn-menu .modal-dialog {
    min-width: 100%;
    max-width: 100%;
    margin: 0px;
}
.btn-menu .modal-content {
    border-radius: 0px;
    border: none;
    background-color: transparent;
}
 .btn-menu .modal-header {
    display: block !important;
    border-bottom: none;
}
.btn-menu .modal-body p {
    font-size: 16px !important;
    line-height: 150% !important;
    font-weight: 300 !important;
}
.btn-menu .close {
    float: none;
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: none;
    opacity: 1.00;
    padding: 0px;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {  

}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    .btn-menu .close {
        margin-left: 20px;
    }
    .btn-menu #menu ul li ul li {
        float: none;
    }
    .btn-menu #menu ul li ul {
        margin-right: 20px;
        padding-left: 10px;
        width: 100px !important;
        /*max-width: min-content;*/
        border-left: #FFFFFF solid 1px;
        /*background-color: crimson;*/
    }
    .btn-menu #menu ul li ul li a {
        font-size: 15px;
        font-weight: 300;
        white-space: normal;
    }
    .btn-menu #menu a {
        background-color: transparent;
        padding: 10px 0px;
    }
    .btn-menu #menu a:hover, .btn-menu #menu .active a {
        background-color: transparent;
        color: #00a399;
    }
    .btn-menu #menu .active a {
        font-weight: 700;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .btn-menu #menu ul li ul {
        width: 110px !important;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    .btn-menu #menu ul li ul {
        width: 138px !important;
    }
    .btn-menu .close {
        margin-left: 40px;
    }
}
/* Extra large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {  
    .btn-menu #menu ul li ul {
        width: 170px !important;
    }
    .btn-menu .close {
        margin-left: 60px;
    }
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    /*display: block;*/
    opacity: 0;
    z-index: 1000;
}
.overlay:target {
    visibility: visible;
    /*display: none;*/
    opacity: 1;
}
#popupBody {
    width: 100%;
    padding: 2%;
    border-radius: 0px;
    /*box-shadow: 0 0 5px #CCC;*/
    background: rgba(13,23,93,1.00);
    position: relative;
    transition: all 5s ease-in-out;
    margin: 0px;
    top: 410px;
}
#popupBody .popupContent p {
    color: white;
    line-height: 130%;
    font-weight: 300 !important;
    text-align: left;
}
#cerrar{
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 10ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F00;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {  

}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  

}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

}
/* Extra large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {  

}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/*.social .icon {
	font-size: 30px;
	line-height: normal;
	color: #f0821c;
	display: inline-block;
	margin: 0 2px;
}
.social .icon:hover {
	transition: all 0.5s ease;
}
.social .fb, 
.social .tw, 
.social .yt, 
.social .wa {
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	width: 30px;
	height: 30px;
  border-radius: 50%;
	padding-top: 6px;
	margin: 0;
	background-color: #4060a5;
}
.social .tw {
	background-color :#00abe3;
}
.social .yt {
	background-color: #df192a;
}
.social .wa {
	background-color: #00E676;
}
a.active-toolbar {
	filter: alpha(opacity=1.0);
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
	opacity: 1.0;
}
.icon-facebook {
	color: #4060a5;
}
.icon-twiter {
	color: #00abe3;
}
.icon-youtube {
	color: #df192a;
}
.icon-whatsapp {
	color: #00E676;
}*/

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {  

}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  

}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

}
