/* Import */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Lato", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #001026;
}
ol, ul {
	padding-left:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**************** Header ****************/
/* CTA */
.navbar-home {
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(21px) saturate(2.5);
}
/* Logo */
.logo-eagle {
    max-width: 290px;
}
/* Nav */
#navegacion .nav-link {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
}
#navegacion-int .nav-link {
    text-transform: uppercase;
    color: #000;
    font-size: 1em;
    font-weight: 600;
}
#navegacion .nav-link:hover, #navegacion .nav-link.active {
    color: #E4002B;
}
#navegacion-int .nav-link:hover, #navegacion-int .nav-link.active {
    color: #E4002B;
}
.dropdown-menu {
    background-color: #FFFFFF;
	border:0;
    border-radius: 20px;
    padding-top: 25px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 5px;
    margin-top: 20px!important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
a.dropdown-item {
    color: #0049ac;
	font-size:1em;
	padding:10px 0;
	font-weight: 600;
}
a.dropdown-item:hover {
   color: #666666;
	background:none;
}
.dropdown-menu .description {
    color: #666666;
    font-size: .8em;
    padding-top: 8px;
    padding-bottom: 25px;
    display: block;
}
/* Menu Moviles */ 
.navbar-toggler {
	border:none;
	margin:0 auto;
}
.navbar-home {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
	box-shadow:none;
}
@media only screen and (max-width: 600px) {
/* Logo */
.logo-eagle {
    max-width: 250px;
}
.navbar {
	max-width:100%;
}
#navegacion .menu-item {
    text-align: right;
	padding-right:10px;
	font-size:1.3em;
}
.dropdown-menu {
	border:0;
    border-radius: 0;
    padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
    margin-top: 0!important;
	box-shadow: none;
}
a.dropdown-item {
	font-size:.8em;
	padding:0;
	word-wrap: normal !important;
    white-space: normal;
}
.dropdown-menu .description {
	font-size: .6em;
}
}
/**************** Footer ****************/
.bg-footer {
	background-color: #333f48;
}
footer li {
    font-size: .75em;
    list-style-type: none;
    line-height: 1;
}
footer .footer-logo h3 {
	font-weight:800;
	font-size:1.4em;
}
footer .footer-logo span {
	color:#FFFFFF;
}
footer .footer-logo img {
	display: block;
	padding:0 20px 20px 20px;
}
ul.social-footer {
    padding-left: 0;
}
footer .social-footer li {
	padding: .5rem 0;
}
footer h5 {
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: 700;
	padding-bottom: 10px;
}
footer .txt-direccion {
    font-size: .85em;
    line-height: 1.5;
}
footer .nav-item a {
    color: #ffffff;
    padding-left: 0;
}
footer .nav-item a:hover {
	opacity: .8;
	color:#FFFFFF;
}
footer .creditos {
    font-size: .75em;
    line-height: 1.5;
}
footer .social-footer a {
	color:#FFFFFF;
	font-size:1.4em;
}
footer .social-footer a:hover {
	opacity:.8;
	color:#FFFFFF;
}

/**************** Shortcodes ****************/
/* Casos */
.slider-casos p {
	font-size:.8em;
	color: #494D53;
	line-height:1.5;
}
.slider-casos h3 {
	font-size:1.3em;
	font-weight:600;
}
/* Testimonios */
.slider-testimonios .card {
	min-height: 340px;
}
.card.card-testimonios {
	background-color:#eef6ff;
	text-align:center;
}
.card-testimonios .card-img-top {
	width:100px!important;
	margin: 20px auto;
	border-radius:50%;
}
.card-testimonios .card-title {
	font-weight: 800;
	font-size: 1em;
}
.card-testimonios .card-text {
	color:#494D53;
	font-weight: 400;
	font-size: .8em;
	line-height:1.5;
}
.card-testimonios .card-text.cargo {
	color:#494D53;
	font-weight: 600;
	font-size: .9em;
	margin: 15px 0;
}
/* noticias */
.card-noticias {
	text-align:center;
	border: none;
}
.card-noticias .card-title {
	color: #001025;
	font-weight: 600;
	font-size: 1.2em;
	
}
.card-noticias .card-title a {
	color: #001025;
	text-decoration: none;
}
.card-noticias .card-body a:hover {
	color:#0049ac;
}
/* Slick */
.slick-prev, .slick-next {
height:50px;
z-index: 1;
}

