@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');


/* Top Bar Start */
.topnav {
  background: rgb(83,167,209);
  background: radial-gradient(circle, rgba(83,167,209,1) 0%, rgba(8,70,108,1) 100%);
  overflow: hidden;
  padding-right: 9%;
}

.topnav a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 16px;
  padding-left: 1%;
  text-decoration: none;
  font-size: 14px;
}

html{
  scroll-behavior: smooth;
}

/* Top Bar End */

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #24252A;
}

li, a, button {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #edf0f1;
    text-decoration: none;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 2%;
}

.logo{
    cursor: pointer;
}

.nav__links {
    list-style: none;
}

.nav__links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav__links li a {
    transition: all 0.3s ease 0s;
}

.nav__links li a.active {
  color: #53a7d1;
}

.nav__links li a:hover {
    color: #53a7d1;
}

.menu {
    display: none;
}

button {
    padding: 9px 25px;
    background-color: #53a7d1;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover {
    background-color: #08466c;
}

.a button {
  border-radius: 50px;
}

.a button:hover {
  background-color: #08466c;
}

@media only screen and (max-width: 800px) {
    .nav__links, .cta {
        display: none;
    }
    .menu {
        display: inherit;
    }
}

/* Mobile Nav */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #24252A;
    overflow-x: hidden;
    transition: all 0.5s ease 0s;
}

.overlay__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.overlay a {
    padding: 15px;
    font-size: 36px;
    display: block;
    transition: all 0.3s ease 0s;
}

.overlay a:hover, .overlay a:focus {
    color: #53a7d1;
}

