/* diseño,montaje html y front-end UX/UI por Rafael Olea contacto@rafelolea.cl www.rafaelolea.cl */
@import url("font-awesome/css/font-awesome.min.css"); /* icons FontAwesome 4 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');

body {font-family: 'Montserrat', sans-serif;}
h1, h2, h3, h4 {font-family: 'Bellefair', serif;}
h2 {font-size: 20px; font-weight: 600;}
a:hover {text-decoration: none;}
p {font-size: 15px; line-height: 30px; color: #606161;}
.btn {font-size: 15px; font-weight: 500; border-radius: 0;}
.btn-dark {color: #fff; color:#FECB4A; background-color: #000; border-color:#000;}
.btn-dark:hover {color: #fff; background-color: #000; border-color:#000;}
.form-check {margin: .5em 0;}
.bg-dark {background-color:#1a1a1a !important;}
ul li {font-size: 15px; line-height: 30px; color: #606161;}
ul li strong {font-weight: 600;}

header {background: #1a1a1a; padding: 20px 0;}
.logo img {max-width: 170px; height:auto;}
.h-contactos {text-align: right; margin-right: 15px; padding-top: 5px;}
.h-contactos a {color:#fff; margin-left: 10px; font-weight: 600;}
.h-contactos a:hover {color: #FECB4A;}

/* >> MENU << */
.menu-principal { margin:0; }
.menu-principal-mensaje {margin: 1.5em 0;}
.menu-principal-mensaje img {width: 300px; height: auto; padding: 15px; margin: 0 auto; display: block; text-align: center;}

