/* GENERAL  */
@font-face {
    font-family: 'sscfont_Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: regular;
}
@font-face {
    font-family: 'sscfont_bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-style: bold;
}
@font-face {
    font-family: 'sscfont_Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
    font-style: bold;
}


html{
   font-family: 'sscfont_Regular';
   letter-spacing: 1px;
   width: 100%;
}
body{
   font-family: 'sscfont_Regular';
   letter-spacing: 1px;
   color: rgb(38 89 118);
   max-width: 1200px;
   margin-left: auto;
   margin-right: auto;
}
footer{
   margin-top: 80px;
   padding: 0;
}
/* CABECERA */
@media (max-width: 1024px) {
   .headerline{
      position: relative;
      overflow: hidden;
      top: 5px;
   }
   .modal-content{
      height: 100%;
      width: 50%;
      display: none;
      background-color: white;
   }
   .modal-content .idioma{
       margin-right: 40px;
       margin-top: 52px;
       margin-bottom: 74px;
       text-align: right;
   }
   .modal-content .linksMenuMobile{
      text-align: left;
   }
   @media (max-width: 512px){
      .modal-content{
         width: 100%; 
      }
   }
   .ui.dimmer{
      padding: 0;
      align-items: flex-end;
   }
   .botonMenu{
      width: 2.5em;
      height: 2.5em;
      float: right;
      border: none;
      vertical-align: middle;
      margin-right: 20px;
      margin-top: 28px;
      background: #ffffff url(../images/menuMobile.svg) no-repeat right;
   }
   .headerlinks{
      display: none;
   }
   .headerRight{
      display: none;
   }
   .headerLogo{
      height: 109px;
      position: relative;
      background: url(../images/cabeceraMobile.svg) no-repeat left center;
      left: -2px;
   }
}
@media (min-width: 1025px) {
   .headerline{
      position: relative;
      overflow: hidden;
      top: 5px;
   }
   .menuMobile{
      display: none;
   }
   .headerLogo{
       height: 109px;
       width: auto;
       left: -161px;
       position: relative;
       background: url(../images/cabecera.svg) no-repeat left center;
   }
   .headerRight{
      right: 0px;
      margin-right: 40px;
      font-size: 22px;
      position: absolute;
      top: 47px;
   }
   .headerLupa{
     margin-top: 28px;
   }
   .headerlinks{
      margin-top: 74px;
      margin-right: 14em;
      margin-bottom: 60px;
      float: right;float: right;
   }
   #headerlink1{
      font-size: 16px;
      color: rgb(38 89 118 / 70%);
      margin-left: 1em;
   }
   #headerlink1:hover{
      color: rgb(38 89 118);
   }
   #headerlink2{
      margin-left: 18em;
      font-size: 20px;
      color: rgb(38 89 118 / 70%);
   }
   #headerlink2:hover{
      color: rgb(38 89 118);
   }
   #headerlink3{
      margin-left: 2em;
      font-size: 20px;
      color: rgb(38 89 118 / 70%);
   }
   #headerlink3:hover{
      color: rgb(38 89 118);
   }
}

.headerlines{
   height: 80px;
   float: right;
}