.overlay .close {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .close {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* Servicios Starts */

/* line 2, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_section_title.scss */
.section_title h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 46px;
    font-weight: 300;
    line-height: 76px;
    color: whitesmoke;
    position: relative;
    z-index: 0;
    padding-bottom: 15px;
    padding-left: 6%;
  }
  
  @media (max-width: 767px) {
    /* line 2, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_section_title.scss */
    .section_title h3 {
      font-size: 30px;
      line-height: 36px;
      padding-left: 6%;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    /* line 2, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_section_title.scss */
    .section_title h3 {
      font-size: 36px;
      line-height: 42px;
    }
  }
  
  @media (max-width: 767px) {
    /* line 19, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_section_title.scss */
    .section_title h3 br {
      display: none;
    }
  }
  
  /* line 25, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_section_title.scss */
  .section_title p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: whitesmoke;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
    padding-left: 6%;
  }
  
  @media (max-width: 767px) {
    /* line 31, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_section_title.scss */
    .section_title p br {
      display: none;
    }
  }
  
  /* line 39, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_section_title.scss */
  .mb-50 {
    margin-bottom: 50px;
  }
  
  @media (max-width: 767px) {
    /* line 39, ../../Arafath/CL/CL October/216. Consulting/HTML/scss/_section_title.scss */
    .mb-50 {
      margin-bottom: 40px;
    }
  }

html {
    box-sizing: border-box;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  .column {
    float: left;
    width: 20%;
    margin-bottom: 16px;
    margin-right: 0;
    padding-left: 3.5%;
    padding-right: 20%;
  }
  
  @media screen and (max-width: 1000px) {
    .column {
      float: center;
      width: 100%;
      display: flex;
      flex-flow: wrap column;
      padding-right: 2%;
      padding-left: 4%;      
    }
    .card {
        width: 100%;
        display: flex;
        flex-flow: wrap column;
        padding: 0;
        justify-content: center;
    }
    .card img{
      width: 100%;
    }
  }
  
  .fondo{
    width: 100%;
    height: 700px;
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    width: 300px;
    height: 430px;
  }
  
  .container {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    padding: 5px 20px;
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: whitesmoke;
  }

  .texto {
    color: rgb(139, 139, 139);
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #53a7d1;
    text-align: center;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
  }
  
  .button:hover {
    background-color: #08466c;
  }

/* Servicios Ends */

/* Image Slider Starts */
  .contenedor {
    position: relative;
    width: 100%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .over__lay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgb(83,167,209);
    background: radial-gradient(circle, rgba(83,167,209,1) 0%, rgba(8,70,108,1) 100%);
  }
  
  .contenedor:hover .over__lay {
    opacity: 1;
  }
  
  .text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .text01 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .text02 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 40px;
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  /* Image Slider Ends */

/* Info Bar Start */
.columna {
  float: left;
  width: 33.33%;
  padding: 0 5px;
}

.clm {
  float: left;
  width: 33.33%;
  padding: 0 5px;
}

.row {margin: 0 -5px;}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .columna {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.carta {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
  background: rgb(8,70,108);
  background: linear-gradient(0deg, rgba(8,70,108,1) 0%, rgba(83,167,209,1) 100%);
  color: white;
}

.conta {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background: rgb(8,70,108);
  background: linear-gradient(0deg, rgba(8,70,108,1) 0%, rgba(83,167,209,1) 100%);
  color: white;
}

.carta p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.carta h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.conta p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.conta h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.fa {
  font-size:30px;
}

/* Info Bar End */

.Barra {
  height: 250px;
  width: 100%;
}

.roll {
  padding-top: 11.5%;
  padding-left: 37%;
}

.Nosbar {
  padding-top: 3%;
  padding-left: 37%;
}

.TPbar {
  padding-top: 42.5%;
  padding-left: 60%;
}

.SECbar {
  padding-top: 39%;
  padding-left: 37%;
}

.SGbar {
  padding-top: 42.5%;
  padding-left: 37%;
}

.SSbar {
  padding-top: 29%;
  padding-left: 37%;
}

.conbar {
  padding-top: 5%;
  padding-left: 37%;
}

.fb-ic {
  padding: 20px;
}

.tw-ic {
  padding: 20px;
}

.gplus-ic {
  padding: 20px;
}

.li-ic {
  padding: 20px;
}

.ins-ic {
  padding: 20px;
}

.about-section {
  padding: 50px;
  text-align: left;
  background: rgb(8,70,108);
  background: linear-gradient(0deg, rgba(8,70,108,1) 0%, rgba(83,167,209,1) 100%);
  color: white;
}

.about-section h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.about-section p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.Boxing {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}



* {box-sizing: border-box}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
  border: none;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #53a7d1;
  border: none;
}

/* Style the tab content */
.tabcontent {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  float: left;
  padding: 12px 12px;
  border: white;
  width: 70%;
  border-left: white;
  height: 569px;
  background-color: white;
}

.tabcontentss {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  float: left;
  padding: 12px 12px;
  border: white;
  width: 70%;
  border-left: white;
  height: 379px;
  background-color: white;
}

.tabcontentsec {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  float: left;
  padding: 12px 12px;
  border: white;
  width: 70%;
  border-left: white;
  height: 524px;
  background-color: white;
}


/* Timeline Start */

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 1px;
}

/* Container around content */
.cuadro {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.cuadro::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #53a7d1;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -8px;
}

/* The actual content */
.contenido {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .cuadro {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .cuadro::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}

/* Timeline End */

/* Powerbond Start */

.pbmx {

  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #f1f1f1;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 23px;
  position: relative;

}

.tepbm {

  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #5e5e5e;
  margin-top: 15px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 23px;
  font-size: 15px;
  cursor: pointer;
}

.tepbm:hover {

  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #a8a8a8;
  margin-top: 15px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 23px;
  font-size: 15px;
  cursor: pointer;
}

.pbmx span {
color: #53a7d1;
}

.process-wrapper {
margin: auto;
max-width: 1080px;
}

#progress-bar-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 100px;
  margin-top: 59px;
}

#progress-bar-container ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  z-index: 9999;
  width: 100%;
  margin-top: -40px;
}

#progress-bar-container li:before {
  content: "";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #aaa;
  transition: all ease 0.3s;
}

#progress-bar-container li.active:before,
#progress-bar-container li:hover:before {
  background: #53a7d1;
}

#progress-bar-container li {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  color: #eee;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  font-weight: 500;
  transition: all ease 0.2s;
  vertical-align: bottom;
  height: 50px;
  position: relative;
}

#progress-bar-container li .step-inner {
  position: absolute;
  width: 100%;
  bottom: -20%;
  font-size: 14px;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
  color: #53a7d1;
}


#progress-bar-container li.active:after {
  background: #53a7d1;
}

#progress-bar-container #line {
  margin-bottom: 30;
  width:80%;
	margin: 90px auto;
	background: #eee;
	height:6px;
	left:10%;
	top:99px;
	z-index:1;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
	content:" ";
	width:3%;
	height:100%;
	background: #207893;	 
	background: linear-gradient(to right, #207893 0%,#2ea3b7 100%); 
	z-index:2;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-content-section {
  width: 90%;
  margin: auto;
  background: #f3f3f3;
  border-radius: 10px;
  top: 10px;
}

#progress-content-section .section-content{
  margin-top: 50px;
  padding: 30px 40px;
  text-align: left;
}

