@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* General Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}




body {
  background-color: #EDF0FD;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: "Inter";
  background-position-y: 80px;
}
h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 30px;
  color: #152c5b;
  letter-spacing: -0.05px;
  line-height: 40.35px;
}
h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  color: #152c5b;
  letter-spacing: -0.03px;
  line-height: 40.35px;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  
}

.specialwrap {
  display: inline-flex;
  margin: 0 auto;
  max-width: 1060px;
  justify-content: space-between;
  margin-left: 15%;
}

/* HEADER */
header {
  height: 75px;
  background-color: linear-gradient(to bottom, #ffffff, #EDF0FD);
}


#universidad {
  float: right;
  text-align: right;
  width: 50%;
}
.iniciolink {
  position: absolute;
  left: 30px;
  top: 25px;
  padding: 0 80px;
  display: block;
  height: 30px;
}

/* NAV */
nav {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  float: left;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: left;
  background-position-x: 30px;
  
}
nav ul {
  max-width: 1024px;
  margin-bottom: 15px;
  margin: 0 auto;
}
nav li {
  display: inline-block;
  padding: 10px 0;
  border-radius: 50px;
  color: #414141;
  width: 13%;
  font-family: Inter;
  font-weight: 400;
}

nav li a{
  color: #414141;
  text-decoration: none;
}

nav li:hover {
  color: #64b9ff;
}


/* FLEX */

/* Contenedor de la fila */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Columna */
.col {
  flex: 1;
  padding-right: 20px;
  padding-left: 20px;
}

/* Ejemplo de configuración de ancho de columna */
.col-1 { flex: 0 0 8.3333%; max-width: 8.3333%; }
.col-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
.col-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
.col-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
.col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }







/* HERO */

.hero{
  height: 700px;
  margin: 0 auto;
  width: 100%;
}

.herocontent{
  text-align: left;
  margin-top: 90px !important;
}

.herocontent div{
  margin-bottom: 20px;
}

.herocontent div span{
  color: #1566CF;
}


/* Contenido */

.contentmargin{
  padding-bottom: 100px;
  padding-top: 50px;
}

.bloque1 {
  padding: 2%;
  border-radius: 3px;
  height: 800px;
}
.bloqueinfo2 {
  border-radius: 10px;
  width: 55% !important;
  background-color: #fff;
}

.bloqueinfo2 img{
  border-radius: 10px;
}

.bloquevideo {
  padding: 2%;
  width: 40% !important;
  background-color: #fff;
  border-radius: 5px;
  height: 430px;
}
.bloqueind {
  padding: 0;
  width: 25% !important;
  
}

.bloqueind div{
  text-align: left;
  
}

.fold{
    background-image: url("../img/background_endoscopica.png"); 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 600px;    
    background-size: 100%;
    width: 100%;
    display: flex;
}
.bloque {
  border-radius: 5px;
  padding: 2%;
  height: 600px;
  background-color: #fff;
}
.cuadro {
  background-color: #fff;
  border-radius: 5px;
  border-radius: 10px;
  padding: 2%;
  height: 240px;
  border-radius: 3px;
  text-align: center;
}

.publicaciones{
  height: 320px;
}

.list{
  height: 800px;
}

.list a {
  display: block;
  width: 100%;
  margin-bottom: 7px;
  text-align: left;
  font-family: Inter
}

p {
  font-family: Inter;
  font-size: 13px;
  color: #454545;
  font-weight: 300;
  line-height: 30px;
}

.pdfs {
  color: #474747;
  font-size: 14px;
  letter-spacing: -0.02px;
  line-height: 28.35px;
}

.pdfsnewlink {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  color: #152c5b;
  letter-spacing: -0.03px;
  line-height: 40.35px;
}

.image img {
  width: 100%;
}

.izquierda {
  text-align: left;
}

.izquierda a{
  text-decoration: none;
}

.izquierda p{
  line-height: 22px;
  font-size: 12px;
}

.izquierda img{
  border-radius: 5px;
}

