/*============================================================
PJENL - MAIN STYLES
============================================================*/

body {
    overflow-x: hidden;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*============================================================
TEXTS & LINKS
============================================================*/

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  p, ul, ol, th, td, label {
	font-size: 18px;
    line-height: 1.5;  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  p, ul, ol, th, td, label {
    font-size: 16px;
    line-height: 1.5;
  }
}

a {
    text-decoration: underline;
	color: #003366;
    transition: all 0.5s;
	}
a:hover,
a:focus {
    color: #BCA431;
	text-decoration: none;
	}

a.white {
    text-decoration: underline;
	color: #FFF;
    transition: all 0.5s;
	}
a.white:hover,
a.white:focus {
	color: #BCA431;
	text-decoration: none;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
	}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
	.h1,h1{font-size:48px}
	.h2,h2{font-size:40px}
	.h3,h3{font-size:32px}
	.h4,h4{font-size:28px}
	.h5,h5{font-size:24px}
	.h6,h6{font-size:20px}
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
	.h1,h1{font-size:40px}
	.h2,h2{font-size:32px}
	.h3,h3{font-size:28px}
	.h4,h4{font-size:24px}
	.h5,h5{font-size:20px}
	.h6,h6{font-size:18px}
}

.title-box {margin-bottom: 40px;}
.title-box:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 100px;
  border-bottom: 4px solid #bca431;
}

.title-box-left {margin-bottom: 40px;}
.title-box-left:after {
  content: '';
  display: block;
  width: 100px;
  border-bottom: 4px solid #bca431;
}

.text-uppercase {text-transform:uppercase !important;}
.text-lowercase {text-transform: lowercase !important;}
.text-lite {font-weight:300;}
.text-medium {font-weight:500;}