#progress-content-section .section-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size:17px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
}

#progress-content-section .section-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
	font-size:16px;
	line-height:1.8em;
	color: rgb(26, 26, 26);
}

#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
  opacity:0;
}

#progress-content-section .section-content.active {
	display:block;
}

@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}
	
	100% {
		transform:translateY(0px);
		opacity:1;
	}
}

.fa-check {
  color: #ffffff;
}

/* Powerbond End */

/* Project Start */

.Prohead {
  color: #ddd;
  text-align: center;
  padding: 32px;
}

.Prohead h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.Prohead p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.fotos {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columna {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.columna img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columna {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columna {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* Project End */

/* Lineatiempo Start */

.lineatiempo{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: transparent url(img/01POWERBOND/01location_Mesa\ de\ trabajo\ 1.png) center 0 no-repeat;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  position: relative;
}

.lineatiempo:hover{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: transparent url(img/01POWERBOND/06hover-06.png) center 0 no-repeat;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  transition: 0.5s ease-in-out;
  position: relative;

}

.lineatiempo02{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: transparent url(img/01POWERBOND/02Engineering.png) center 0 no-repeat;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  position: relative;

}

.lineatiempo02:hover{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: transparent url(img/01POWERBOND/07hover-07.png) center 0 no-repeat;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  transition: 0.5s ease-in-out;
  position: relative;
}


.lineatiempo03{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: transparent url(img/01POWERBOND/03Law-03.png) center 0 no-repeat;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  position: relative;

}

.lineatiempo03:hover{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: transparent url(img/01POWERBOND/08hover-08.png) center 0 no-repeat;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  transition: 0.5s ease-in-out;
  position: relative;

}

.lineatiempo04{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: transparent url(img/01POWERBOND/04Construction-04.png) center 0 no-repeat;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  position: relative;
}

.lineatiempo04:hover{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: transparent url(img/01POWERBOND/09hover-09.png) center 0 no-repeat;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  transition: 0.5s ease-in-out;
  position: relative;

}

.lineatiempo05{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: transparent url(img/01POWERBOND/05free-05.png) center 0 no-repeat;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  position: relative;
}

.lineatiempo05:hover{
  width: 100%;
  margin: 0 auto;
  height: auto;
  background: transparent url(img/01POWERBOND/10hover-10.png) center 0 no-repeat;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  transition: 0.5s ease-in-out;
  position: relative;

}


.lineatiempo h2{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
  padding-bottom: 10px;
  font-size: 20px;
}

.lineatiempo02 h2{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
  padding-bottom: 10px;
  font-size: 20px;
}

.lineatiempo03 h2{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
  padding-bottom: 10px;
  font-size: 20px;
}

.lineatiempo04 h2{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
  padding-bottom: 10px;
  font-size: 20px;
}

.lineatiempo05 h2{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
  padding-bottom: 10px;
  font-size: 20px;
}

.lineatiempo h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #53a7d1;
  font-size: 20px;
}

.lineatiempo02 h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #53a7d1;
  font-size: 20px;
}

.lineatiempo03 h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #53a7d1;
  font-size: 20px;
}

.lineatiempo04 h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #53a7d1;
  font-size: 20px;
}

.lineatiempo05 h2 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #53a7d1;
  font-size: 20px;
}

.lineatiempo p{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 15px;
}

.lineatiempo02 p{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 15px;
}

.lineatiempo03 p{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 15px;
}

.lineatiempo04 p{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 15px;
}

.lineatiempo05 p{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 15px;
}

.lineatiempo:before{
  box-sizing: border-box;
}

.lineatiempo02:before{
  box-sizing: border-box;
}

.lineatiempo03:before{
  box-sizing: border-box;
}

.lineatiempo04:before{
  box-sizing: border-box;
}

.lineatiempo05:before{
  box-sizing: border-box;
}

.lineatiempo:after{
  box-sizing: border-box;
}

.lineatiempo02:after{
  box-sizing: border-box;
}

.lineatiempo03:after{
  box-sizing: border-box;
}

.lineatiempo04:after{
  box-sizing: border-box;
}

