/* Semia STEM Outreach Style sheet October 2018 */
/* Jeannette Passanisi */

/* element styles */
body {
  background: #fff;
  color: #666666;  
}

footer {
 background:black;
 color:white;
}

h2, h4 {
    font-family: 'Lato', sans-serif;
}

h6 {
 font-weight: bold;  
}
 
img {
    vertical-align: middle;
    border-style: none;
}

p.lead {
    color:#6183C3;
    margin-bottom: 2rem;
    font-size:14px;
}

table {
	width: 100%;
}

.table2 {
	border: 1px solid black;display: block;
    margin-left: auto;
    margin-right: auto;
	width: 80%;
}

td {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}


.td-green {
	background-color: #e8f3d8;
	border: 1px solid black;
	color: black;
	font-size: 14px;
	padding:10px;
	vertical-align: top;
}

.td-red {
	background-color: #ffb3b3;
	border: 1px solid black;
	color: black;
	font-size: 14px;
	padding:10px;
	vertical-align: top;
}

.td-comp {
	font-size: 16px;
	padding: 5px 10px;
	border: 1px solid black;
}

th {
	text-align: center;
}

.th-red {
	background-color: red;
	padding: 10px 0 10px 0;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid black;
}

.th-green {
	background-color:#8dc63f;
	padding: 10px 0 10px 0;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid black;
}
  


/* class styles */


.abc {
    text-align: justify;
    font-size:15px;
    margin-bottom:5%;
}

.about {
    position: relative;
    padding: 20px 20px;
    border: 1px solid #EEE;
    margin: 15px 0;
}

.text-center {
    text-align: center;
}

.about i {
    font-size: 46px;
    margin-bottom: 28px;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  background:#39C2D8;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
/* end back to top */

.bg-2 { 
      background-color: #474e5d; /* Dark Blue */
      color: #ffffff;
      padding-top: 70px;
      padding-bottom: 70px;
  }

.bg-3 { 
      background-color: #474e5d; /* Dark Blue */
      color: #ffffff;
      padding-top: 20px;
      padding-bottom: 20px;
  }

.bg-4 { 
      background-color:#00a5c8;
      color: #ffffff;
      padding-top:2%;
      padding-bottom:2%;
  }
.bg-5 { 
      background-color:#ffffff;
      color: #00a5c8;
      padding-top:2%;
      padding-bottom:2%;
  }

.bg-grey {
  background-color: #f6f6f6;
  }

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bodier {
    font-size:13px;
}

.border {
    text-align: justify;
    font-size: 14px;
}

.borderiframe {
	border:medium black 1px;
}

.box1 {
    background-color:#596E95;
    padding: 5px 5px;
}

.box2 {
    background-color:#BF2F06;
    padding: 5px 5px;
}

.box4 {
    background-color:greenyellow;
    padding: 5px 5px;
}

.box5 {
    background-color:#86998D;
    padding: 5px 5px;
}

.boxa {
    background-color:#0070c0;
    padding: 5px 5px;
}

.boxb {
    background-color:#70ad47;
    padding: 5px 5px;
}

.boxc {
    background-color:#ffc000;
    padding: 5px 5px;
}

.boxd {
    background-color:#ff0000;
    padding: 5px 5px;
}


.btnd:hover {
   background-color:#00a5c8;
    border:#00a5c8;
    color:white;  
}

.btno {
    background-color:transparent;
    border-style:solid;
    border-color:#47b9ce ;
    color:#47b9ce;   
}

.btno:hover {
    background-color:#00a5c8;
    border:#00a5c8;
    color:white;
}

.button {
  text-align: center;
  cursor: pointer;
}


/* ------------------------------Start button links----------------------------*/
a.btn-cta-primary, .btn-cta-primary {
  background: #074f66;
  border: 1px solid #074f66;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-primary:hover,.btn-cta-primary:hover {
  background: #053c4e;
  border: 1px solid #053c4e;
  color: #fff;
}

a.btn-cta-secondary,.btn-cta-secondary {
  background: #eebf3f;
  border: 1px solid #eebf3f;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-secondary:hover,.btn-cta-secondary:hover {
  background: #ecb728;
  border: 1px solid #ecb728;
  color: #fff
}
/* ------------------------------Start button links----------------------------*/

/* ------------------------------Start button colors---------------------------*/
.blue-btn {
    position: relative;
    display: inline-block;
    border: 2px solid #00a5c8;
    background-color: #00a5c8;
    color:white;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.dark-btn { 
    border: 2px solid #00a5c8;
    background-color: rgba(255,255,255,0);
    }

.dark-btn:hover {
    background-color: #00a5c8;
    color:white;
}

.light-btn {
    position: relative;
    display: inline-block;
    border: 2px solid #fc8f3a;
    background-color: rgba(255,255,255,0);
    color:white;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.light2-btn {
    position: relative;
    display: inline-block;
    border: 2px solid #00a5c8;
    background-color: rgba(255,255,255,0);
    color:#00a5c8;
    font-size: 12px;
    line-height: 24px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.light3-btn {
    position: relative;
    display: inline-block;
    border: 2px solid #00a5c8;
    background-color: rgba(255,255,255,0);
    color:white;
    font-size: 12px;
    line-height: 24px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.lightorg-btn, a.lightorg-btn:visited{
    position: relative;
    display: inline-block;
    border: 2px solid #f7941d;
    background-color: #f7941d;;
    color:white;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.white-btn {
    position: relative;
    display: inline-block;
    border: 2px solid #ffffff;
    background-color: rgba(255,255,255,0);
    color:white;
    font-size: 12px;
    line-height: 24px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}
/* ---end button colors------*/

/* ---begin card styles------*/
card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}

.card1 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width:100%;
    background-color:#0070c0;
}

.card2 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width:100%;
    background-color:#70ad47;    
}

.card3 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width:100%;
    background-color:#ffc000;
}

.card4 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width:100%;
    background-color:#ec008c;
}

.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.card-content {
  padding:15px;
  text-align:left;
}

.card-read-more {
  border-top: 1px solid #D4D4D4;
}

.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  overflow: hidden;

}

