@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

* {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
  border: 2px solid #00CC00 !important;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
  border: 2px solid #CC0000 !important;
}

.centered {
  margin: 0 auto;
  display: block;
}

.btnclick {
  cursor: pointer;
}

.padd-0 {
  padding: 0 !important;
}

.text-upper {
  text-transform: uppercase;
}


.cbp-spmenu {
  background: #f2f2f2;
  position: fixed;
}


.cbp-spmenu h3 {
  color: #233050;
  font-size: 1.9em;
  padding: 0px;
  margin: 0;
  font-weight: 300;
  background: rgb(255 255 255 / 30%);
}

.cbp-spmenu a {
  display: block;
  color: #000;
  font-size: 10px;
  
  text-transform: uppercase;
}

.cbp-spmenu-vertical {
  width: 269px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  padding: 11px 20px;
  
  font-weight: 700;
  font-size: 22px;
}

.cbp-spmenu-vertical a:first-child {
  border-bottom: 0px solid #000301;
  padding: 11px;
}

.cbp-spmenu-right {
  right: -269px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

#showRight {
  float: right;
}

#showRight, #nav-icon2, #nav-icon3, #nav-icon4 {
  margin-top: -3px !important;
  width: 39px;
  height: 37px;
  position: relative;
  margin: 6px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-bottom: 0px;
}

#showRight span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #484e28;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#showRight span:nth-child(1) {
  top: -2px;
}

#showRight span:nth-child(2) {
  top: 10px;
}

#showRight span:nth-child(3) {
  top: 23px;
}

#showRight.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#showRight.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#showRight.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 55.1875em){

  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }

  .cbp-spmenu-top {
    top: -110px;
  }

  .cbp-spmenu-bottom {
    bottom: -110px;
  }

}

@media screen and (max-height: 26.375em){

  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 246px;
  }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }

  .cbp-spmenu-right {
    right: -190px;
  }

  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

.close-menu i {
  font-size: 38px;
}

.font-green {
  color: #484d28;
}

.font-dark-green {
  color: #37381c
}

.justify {
  text-align: justify;
}



a {
  color: #484d28;
}

a:hover {
  color: #989b85;
}

body {
  background: #FFF;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(191, 196, 176, 1) 100%);
}
/*-------------- Header ------------------ */
.grid-header {
  padding-top: 20px;
}

.logo-header {
  max-width: 400px;
}

.menu-puntocota {
  margin-top: 12px;
}

/*---Home---*/
.first-section {
  margin-top: 10px;
}

.second-section {
  margin-top: 50px;
}

.grid-hola {
  background: url('img/background-hola.jpg')100% 100% no-repeat;
  background-size: cover;
  height: 700px;
  padding-top: 60px;
}

.hola-div {
  background: rgba(255, 255, 255, .7);
  padding: 50px 40px 30px;
  border-radius: 50px;
  border-top-right-radius: 0;
  border: 2px solid #fff;
}

.reformas-div {
  background: rgba(255, 255, 255, .7);
  padding: 50px 40px 30px;
  border-radius: 50px;
  border-top-right-radius: 0;
  border: 2px solid #fff;
}

.p-divs {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
  font-weight: 700;
}

.grid-puntocota {
  background: url('img/background-puntocota.jpg')100% 100% no-repeat;
  background-size: cover;
  height: 700px;
  padding-top: 80px;
}

.grid-puntos {
  margin-top: 110px;
}

.punto-div-left {
  background: rgb(255, 255, 255);
  padding: 0px 40px 30px;
  border-radius: 40px;
  border-top-left-radius: 0;
  border: 2px solid #fff;
  margin-left: 16px;
  margin-right: 16px;
}

.punto-div-right {
  background: rgb(255, 255, 255);
  padding: 0px 40px 30px;
  border-radius: 40px;
  border-top-right-radius: 0;
  border: 2px solid #fff;
  margin-left: 16px;
  margin-right: 16px;
}

.punto-div-top {
  background: rgb(255, 255, 255);
  padding: 0px 40px 30px;
  border-radius: 40px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 2px solid #fff;
  margin-left: 16px;
  margin-right: 16px;
}

.punto-div-left-bottom {
  background: rgb(255, 255, 255);
  padding: 0px 40px 30px;
  border-radius: 40px;
  border-bottom-left-radius: 0;
  border: 2px solid #fff;
  margin-left: 16px;
  margin-right: 16px;
}

.punto-div-bottom {
  background: rgb(255, 255, 255);
  padding: 0px 40px 30px;
  border-radius: 40px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid #fff;
  margin-left: 16px;
  margin-right: 16px;
}

.punto-div-right-bottom {
  background: rgb(255, 255, 255);
  padding: 0px 40px 30px;
  border-radius: 40px;
  border-bottom-right-radius: 0;
  border: 2px solid #fff;
  margin-left: 16px;
  margin-right: 16px;
}

.circle {
  width: 80px;
  margin-top: -40px;
}

.p-puntos {
  font-size: 13px;
  line-height: 18px;
  
}

.p-oportunidad {
  font-size: 15px;
  line-height: 20px;
}

.hola-slider {
  margin-top: 60px;
  margin-bottom: 200px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

.cell-puntos-oportunidades {
  margin-bottom: 130px;
}

.icon-footer {
  max-width: 20px;
}

.a-footer {
  display: block;
  margin-bottom: 10px;
}

.grid-contacto {
  padding-bottom: 90px;
}

.input-contacto {
  background: rgba(255, 255, 255, .6);
  border: 2px solid #fff;
  border-radius: 32px;
  box-shadow: none;
  font-weight: 700;
  color: #484d28 !important;
}

::placeholder {
  color: #989b85 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #989b85 !important;
}

#mensaje {
  background: rgba(255, 255, 255, .6);
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: none;
  font-weight: 700;
  color: #484d28 !important;
  height: 130px;
}

.send-btn {
  background: #bfc4b0;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  color: #484d28;
  font-size: 19px;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 11px 39px;
  cursor: pointer;;
}

.send-btn:hover, .send-btn:focus {
  background: #3e442f;
  color: #fff;
}

@media screen and (max-width: 430px) {
  .grid-hola {
    background: url(img/background-hola.jpg) 100% 100% no-repeat;
    background-size: cover;
    height: 500px;
    padding-top: 60px;
  }
  .grid-puntocota {
    background: url(img/background-puntocota.jpg) 100% 100% no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .cell-puntocota {
    margin-bottom: 70px;
  }
  .hola-slider {
    margin-top: 54px;
    margin-bottom: 81px;
    margin-left: -9px;
    margin-right: 15px;
  }

  .reformas-div {
    background: rgba(255, 255, 255, .7);
    padding: 28px 23px 30px;
    border-radius: 50px;
    border-top-right-radius: 0;
    border: 2px solid #fff;
  }

  .cell-puntos-oportunidades {
    margin-bottom: 85px;
  }
  .grid-puntos {
    margin-top: 56px;
  }
}