.lineatiempo05:after{
  box-sizing: border-box;
}

.icone img {
  max-width: 100%;
  width: 25px;
}

.caja {
  position: relative;
  width: 50%;
  color: white;
}

.caja .divider {
  position: relative;
  width: 135px;
  background-color: white;
  height: 2px;
  left: 129px;
  margin: 5px 0 5px;
}

.caja.dere .divider {
  left: 280px;
}

.caja .divider:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: -12px;
  top: -5px;
  border: 2px solid white;
  border-radius: 50%;
  z-index: 1;
}

.izq {
  left: 0;
}

.dere {
  left: 50%;
}

.icone .textos {
  width: 190px;
  text-align: center;
}

.dere .icone,
.dere .textos {
  margin-left: 0px;
}

.icone {
  width: -50px;
}

.caja {
  position: relative;
}

/* Lineatiempo End */

/* cuaro PB Start */

.cuaro {
  position: absolute;
  background-color: #7F7F7F;
}

.cuaro02 {
  position: absolute;
  background-color: #3D3D3D;
}

.cuaro03 {
  position: absolute;
  background-color: #2B2A2A;
}

.cuaro04 {
  position: absolute;
  background-color: #1C1C1C;
}

.cuaro05 {
  position: absolute;
  background-color: #111111;
}

/* cuaro PB End */

/*Info start*/
.infografia {
  width: 100%;
  height: 500px;
  max-height: 500px;
  display: -ms-flexbox;
  -ms-flexbox-wrap: wrap;
  -ms-flexboxdirection: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
}

/*division*/
.infotem01 {
  width: 20%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-image: url(img/01POWERBOND/10location-11.png);
  background-repeat: repeat-y;
  background-repeat: no-repeat;
  background-color: #ABD864;
  cursor: pointer;
}
.infotem01:hover {
  width: 20%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-image: url(img/01POWERBOND/11hover-12.png);
  background-repeat: no-repeat;
  background-color: #3D3D3D;
  transition: .6s ease;
  cursor: pointer;
}
.infotem01 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
}
.infotem01 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
}
.infotem01 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #89BD51;
}
.infotem01 ul {
  list-style: none;
  display: none;
}
.infotem01:focus{
  background-color: #3D3D3D;
  cursor: pointer;
  border: none;
  outline: none;
}
.infotem01:focus ul {
  list-style: none;
  display: flex;
  flex-flow: column;
}
.infotem01:focus li {
  width: 100%;
  position: relative;
  background-color: #3D3D3D;
  height: 100%;
  padding: 10px 0;
}
.infotem01:hover h2{
  color: #89BD51;
}
/*division*/

/*division*/
.infotem02 {
  width: 20%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-image: url(img/01POWERBOND/12inge-13.png);
  background-repeat: no-repeat;
  background-color: #89BD51;
  cursor: pointer;
}
.infotem02:hover {
  width: 20%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-image: url(img/01POWERBOND/12hover-14.png);
  background-repeat: no-repeat;
  background-color: #3D3D3D;
  transition: .6s ease;
  cursor: pointer;
}
.infotem02 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
}
.infotem02 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
}
.infotem02 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #89BD51;
}
.infotem02 ul {
  list-style: none;
  display: none;
}
.infotem02:focus{
  background-color: #3D3D3D;
  cursor: pointer;
  border: none;
  outline: none;
}
.infotem02:focus ul {
  list-style: none;
  display: flex;
  flex-flow: column;
}
.infotem02:focus li {
  width: 100%;
  position: relative;
  background-color: #3D3D3D;
  height: 100%;
  padding: 10px 0;
}
.infotem02:hover h2{
  color: #89BD51;
}
/*division*/

/*division*/
.infotem03 {
  width: 20%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-image: url(img/01POWERBOND/13law-15.png);
  background-repeat: no-repeat;
  background-color: #5F9640;
  cursor: pointer;
}
.infotem03:hover {
  width: 20%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-image: url(img/01POWERBOND/13hover-16.png);
  background-repeat: no-repeat;
  background-color: #3D3D3D;
  transition: .6s ease;
  cursor: pointer;
}
.infotem03 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
}
.infotem03:hover h2{
  color: #89BD51;
}
.infotem03 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
}
.infotem03 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #89BD51;
}
.infotem03 ul {
  list-style: none;
  display: none;
}
.infotem03:focus{
  background-color: #3D3D3D;
  cursor: pointer;
  border: none;
  outline: none;
}
.infotem03:focus ul {
  list-style: none;
  display: flex;
  flex-flow: column;
}
.infotem03:focus li {
  width: 100%;
  position: relative;
  background-color: #3D3D3D;
  height: 100%;
  padding: 10px 0;
}
/*division*/

