/**
* Template Name: Anyar - v2.0.0
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: PetrobrasSans;
    src: url('fonts/PetrobrasSans.ttf') format('truetype')
}
@font-face {
    font-family: PetrobrasSans_IT;
    src: url('fonts/PetrobrasSans_IT.ttf') format('truetype')
}
@font-face {
    font-family: PetrobrasSans_LT;
    src: url('fonts/PetrobrasSans_LT.ttf') format('truetype')
}
@font-face {
    font-family: PetrobrasSans_Rg;
    src: url('fonts/PetrobrasSans_Rg.ttf') format('truetype')
}
@font-face {
    font-family: PetrobrasSans_XBD;
    src: url('fonts/PetrobrasSans_XBD.ttf') format('truetype')
}
@font-face {
    font-family: PetrobrasSans_XBdlt;
    src: url('fonts/PetrobrasSans_XBdlt.ttf') format('truetype')
}
body {
    font-family: "PetrobrasSans", sans-serif;
    color: #444444;
    background-color: #F2F5FD;
}
main {
    z-index: 0;
    position: relative;
}
a {
  color: #78BE20;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PetrobrasSans", sans-serif;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  display: block;
  color: #006298;
}
h1 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.h1, h1 {
    font-size: 3rem;
}
h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 2px;
    background-color: #006298;
    left: 20%;
}
.h2, h2 {
    font-size: 2rem;
}
h4 {
    margin: 10px auto 20px;
    width: 100%;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    border-bottom: solid 2px #006298;
    padding-bottom: 3px;
}
.absoluteForm {
    padding-top: 30px;
}
label, .label {
    font-weight: lighter;
    color: #006298;
    font-size: 0.8em;
    text-align: left;
    width: 100%;
}
.form-check-label {
    color: black;
}
.form-control {
    border: 1px solid #ececec;
    font-size: 0.8em;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #484848;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #f6b024;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #8bc34a;
  border-top-color: #d3f5ac;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 60px;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}

#topbar.topbar-scrolled {
  top: -60px;
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 0;
}

#topbar .contact-info li + li {
  margin-left: 18px;
}

#topbar .contact-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #f6b024;
  padding-right: 4px;
}

#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgb(255,255,255);
  background: linear-gradient(270deg, rgba(255,255,255,0) 10%, rgba(255,255,255,0.9) 90%);
  transition: all 0.5s;
  z-index: 6666;
  padding: 10px 0;
  top: 10px;
  height: 120px;
}

#header.header-scrolled {
  top: 0;
  background: rgb(248, 248, 248);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  height: 84px;
}
.row-wrap {
    flex-flow: row wrap;
}
@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 10px 0;
    background: transparent;
  }
  #header .logo {
    font-size: 28px;
  }
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #333F48;
  transition: 0.3s;
  font-size: 14px;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
}
.h100 {
  height: 100%;
}
.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #78BE20;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.v2 .nav-menu > ul > li > a:before {
    background-color: #8bc34a;
  }
#header.header-scrolled .nav-menu a {
    color: #333f48;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #333F48;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #0880e8;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #acacac;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #0665b7;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f6b024;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(5, 74, 133, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(6, 101, 183, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}

#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: rgb(16 16 16 / 80%);
    border-top: inherit;
    border-bottom: inherit;
    border: solid 2px rgb(16 16 16 / 80%);
    border-radius: 50%;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: white;
}
@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto!important;
  }
  #hero h2 {
    font-size: 28px;
  }
}
.bg-image {
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  height: 100%;
  background-position: left bottom!important;
}
.breadcrumb, .breadcrumb a {
    background-color: transparent;
    flex-direction: row;
    justify-content: center;
    color: #777777;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #78BE20;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  padding-top: 0;
}

.icon-boxes .description {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 0;
    color: #306095;
    text-align: center;
}
.btn-primary {
    background-color: #1574da;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #ecf6fe;
  margin-top: 130px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 50px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #043c6d;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/";
}


.modal-dialog {
    height: 80%;
}
.modal-content {
    height: 100%;
    align-items: center;
    justify-content: center;
}
#heroCarousel {
    height: auto;
    width: 100%;
    z-index: 0;
}
.icon-boxes .owl-carousel .owl-item img {
    width: fit-content;
    margin: 0 auto 20px;
    height: 80px;
}
/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .logo-on {
    height: 130px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .herepad .owl-stage-outer {
    padding: 30px 0 30px;
  }
  .text-sm-center {
    text-align: center;
  }
  .mobile-carousel .owl-nav, .mobile-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
  }

  .mobile-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
  }

  .mobile-carousel .owl-dot.active {
    background-color: #0880e8 !important;
  }
  .negative-100 {
    padding: 30px 30px 100px;
  }
  .numberOne, .numberTwo {
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    margin: 15px;
  }
  .paddin-mob-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .half {
    width: 100%;
    column-count: 1;
  }
  .horizontal-title {
    border-right: none;
    text-align: center;
    padding: 20px;
  }
  .cotizator {
    font-size: 1.1em;
    width: 90%;
    margin: 0 auto;
  }
  .bg-image {
    -webkit-background-size: 100%!important;
    -moz-background-size: 100%!important;
    -o-background-size: 100%!important;
    background-size: auto 100%!important;
    height: 100%;
    background-attachment: inherit!important;
  }
}
.one-carousel .owl-nav button.owl-next, .one-carousel .owl-nav button.owl-prev, .one-carousel button.owl-dot {
    height: 16px;
    width: 16px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #f3f3f3;
}
.one-carousel button.owl-dot.active {
    background-color: #e5e5e5;
}
.herepad {
    margin: 0;
}
.herepad .owl-stage-outer {
    padding: 30px 0 100px;
    margin: 0;
}
.white {
  color: #fff;
}
.picIcon {
    padding: 20px;
    font-size: 12px;
    color: #bbb;
}
.picIcon img {
  width: auto!important;
  margin: 0 auto 15px;
  height: 160px;
}
.owl-dots {
    text-align: center;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.rltv {
  position: relative;
}
.img-responsive {
    width: 100%;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.overlay .carousel-item:before {
    content: "";
    background: rgb(120 190 32 / 70%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.align-pc-mobile {
  text-align: left;
}
.card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.hi-sm {
    display: none;
}
@media (max-width: 767px) {
  .hidde-sm {
    display: none!important;
  }
  .hi-sm {
    display: block;
    width: 100%;
  }
  .close {
    right: 48%;
    top: -40px;
  }
  .mobile-nav * {
    border-bottom: solid 1px #eae9e9;
  }
  .mobile-nav {
    bottom: inherit;
    height: auto;
  }
  .h2, h2, .section-title h2 {
    font-size: 1.4rem;
  }
  .align-pc-mobile {
    text-align: center;
  }
  .card {
    padding-bottom: 50px;
  }
}
.colorCompany {
  background-color: #006298;
}
.text-colorCompany {
  color: #006298;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item img {
  width: auto !important;
}

.modal-content {
  height: auto;
 }
 
 /*img.popup-top {
  border-top: solid 1px black;
 }*/

 img.popup-top {
  src: url("./img/top-popup.jpg");
 }

