/* ========================================= Fuentes ======================================*/
@font-face { 
    font-family: "FontFamilyLogo";
    src: url("../fonts/GOODTIME.ttf");
}
@font-face { 
    font-family: "FontFamilySPro";
    src: url("../fonts/SourceSansPro-Regular.otf");
}
@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins-Bold.ttf'); 
}
@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins-Medium.ttf'); 
}
@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins-Regular.ttf'); 
}
@font-face {
  font-family: The-Rambler;
  src: url('../fonts/The-Rambler.ttf'); 
}
body{
    font-family: "FontFamilySPro";
    line-height: 1.5;
    font-size: 1.4em;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #ffffff;
}

/* ========================================= SVG TO WHITE ICON ======================================*/

.filter-white{
  filter: invert(99%) sepia(20%) saturate(2%) hue-rotate(151deg) brightness(113%) contrast(100%);
}
/* ========================================= NAVBAR ======================================*/
nav{
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #501426;
    box-shadow: 2px 0px 7px #000;
	z-index: 50;
}
.contenedor-tabla{
    display: table;
    width: 100%;
}
.contenedor-tr {
  display: table-row;
  width: 100%;
}
.contenedor-tr > a{
	text-decoration: none;
	color: #ffffff;
  text-transform: uppercase;
}
.contenedor-tr > a:hover{
	background-color: #720e2c;
    transition: background-color .4s ease-in;
    -moz-transition: background-color .4s ease-in;
    -webkit-transition: background-color .4s ease-in;
    -ms-transition: background-color .4s ease-in;
    -o-transition: background-color .4s ease-in;
}

.table-cell-td {
  display: table-cell;
  padding: 20px 7px;
  text-align: center;
  width: 20%;
}
.table-cell-td:focus{
	outline: none;
}
.logo-navbar{
    background-image: url(../assets/img/logo-longsize.png);
    width: 59px;
    height: 59px;
    margin-left: 2%;
    float: left;
}
.text-navbar{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
    float: left;
    margin-left: 2%;
    margin-top: 15px;
}
#mobile-menu-list{
	display: none;
}
/* ============================================================================================*/
section{
    width: 100%;
    margin: 0px;
    padding: 90px 0px;
}
article{
    width: 100%;
    margin: 0px;
    padding: 10px;
}
/*======================================MAIN PAGE=============================================*/
.slideshow{
  height:500px; 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-size:100% 100%;
}
.rounded-button {
  background-color: #501426;
  border: none;
  font-family: "Poppins-Bold";
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 24px;
}

.curved-div {
  position: relative;
  background: #501426;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}
.curved-div svg {
  display: block;
}
.curved-div.upper {
  background: #fff;
}
.normalized-container {
  background-color: #501426;
  
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  font-size: 13px;
  text-shadow: 0 1px 1px #501426;
}
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  width:100%;
  font-size: 0.9em;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .styled-table thead tr {
  background-color: #501426;
  color: #ffffff;
  text-align: left;
  }
  .styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
  }

  .styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
  }
/*=========================================FOOTER=============================================*/
footer {
    width: 100%;
    height:200px;
    background: #501426;
    bottom:0;
    border-radius: 50% / 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.footter-text{
  font-family: "Poppins-Bold";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 19px;
  margin-left: 2%;
  margin-top: 15px;
}
.footter-text:focus{
	outline: none;
}
.footter-subtext{
  font-family: "Poppins-Bold";
  color: #ffffff;
  font-size: 14px;
  margin-left: 2%;
  margin-top: 15px;
}
/*=====================================================================================*/
/*=========================================LOGIN=============================================*/
.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container-loginn100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lcol {
  background: linear-gradient(to bottom, rgb(73 12 132) 50%, rgb(44, 44, 44) 100%, rgb(190, 215, 235) 100%);
  /*background: linear-gradient(to bottom, rgb(4, 34, 167) 50%, rgb(22, 4, 141) 100%, rgb(190, 215, 235) 100%);*/
  box-shadow: 0px 50px 30px -30px rgba(0,0,0,0.3);
  height: 750px;
  padding: 0 35px
}
.greeting {
    padding-top: 200px;
    padding-right: 90px
}
.rcol {
  background: #fff;
  box-shadow: 0px 50px 30px -30px rgba(0,0,0,0.3);
  padding: 80px;
  height: 750px
}
#container-form{
  width: 100%;
  padding: 40px;
  background-color: rgba(45, 135, 225, 0.73);
  border-radius: 7px;
}
/*=====================================================================================*/
.tittles-pages-logo{
    font-family: "FontFamilyLogo";
}
.center-all-contens{
    margin-left: auto;
    margin-right: auto;
}
.center-height {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*======================================HOVER BUTTONS=============================*/
.button_selector{
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  background: linear-gradient(to right, #a1a1a1, #b1b1b1);
  transition: background-color 0.3s;
  transform: skew(-20deg);
}
.button_selector:after{
  content:'';
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
  background: transparent;
}
.button_selector:hover:after{
  background: #501426;
  cursor: pointer;
}
.button_selector>.name{
  display: inline-block;
  transform: skew(20deg); 
}
.button_selector:before{
  content:'';
  width: 2px;
  height: 90%;
  display: inline-block;
  top: -10px;
  left: 10px;
  position: absolute;
  background: #fff;
  z-index: 1;
  transition: all .3s;
}
.button_selector:hover:before{
  background: #501426;
  top: 0;
  cursor: pointer;
  height: 100%;
}
.button_selector.active{
  background: linear-gradient(to right, #501426, #501426);
}
.button_selector.active:hover:after{
  background: #501426;
}
.button_selector.active:hover:before{
  background: #501426;
}
/*====================*/
#btnadd {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#btnadd a {
  position: relative;
  padding: 12px 34px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #000;
  color: #000;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#btnadd a:hover {
  color: #FFF;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
}

#btnadd a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#btnadd a:hover:before {
  width: 100%;
}

.medicfont {
  font-family: "The-Rambler";
  line-height: 1.5;
  font-size: 1.4em;
  width: 100%;
  height: 100%;
}