/*division*/
.infotem04 {
  width: 20%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-image: url(img/01POWERBOND/14construction-17.png);
  background-repeat: no-repeat;
  background-color: #508535;
  cursor: pointer;
}
.infotem04:hover {
  width: 20%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-image: url(img/01POWERBOND/14hover-18.png);
  background-repeat: no-repeat;
  background-color: #3D3D3D;
  transition: .6s ease;
  cursor: pointer;
}
.infotem04 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
}
.infotem04 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
}
.infotem04 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #89BD51;
}
.infotem04 ul {
  list-style: none;
  display: none;
}
.infotem04:focus{
  background-color: #3D3D3D;
  transition: .6s ease;
  cursor: pointer;
  border: none;
  outline: none;
}
.infotem04:focus ul {
  list-style: none;
  display: flex;
  flex-flow: column;
}
.infotem04:focus li {
  width: 100%;
  position: relative;
  background-color: #3D3D3D;
  height: 100%;
  padding: 10px 0;
}
.infotem04:hover h2{
  color: #89BD51;
}
/*division*/

/*division*/
.infotem05 {
  width: 20%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-image: url(img/01POWERBOND/15release-19.png);
  background-repeat: no-repeat;
  background-color: #47752C;
  cursor: pointer;
}
.infotem05:hover {
  width: 20%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-image: url(img/01POWERBOND/15hover-20.png);
  background-repeat: no-repeat;
  background-color: #3D3D3D;
  transition: .6s ease;
  cursor: pointer;
}
.infotem05 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
}
.infotem05 p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
}
.infotem05 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #89BD51;
}
.infotem05 ul {
  list-style: none;
  display: none;
}
.infotem05:focus{
  background-color: #3D3D3D;
  cursor: pointer;
  border: none;
  outline: none;
}
.infotem05:focus ul {
  list-style: none;
  display: flex;
  flex-flow: column;
}
.infotem05:focus li {
  width: 100%;
  position: relative;
  background-color: #3D3D3D;
  height: 100%;
  padding: 10px 0;
}
.infotem05:hover h2{
  color: #89BD51;
}
/*division*/

@media screen and (max-width: 800px) {
  .infografia {
    display: flex;
    flex-direction: column;
    flex-flow: column;
  }
  .infotem01{
    width: 100%;
  }
  .infotem01:hover{
    width: 100%;
  }
  .infotem01:focus{
    width: 100%;
  }
  .infotem02{
    width: 100%;
  }
  .infotem02:hover{
    width: 100%;
  }
  .infotem02:focus{
    width: 100%;
  }
  .infotem03{
    width: 100%;
  }
  .infotem03:hover{
    width: 100%;
  }
  .infotem03:focus{
    width: 100%;
  }
  .infotem04{
    width: 100%;
  }
  .infotem04:hover{
    width: 100%;
  }
  .infotem04:focus{
    width: 100%;
  }
  .infotem05{
    width: 100%;
  }
  .infotem05:hover{
    width: 100%;
  }
  .infotem05:focus{
    width: 100%;
  }
}

.politica{
  padding: 20px 80px;
  display: flex;
  flex-flow: column;
  background-color: #3D3D3D;
  cursor: pointer;
}
.politica2{
  padding: 20px 80px;
  display: flex;
  flex-flow: column;
  background-color: #3D3D3D;
  cursor: pointer;
  margin-top: 15%;
}
.politica:hover{
  background-color: #333333;
}
.politica2:hover{
  background-color: #333333;
}
.politica h2{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
}
.politica span{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #53a7d1;
}
.politica p{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  text-align: justify;
}
.politica li{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  text-align: justify;
}
.politica .politex{
  color: #53a7d1;
}
.politica2 h2{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
}
.politica2 span{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #53a7d1;
}
.politica2 p{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  text-align: justify;
}
.politica2 li{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  text-align: justify;
}
.politica2 .politex{
  color: #53a7d1;
}
@media screen and (max-width: 800px) {
  .politica{
    padding: 20px 32px;
  }
  .politica:hover{
    background-color: #333333;
  }
  .politica h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: white;
  }
  .politica span{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #53a7d1;
  }
  .politica p{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: white;
    text-align: justify;
  }
  .politica li{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: white;
    text-align: justify;
  }
  .politica .politex{
    color: #53a7d1;
  }
  .politica2{
    padding: 20px 32px;
  }
  .politica2:hover{
    background-color: #333333;
  }
  .politica2 h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: white;
  }
  .politica2 span{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #53a7d1;
  }
  .politica2 p{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: white;
    text-align: justify;
  }
  .politica2 li{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: white;
    text-align: justify;
  }
  .politica2 .politex{
    color: #53a7d1;
  }
}