.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
/* ---end card styles------*/


.categories {
	color: #f7941d;
}

.categories80 {
	color: #f7941d;
	padding-top: 80px;
}

/* ---begin circle-icon------*/
.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #244283;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

@media (max-width:500px) {
    .circle-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
        line-height: 30px;
    }
}

.linea {
    border:0.4px solid black;
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #244283 0%, #244283 100%);
    background-image: -webkit-linear-gradient( 122deg, #244283 0%, #244283 100%);
    background-image: -ms-linear-gradient( 122deg, #244283 0%, #244283 100%);
    background-image: linear-gradient( 122deg, #244283 0%, #244283 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}
/* ---end circle-icon------*/

.container .btns{
  position: absolute;
  top: 65%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Lato', sans-serif;
}

  .contact {
    background-color:black;
    padding:2%;
    font-size:12px;
    color:white;
    text-align: justify;
    border-style: solid;
    border-color:#39C2D8;
}

.contactos {
    background-color:black;
    padding:5%;
    font-size:14px;
    color:white;
    text-align: justify;
    border-style: solid;
    border-color:#39C2D8;
     }

    @media screen and (max-width: 1200px) {
      .contactos {display: block;
        width:40%; } }

.dark {
   color:black;
   font-weight:bold;
   text-align: left;
}

.dark2 {
   color:black;
   font-weight:bold;
   text-align: left;
   font-size: 135%;
	line-height: 90%;
}

.dos {
 text-align:center;
 font-weight: bold;
}

.dropcase {
	float: left;
	width: 0.6em;
	font-size: 400%;
	font-weight: bold;
	font-family: "Liberation Serif", Times, "Times New Roman", "serif";
	line-height: 60%;
	margin-top: 5px;
}

.eclipse {
list-style: none;
 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.espacio {
    padding-bottom:14%;
}

/*--footer all pages--*/
.footerx {
 margin-left:40px;
 text-align:center;
 font-size: 5px;
}

.siz {
    font-size:25px;
}

.sizex {
 font-size: 10px;
 text-align:justify;
}

.sizexx{
  font-size: 11px;
}

a:hover {
    color:#47b9ce;
}

/* -- END Footer All Pages -- */

.formheader {
	padding-left: 15px;
	line-height: 0.25;
}

.grow {transition: all .2s ease-in-out;}
.grow:hover { transform: scale(1.2);}

.header {
  height:80vh;
  min-height:50px;
  background: url("images/robots.png") center center no-repeat;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.image {
     box-sizing: content-box; 
     height:42px; 
     width: 70px;
     padding:8px 0 20px 20px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-fluid2 {
    max-width: 100%;
    height: auto;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.img-fluid90 {
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1em;
	width: 90%;	
}

.img-fluid80 {
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 2em;
	width: 80%;	
}

.img-text {
	font-size: .8em;
	padding-top: .8em;
	text-align: center;
}

.image-grid {
  width: 100%;
  height: 180px;
  margin-bottom:50px;
  overflow: hidden;
  background-color:#87ceeb;
}

.image-grid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; 
}

.image-grid a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;  
}

.image-grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom:55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-grid img {
  width: 100%;
  height: auto;
  transform: scale(1);
}

.image-grid:hover > img,
.image-grid.hover > img {
  opacity: 0.1;   
}

.image-grid:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.image-grid p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.img30 {
	padding-top: 30px;
}

.img-responsive {
  display: block;
  max-width:100%;
  height: auto;
}

.image-row {
	width: 90%;
	margin: 10px;
	padding: 10px;
}

.img-wedo {
    width:98%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.italic {
    font-style: italic;
    opacity: 0.75;
}

.italic2 {
	font-style: italic;
}

.items {
    font-size:12px;
}

.jumbotron {
	background-image: url('images/banner.jpg');
    background-size: cover; 
}

.js-modal-image {
  max-width: 100%;
  border:10px solid #fff;
  border-radius: 4px;
}

.lefty {
	text-align: left;
}

.logo {
  box-sizing: content-box; 
  width: 138px;
  margin: 20px 0px 20px 20px;
}

.lynk { 
  color:darkblue;
}


.map {
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
    position: relative;
}

.mg {
    font-size: 28px;
    font-weight: 300;
    color: #de2933;
    margin-bottom: 0.7rem;
}

.modal-body {
  padding: 0;
}

.modal-open .modal {
    padding-top: 10vh;
    background-color: transparent;
}

@media (max-width: 992px) {
  .modal-open .modal {
    padding-top: 100px;
  }
.modal-header, mo, .close {
      background-color:#4bbad0;
      color:white !important;
      text-align: center;
      font-size: 30px;
  }

  .modal-footer {
      background-color: #f9f9f9;
  }

  .modal-open .modal {
    padding-top: 30vh;
  }

}

.national {
    margin-top:30%;
    color:#50bfd4;
}

.normal {
   text-align: justify;
   text-indent:2%;
}

.normax {
    text-align: justify;
    text-indent:2%;
    font-size:13px;
}

.noveno {
    margin-top:2%;
    max-width:100%;
    height: auto;
}

.one {
 margin-top:50px;
}

.page-header {
	padding-top: 60px;
}

.panel-default > .panel-heading {
    background-color:#000;
    color:white;
}

.panel-default h4 {
  font-size:13px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 0 0 0 32px;
}

.panel-heading {
    color:#39c2d8 !important;
    background-color: #474e5d !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
    font-size:12px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    font-size: 12px;
}

.panel-body {
     word-break: keep-all;
    font-size:12px; 
}

.panel-body2 {
    word-break: keep-all;
	color: #ffffff !important;
    background-color: #00aeef !important;
	padding: 20px;
}

.panel-footer2 {
    background-color: #00aeef !important;
	padding-bottom: 10px;
	
}

.quince {background-color:black;}

.rem {
    background-color:white;
    color:#fc8f3a;
    font-weight:400;
}

/*------------------------------START RESPONSIVE iFRAME---------------------------------------*/

.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top:80px;
	height: 0;
	overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------------------------------END RESPONSIVE iFRAME---------------------------------------*/

/*------------------------------START RESPONSIVE SLIDER---------------------------------------*/
.responsive-slider {
  width: 100%;
  position: relative;
  border: 0.5px solid black;
}

.responsive-slider .touch-surface {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-slider .slides {
  position: relative;
  overflow: hidden;
}

.responsive-slider .slides ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
  width: 100%;
}

.responsive-slider .slides ul li {
  display: inline-block;
}

.responsive-slider .slides ul li .slide-body {
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.responsive-slider .slides ul li .slide-body .caption {
  position: absolute;
  color: #fff;
  text-shadow: 0px 1px 0px #000000;
}

.responsive-slider .slides ul li .slide-body .caption.header {
  top: 45%;
  left: 29%;
}

@media (max-width: 1199px){
.responsive-slider .slides ul li .slide-body .caption.header {
  top: 45%;
  left:15%;
} 
}

.responsive-slider .slides ul li .slide-body .caption.header h1 {
  font-size: 50px;
  padding: 0 3px 0 3px;
}

.responsive-slider .slides ul li .slide-body .caption.header h2 {
  font-size: 40px;
  padding: 0 3px 0 3px;
}

.responsive-slider .slides ul li .slide-body .caption.header h2 i {
  font-size: 35px;
}

@media (min-width: 481px) and (max-width: 767px) {
  .responsive-slider .slides ul li .slide-body .caption.header h2 {
   font-size: 25px;
  }

  .responsive-slider .slides ul li .slide-body .caption.header h2 i {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .responsive-slider .slides ul li .slide-body .caption.header h2 {
    font-size: 16px;
  }
  .responsive-slider .slides ul li .slide-body .caption.header h2 i {
    font-size: 14px;
  }
}

.responsive-slider .slides ul li .slide-body .caption.sub {
  bottom: -8px;
  right: -20px;
  font-weight: bold;
}

@media (min-width: 481px) and (max-width: 767px) {
  .responsive-slider .slides ul li .slide-body .caption.sub {
    font-size: 11px;
    bottom: 0px;
    right: -10px;
  }
}

@media (max-width: 480px) {
  .responsive-slider .slides ul li .slide-body .caption.sub {
    font-size: 10px;
    bottom: 5px;
    right: 0;
  }
}

.responsive-slider .slides ul li .slide-body .caption.img-html5 {
  top: 13%;
  right: 8%;
  width: 30%;
}

.responsive-slider .slides ul li .slide-body .caption.img-html5 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-css3 {
  top: 57%;
  right: 12%;
  width: 10%;
}

.responsive-slider .slides ul li .slide-body .caption.img-css3 img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-bootstrap {
  top: 48%;
  right: 12%;
  width: 11%;
}

.responsive-slider .slides ul li .slide-body .caption.img-bootstrap img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-twitter {
  top: 19%;
  right: 12%;
  width: 11%;
}

.responsive-slider .slides ul li .slide-body .caption.img-twitter img {
  max-width: 100%;
}

.responsive-slider .slides ul li .slide-body .caption.img-jquery {
  top: 66%;
  right: 12%;
  width: 33%;
}

.responsive-slider .slides ul li .slide-body .caption.img-jquery img {
  max-width: 100%;
}

.responsive-slider .slider-control {
  position: absolute;
  font-size: 20px;
  color: #000;
  top: 40%;
  background-color: #fff;
  padding: 10px;
}

.responsive-slider .slider-control.left {
  left: 0;
  padding-left: 0;
  -webkit-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
}

.responsive-slider .slider-control.left:hover {
  text-decoration: none;
  padding-left: 10px;
}

.responsive-slider .slider-control.right {
  right: 0;
  padding-right: 0;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}

.responsive-slider .slider-control.right:hover {
  text-decoration: none;
  padding-right: 10px;
}

@media (max-width: 480px) {
  .responsive-slider .slider-control.left,
  .responsive-slider .slider-control.right {
    display: none;
  }
}

.responsive-slider .pages {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.responsive-slider .pages .page {
  display: inline-block;
  color: transparent;
  width: 5px;
  height: 5px;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
}

.responsive-slider .pages .page.active {
  opacity: 1;
}
/*------------------------------END RESPONSIVE SLIDER ----------------------------*/

.robot1 {
  padding-top:60%;
  height:400px;
  min-height:60px;
  background: url("images/wrobanner2018.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.semia {
    margin-top:5%;
}
.semiablue {
	 color:#47b9ce; 
}

.service-col {
  padding: 40px 20px;
  margin: 0 10px;
  margin-bottom: 40px;
}

.service-colx {
  padding: 40px 5px 20px 5px;
  margin: 0 5px;
  margin-bottom: 40px;
}

.service-col .service-icon {
  height: 140px;
  width: 140px;
  margin: 0 auto;
  border: 3px solid black;
  background-color: white;
}

.service-colx .service-icon {
  height: 140px;
  width: 140px;
  margin: 0 auto;
}

.service-col .service-icon i {
  font-size: 5.5em;
  line-height: 140px;
  margin: 0 auto;
  color:black;
}

.service-colx .service-icon i {
  font-size: 5.5em;
  line-height: 140px;
  margin: 0 auto;
  color:white;
  text-align:center;
}

.services-content1 {
	padding: 30px 20px 20px 89px;
	/* margin-top: 30px; */
	background: #ffffff;
	border: 1px solid #8dc63f;
	text-align: left;
	position: relative;
	/* z-index: 9; */
	box-shadow: 2px 2px 4px rgb(141,198,63);
}

.services-content1:before {
    content: '';
    background-color:#8dc63f;
    padding: 2px;
    width: 100%;
    top: -6px;
    right: -6px;
    position: absolute;
    z-index: -1;
    bottom: 4px;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari */
    transform: rotate(3deg);
}

.services-content2 {
	padding: 30px 20px 20px 89px;
	/* margin-top: 30px; */
	background: #ffffff;
	border: 1px solid #fc8f3a;
	text-align: left;
	position: relative;
	/* z-index: 9; */
	box-shadow: 2px 2px 4px rgb(252,143,58);
}

.services-content2:before {
    content: '';
    background-color:#fc8f3a;
    padding: 2px;
    width: 100%;
    top: -6px;
    right: -6px;
    position: absolute;
    z-index: -1;
    bottom: 4px;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari */
    transform: rotate(3deg);
}

.services-content3 {
	padding: 30px 20px 20px 89px;
	/* margin-top: 30px; */
	background: #ffffff;
	border: 1px solid #4bbad0;
	text-align: left;
	position: relative;
	/* z-index: 9; */
	box-shadow: 2px 2px 4px rgb(75,186,208);
}

.services-content3:before {
    content: '';
    background-color:#4bbad0;
    padding: 2px;
    width: 100%;
    top: -6px;
    right: -6px;
    position: absolute;
    z-index: -1;
    bottom: 4px;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari */
    transform: rotate(3deg);
}

.service-section p {
    font-size:13px; 
    word-wrap: break-word;
}
	
.services .fa {
	color:black;
	font-size: 38px;
	float: left;
	width: 90px;
	position: absolute;
	top: 40%;
	bottom: 0;
	left: 12px;
	z-index: 9;
}

.servicio {
    margin-bottom:6%;
}

.space{
    margin-left:2%;
    text-align: justify;  
}

.space10 {
	margin-top:50px;
}

.space2 {
     margin-left:11%;
}

.sub {
	font-size:20px;
} 

.sub18 {
	font-size:18px;
	font-weight:bold;
}

.symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  background: #fff;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.symbol img {
  max-width: 49px;
}

/* ---------------------START TABS----------------------*/
.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
    border-style:groove;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h4 {
    margin-bottom: 0.5rem;
}
/* ---------------------END TABS----------------------*/

.tam {
 background-color:blue;
}

.td18 {
	font-size:18px;
	text-align:center;
}

.ten {
   color:black;
   font-size:13px;
}

.ten:hover {
    color:#4bbad0;
}

.text-muted {
    box-sizing:content-box;
    text-align: justify;
    padding: 0 28px 0 28px;
    word-break: keep-all;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.text-muted1 {
    box-sizing:content-box;
    text-align: justify;
    word-break: keep-all;
	font-size: 14px;
}

.thick {
  font-weight: bold;
  color: #39C2D8;
}
 
.thick2 {
  font-weight: bold;
}


.title {
    color:midnightblue;
}

.under {
    margin-top:5%;
    margin-bottom:3%;
}

.wanted {
    color:black;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    text-align: center;
}

.wedo {
	margin-top: 20px;
}

.week {
    width:100%;
    height:20%;
}

.white {
	color: white;
}

.white2 {
	color: white;
	font-weight: bold;
}

.white .download {color:#ffffff;}

.white:hover {
    color:white;
}
.whitelink {
	color:#ffffff;
}

.wrodrblue {
	color:#005e92; 
}

.wroltblue {
	color: #00aeef;
}

.wroorange {
	color: #f7941d;
}

.wroorange2 {
	color: #f7941d;
	margin-top: 10px;
}

.wrogreen {
	color:#8dc63f;
}

.wrodrgreen {
	color:#00a14b;
}

.wropink {
	color:#ec008c;
}




/* ------------------------ IDs --------------------*/
#about {
    margin-top:6%;
    margin-bottom:6%;
}

#abouto .container {
  position: relative;
  z-index: 10;
}

#abouto .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin-bottom: 20px;
  border: 0.5px solid black;
}

#abouto .about-col .img {
  position: relative;
}


#abouto .about-col:hover .icon {
  background-color: #fff;
}

#abouto .about-col:hover i {
  color: #54c4dc;
}

#abouto .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#abouto .about-col h2 a {
  color: #000;
}

#abouto .about-col h2 a:hover {
  color:#54c4dc;
}

#abouto .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

#break {
    margin-top:6%;
    margin-bottom:12%;
}

#celeste {
    color: #39C2D8;
   font-weight:600;
}


.normal {
   text-align: justify;
}

.norma {
    text-align: justify;
    font-size:14px;
    padding-right:6%;
}

.normas {
    text-align: justify;
    font-size:14px;
}

#phases {
  padding: 30px 0 0 0;
}

#phases .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  border: 0.5px solid black;
}

