﻿@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap');

/*Formulario start*/
#formulario .row > div > p {
    margin: calc(0vw + 0vh);
}

.form-select{
    padding: 0.1rem 2rem 0rem 0.29rem;

}
/*Formulario end*/

/*Importantes*/

body {
    font-family: 'Overpass', sans-serif !important;
    color: rgb(12,35,65) !important;
}

/* Recursos textuales  start*/

.titulos {
    font-size: 3rem;
    color: rgb(12,35,65);
}

.Subtitulos {
    font-size: 1.5rem;
    color: rgb(12,35,65);
}

.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto 7vh auto;
}

/*Recursos textuales end*/
.content-btn{
    max-width:100%;
}
.btn-forms{
background: rgb(12,35,65);
  color: white;
  border-style: none;
  border-radius: 7px;
  width: calc(9vw + 9vh);
  box-shadow: rgba(59, 59, 64, 0.29) 4px 4px 0px;
}