.modal-content {
  border-radius: 20px;
}

img.popup-top {
  border-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #666;
}

 

.close {
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 50%;
 
  width: 25px;
  height: 25px;

  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 1rem;
  border: solid 3px black !important;
  color: black;
  font-weight: bolder;
  background-color: white !important;
}

.close:hover {
  opacity: 1 !important;
}

/*** CSS NUEVOS ***/

.rutError label{
  color: red !important;
}
.rutError input{
  border-color: red !important;
}

.inputRequired label{
  color: red !important;
}

.validateRut{
  line-height: 1.6;
  color: red;
  display: none;
  font-size: 12.8px;
}

.rutActive{
  display: block;
}

input[type="checkbox"]{
  position: relative !important;
  float: left !important;
}

.responsabilidades .errors{
  position: absolute !important;
    bottom: -54px !important;
    left: 0px !important;
}

#spinnerSubmit{
  display: none;
}

.spinnerActive{
  display: inline-block !important;
}

.swal2-title {
  width: 100% !important;
}

/** CSS G03 **/
#div-img-zen-title {
  margin-top: 10px !important; 
  margin-bottom: 20px !important;
}

#div-img-zen-title img {
  max-width: 400px;
}

hr.title {
  border: 1px solid #006298;
  width: 40%;
  margin: auto;
} 

#header {
  background: #316096 !important
}

label {
  font-weight: 400 !important;
}

.form-control {
  border: 1px solid #00629878;
}

#politicas h3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

h1.solicita {
 font-size: 1.5rem !important;
}

@media (max-width: 768px) {
  #politicas h3 {
    font-size: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }  
  #politicas p {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }  
  h1.solicita {
    font-size: 1.2rem !important;
    margin-top: 2rem !important;
  }
	#header .logo img {
		 height: 50px;
	}

	#header {
		 height: 65px;
	}
	#frm-contacto-principal {
		padding-top: 0px;
	}

	.carousel-indicators {
		 bottom: -10px;
	}
}

#frm-contacto-principal .contacto-principal label::after {
	color: red;
	content: ' *';
}
label, .label { 
	width: auto;
}