#phases .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

#phases .box .icon {
  float: left;
}

#phases .box .icon i {
  color:midnightblue;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#phases .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#phases .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #phases .box .box {
    margin-bottom: 20px;
  }

  #phases .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #phases .box h4, #phases .box p {
    margin-left: 0;
    text-align: center;
  }
}

#ser {
    padding-top:10%;
    padding-bottom:10%;
}

#two {
    margin-top:2%;
    margin-bottom:6%;
}

#tm {
     margin-top:6%;
    margin-bottom:10%;
}





/*----------------------- Begin navigation--------------------*/

a:link {
    text-decoration:none;
}

a:visited {
    text-decoration:none;
}

a.wroorange:visited {
	color: #f7941d;
}

.dropdown-menu {
	background-color:#ffffff;
    color:#000000;
} 

 .horizontal-nav {
    margin-bottom: 0;
  }

ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

.navbar {
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
      font-size: 12px;
      letter-spacing:0.8px;
      background-color:#ffffff;
      font-family: Montserrat, sans-serif;
}

.navbar li a, .navbar  { 
      color: #000000 !important;
	font-weight: bold;
  }

  .navbar-nav li a:hover {
      color:#000000 !important;
	  font-weight: bold;
  }

  .navbar-nav li.active a {
      color:#41bdd8 !important;
      font-weight: bold;
  }

  .navbar-default .navbar-toggle {
      border-color: transparent;
  }

  .open .dropdown-toggle {
      color: #000 !important;
      background-color: #fff !important;
  }

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #FFF #FFF #FFF;
    font-size: 18px;
    color:white;
    background:#6ACDEC;
}
/*----------------------- End navigation--------------------*/


