/*
    Theme name: ProtectorFiscal
    Theme URI: 
    Author:
    Author URI:
    Description: Tema diseñado para  Protector Fiscal
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI:http://www.gnu.org/licenses/gpl-2.0.html
    Tags: Protector Fiscal, EDOS, EFOS
    Text Domain: protectorfiscal

*/

@charset "UTF-8";

/*!
* Start Bootstrap - Creative v7.0.7 (https://startbootstrap.com/theme/creative)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-creative/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {

  --bs-font-sans-serif: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Merriweather, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #edd377;
  --bs-link-hover-color: #edd377;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;

  --color-dorado: #edd377;
  --color-dorado-oscuro: #887626;
  --color-azul: #2b3568;
  --color-azul-oscuro: #191930;
  --color-gray: #5f5f5f;

}



*,
*::before,
*::after {
  box-sizing: border-box;
}


a {
  color: var(--color-dorado-oscuro);
  text-decoration: none;
}

a:hover {
  color: var(--color-dorado-oscuro);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  color: var(--color-azul);
}

h1,
h2 {
  font-size: 2.7rem;
  padding-bottom: 30px;
  font-weight: bold;
}



/*
*********************************************************
  #Menu
*********************************************************
*/


#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
  position: fixed;
  width: 100%;
  z-index: 99;
}


#mainNav .content-logo {
  width: auto;
  height: 78.313px;
}

#mainNav .logo {
  width: 200px;
  height: 78.328px;
}

#mainNav .navbar-brand {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #212529;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.75rem 0;


}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
  color: var(--color-dorado-oscuro);
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-dorado-oscuro);
}

#mainNav .btn-ingresar {

  color: #6c757d;
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
  border: 0;
 

}

#mainNav .navbar-nav .btn-ingresar .ico {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--color-dorado-oscuro);
  padding-right: 5px;
}

#mainNav .btn-ingresar span {
  font-size: 0.9rem;
}

@media (max-width: 1300px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
}

 

@media (min-width: 992px) {
  #mainNav {
    position: relative;

  }

  #mainNav .btn-ingresar {
    background-color: white;
    padding: 15px 20px;
    border-radius: 15px;
    width: 150px;
    border: 2px solid var(--color-azul-oscuro);
    font-weight: bold;
    margin-left: 1rem;
  }

  #mainNav .btn-ingresar span {
    font-size: 1.2rem;
  }

  #mainNav {
    box-shadow: none;
    background-color: transparent;
  }

  #mainNav .content-logo {
    width: auto;
    height: 117.500px;
  }

  #mainNav .logo {
    width: 300px;
    height: 117.500px;
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    color: var(--color-azul-oscuro);
    padding: 0 1rem;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-dorado-oscuro);
  }

  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }

  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #212529;
  }

  #mainNav.navbar-shrink .navbar-brand:hover {
    color: var(--color-dorado-oscuro);
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #212529;
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-dorado-oscuro);
  }
}

/*
*********************************************************
  #General
*********************************************************
*/


.small-caps {
  font-variant: small-caps;
}

.text-dorado {
  color: var(--color-dorado);
}

.text-dorado-oscuro {
  color: var(--color-dorado-oscuro);
}

.text-azul {
  color: var(--color-azul);
}

.text-azul-oscuro {
  color: var(--color-azul-oscuro);
}

.text-gray {
  color: var(--color-gray);
}

.img-100 {
  width: 100%;
  height: auto;
}

section {
  padding: 80px 0;
}

.button-dorado {
  padding: 20px;
  color: var(--color-azul-oscuro);
  background: var(--color-dorado);
  text-align: center;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;

}


.button-dorado:hover {
  color: var(--color-azul-oscuro);
}


.button-azul {
  padding: 20px;
  color: white;
  background: var(--color-azul-oscuro);
  text-align: center;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;

}

.button-azul:hover {
  color: white;
}



/*--------------------------------------------------------------
  # Plan
  --------------------------------------------------------------*/

.plan .box {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
  margin: 5px 5px 40px 0;

}

.plan .box a {
  color: var(--color-dorado);
}