.text-white {color: #FFF;}
.text-gray-light {color: #EEE;}
.text-gray-medium {color: #CCC;}
.text-gray-dark {color: #222;}
.text-blue-dark {color: #01233f;}
.text-blue-light {color: #003366;}
.text-gold-dark {color: #908233;}
.text-gold-light {color: #bca431;}
.text-red-dark {color: #c44c58;}
.text-red-light {color: #e46c78;}
.text-yellow-dark {color: #d89938;}
.text-yellow-light {color: #f8b95a;}
.text-green-dark {color: #3fa978;}
.text-green-light {color: #60c897;}
.text-cyan-dark {color: #0096b9;}
.text-cyan-light {color: #0cb4d8;}
.text-orange-dark {color: #de443a;}
.text-orange-light {color: #e56d65;}
.text-brown-dark {color: #b3916c;}
.text-brown-light {color: #c2a789;}
.text-purple-dark {color: #91a8d1;}
.text-purple-light {color: #a7b9da;}

/*============================================================
BACKGROUNDS
============================================================*/
.bg-gray-light {background-color: #EEE;}
.bg-gray-dark {background-color: #222;}
.bg-blue-dark {background-color: #01233f;}
.bg-blue-light {background-color: #003366;}
.bg-gold-dark {background-color: #908233;}
.bg-gold-light {background-color: #bca431;}
.bg-red-dark {background-color: #c44c5;}
.bg-red-light {background-color: #e46c78;}
.bg-yellow-dark {background-color: #d89938;}
.bg-yellow-light {background-color: #f8b95a;}
.bg-green-dark {background-color: #3fa978;}
.bg-green-light {background-color: #60c897;}
.bg-cyan-dark {background-color: #0096b9;}
.bg-cyan-light {background-color: #0cb4d8;}
.bg-orange-dark {background-color: #de443a;}
.bg-orange-light {background-color: #e56d65;}
.bg-brown-dark {background-color: #b3916c;}
.bg-brown-light {background-color: #c2a789;}
.bg-purple-dark {background-color: #91a8d1;}
.bg-purple-light {background-color: #a7b9da;}

/*============================================================
HEADER
============================================================*/
header {padding: 20px 0; background-color: #01233f; border-top: 2px solid #bca431;}


/*============================================================
NAVIGATION
============================================================*/
.navbar-dark .navbar-brand{color:#fff; font-size: 2em; font-family: Raleway, "Helvetica Neue", Helvetica, Arial, "sans-serif"; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#bca431}

.navbar-dark .navbar-nav .nav-link{text-transform: uppercase; font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; color:rgba(255,255,255,.55)}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}
.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}
.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}

.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}
.navbar-dark .navbar-toggler-icon{background-image: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, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
.navbar-dark .navbar-text{color:rgba(255,255,255,1)}
.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}

.navbar-dark .divider-vertical {height: 25px; margin: 20px 10px 0px 10px; border-right: 1px solid #ffffff;}

@media (max-width: 767px) {
    .navbar-dark .navbar-brand{font-size: 1.5em;}
	.navbar-dark .divider-vertical {display: none;}
}

.bg-dark-pjenl{background-color:#0e2e49!important}


@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}


.navbar-icon-top .navbar-nav .nav-link > .fa {
  position: relative;
  width: 36px;
  font-size: 24px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  font-family: sans-serif;
}

.navbar-icon-top .navbar-nav .nav-link > .fa {
  top: 3px;
  line-height: 12px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
  top: -10px;
}

@media (min-width: 576px) {
  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 768px) {
  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 992px) {
  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 1200px) {
  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

/*============================================================
HAMBURGUER ICON ANIMATION
============================================================*/

.navbar-toggler .navbar-toggler-icon {color: #ffcc00; transition: .5s ease;}
.navbar-toggler .collapsed .navbar-toggler-icon:nth-child(2){transform: rotate(0)translateY(0)translateX(0);}
.navbar-toggler .collapsed .navbar-toggler-icon:nth-child(3){opacity:1}
.navbar-toggler .collapsed .navbar-toggler-icon:nth-child(4){transform:rotate(0)translateY(0)translateX(0);}
.navbar-toggler .navbar-toggler-icon:nth-child(2){transform: rotate(-45deg)translateY(5px)translateX(-5px);}
.navbar-toggler .navbar-toggler-icon:nth-child(3){opacity: 0}
.navbar-toggler .navbar-toggler-icon:nth-child(4){transform:rotate(45deg)translateY(-4px)translateX(-3px);}



/*============================================================
BUTTONS
============================================================*/

/*General*/
.btn {
	border:none;
	border-radius: 50px;
	font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 30px;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.btn:hover {
	-webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

@media(max-width:768px) {
	.btn {
		font-size: 14px;
		padding: 17px 34px;
		width:100%;
		margin-bottom:10px;
	}
}

/*Tamaños*/
.btn.btn-extra-large {
  font-size: 16px;
  padding: 19px 38px;
}
.btn.btn-large {
  font-size: 14px;
  padding: 17px 34px;
}
.btn.btn-small {
  font-size: 10px;
  padding: 13px 26px;
}
.btn.btn-very-small {
  font-size: 8px;
  padding: 11px 22px;
}

@media(max-width:768px) {
	.btn.btn-extra-large {
	  font-size: 18px;
	  padding: 21px 42px;
		}
	.btn.btn-large {
	  font-size: 16px;
	  padding: 19px 38px;
	}
	.btn.btn-small {
	  font-size: 12px;
	  padding: 15px 30px;
	}
	.btn.btn-very-small {
	  font-size: 10px;
	  padding: 13px 26px;
	}
}

/*Main Action*/
.btn-main-action {
	color: #fff !important;
	background-color: #339966;
	border: 1px solid #339966;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-main-action:hover,
.btn-main-action:focus,
.btn-main-action:active,
.btn-main-action i {
	color: #fff !important;
	background-color: #908233;
	border: 1px solid #908233;
}

/*Primary*/
.btn-primary {
	color: #ddd !important;
	background-color: #003366;
	border: 1px solid #003366;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary i {
	color: #fff !important;
	background-color: #908233;
	border: 1px solid #908233;
}

.bg-gold-dark .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff !important;
	background-color: #bca431;
	border: 1px solid #bca431;
}

/*Secondary*/
.btn-secondary {
	color: #003366 !important;
	background-color: transparent;
	border: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary i {
	color: #fff !important;
	background-color: #908233;
}

/*Disable*/
.btn-disabled {
	color: #fff;
    background-color: #999;
	opacity: .5;
	cursor: default;
}

.btn.btn-disabled,.btn:disabled,fieldset:disabled
.btn{
	color: #fff;
	pointer-events: none;
	background-color: #999;
	border-color: #999;
	opacity: .5
}

/*Outline*/
.btn-outline-main {
	border: 2px solid #339966;
	color: #339966 !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-outline-main:hover, .btn-outline-main:focus {
	border: 2px solid #908233;
	background-color:#908233;
	color: #FFFFFF !important;
}

.btn-outline-primary {
	border: 2px solid #003366;
	color: #003366 !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
	border: 2px solid #908233;
	background-color: #908233;
	color: #FFFFFF !important;
}

/*Box Shadow*/
.btn-box-shadow {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn-box-shadow:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.4);
}

/*Icon Hover Animation*/
.btn.btn-hover-animation > span {
  display: inline-flex;
  align-items: center;
}
.btn.btn-hover-animation .btn-text {
  margin-left: 0px;
  position: relative;
  z-index: 3;
  transition: transform 0.5s;
}
.btn.btn-hover-animation .btn-icon {
  display: inline-flex;
  align-items: center;
  margin-left: -24px;
}
.btn.btn-hover-animation .btn-icon i {
  display: inline-block;
  opacity: 0;
  top: 0;
  transform: translateX(0.24px);
  transition: opacity 0.25s, transform 0.5s;
}
.btn.btn-hover-animation:hover .btn-text {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}
.btn.btn-hover-animation:hover .btn-icon i {
  opacity: 1;
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}
.btn.btn-hover-animation:active {
  border-color: transparent !important;
}

								
/*============================================================
FLOAT BUTTONS
============================================================*/
.scrollToTop {
  display: none;
  bottom: 180px;
  right: 25px;
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  text-align: center;
  text-decoration: none;
  z-index: 1069;
  color: #fff;
  background-color: rgba(136, 136, 136, 0.3);
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:focus {
  background-color: #908233;
  color: #FFF;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.refresh-float {
  bottom: 130px;
  right: 25px;
  font-size: 22px;
  font-weight: 300;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  z-index: 1069;
  color: #FFF;
  background-color: rgba(136, 136, 136, 0.3);
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.refresh-float:hover {
  color: #FFFFFF;
  background-color: #908233;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.refresh-my-float {
  margin-top: 8px;
}

.whatsapp-float {
  bottom: 20px;
  right: 25px;
  font-size: 24px;
  font-weight: 300;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  z-index: 1069;
  color: #FFF;
  background-color: rgba(37, 211, 102, 0.3);
  border: 2px solid #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.whatsapp-float:hover {
  color: #FFFFFF;
  background-color: #25D366;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.whatsapp-my-float {
  margin-top: 8px;
}

@media(max-width:768px) {
  .whatsapp-float {
	  bottom: 20px;
	  right: 20px;
	  font-size: 38px;
	  height: 60px;
	  width: 60px;
	}
	.scrollToTop, .refresh-float {
		display: none !important;
	}
}

/*============================================================
FLOAT SHARE
============================================================*/
.a2a_floating_style {
	right: 1.3rem;
	top: calc(50% - 90px);
	border: 2px solid #FFFFFF;
	background: rgba(136, 136, 136, 0.3) !important;
	border-radius: 3rem !important;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

.a2a_svg {
	width: 1.8rem !important;
	height: 1.8rem !important;
	margin-top: .2rem;
	background-color: transparent !important;
}

.a2a_svg:first-child {
	margin-top: 0;
}

/*============================================================
SECTIONS
============================================================*/

section {
    padding: 80px 0;
}
section.hd-image {
    padding: 20px 0 0 0;
}

@media(max-width:768px) {
    section {
        padding: 40px 0;
    }
}

section.update {
	background: #f5f5f5;
	padding: 30px 0 15px 0;
	color:#666;
	border-top: 1px solid rgba(0,0,0,.1);
}


/*============================================================
LOGOS
============================================================*/
aside.logos {
	background-color: #222;
	}

aside.logos img {
	margin: 50px auto;
	}

aside.logos p {
	margin: 80px auto;
	}
	
/*============================================================
FOOTER
============================================================*/
footer {
	padding: 40px 0;
	background-color: #111;
	color: #FFF;
	text-align: center;
	overflow: auto;
}

footer a {
	color: #bca431;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

footer a:hover {
	color: #FFF;
}

footer .social,
footer .copyright {
	margin-bottom: 20px;
}

footer .gracias p {
	font-size: 14px;
}

footer .social p {
	font-size: 32px;
}

ul.social-buttons {
	margin-bottom: 0;
}

ul.social-buttons li a {
	display: block;
	width: 40px;
	font-size: 32px;
	outline: 0;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
	color: #908233;
}

ul.menu {
	margin-bottom: 20px;
}

ul.menu li {
	font-size: 14px;
	display: inline-block;
	border-left: solid 1px #555;
	padding-left: 1em;
	margin-left: 1em;
}

ul.menu li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

@media (max-width:767px) {
	ul.menu {
		padding: 0px;
		margin: 0px;
	}

	ul.menu li {
		display: block;
		border: none;
		margin-bottom: 20px;
		padding-left: 0px;
		margin-left: 0px;
	}
	footer .social p {
		font-size: 48px;
		
	}
	ul.social-buttons li a {
		font-size: 32px;
		width: 40px;
	}
}

/*============================================================
FORMS
============================================================*/

.form-group {
	margin: 15px 0px;
}
label {
	font-weight: 600;
}
select, input {
	margin-top: 10px;
}

.form-group small {
	margin-left: 1rem;
}

/*============================================================
BORDERS
============================================================*/

.border-right{
	border-right:solid 1px #DDD;
}
.border-left{
	border-left:solid 1px #DDD;
}


@media (max-width:767px){
	.border-right{
	border-right:none;
}
	.border-left{
	border-left:none;
}
}

/*============================================================
EQUAL COLUMNS HEIGHTS
============================================================*/

@media only screen and (min-width : 320px) {
   .flex-row.row {
	 display: flex;
	 flex-wrap: wrap;
   }
   .flex-row.row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
   }
  .flex-row.row:after, 
  .flex-row.row:before {
	 display: flex;
  }
}

/*============================================================
VIEW MORE
============================================================*/

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: transparent !important;
  color: #888;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin:0 auto !important;
  float:none !important;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: transparent !important;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.collapsible:after {
   font-family: 'Fontawesome';
   content:"\f078";
   float: right;
   margin-left: 5px;
   transition: all 0.5s; 
}

.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*============================================================
CARD
============================================================*/

.card {
	border-radius: 0px 30px 0px 30px !important;
}
.card-title{
    font-size: 16px;
}
.card-header{
	font-weight: 600;
	font-size: 24px}
.card-date {
    font-size: 16px;
    font-weight: 600;
}
.card-text {
    font-size: 14px;
}

/*============================================================
CARD IMG HOVER ZOOM
============================================================*/

.card-img-wrap {
    overflow: hidden;
    position: relative;
	border-radius: 0px 30px 0px 0px !important;
}
.card-img-wrap:after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: opacity .25s;
}
.card-img-wrap img {
    transition: transform .25s;
    width: 100%;
}
.card-img-wrap:hover img {
    transform: scale(1.2);

}
.card-img-wrap:hover:after {
    opacity: 1;
}

/*============================================================
CARD HOVER ZOOM
============================================================*/

.card {
    border: 0;
    margin-bottom: 1.5em;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	
}
.card:hover {
    transform: scale(1.02);
	-webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.4);
}

/*============================================================
IMAGE HOVER ZOOM Y SOMBRA
============================================================*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Zoom */
.zoom img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zoom:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Zoom con sombra */
.zoom-box-shadow img {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.zoom-box-shadow:hover img {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.8);
}

/*============================================================
ICON HOVER ZOOM
============================================================*/

.zoom i {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zoom:hover i {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*============================================================
STICKY TOP IMAGE ON DIV
============================================================*/
.sticky-top-image {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.sticky-image {
  position: sticky;
  top: 4rem;
}
.sticky-top-offset{
  top:80px;
}

								

/*============================================================
CHECKBOX & RADIO BUTTON 
============================================================*/
.CustomLabel{
	position: relative;
	cursor: pointer;
	color: #333;
	font-size: 16px;
	margin-top: 15px;
	font-weight: 400;
}

input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .CustomLabel-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	font-size: 30px;
	color: #666;
}

input[type="checkbox"]:checked + .CustomLabel-text:before{
	content: "\f14a";
	color: #3fa978;
	animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .CustomLabel-text{
	color: #aaa;
}

input[type="checkbox"]:disabled + .CustomLabel-text:before{
	content: "\f14a";
	color: #eee;
}

/*Radio box*/

input[type="radio"] + .CustomLabel-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	font-size: 30px;
	color: #666;
}

input[type="radio"]:checked + .CustomLabel-text:before{
	content: "\f192";
	color: #3fa978;
	animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .CustomLabel-text{
	color: #aaa;
}

input[type="radio"]:disabled + .CustomLabel-text:before{
	content: "\f111";
	color: #eee;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .CustomLabel-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.toggle input[type="radio"]:checked + .CustomLabel-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .CustomLabel-text{
	color: #aaa;
}

.toggle input[type="radio"]:disabled + .CustomLabel-text:before{
	content: "\f204";
	color: #ccc;
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}

/*============================================================
MODAL
============================================================*/
.modal {
    border:none !important;
}
.modal-content{
    border: none;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 15px rgba(0,0,0,.5)
}

.modal-header {
  border-bottom: 1px solid #DDD;
  background:#DDD;
  color: #666;
}
.modal-body {
    padding: 0px;
}
.modal-footer {
  justify-content:center;
  border-top: 1px solid #DDD;
  background:#DDD;
}

.modal-footer > .btn {
    padding: 7px 15px;
}

.carousel-control-prev-icon, .carousel-control-next-icon, .carousel-indicators {
	filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 0.8));
}

@media (min-width: 1200px) {
   .modal-xl {
      width: 60%; 
   }
}


