@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

/* cabeceras */

.header {
  background: url(../images/imag1.jpg) no-repeat center;
  background-size: cover;
  min-height: 90vh;
}

.header-internas {
  background: url(../images/Cabecera-internas.png) no-repeat center;
  background-size: cover;
  min-height: 50vh;
}

.header-nosotros {
  background: url(../images/nosotros/Cabecera.png) no-repeat center;
  background-size: cover;
  min-height: 50vh;
}

.header-nosotros .title-header h1 {
  text-align: center;
  margin-top: 150px !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px !important;
}

.header-servicios {
  background: url(../images/servicios/Cabecera.png) no-repeat center;
  background-size: cover;
  min-height: 50vh;
}

.header-servicios .title-header h1 {
  text-align: center;
  margin-top: 150px !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px !important;
}

.header-abogados {
  background: url(../images/abogados/Cabecera.png) no-repeat center;
  background-size: cover;
  min-height: 50vh;
}

.header-abogados .title-header h1 {
  text-align: center;
  margin-top: 150px !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px !important;
}

.header-contacto {
  background: url(../images/servicios/Cabecera.png) no-repeat center;
  background-size: cover;
  min-height: 50vh;
}

.header-contacto .title-header h1 {
  text-align: center;
  margin-top: 150px !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px !important;
}

.header-abogados {
  background: url(../images/servicios/Cabecera.png) no-repeat center;
  background-size: cover;
  min-height: 50vh;
}

.header-contacto .title-header h1 {
  text-align: center;
  margin-top: 150px !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px !important;
}

/* navbar */

.header .navbar {
  background-color: transparent !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: white !important;
  font-family: "Roboto", sans-serif;
  font-weight: medium;
  font-size: 16px !important;
}

.header .title-header h1 {
  text-align: center;
  margin-top: 260px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 50px !important;
}

.header-internas .title-header h1 {
  text-align: center;
  margin-top: 130px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px !important;
}

#button_header {
  border-color: #fff;
  color: #fff;
}

#button_header:hover {
  background-color: #2c81c3;
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
}

/* nosotros */

.nosotros img {
  height: 400px;
  width: 100%;
}

.nosotros hr {
  border-top: 3px solid #2c81c3;
  width: 50px;
  margin: 0;
  padding-bottom: 30px;
}

.nosotros h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
}

.about-inicio {
  height: 400px;
  background-color: #2c81c3 !important;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}

.about-inicio h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.about-inicio p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#about-img{
  margin-top:110px;
}

/* servicios */

.servicios-inicio h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.servicios-inicio hr {
  border-top: 3px solid #2c81c3;
  width: 50px;
  padding-bottom: 30px;
}

.servicios-inicio .s-stitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px !important;
}

.servicios-inicio h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.servicios-inicio {
  background-color: #14243b;
  padding: 10px;
}
.servicio-title {
  color: #fff;
  text-align: center;
}

.servicios-info p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.servicios-info-title {
  color: #2c81c3;
}

.spacing-servicios {
  height: 30px;
}

/* servicios pagina interna */

.services h3 {
  font-family: "Roboto", sans-serif;
  font-weight: medium;
  font-size: 30px;
}
.services p {
  font-family: "Montserrat", sans-serif;
  font-weight: regular;
  font-size: 16px;
}

.services hr {
  border-top: 3px solid #2c81c3;
  width: 50px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin: 0;
}

/* abogados */
.title-abogados {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#hr-ttle-serv {
  border-top: 3px solid #2c81c3;
  width: 50px;
  padding-bottom: 30px;
}

.title-abogados h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.info-abogados h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.info-abogados p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.abogados hr {
  border-top: 1px solid #000;
  width: 80px;
}

/* page interna aboagdos */

.abogado-page h5{
  font-family: "Roboto", sans-serif;
  font-weight: medium;
  font-size: 30px;
}

.abogado-page .socio #title-socio{
  font-family: "Roboto", sans-serif;
  font-weight: medium;
  font-size: 25px;
}

.abogado-page .socio #title{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
}

.abogado-page .socio p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
}


.abogado-page p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.abogado-page .contenido ul li{
  margin-left: -20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.abogado-page hr{
  border-top: 3px solid #2c81c3;
  width: 50px;
  padding-top: 10px;
  margin: 0;
}


/* publicaciones */
.publicaciones {
  background-color: #e7e7e7;
}

.publicaciones hr {
  border-top: 3px solid #2c81c3;
  width: 50px;
  padding-bottom: 30px;
}
.publicaciones h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.title-publicaciones .s-ptitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.ftco-section h3 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.ftco-section span {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.publicaciones .title-publicaciones {
  text-align: center;
}

/* contacto */
.contacto {
  margin-top: -120px;
  background-image: url("../images/Fondo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* height: 80vh; */
  height: 800px;
}


.ct-content-contacto
{
  padding: 100px 0px 0px 0px;
}

.contacto hr {
  border-top: 3px solid #fff;
  width: 50px;
  padding-bottom: 30px;
}

.contacto-formulario hr {
  border-top: 3px solid #2c81c3;
  width: 50px;
  padding-bottom: 30px;
}

.contacto form input {
  background-color: transparent !important;
}

.contacto form textarea {
  background-color: transparent !important;
}
.contacto form textarea::placeholder {
  color: #fff !important;
}

.contacto form input::placeholder {
  color: #fff !important;
}

#formulario_contacto .button {
  text-align: center;
}

#formulario_contacto button {
  background-color: #14243b;
  border-color: #14243b;
  width: 200px;
  border-radius: 0px;
}

/* publicaciones */
.page-publicaciones .s-ptitle{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.page-publicaciones .card{
  border-radius: 0px;
}

.page-publicaciones .card h5{
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.page-publicaciones .card p{
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
}


/*footer*/

footer {
  background-color: #14243b;
}

.pie-pagina {
  color: #2c81c3 !important;
}

/*whatsapp*/
.wsp_fixed {
  display: block;
  width: 38px;
  height: 38px;
  position: fixed;
  right: 5%;
  top: 500px;
  z-index: 5;
}
.wsp_icon {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.wsp_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.wsp_gota1 {
  display: block;
  width: 55px;
  height: 55px;
  background: rgba(92, 207, 63, 0.29);
  border-radius: 50%;
  -webkit-animation: gota 1s infinite ease;
  -moz-animation: gota 1s infinite ease;
  -o-animation: gota 1s infinite ease;
  -ms-animation: gota 1s infinite ease;
  animation: gota 1s infinite ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.wsp_gota2 {
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(92, 207, 63, 0.2);
  border-radius: 50%;
  -webkit-animation: gota 1s infinite ease;
  -moz-animation: gota 1s infinite ease;
  -o-animation: gota 1s infinite ease;
  -ms-animation: gota 1s infinite ease;
  animation: gota 1s infinite ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@-moz-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

/* carousel*/

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 1;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -60px;
  color: rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #1089ff;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.work {
  width: 100%;
}
.work .img {
  width: 100%;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}
.work .img .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .work .img .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* .work .text h3 {
  font-size: 18px;
  font-weight: 500;
} */
.work .text h3 a {
  color: #000;
}
/* .work .text span {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
} */
.work:hover .img .icon {
  opacity: 1;
}

.formulario_index .form-control{
  color: #fff !important;
}