.by{
  margin: 20px 40%;
}

.by h1{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: rgb(175, 175, 175);
  margin: 10px 100px;
}

.ask{
  margin: 10px 10px;
  margin-bottom: 20px;
}
.ask h1{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 0.5s ease;
  cursor: pointer;
}

.ask h1:hover{
  color: #53a7d1;
}

@media screen and (max-width: 800px){
  .by{
    margin: 20px 20% !important;
  }
}

 /* Popup */

 .pop{
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  padding: 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.30);
  background-color: #fff;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
  border-radius: 15px;
}
@media only screen and (max-width: 800px){
  .pop{
      width: 90%;
      height: auto;
      position: absolute;
      margin-top: 50%;
  }
  .bopop{
    padding: 10px 41.5% !important;
  }
  .boop{
    padding: 10px 40% !important;
  }
}
.pop.active{
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease;
}
.bopop{
  width: 100%;
  cursor: pointer;
  color: #fff;
  background-image: linear-gradient(to right, #eb3232, #ca2828);
  padding: 10px 47%;
  border-radius: 5px;
  margin-top: 25px;
}
.boop{
  width: 100%;
  cursor: pointer;
  color: #fff;
  background-image: linear-gradient(to right, #99B71A, #6D8325);
  padding: 10px 46%;
  border-radius: 5px;
  margin-top: 10px;
}
.pop h2{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #99B71A;
  font-size: 30px;
}
.pop a{
  color: #2B2A2A;
}
.pop h2 span{
  color: #6D8325;
}
.pop h3{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #6D8325;
}
.pop p{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #24252A;
  text-align: justify;
}
.pop .adver{
  color: #7c7c7c;
}
.pop p span{
  color: #99B71A;
}
.pop ul li{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #24252A;
}
.pop ul li span{
  color: #99B71A;
}
/* Popup */

/* presentacion */

.presentacion{
  display: flex;
  flex-flow: column;
  width: 100%;
  height: auto;
  background-color: #24252A;
  cursor: pointer;
}
.imca{
  width: 100%;
}

.impre{
  height: 150px;
  padding-left: 37%;
  padding-top: 1%;
}

.textr{
  padding-top: 1%;
  padding-left: 22%;
  text-align: justify;
  padding-right: 12%;
}
.textr h2 span{
  color: #53a7d1;
}

.presentacion h2{
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 32px;
color: whitesmoke;
}
.presentacion h4{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 24.7px;
  color: whitesmoke;
  padding-left: 24%;
}
.presentacion p{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: whitesmoke;
  padding-bottom: 30px;

}
.presentacion p span{
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #53a7d1;
}

@media only screen and (max-width: 800px) {
  .presentacion{
      height: auto;
  }
  .textr{
      padding-left: 10%;
  }
  .impre{
      padding-left: 10%;
  }
  .presentacion h4{
      padding-left: 0%;
  }
  .presentacion p{
      padding-bottom: 20px;
  }
}
/* presentacion */

/*Explicacion*/
  .exp{
    margin: 40px 10%;
    text-align: justify;
  }
  .divi{
    display: flex;
    flex-flow: wrap row;
    align-content: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .ie{
    padding-left: 8%;
    padding-bottom: 10px;
  }
  .exp h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
  .exp h2 span{
    color: #2ea3b7;
  }
  .exp p{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 10px 0;
  }
  .ie h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .ie p{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff;
    width: 300px;
    text-align: justify;
    padding: 10px 0;
  }
  
  .ie img{
    padding-left:15%;
  }

  @media screen and (max-width: 800px){
    .ie{
      padding-left: 30px !important;
    }
  }

  .servo{
    width: 300px;
  }
/*Explicacion*/
