
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;
    background: transparent;
}

#container_home.container{
    
    max-width: 75%
}

a{
    color: #062f60;
    text-decoration: none
}

a:hover{
    color: #062f60;
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #062f60;
    border-color: #062f60;
}
.btn-primary:hover {
    color: #fff;
    background-color: #062f60;
    border-color: #062f60;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Roboto", sans-serif;
  color:#062f60;
  
}





body{
    background-color: transparent;
    background: transparent;
    font-family: "Roboto", sans-serif;
    color:#062f60;
}

p{
    color:#707070;
   font-family: "Roboto", sans-serif;
    line-height: 29px;
    font-size: 18px;
}

.container{
	
    background-color: transparent;
    background: transparent;
}



.background_login {
      background: url('../img/background_login_aeda.jpg') no-repeat center center;
      background-size: cover;
     
    }


    .body-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); 
      z-index: 0;
    }

    .form-container {
      background-color: rgba(255, 255, 255, 0.95);
      padding: 3rem 1.5rem;
       color: #000;
    }

    

    .btn_gris{
        background: #707070;
        padding: 10px 19px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 200;
    }

    .btn_gris:hover{
        background: #707070;
        padding: 10px 19px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 200;
    }

    .btn_azul{
        background:#062f60;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 200;
        border:1px solid #062f60;
    }

    .btn_azul:hover{
        background:#062f60;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 200;
        border:1px solid #062f60;
    }

.btn_azul2{
        background:#509CD8;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 200;
    }

    .btn_azul2:hover{
        background: #509CD8;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 200;
    }

    .btn_azul3 {
        background: #062f60;
        padding: 10px 63px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 200;
        border: 1px solid #062f60;
    }

    .btn_azul3:hover {
        background: #062f60;
        padding: 10px 63px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 200;
        border: 1px solid #062f60;
    }

    .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: #093E68;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }


    .btn-outline-success {
    color: #062f60;
    border-color: #062f60;
    }

    .btn-outline-success:hover {
        background-color: #062f60;
        color: #ffffff;
        border-color: #062f60;
    }

    .text_objetivos{
        color: #ffffff;
        font-size: 45px;
        z-index:99999;

    }

    .text_objetivos2 {
        color: #ffffff;
        font-size: 16px;
        margin-top: 17px;
        margin-bottom: 8px;
        line-height: 16px;
        background: #093E68;
        padding: 6px 3px;
}
    .color_blanco{
        color: #ffffff!important;
    }
    
    .color_azul{
        color: #093E68!important;
    }

    
    .card-text{
       
        color: #093E68;
        text-align: left;
        margin-top: 18px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    

hr {
   margin: 0;
    color: #ffffff;
    background-color: currentColor;
    border: 0.2px solid #0e3e68;
    opacity: .50;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

hr.login{
  margin: 0;
  color: #ffffff;
  background-color: currentColor;
  border: 0.2px solid #0e3e68;
  opacity: 0.50;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.text_footer{
    color:#ffffff;
   font-size: 22px;
    margin-bottom: 19px;
}


.text_interiores{
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.text_enlaces{
    font-size: 15px;
}

.text_enlaces a{
    word-wrap: break-word;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
}

.bg-cover_interiores {
    background-size: cover;
    height: 393px;
    color: white;
}

.title_actualidad {
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 7px;
}

.subtitle_actualidad {
    font-size: 18px;
    margin-bottom: 37px;
    color:#707070
}

.subtitle_actualidad2{
    font-size: 18px;
    margin-bottom: 37px;
    color: #707070;
    font-weight: bold;
  
}

.text_login {
    color: #ffffff;
    font-size: 25px;
    margin-top: 17px;
    margin-bottom: 8px;
    line-height: 32px;
}

#footer_container{
    background: #142f61;
    max-width: 100%;
    background: url(../img/background_footer.jpg) no-repeat center center;
    background-size: cover;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    border: 1px solid #142f61 !important;
   
}

.text_decoration_underline{
    text-decoration: underline;
}

.text_normas{
    font-size: 31px;
    font-weight:bold;
    text-decoration: underline;
}

.text_normas2{
    font-size: 23px;
    margin-bottom: 16px;
    font-weight: bold;
    margin-top: 21px;
}

.text_normas2_2{
    font-size: 27px;
    margin-bottom: 16px;
    font-weight: bold;
    margin-top: 21px;
    text-decoration: underline;
}

.text_normas3{
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}

.text_normas4{
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
    content: "\f07a";
    font-size: 21px;
    margin-left: 20px;
}

.cart-item {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .cart-item img {
      width: 90px;
      height: 90px;
      object-fit: cover;
      border-radius: 8px;
    }
    .cart-total-box {
      background: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .form-control-sm {
      max-width: 70px;
    }
    .cart-header {
      font-weight: 600;
      font-size: 1.8rem;
    }
    .subtotal, .precio {
      font-size: 1rem;
    }
    .btn-outline-danger {
      border-width: 1px;
    }

   input[type=number] {
    border: 1px solid #142f61;
    color: #142f61;
    width: 80px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1; 
  
}

 .form-inline-label {
      min-width: 150px;
      margin-right: 10px;
    }
 .form-group-inline {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }

 .form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color);
    margin-left: 163px;
    line-height: 20px;
}

.text_pago {
    font-size: 15px;
    color: #707070;
    margin-left: 29px;
}


.text_pago2 {
    font-size: 18px;
    color: #062f60;
    margin-left: 29px;
}

.alert-success{
    background: #55722c;
    color:#ffffff;
    padding:15px;
}

.alert-danger{
    background: #ff0000;
    color:#ffffff;
    padding:15px;
}


.breadcrumb {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      padding: 10px 6px;
      background-color: #f8f9fa;
      border-radius: 4px;
      font-family: Arial, sans-serif;
      font-size: 14px;
    }

    .breadcrumb li {
      display: flex;
      align-items: center;
    }

    .breadcrumb li + li::before {
      content: ">";
      margin: 0 8px;
      color: #6c757d;
    }

    .breadcrumb a {
      text-decoration: none;
      color: #707070;
    }

    .breadcrumb a:hover {
      text-decoration: underline;
    }

    .breadcrumb .active a {
      color: #142f61;
      pointer-events: none;
      font-weight: bold;
    }

    .btn_seleccionar{
        font-size: 15px;
        margin-right: 9px;
        margin-top: 4px;
    }