@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
@font-face {
    font-family: "snap-itc-regular";
    src: url("../fonts/design.graffiti.SNAP____.ttf");
    src: url("../fonts/design.graffiti.SNAP____.ttf");
    }

:root{
/* colores empresariales */
    --encabezado:#91D8F7;
    --enlace: #F58634;
    --fondos: #007bff;

/* fuentes */
    --textos: 'Viga', sans-serif;
    --titulos: 'snap-itc-regular', sans-serif;
}

/*para que no quede barra espaciadora horizontal*/
body{
    overflow-x: hidden;
    background-color: var(--encabezado);
}   

#logo{
    width: 500px;
}

#menu{
    background-color:var(--encabezado) !important;
}

/* link de navegacion */

.dropdown-menu{
    background-color: var(--enlace);
}

.dropdown-item{
    color: var(--encabezado);
    font-weight: bold;
    font-size: 1.5rem;
}

.nav-item{
    margin-right: 30px;
    font-family: var(--titulos);
}

.btn{
    margin-right: 50px;
    background-color: var(--enlace);
    width: 150px;
    height: 50px;
}

#boton_promocion{
    margin-right: 50px;
    margin-top: 30px;
    background-color: var(--enlace);
    width: 150px;
    height: 70px;
}

.collapse #boton_cotizar{
    font-size: 1.5rem;
    font-family: var(--titulos);
}

.nav-link{
    color: var(--enlace);
    font-weight: bold;
    font-size: 1.6rem;
    width: 100%;
}

.nav-link:hover{
    color: var(--fondos);
}

.alto-img{
    height: 500px !important;
    padding-top: 55px !important;
}

.nav-link.active{
    color: #0000ff !important;
    font-weight: bold !important;
}

#carouselExampleIndicators{
    margin-top: 180px;
}

/* servicios */
#servicios{
    background-color: var(--encabezado);
}

#servicios .titulo{
    width: 100%;
    text-align: center;
    color: var(--enlace);
    font-weight: bold;
    margin-bottom: 50px;
    font-family: var(--titulos);
}

#servicios .card-title{
    width: 100%;
    text-align: center;
    color: var(--enlace);
    font-weight: bold;
    font-size: 1.8rem;
    font-family: var(--titulos);
}

#servicios .card-body{
    background-color: var(--encabezado);
}

#botones-cards{
    text-align: center;
    font-size: 1.3rem;
    font-family: var(--titulos);
}

/* cotiza tu evento */

#contacto .titulo{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    color: var(--enlace);
    font-weight: bold;
    font-family: var(--titulos);
}

#seccion-cotizar{
    background-color: var(--encabezado);
    margin-bottom: 50px;
}

/* promocion del mes */

#texto-promocion{
    font-weight: bold;
    margin-left: 100px;
}

#titulo-promocion{
    color: var(--enlace);
    margin-left: 100px;
    font-family: var(--titulos);
}

.card-body{
    padding: 0px;
}

#boton_promocion{
    font-family: var(--titulos);
    font-size: 0.9rem;
}

/* footer */
#page-footer{
    background-color: var(--encabezado);
}

#page-footer{
    color: var(--enlace);
}

#page-footer .ftcontainer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    padding-top: 40px 0;
    flex-wrap: nowrap;
}

.footer__logo{
    width: 300px;
}

.footer__menu{
    max-width: 300px;
    grid-column: 1/3;
    grid-row-start: 1;
    padding-left: 1rem;
}

.footer__menu figure{
    width: 100%;
    padding: 0;
    margin-top: 10px;
}

#page-footer .ftcontainer{
    max-width: 1200px;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 70px 0;
}

.ft-social{
    color: #ffffff;
    border-radius: 100%;
    height: auto;
    width: 50px;
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
}

.ft-social-row{
    text-align: center;
}

.ft{
    margin-right: 30px;
}

.ft-link{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footter__tittle{
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.footer__info{
    color: #ffffff;
    line-height: 30px;
    font-size: 1.0rem;
}

/*bordear de color los enlaces*/

.footer__link:nth-child(1){
    border-left: 2px solid #ffdd00;
}

.footer__link:nth-child(2){
    border-left: 2px solid #00ff00;
}

.footer__link:nth-child(3){
    border-left: 2px solid #ff9d00;
}

/* modificar creditos */

.footer-credits{
    width: 100%;
    color: #ffffff;
    text-align: center;
    background-color: #00bfff;
}

/* simulador
#simulador .titulo{
    width: 100%;
    text-align: center;
    margin-top: 150px;
}*/

/*pagina de contacto*/

.acordeon{
    width: 100%;
    margin-top: 180px;
    text-align: center;
}

/* paginas servicios */

/* titulo */
.titulo-servicioind{
    font-weight: bold;
    text-align: center;
    color: var(--enlace);
    font-family: var(--titulos);
}
/* descripcion */
#descripcion-serv{
    font-weight: bold;
    text-align: left;
    font-size: 1.5rem;
}

#descripcion-servicio{
    margin-top: 250px;
    width: 100%;
}

/* videos */
#Videos{
    background-color: #ffffff;
}

#Videos .titulo{
    width: 100%;
    text-align: center;
}

.row{
    padding-top: 0px;
}

/* formulario */
#seccion-contacto{
    width: 100%;
    margin-top: 180px;
}

/* pagina de quienes somos */
.accordion-button{
    background-color: #e1e1e1;
    color: var(--enlace);
    font-weight: bold;
    font-size: 2rem;
    padding-left: 900px;
}

#collapseOne{
    font-weight: bold;
    font-size: 1.5rem;
}

#collapseTwo{
    font-weight: bold;
    font-size: 1.5rem;
}

#titulo_nosotros{
    text-align: left;
    color: var(--enlace);
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    font-weight: bold;
    background-color: var(--encabezado);
    font-family: var(--titulos);
}

#tituloeventoempresariales{
    text-align: center;
    color: var(--enlace);
    font-family: var(--titulos);
}

#textoempresarial{
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}

#obrassociales{
    text-align: center;
    color: var(--enlace);
    font-family: var(--titulos);
}

#textoobrasocial{
    text-align: center;
    margin-top: 50px;
    margin-left: 50px;
    font-weight: bold;
}

#videosobrassociales{
    text-align: center;
    color: var(--enlace);
}

#titulocapacitamos{
    text-align: center;
    color: var(--enlace);
    font-family: var(--titulos);
}

#textocapacitamos{
    text-align: center;
    margin-top: 50px;
    margin-left: 50px;
    font-weight: bold;
}