/*-----------------------begin color fa-fa icons------------------------*/
.nuevo {
    color:#00356e;
    font-weight: bold;
}

.nuevo:link {
    color:#00356e;
}
.gtn {
    background-color:transparent;
    border-style:solid;
    border-color:#47b9ce ;
    color:#47b9ce;
}

.gtn:hover {
    background-color:#00a5c8;
    border:#00a5c8;
    color:white;
}

@keyframes full-circle {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(-360deg);}
}

@keyframes pop {
  0% {transform: scale(1, 1);}
  50% {transform: scale(1.1, 1.1);}
  100% {transform: scale(1, 1);}
}

@keyframes rotate-vertical {
  0% {transform: rotateY(0deg);}
  100% {transform: rotateY(360deg);}
}

@keyframes rotate-hor-center {
  0% {-webkit-transform: rotateX(0);transform: rotateX(0);}
  100% {-webkit-transform: rotateX(-360deg);transform: rotateX(-360deg);}
}

.fa-group:hover {
    animation: rotate-vertical 1.1s ease-out;
}

.fa-gears:hover{
    animation: full-circle 1.1s ease-out;
}

.fa-rocket:hover{
    animation: rotate-hor-center 1.1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.plug {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.fa-pencil-square-o {
    font-size:35px;
    color:white;
}

.fa-pencil-square-o:hover {
    color:#39C2D8;
}
/*------------------end color fa-fa icons--------------------*/


#featured-services {
    background-color: black;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #CFC8BA;
}
   
/* -----------------------------------Start Form ------------------------*/
@media (min-width: 1200px){
.containerx {width: 1170px;}}

@media (min-width: 992px){
.containerx { width: 970px;}}

@media (min-width: 768px){.containerx {width:750px;}}
   
/* -----------------------------------Start Form ------------------------*/