.vermas h5 {
  background-color: #1566CF;
  color: #fff;
  padding: 15px;
  width:fit-content;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.vermas h5 a{
  color: #fff;
  text-decoration: none;
}

.vermas2 h5 {
  color: #1566CF;
  padding: 15px;
  width:fit-content;
  border-radius: 5px;
  border: #1566CF 1px solid;
  text-align: center;
  text-decoration: none;
}

.vermas2 h5 a{
  color: #1566CF;
  text-decoration: none;
}

.map{
    margin: 44px!important;
    width: 100%;
}

/*FOOTER*/
footer {
  background: #1566CF;
  float: left;
  width: 100%;
  color: white;
  font-size: 13px;
  font-family: Inter;
  line-height: 40px;
}

footer a {
  text-decoration: none;
  color: #fff;
}

.banner{
  background-color: #E3E6FD;
  display: flex;
  height: 100px;
  text-align: center;
  padding: 30px;
  width: 100%;
  float: left;
}

.legal{
  float: left;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background-color: #0551B4;
  padding: 15px;
  
}

/* ______________ CONTACT_FORM ______________ */


.contact_form textarea {
  width: 100%;
  resize: none;
  margin-left: 0;
  height: auto;
  min-height: 130px;
  margin-top: 8px;
  border-color: #B0B0B0;
  border-radius: 5px;
  border-style: none;
  font-size: 12px;
  padding: 10px;
}

.contact_form button {
  border: none;
  margin-top: 20px;
}

.contact_form input {
  resize: none;
  margin-left: 0;
  margin-bottom: 20px;
  height: auto;
  min-height: 40px;
  width: 100%;
  margin-top: 8px;
  border-color: #B0B0B0;
  border-radius: 5px;
  border-style: none;
  font-size: 12px;
  padding: 10px;
}

.contact_btn {
  position: relative;
  display: inline-block;
  border: none;
  margin: 0 12px 12px 0;
  padding: 7px 19px 5px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background: #0078bc;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.formlabel {
  color: #414141;
  font-family: Inter;
  margin-bottom: 20px 0;
  width: 100%;
}

.contact_btn:hover,
.send_btn {
  background-color: #1566CF;
  color: #fff;
  padding: 15px;
  width: 100px;
  border-radius: 5px;
  text-align: center;
  font-family: Inter;
}

#note .notification_ok {
  margin-top: 20px;
  padding: 7px 10px;
  text-align: center;
  text-transform: uppercase;
  background: #444;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
#note .notification_error {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #f00;
}
/* _____________ //CONTACT_FORM _____________ */

/* ____________ CONTACT_DETAILS _____________ */
.contact_det_block {
  margin-top: -5px;
}

ul.foot_block_intouch {
  margin: 0;
  padding: 0;
}

.foot_block_intouch li {
  padding-bottom: 8px !important;
}
.foot_block_intouch li p,
.foot_block_intouch a {
  color: #7e7e7e;
  line-height: 21px;
  font-size: 14px;
  padding: 0 0 0 34px;
  margin: 0;
}
.foot_block_intouch li a:hover {
  color: #64b9ff;
  text-decoration: none;
}

.foot_block_intouch li.touch_phone p {
  background: url(../images/contact_icon.png) no-repeat 0 0;
}
.foot_block_intouch li.touch_clock p {
  background: url(../images/contact_icon.png) no-repeat 0 -88px;
}
.foot_block_intouch li.touch_mail a {
  background: url(../images/contact_icon.png) no-repeat 0 -161px;
}
.foot_block_intouch li.touch_mail a:hover {
  background: url(../images/contact_icon.png) no-repeat 0 -371px;
}

.foot_block_intouch li.touch_site a {
  background: url(../images/contact_icon.png) no-repeat 0 -235px;
  display: block;
  height: 20px;
}
.foot_block_intouch li.touch_site a:hover {
  background: url(../images/contact_icon.png) no-repeat 0 -445px;
}

.foot_block_intouch li.touch_adress p {
  background: url(../images/contact_icon.png) no-repeat 0 -305px;
}

.info {
  padding-top: 10px;
}

/* Computer */
.grid_1 {
  width: 6.5%;
}
.grid_2 {
  width: 15%;
}
.grid_3 {
  width: 23.5%;
}
.grid_4 {
  width: 30%;
}
.grid_5 {
  width: 39.5%;
}
.grid_6 {
  width: 43.5%;
}
.grid_7 {
  width: 60%;
}
.grid_8 {
  width: 66%;
}
.grid_9 {
  width: 74.5%;
}
.grid_10 {
  width: 83%;
}
.grid_11 {
  width: 91.5%;
}
.grid_12 {
  width: 97.2%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  margin: 15px 15px;
  float: left;
}

.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.gallery-list {
  margin-right: -25px;
}

.container {
  width: 1000px;
  max-width: 1000px;
  margin: auto;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}
