@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');


body {
	font-family: 'Manrope', sans-serif !important;
}

.section{
	padding:10px;
}

/* Centrar */
.div-btn {
  justify-content: center;
  margin-top: 10px;
}

/* Botón */
.btn-send {
  display: flex;
  align-items: center;
  background: transparent !important;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* Círculo incompleto */
.btn-icon {
  width: 56px;
  height: 56px;
  border: 2px solid #c90016;
  border-right-color: transparent; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000; /* flecha negra */
  font-size: 20px;
  
  transition: transform 0.2s ease;
}

/* Hover → agrandar */
.btn-send:hover .btn-icon {
  transform: scale(1.03); /* ~2px */
}

/* Texto negro */
.btn-text {
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-left: -10px;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}

.footer{
    height: 100px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
	padding:0;
}

.footer a {
	align-content: center;
	color: #fff;
}

.footer a:hover {
	align-content: center;
	color: #fff;
	
}



.file-cta,
#addAddress {
    background-color: #c90016 !important;
}

.div-btn {
    display: flex;
    justify-content: center;
}

.fileList {
    background-color: rgb(226, 226, 226);
    color: rgb(86, 86, 86);
    font-weight: bold;
    margin-top: 5px;
    border-radius: 7px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}

.coloButton {
    background-color: red !important;
    color: rgb(226, 226, 226) !important;
    font-weight: bold;
}

.data1 {
    padding: 5px !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    height: auto;
    max-height: 800px !important;
}

@media only screen and (max-width: 900px) {
    #miIframe{
        height: 900px !important;
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.section {
    padding: 0.5rem;
}

.sub-title {
    background-color: #d3d1d1;
    padding: 5px !important;
    border-radius: 10px 10px 0 0;
    color: black;
    font-weight: 500;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.tooltip:hover .tooltip-text {
    display: block;
}

.table1 {
    font-family: 'Manrope', sans-serif !important;
    font-size: 18px;
    width: 100%;
    margin: auto;
}

.UpperText {
    text-transform: uppercase;
}

.headerpt {
    padding-top: 10px !important
}

.style1 {
    font-family: 'Manrope', sans-serif !important;
    font-size: 26px;
    color: #FFFFFF;
    vertical-align: middle;
}

.style2 {
    font-family: 'Manrope', sans-serif !important;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    vertical-align: middle;
}

.center {
    margin: auto;
    width: 90%;
    padding: 5px;
    background-color: #212a91;
    text-align: center
}

.hd {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #0e4194;
}

.hd1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px;
}

.hd2 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Manrope', sans-serif !important;
    font-size: 18px;
}

/* Estilos para el contenedor del radio button */
.radio-background {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.btn-address {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#md-help-3 {
    height: 100%;
    background-color: transparent;
    border: 1px rgb(255, 63, 63) solid;
    color: rgb(255, 63, 63);
    ;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
}

#md-help-3:hover {
    background-color: rgb(255, 63, 63);
    border: 1px rgb(255, 63, 63) solid;
    color: #fff;
}

.hideField {
    display: none !important;
}

/*Loader*/
.ldr-container {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

.ldr {
    font-size: 15px;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2)m 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2)
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}
 
