@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/* RESET */
/* ##################################################################### */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  /*font-family: Arial, Helvetica, sans-serif;*/
  width: 100%;
  height: 100%;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
}

.container {
  max-width: 1600px;
}

:root {
  --main-color: #0e639f;
}

:root {
  --second-color: #fc9603;
}

.fullw {
  width: 100%;
}

.flex {
  display: flex;
  flex: 1;
  flex-direction: row;
}

.text-bold {
  font-weight: 500;
}

.container-min {
  max-width: 800px;
  margin: 0 auto;
}

.bigtitle {
  font-size: 200%;
  font-weight: 700;
  color: var(--main-color);
  line-height: 120%;
  max-width: 900px;
}

.subtitle {
  font-size: 24px;
}

.round-text {
  border-radius: 25px;
  background-color: #0e639f;
  line-height: 1.3;
  color: #fff;
  padding: 5px;
  border: 2px dotted #759cb6;
  font-weight: 500;
}

.col-bg {
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: beige;
  border: 15px solid #fff;
}

.bg01 {
  /*
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/peoplebg.jpg');
    */
}

.colnum {
  background-color: #fc9603;
  color: #fff;
  padding: 7px;
  text-align: center;
  font-size: 26px;
  height: 100%;
}

.colicon {
  background-color: #ffffff;
  color: #fff;
  padding: 7px;
  text-align: center;
  font-size: 26px;
  height: 100%;
  border: 1px solid #eee;
}

.togglesection {
  margin-bottom: 25px;
  padding: 15px;
  background-color: rgb(250, 246, 226);
}

.colbtn {
  cursor: pointer;
  background-color: #0e639f;
  color: #ffffff;
  padding: 7px;
  transition: all linear 0.2s;
}

.colbtn:hover {
  background-color: #0e8e9f;
}

.nopad {
  padding: 0;
}

.toggledetails {
  background-color: #ffffff;
  padding: 15px;
  padding-bottom: 65px;
}

.toggledetails.hide {
  display: none;
}

.imagedetails {
  border: 3px solid #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

/* HEADER */
/* ##################################################################### */

.web-logo {
  width: 220px;
  margin: 15px;
  max-width: 100%;
}

/* SLIDER */
/* ##################################################################### */

.slider {
  margin-top: 20px;
}

.megatitle {
  font-size: 320%;
  font-weight: 700;
  color: var(--main-color);
  line-height: 120%;
  margin-top: 150px;
}

/* MENU */
/* ##################################################################### */

.menu {
  padding-top: 20px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.rounded-menu {
  display: flex;
  flex: 1;
  flex-direction: row;
  width: 100%;
}

.rounded-menu .menu-item {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.rounded-menu .menu-item .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #eee;
  transition: all linear 0.2s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rounded-menu .menu-item .caption {
  display: block;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
}

.rounded-menu .menu-item:hover .icon {
  border: 5px solid var(--main-color);
}

.rounded-menu .menu-item:hover .caption {
  color: var(--main-color);
}

.rounded-menu .menu-item.active .icon {
  border: 5px solid var(--main-color);
  background-color: var(--main-color);
}

.rounded-menu .menu-item.active .caption {
  color: var(--main-color);
}

.formulario {
  background-color: #f8f9f9;
  padding: 20px;
  min-height: 180px;
}

/* CABECERA SECCIÓN */
/* ##################################################################### */

.section-title {
  width: 100%;
  margin-top: 45px;
  background-color: var(--second-color);
  height: 45px;
}

.section-title .pelotilla {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 5px solid var(--second-color);
  transition: all linear 0.2s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  margin-top: -10px;
}

.section-title .caption {
  color: #fff;
  font-size: 150%;
  line-height: 180%;
  margin-left: 30px;
  font-weight: 500;
}

.section-title-big {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.clientes {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.clientes img {
  max-height: 134px;
}

.mensajes {
  color: #444;
}

.mensajes .icon {
  opacity: 0.6;
}

/* VIDEO RESPONSIVE */
/* ##################################################################### */

.videoresponsive {
  position: relative;
  width: 100%;
  height: 100%;
  width: 40%;
  text-align: center;
}

.videoresponsive img {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
  z-index: 222;
}

.videoresponsive iframe {
  position: absolute;
  z-index: 444;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* ESPACIOS */
/* ##################################################################### */

.space-min {
  width: 100%;
  clear: both;
  height: 40px;
}

.space-mid {
  width: 100%;
  clear: both;
  height: 100px;
}

.space-big {
  width: 100%;
  clear: both;
  height: 400px;
}

/* MEDIAS */
/* ##################################################################### */

@media screen and (min-width: 1900px) {
  .megatitle {
    font-size: 62px;
    letter-spacing: -2px;
    line-height: 1.5;
  }
}

/* media */
@media screen and (max-width: 1200px) {
  .html,
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .html,
  body {
    font-size: 12px;
  }

  .megatitle {
    font-size: 25px;
  }
}

ul.checklist {
  list-style-type: none;
  padding-left: 20px;
  margin-top: 15px;
}

.checklist li::marker {
  content: "\2713";
  color: #0e639f;
}

.checklist li {
  padding-left: 17px;
  margin-bottom: 8px;
}