/* PIE  */
.footerLinks{
   display: flex;
   align-items: center;
   justify-content: center;
}
.footerSocial {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
}
.socialIcons {
    float: left;
    margin: 25px 0;
    flex: 0 0 50%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.social{
    position: relative;
    width: 77px;
    padding-right: 15px;
    padding-left: 15px;
}
#footerLines{
    max-width: 1200px;
    object-fit: cover;
}
.footerSection{
   text-align: center;
   margin-top: 45px;
   margin-bottom: 55px;
   font-size: 36px;
   color: rgb(38, 89, 118, 0.6);
}
.ourPortals{
   padding: 0 105px;
}
.ourPortals ul {
    list-style: none;
    padding: 0;
    margin-bottom: 75px;
}
.linkList{
    margin-left: 58px;
}
.linksList{
    width: 291px;
}
.serigrafia{
    margin: 0 10px;
}
.discLinks{
   float: right;
   margin: 35px 0;
   font-size: 0.615em;
}
.discLinks{
   float: right;
   font-size: 10px;
   margin: 35px 45px 35px 0px;
}
.discLinks a{
   font-size: 10px;
   margin-right: 7px;  
}
@media (max-width: 768px) {
   .footerLinks{
      display: block;
   }
   .linkList{
      margin-left: 0;
   }
   .linksList {
      width: 100%;
   }
   .ourPortals {
      padding: 0 20px;
   }
   .ourPortals ul {
      margin-bottom: 0px;
   }
}
@media (max-width: 1023px) {
   .socialIcons{
      display: none;
   }
   .discLinks{
      display: none;
   }
}
@media (max-width: 512px) {
   .ourPortals {
      padding: 0 45px;
   }
}

/* BODY */
h1{
   color: rgb(38, 89, 118, 0.6);
   font-size: 36px;
   margin-bottom: 55px;
   margin-top: 25px;
   text-align: center;
}
ul{
   list-style: none;
}
li{
    margin-top: 5px;
}
a{
    color: rgb(38 89 118 / 70%);
    font-size: 18px;
}
a:hover {
   color: rgb(38, 89, 118, 0.4);
   text-decoration: none;
}
li a{
    color: rgb(38, 89, 118, 0.4);
    font-size: 14px;
}
li a:hover {
   color: rgb(38 89 118);
   text-decoration: none;
}
.methodLogin{
   text-align: center;
}
.dropdown{
   width: 330px;
   border: 1px solid rgb(0 0 0 / 20%);
   border-radius: 7px;
   font-family: 'sscfont_Regular';
   font-size: 13px;
   height: 36px;
   margin-bottom: 36px;
   color: rgb(38 89 118);
}
.dropdown:focus{
   border: 1px solid rgb(0 0 0 / 20%);
}
.bodyContainer{
   border-radius: 10px;
   box-shadow: 0 0 10px 0 rgb(100 100 100 / 50%);
   padding: 25px 10%;
   max-width: 1100px;
   margin: 0 1px 36px 1px;
   width: 1000px;
}
@media (max-width: 1023px){
   .bodyContainer{
      width: 750px
   }
}
@media (max-width: 767px){
   .bodyContainer{
      width: 500px
   }
}
@media (max-width: 512px){
   .bodyContainer{
      width: 350px
   }
}

.tittleOFF{
   margin-top: 55px;
}
.control-label:after {
    content: "*";
    color: red;
    font-size: 20px;
}
.ui.primary.buttons .button, .ui.primary.button {
   background: rgb(38 89 118 / 70%);
   color: #ffffff;
   font-size: 13px;
   font-family: 'sscfont_bold';
   border: none;
   letter-spacing: 1px;
   padding: 6px 18px;
   margin: 10px 0 20px 0;
   height: 40px;
   width: 110px;
}
.ui.primary.buttons .button, .ui.primary.button:hover{
   background: rgb(38 89 118 / 70%);
}
.ui.large.form {
   text-align: left;
}
.ui.input {
    font-size: 13px;
    color: rgb(38, 89, 118);
    margin-top: 10px;
    margin-bottom: 10px;
}
.ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="time"], .ui.form input[type="text"], .ui.form input[type="file"], .ui.form input[type="url"] {
   border: 1px solid rgb(0 0 0 / 20%);
   border-radius: 7px;
   font-family: 'sscfont_Light';
   color: rgb(38, 89, 118/ 50%);
   font-size: 13px;
}
input[type=text] {
   color: rgb(38, 89, 118) !important;
}
.ui.negative.message {
    background-color: #FFFFFF;
    color: rgb(213, 132 , 73, 1);
}
.ui.negative.message, .ui.attached.negative.message {
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px rgb(213 132 73) inset, 0px 0px 0px 0px rgb(0 0 0 / 0%);
}