.slick-prev:before, .slick-next:before {
 font-family: 'base';
 font-size:45px;
  color:#000;
 }
 
 .slick-prev:before {
    content: '\f104';
}
 .slick-next:before {
    content: '\f105';
}
.slick-prev {
    left: -5px;
}
.slick-next {
    right: -5px;
}
/* Paginador */
.pagination .nav-links {
    text-align: center;
    margin: 0 auto;
}
.pagination a {
    color: #001026;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
	text-decoration: none;
}
.pagination .current {
    font-weight: bold;
    background-color: #494D53;
    color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.pagination .next, .pagination .prev {
    color: #494D53;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
	text-decoration: none;
}
/* Carrusel principal */
.slider-full h1 {
	font-size: 1.8em;
	color: #001026;
	text-align: left;
	font-weight: 800;
	line-height:1.3;
}
.slider-full p {
	font-size: .8em;
	text-align: left;
	line-height: 1.4;
}
.slider-full .btn {
	max-width: 50%;
	border:0;
}
.slider-full .superior-slider span {
	padding: 5px 10px;
	border-radius: 5px;
	text-align: left;
	font-size: .8em;
	font-weight: 400;
	color: #ffffff;
	max-width: 50%;
	text-transform: uppercase;

}
/* Pestañas principal */
.slider-pestanas h1 {
	font-size: 2.5em;
	color: #494D53;
	text-align: left;
	font-weight: 800;
	line-height:1.3;
}
.slider-pestanas p {
	font-size: 1em;
	text-align: left;
	line-height: 1.6;
}
.slider-pestanas .btn {
	max-width: 50%;
	border:0;
	padding: 10px 15px;
}
.slider-pestanas-nav h3 {
	padding: 30px;
	background-color: #f1f2f3;
	font-size: 1.2em;
	font-weight: 600;
	border-radius: 10px;
	margin:0 10px;
	height: 120px;
	display: flex;
    justify-content: center;
    align-items: center;
}
/* Flip card */
.card.flip-card {
	border-radius: 0!important;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 180px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
	font-weight:600;
}
.flip-card-back {
  	color: white;
  	transform: rotateY(180deg);
}
/* Responsive */
@media only screen and (max-width: 600px) {
.flip-card-front {
	font-size:.75em;
	font-weight:600;
}
.flip-card-back {
	font-size:.85em;
}
.flip-card-front .imagen-caja {
    padding-bottom: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
}
@media only screen and (min-width: 768px) {
.flip-card-front {
	font-size:.8em;
	font-weight:600;
}
.flip-card-back {
	font-size:.85em;
}
.flip-card-front .imagen-caja  {
    padding-bottom: .8rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
}
@media only screen and (min-width: 992px) {
.flip-card-front {
	font-size:.85em;
	font-weight:600;
}
.flip-card-back {
	font-size:.9em;
}
.flip-card-front .imagen-caja {
    padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
}
/**************** Blog ****************/
/* Listado Blog */
.entry-title {
	font-size:3em;
	font-family: "Lato", sans-serif;
  	font-weight: 600;
	color:#FFF;
	text-align:center;
}
.entry-subtitle {
	font-size:1.4em;
	font-family: "Lato", sans-serif;
  	font-weight: 400;
	color:#FFF;
	text-align:center;
	max-width: 60%;
    margin: 0 auto;
    margin-top: 20px;
	line-height:1.3;
}
@media only screen and (max-width: 600px) {
.entry-subtitle {
	max-width: 85%;
	}
}
.listado-blog {
	border-radius:0;
	border:none;
}
.listado-blog .card-img-top {
	border-radius:0;
}
.listado-blog .card-body {
	padding:20px 0;	
}
a.card-category {
    background-color: #0049ac;
    padding: 5px 10px;
	border-radius:3px;
    font-size: .7em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
	text-decoration:none;
	display: inline-block;
	margin-bottom: 15px;
}
a:hover.card-category {
	background-color: #3f76c2;
}
.caja-blog .card-title a {
	color:#494D53;
	text-decoration:none;
	font-weight:400;
}
.caja-blog .card-title a:hover {
	color:#666666;
	text-decoration:underline;
}
.caja-blog .tituloh2 {
	font-size: 2.5em;
}
.caja-blog .tituloh5 {
	font-size: 1.3em;
}
/* Contenido Blog */
.contenidos-blog .page-content {
	padding: 0 10%;
}
.contenidos-blog .entry-title {
	font-size: 2.6em;
    padding: 20px 0;
    color: #001025;
    font-weight: 700;
	text-align:center;
}
.contenidos-blog .page-content h1, 
.contenidos-blog .page-content h2, 
.contenidos-blog .page-content h3, 
.contenidos-blog .page-content h4, 
.contenidos-blog .page-content h5, 
.contenidos-blog .page-content h6 {
	font-weight:600;
	line-height: 2;
}
.contenidos-blog .page-content p {
	line-height: 2;
	font-size:.9em;
}
.contenidos-blog .page-content ul, .contenidos-blog .page-content ol {
	line-height: 2;
	font-size:.85em;
	margin-left:30px;
	padding-top:20px;
	padding-bottom:20px;
}
.contenidos-blog .page-content b {
	font-weight:600;
}

/* contact Form 7 */
.wpcf7 {
	padding: 0 5%;
}
.wpcf7 label {
    font-size: 1em;
    margin: 10px 10px 10px 0;
	min-width:90%;
}
span.wpcf7-list-item.first {
    margin-left: -5px;
}
.wpcf7-list-item  {
	margin:0;
}
.wpcf7 label span {
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}
.wpcf7 .wpcf7-form-control {
	padding:5px;
	margin-top:10px;
	width:100%;
}
.wpcf7-not-valid-tip {
	margin-top:5px;
}
.wpcf7 input[type=text] {
	border-radius:5px;
	border:1px solid #CCC;
}
.wpcf7 input[type=submit] {
	max-width:200px;
	padding: 10px 20px;
	color: #FFF;
	text-transform: uppercase;
}
.wpcf7 input[type=submit] {
    background-color: #0000;
    color: #FFFFFF;
    border: 2px solid #ffffff;
    border-radius: 20px;
}