* {
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

.container {
  width: 100%;
}

/*TITULOS*/

.tit {
  text-align: center;
}

.tit h1 {
  display: inline-block;
  position: relative;
  font-family: 'Courier New', Courier, monospace;
  font-size: 36px;
  text-transform: capitalize;
}

h1::after,
h1::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: #7ccbec;
  top: 40px;
}

h1::before {
  left: -120px;
}

h1::after {
  right: -120px;
}

.tit h2 {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

/*FUENTES*/

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}

body {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*INICIO MENU*/

.scroll:active {
  background-color: var(--color3);
  color: var(--color1);
}

#logo {
  width: 60px;
  height: auto;
  margin-left: 20px;
}

nav {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.753);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 999;
}

nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav li {
  height: 60px;
}

nav a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
  font-size: 14px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
}

nav a:hover {
  background-color: #175dbd;
  color: #fff;
}

nav li:first-child {
  margin-right: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 300px;
  width: 250px;
  background-color: #ffffffab;
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 999;
}

.sidebar li {
  width: 100%;
}

.sidebar a {
  width: 100%;
}

.menu-button {
  display: none;
}

/*INICIO SLIDER*/

.ei-slider {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 750px;
  margin: 0 auto;
  padding-top: 60px;
}

.ei-slider-large {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ei-slider-large li {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.ei-slider-large li img {
  width: 100%;
}

.ei-slider-thumbs {
  height: 13px;
  margin: 0 auto;
  position: relative;
}

.ei-slider-thumbs li {
  position: relative;
  float: left;
  height: 100%;
}

.ei-slider-thumbs li.ei-slider-element {
  top: 0px;
  left: 0px;
  position: absolute;
  height: 100%;
  z-index: 10;
  text-indent: -9000px;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

.ei-slider-thumbs li a {
  display: block;
  text-indent: -9000px;
  background: #666;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-box-shadow:
    0px 1px 1px 0px rgba(0, 0, 0, 0.3),
    0px 1px 0px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow:
    0px 1px 1px 0px rgba(0, 0, 0, 0.3),
    0px 1px 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow:
    0px 1px 1px 0px rgba(0, 0, 0, 0.3),
    0px 1px 0px 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.ei-slider-thumbs li a:hover {
  background-color: #f0f0f0;
}

.ei-slider-thumbs li img {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  z-index: 999;
  max-width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-reflect:
    below 0px -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(50%, transparent),
      to(rgba(255, 255, 255, 0.3)));
}

.ei-slider-thumbs li:hover img {
  opacity: 1;
  bottom: 13px;
}

/*INICIO QUIEN SOY*/

#quien_soy {
  padding-top: 50px;
}

.cua-quien {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: center;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.foto img {
  width: 400px;
  height: auto;
}

.slogan {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #939598;
  text-align: center;
  font-size: 18px;
  color: white;
  width: 400px;
  padding: 5px;
  margin: auto;
  margin-top: 2px;
}

.btn-cv {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #7ccbec;
  text-align: center;
  font-size: 18px;
  color: rgb(0, 0, 0);
  width: 400px;
  padding: 5px;
  margin: auto;
  margin-top: 5px;
}

.btn-cv:hover {
  background-color: #939598;
}

.cua-quien1 {
  float: left;
  width: 50%;
  padding: 20px 200px 20px 40px;
  text-align: justify;
}

.cua-quien1 h2 {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.cua-quien1 p {
  margin-top: 20px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/*INICIO ANATOMIA*/

#anatomia {
  padding-top: 30px;
}

.cua-anat {
  float: left;
  width: 50%;
}

.cua-anat img {
  width: 100%;
  height: 590px;
}

/*INICIO PROFESION*/

#profesion {
  padding-top: 50px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1px;
  justify-items: center;
  align-items: center;
  padding: 50px;
}

.grid-item1 {
  text-align: center;
  width: 228px;
  height: 286px;
  margin-top: 30px;
}

.cuadro {
  border: #939598 solid 1px;
  text-align: center;
  width: 228px;
  height: 286px;
}

.cuadro:hover {
  background-color: #7ccbec;
}

.cuadro img {
  width: 70px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cuadro h2 {
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  font-weight: bold;
}

.cuadro p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px;
}

/*INICIO SLOGAN*/

#slogan {
  padding: 30px;
  background-color: #0f2438;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  font-size: 30px;
  text-align: center;
}

/*INICIO PORTAFOLIO*/

#portafolio {
padding: 50px 140px;
}

.porta{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 300px;
  grid-gap: 10px;
}

.porta div:nth-child(2) {
  grid-column: 3 / 5;
  grid-row: 2 / 3;
}

.cua-porta {
  position: relative;
  display: inline-block;
}

.cua-porta img {
  width: 300px;
  height: auto;
}

.cua-porta:hover {
  color: #f0f0f0;
}

.tit-porta {
  position: absolute;
  top: 85%;
  right: 5%;
  color: white;
  font-size: 20px;
  font-family: 'Courier New', Courier, monospace;
}

.tex-porta {
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
  padding: 80px 40px 80px 40px;
}

.tex-porta p{
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
}

/*INICIO CONTACTO*/

#contacto {
  width: 100%;
  background-image: url(../img/contacto/04.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}

.cua-contact {
  float: left;
  width: 50%;
  padding: 20px;
}

.contact {
  padding: 30px;
}

.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.contact form p {
  margin: 0;
}

.contact form .full {
  grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {
  width: 100%;
  padding: 16px;
  border: solid 1px #939393;
  background-color: transparent;
  color: #fff;
}

.contact form textarea {
  resize: none;
}

.contact form button {
  background: #175dbd;
  color: #e4e4e4;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace;
  letter-spacing: 2px;
}

.contact form button:hover,
.contact form button:focus {
  background: #7ccbec;
  color: #ffffff;
  transition: background-color 1s ease-out;
}

.company-info {
  padding: 30px;
}

ul {
  list-style: none;
  padding: 0;
}

.company-info h3 {
  font-family: 'Courier New', Courier, monospace;
  color: #7ccbec;
  font-size: 30px;
}

.company-info ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.company-info h3,
.company-info ul {
  margin: 0 0 16px 0;
}

.company-info i {
  color: #7ccbec;
  font-size: 18px;
  margin-right: 10px;
}

.company-info li {
  color: #ffffff;
}

.company-info a {
  color: #ffffff;
  text-decoration: none;
}

.company-info a:hover {
  color: #7ccbec;
}

.qr img{
  width: 150px;
}

/*INICIO FOOTER*/

#footer {
  width: 100%;
  padding: 10px 30px;
}

.footer-inf {
  float: left;
  width: 33.3%;
  padding: 0;
}

.copy {
  padding-top: 5px;
}

.copy p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.subt p{
  font-family: 'Courier New', Courier, monospace;
  font-size: 22px;
  text-align: center;
}

.social{
  float: right;
}

.social i{
  margin-left: 20px;
  font-size: 20px;
}

.social a:hover {
  color: #7ccbec;
}