.plan .box .head {
  border-radius: 15px 15px 0 0;
  height: 250px;
  padding: 0px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;

}

.plan .box .body {
  padding: 50px 30px 0px 30px;
  position: relative;
}

.plan .box .body .price {
  height: 120px;
}

.plan .box .body .info {
  height: 200px;

}

.plan .box .body .button {
  width: 100%;
  max-width: 250px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background: var(--color-azul);
  position: absolute;
  top: -30px;
  border-radius: 10px;

}

.plan .box .body .cost {
  color: var(--color-dorado-oscuro);
  font-size: 3rem;
  font-weight: bolder;
  text-align: center;
}

.plan .box .body li::marker {
  color: var(--color-dorado-oscuro);
}

@media(max-width:1200px) {
  .plan .box .body .info {
    max-width: 350px;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/




.box-contact {

  width: 100%;
  padding: 0;
  z-index: 9;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
}

.box-contact .bg-blue {
  border-radius: 0px 10px 10px 0px;
  background: var(--color-azul);
  color: white;


}

.box-contact .bg-white {
  border-radius: 10px 0px 0px 10px;
  background: transparent;

}

@media (max-width:992px) {

  .contact {
    height: auto;
  }

  .box-contact .bg-blue {
    border-radius: 10px 10px 0px 0px;

  }

  .box-contact .bg-white {
    border-radius: 0px 10px 10px 10px;

  }
}


.php-email-form {
  width: 100%;
  background: #fff;
}

.php-email-form .form-group {
  padding-bottom: 8px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-dorado-oscuro);
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}


.php-email-form select,
.php-email-form input[type=email],
.php-email-form input[type=tel],
.php-email-form input[type=text],
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.php-email-form select::focus,
.php-email-form input[type=email]:focus,
.php-email-form input[type=tel]:focus,
.php-email-form input[type=text]:focus,
.php-email-form textarea:focus {
  border-color: #ffc451;
}

.php-email-form select,
.php-email-form input[type=email],
.php-email-form input[type=tel],
.php-email-form input[type=text] {
  height: 44px;
}


.php-email-form .form-select {
  color: grey;
}

.php-email-form textarea {
  padding: 10px 12px;
}

.php-email-form button[type=submit] {
  background: var(--color-azul);
  border: 0;
  padding: 10px 24px;
  color: var(--color-dorado);
  transition: 0.4s;
  border-radius: 4px;
}

.php-email-form button[type=submit]:hover {
  background: var(--color-azul);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
  color: white;
  background-position: top top;
  background-repeat: no-repeat;
  background-size: cover;
  background: var(--color-azul-oscuro);

}

#footer img {
  width: 100%;
  height: 100px;

}

#footer .top {
  padding: 80px 0;
}

#footer a.aviso {
  color: #edd378;
  font-size: 1.5rem;
}

#footer a {
  color: white;
  font-size: 1rem;
}

#footer ul {
  display: inline-flex;
  padding: 0;
}

#footer ul li {
  list-style-type: none;
  margin: 0px auto;
}

#footer .completa {
  text-align: start;
  font-size: 1.2rem;
  font-weight: 500;
}

#footer .social-links {
  padding: 0;
  position: relative;
  display: inline-flex;
  margin-top: -20px;

}

#footer .lineal {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #e4ca6e;

}

#footer .social-links li {
  padding: 0 10%;


}

#footer .social-links a {
  font-size: 20px;
  display: block;
  background: linear-gradient(-45deg, #997f25, #e4ca6e);
  ;
  color: #141426;
  line-height: 1;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  margin: 0 10px;


}

#footer .social-links a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
}

#footer .punto {
  font-size: 40px;
  font-family: 'Courier New', Courier, monospace;
}

#footer .copyright {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

#footer .marca {
  margin: 20px 0px;
  height: 50px;
  width: 50px;
}

@media (max-width: 768px) {
  #footer .marca {
    height: 40px;
    width: 40px;
  }

  #footer .punto {
    font-size: 20px;
  }

  #footer .copyright {
    text-align: center;
  }

  #footer .social-links a {

    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 20px;
    margin: 5px;
  }

  #footer .completa {
    text-align: center;
    margin: 0 10%;
  }
}