﻿@font-face {
    font-family: 'HelveticaAmbacarBold';
    src: url('../Estilos/helvetica/Helvetica-Neue-LT-Std-75-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaAmbacarLight';
    src: url('../Estilos/helvetica/Helvetica Neue-LT-Std-45-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaAmbacarRoman';
    src: url('../Estilos/helvetica/Helvetica-Neue-LT-Std-55-Roman.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

.titulo-principal {
    font-family: 'HelveticaAmbacarBold', sans-serif;
    font-size: 27px;
}

.subtitulo-principal {
    font-family: 'HelveticaAmbacarRoman', sans-serif;
    font-size: 16px;
    color: rgba(32, 32, 32, 0.5);
}

.proteccion-datos {
    font-family: 'HelveticaAmbacarRoman', sans-serif;
    font-size: 14px;
    color: rgba(32, 32, 32, 0.5);
}

.primario-ambacar {
    color: #ED1C24;
}

.secundario-ambacar {
    color: #202020;
}

.etiqueta-ruc {
    font-family: 'HelveticaAmbacarBold', sans-serif;
    color: #202020;
    font-size: 16px;
}

.envoltura-reduccion {
    width: 50%;
    height: auto;
}

.boton-iniciar {
    font-family: 'HelveticaAmbacarBold', sans-serif !important;
    background-color: #202020 !important;
    color: #ffffff !important;
    border-color: #202020 !important;
    font-size: 14px !important;
    border-radius: 9px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .boton-iniciar:hover {
        background-color: #3a3a3a !important;
        border-color: #3a3a3a !important;
    }

.contenedor {
    background-color: #f1f1f1;
    min-height: 100vh;
    overflow-y: auto;
    padding-bottom: 1.5rem;
}

.texto-requerimiento {
    font-size: 16px;
    color: rgba(32, 32, 32, 0.5);
    font-family: 'HelveticaAmbacarRoman', sans-serif;
}

.separacion {
    border-left: 2px solid rgba(32, 32, 32, 0.15);
    padding-left: 1rem;
    margin-left: 0.5rem;
}

.cupula {
    background-color: #fff;
    border-radius: 25px 25px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 60px;
    padding-bottom: 2rem;
}

.etiqueta-titulo {
    color: #ED1C24;
    font-family: 'HelveticaAmbacarRoman', sans-serif;
}

.etiqueta-subtitulo {
    color: #202020;
    font-size: 27px;
    font-family: 'HelveticaAmbacarBold', sans-serif;
}

.tarjeta-servicio {
    background-color: rgba(32, 32, 32, 0.15);
    border-radius: 21px;
    padding: 1.5rem;
    width: 100%;
    height: auto;
}

.tarjeta-titulo {
    font-family: 'HelveticaAmbacarBold', sans-serif;
    color: #202020;
    font-size: 21px;
    margin-bottom: 4px;
}

.tarjeta-contenido {
    font-family: 'HelveticaAmbacarRoman', sans-serif;
    color: rgba(32, 32, 32, 0.5);
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .separacion {
        border-left: none;
        border-top: 2px solid rgba(32, 32, 32, 0.15);
        padding-left: 0;
        margin-left: 0;
        padding-top: 1.5rem;
        margin-top: 1rem;
    }

    .envoltura-reduccion {
        width: 100%;
        height: auto;
    }

    .tarjeta-servicio {
        background-color: rgba(32, 32, 32, 0.15);
        border-radius: 21px;
        padding: 1rem;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}

/*ANTIGUO CSS*/

.noesta {
    color: #fff;
    background-color: red;
}

/*TopBar*/
.social-linksNv a {
    font-size: 18px;
    display: inline-block;
    background: #cbc5c5;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #0a98c0;
    color: #fff;
}

#topbar {
    padding: 0 0 0 0;
    font-size: 14px;
    transition: all 0.5s;
}

.fb:hover {
    background-color: #3b5998;
}

.tw:hover {
    background-color: #00acee;
}

.yt:hover {
    background-color: #c4302b;
}

.ins:hover {
    background-color: #3f729b;
}

#topbar .social-links {
    text-align: right;
}

    #topbar .social-links a {
        color: #535074;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
    }

        #topbar .social-links a:hover {
            color: #1bb1dc;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }

/* Full-width input fields */
.textB {
    width: auto;
    position: center;
    padding: 10px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #b2aeae;
    box-sizing: border-box;
    border-radius: 10px;
}

/* Set a style for all buttons */
.buttonIngresar {
    background-color: #e01313;
    color: white;
    padding: 10px 10px;
    border: none;
    cursor: pointer;
    width: 100px;
    text-align: center;
    margin: 8px 0;
    position: relative;
    border-radius: 10px;
}

.buttonRegistrarse {
    background-color: #2196F3;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 49%;
    text-align: center;
    margin: 8px 0;
    position: relative;
}

button:hover {
    opacity: 0.8;
}

/* Center the image and position the close button */
.imgcontainer {
    margin: 24px 0 12px 0;
    position: relative;
    padding-top: 10px
}

.header {
    width: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

/*.containerLogin {
    padding: 40px;
    text-align: center;
    position: relative;
}*/

.recuerdame {
    padding-top: 20px;
    font-size: small;
    color: #e01313;
}

/* Full-width input fields */

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

    button:hover {
        opacity: 1;
    }

/* Extra styles for the cancel button */
.cancelbtn {
    background-color: #808080;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 49%;
    text-align: center;
    margin: 8px 0;
    position: relative;
}

.signupbtn {
    background-color: #e01313;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 49%;
    text-align: center;
    margin: 8px 0;
    position: relative;
}

/* Add padding to container elements */
.containerAct {
    padding: 20px 0 40px 0;
}

/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

    .close:hover,
    .close:focus {
        color: #f44336;
        cursor: pointer;
    }

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Txt Modal */
.txt {
    width: 95%;
    padding: 3px 0 3px 0;
    margin: 3px 0 3px 0;
    display: inline-block;
    border: 1px solid #63b4f5;
    background: #f1f1f1;
}

.left-agileits-w3layouts {
    width: 49%;
    float: left;
}

.right-agileinfo {
    width: 49%;
    float: left;
}

.same {
    padding: 27px 4px;
}

.sameD {
    padding: 108px 4px;
}

.gaps {
    padding-left: 3em;
    padding-top: 20px;
}

.astLabel {
    font-size: small;
    color: red;
}