/* >> BODY << */
.list-group-item {padding: 8px 15px; font-size:1em; border-left: 0; border-right:0; font-size: 15px; font-weight: 500;}
.list-group-item.active {background-color: #FECB4A; border-color: #FECB4A;}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.titulo-lista {background: #000; color:#fff; padding: 5px 10px;}
.titulo-lista h3 {margin: 0;}
.video {position: absolute; width: 100vw; height: 100vh;object-fit: cover;}
.cuadro-bienvenida {background: #f3f3f3; color:#2e2e2e; max-width:90%; margin: 2em auto; padding: 1em; position:relative; left: 0; bottom:90px;}
.cuadro-bienvenida h1 {font-size: 28px; text-transform: uppercase;}

.caracteristicas {max-width:75%; margin:2em auto; color: #fff; margin-top:-60px;}
.caracteristicas h2 {font-size: 25px;}
.caracteristicas p {font-weight: 300; color:#d5d5d5;}
.caracteristicas img {margin-right:10px;}
.caracteristicas span a {color: #d5d5d5; font-family: 'Bellefair', serif; font-size: 20px;}
.caracteristicas span a:hover {color: #FECB4A;}
.caracteristicas strong a {color: #FECB4A;}
.caracteristicas strong a:hover {color: #fff;}
.caract-1 {background: #000; padding: 1em;}
.caract-2 {background: #2e2e2e; padding: 1em;}

.categorias img {margin: 1.2em 0;}

.perfiles-abogados {max-width: 370px; margin:3em auto}
.perfiles-abogados img {display:inline-block;}
.titulo-abogado {background: #000; padding: 1em;}
.titulo-abogado h2 {color:#fff; font-size: 24px; margin: 0;}
.titulo-abogado h3 {color:#FECB4A; font-family: 'Montserrat', sans-serif; font-size: 20px;}
.contacto-abogado {border-top: 2px solid#eee; padding-top: 10px; margin-bottom:4em ;}
.contacto-abogado a {color: #000; }
.contacto-abogado a:hover {color: #FECB4A;}
.contacto-abogado p {margin: 0;}


.modal-title {color:#020b7c;}
.cv-modal .modal-body {background: #fff; color:#000;}
.productos-modal .modal-body {background: #000; color:#fff;}

.titulos {background: #1a1a1a; color:#fff; padding: 5px 20px; margin-bottom: 1em;}
.titulos h4 {margin:0;}

/* >> VARIOS << */
iframe {width:100%; min-width: 400px;}
/* swiper carrusel */
.swiper-container { width: 100%; height: 100%; }
.swiper-slide { background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

.contacto-contenedor {background: url(../images/fondo-contacto.jpg) top center no-repeat;}
.contacto-enlace img {margin-top: 2em;}
.contacto-enlace p {font-size: 1.8em;}
.contacto-enlace a {color:#fff;}
.contacto-enlace a:hover {color:#FECB4A;}
.rafael a {font-family: 'Montserrat', sans-serif; text-align: right; font-size: .9em; float: right; color: #8a8a8a; text-decoration:none;}
.rafael a:hover {color: #fff;}

/* >> FOOTER << */
footer {background: #1a1a1a; padding: 2em 0; color: #d5d5d5; font-family: 'Bellefair', serif; position: relative; }
.cubo {position:absolute; right:40px; top:-15px;}
footer p {font-size: 20px; margin: 0; color: #d5d5d5;}
footer a {color: #d5d5d5;}
footer a:hover {color: #FECB4A;}
.f-redes a:hover {opacity: .5;}
.f-logo {max-width: 150px; height:auto; margin-right: 25px;}

.formularios-internos { padding: 1em 4em;}
.formularios-internos .textarea {height:150px;}
.img-contacto img {max-width: 700px;}
.fondo-confirma {background: #fff;}
.logo-confirma {text-align: center; }
.logo-confirma img {max-width: 200px;}
.mensaje-correo {max-width: 80%; margin:6em auto;}
.mensaje-correo h2 strong {color:#FECB4A;}

.img-gray img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
  }
  .img-gray img {
    float: left;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
  }
  .img-gray img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }

  .img-gray2 img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
  }
  .img-gray2 img {
    float: left;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
  }
  .img-gray2 img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
  }

/* >>> >>> MEDIA QUERIES <<< <<< */
@media (max-width: 1380px) {
    .productos-items h2 {font-size: 1em;}
}
@media (max-width: 992px) {
    .equipo-integrante {width: 30%;}
    .productos-items {max-width: 40%; margin:1em 2em;}
    .productos-items h2 {font-size: .9em;}
    .productos-items img {max-width: 80px; margin: .5em auto;}
    .logo {display: block; text-align: center; margin: 0;}
    .nav-menu > ul {justify-content: center !important;}
    video {width:70%; height: auto; margin:0 auto; display: block;}
    .titulo-abogado {padding-top: 5px;}
    .titulo-abogado h2 {font-size: 22px;}
}
@media (max-width: 768px) {
    .equipo-integrante {width: 48%;}
    .rafael a {text-align: center; float: none; margin: 2em auto 0 auto; display: block;}
    .productos-items h2 {font-size: .8em;}
    .equipo-integrante h2, .equipo-integrante p {font-size: 1em;}
    .equipo-integrante img {max-width: 150px;}
    .h-contactos {text-align: center;}
    header {padding-bottom: 0;}
    .h-contactos a {margin-bottom: 10px; display: inline-block;}
    .formularios-internos {max-width: 100%; }
 }
@media (max-width: 576px) {
    video {width: 100%; margin: 0;}
    .caracteristicas {max-width:100%;}
    .equipo-integrante {width: 98%;}
    .equipo-integrante img {max-width: 40%; margin: 1em auto;}
    .equipo {margin: 2em 0;}
    .titulo-izq h2 { display: block; text-align: center; padding-right: 0;}
    .footer-logo img {max-width: 200px; height: auto;}
    .titulos h1, .titulos h2 {font-size: 1.5em;}
    .productos-box {padding: 1.5em 0;}
    .f-contactos a {display: inline-block;}
    .f-menu {margin-bottom: 1em !important;}
    .f-logo img {margin-bottom: 20px;}
    .contacto-enlace img {max-width: 60px;}
    .f-contactos a {margin:5px 0;}
    .equipo-integrante img {border: 5px solid #fff;}
    .logo {display: block; text-align: center; margin: 0;}
    .logo img {max-width: 150px; margin: 10px auto;}
    .nav-menu a {display: inline-block !important;}
    .nav-menu {margin: 0 auto !important;}
    .h-contactos {display: none !important;}
    .formularios-internos {max-width: 100%; }
    .f-footer {flex-direction:column !important;}
    .f-footer a {display: inline-block;}
}

/* Efectos animación imágenes Hover */
/* Grow */
.hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.04); transform: scale(1.04); }
/* Shrink */
.hvr-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active { -webkit-transform: scale(0.95); transform: scale(0.95); }