@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
h1 {
  color: #E4007C;
}

body {
  font-family: Josefin Sans, sans-serif;
  color: #555;
}

a:hover {
  text-decoration: none;
}

.regular_font {
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: left;
}

.space_line {
  line-height: 0.9em;
}

.let_space {
  letter-spacing: -1px;
}

.text-m {
  font-size: 24px;
  color: #1E9AAE;
}

.one {
  color: #fff;
}

.two {
  color: #1E9AAE;
}

.three {
  color: #084553;
}

.five {
  color: #0C2C4A;
}

.grey2 {
  color: #ddd;
}

.bg_two {
  background-color: #1E9AAE;
}

.rose {
  color: #E4007C;
}

.title {
  font-family: Josefin Sans, sans-serif;
  font-weight: 200;
  text-align: left;
  font-size: 40px;
  color: #1E9AAE;
}

.aseguracc_description {
  font-family: Josefin Sans, sans-serif;
  font-weight: 200;
  text-align: center;
  font-size: 22px;
  color: #555;
}

.logo {
  height: 90px;
}

.nav_text {
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 1.2em;
}

.nav_text:hover {
  color: #1E9AAE;
}

#section_services {
  background-image: url("../img/bg_aseguracc.jpg");
  background-size: cover;
}

.h1_slide {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .h1_slide {
    margin-top: 60px;
  }
}

.services_img {
  height: 110px;
  text-align: center;
}
@media (min-width: 768px) {
  .services_img {
    height: 95px;
  }
}

.services_menu {
  width: 95%;
}
@media (min-width: 768px) {
  .services_menu {
    width: 95%;
  }
}
.services_menu .boton {
  height: 220px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .services_menu .boton {
    height: 160px;
  }
}
.services_menu .boton:hover {
  background-color: #084553;
}
.services_menu .text_title {
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.bg_slide {
  background-image: url("../img/slide.png");
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 522px;
}
@media (min-width: 768px) {
  .bg_slide {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 250px;
    height: 402px;
  }
}
@media (min-width: 992px) {
  .bg_slide {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 450px;
    height: 602px;
  }
}

.slide_titles {
  font-size: 40px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .slide_titles {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .slide_titles {
    font-size: 75px;
    line-height: 60px;
  }
}

.slide_description {
  font-size: 16px;
}
@media (min-width: 768px) {
  .slide_description {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .slide_description {
    font-size: 30px;
  }
}

.btn_contact {
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  color: #fff;
  background-color: #E4007C;
  width: 250px;
  text-align: center;
}

.btn_contact:hover {
  color: #E4007C;
  background-color: #fff;
}

body {
  margin-top: 20px;
}

#services {
  background: linear-gradient(to bottom, #E6F2F9 65%, #fff 25%);
}

.card-cc-group {
  width: 70%;
}
@media (min-width: 768px) {
  .card-cc-group {
    width: 100%;
  }
}

.card-cc {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
}
.card-cc:hover {
  box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.2);
}

.card-cc-img {
  height: 150px;
}
@media (min-width: 768px) {
  .card-cc-img {
    height: 170px;
  }
}
.card-cc-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-cc-text {
  height: 170px;
}
@media (min-width: 768px) {
  .card-cc-text {
    height: 170px;
  }
}
.card-cc-text .title {
  font-family: Josefin Sans, sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 40px;
  color: #084553;
  line-height: 33px;
}
.card-cc-text .description {
  font-family: Josefin Sans, sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
  color: #0C2C4A;
  line-height: 20px;
}

#foot {
  background: url("../img/bg_aseguracc2.jpg") no-repeat;
  background-size: cover;
}
#foot .logo {
  height: 90px;
}
#foot .btn_contact {
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  color: #fff;
  background-color: #E4007C;
  width: 250px;
  text-align: center;
}
#foot .btn_contact:hover {
  background-color: #fff;
  color: #1E9AAE;
}

.social {
  text-align: right;
}

.fa-stack {
  vertical-align: top;
}

#form_services {
  background: url("../img/bg_servicios.png") no-repeat center top;
  background-position-y: -100px;
}
@media (min-width: 768px) {
  #form_services {
    background-position-y: -70px;
    background-size: 100%;
    background-position-y: 15px;
  }
}
@media (min-width: 992px) {
  #form_services {
    background-position-y: -280px;
  }
}

.form_section {
  max-width: 80%;
  border-radius: 5px;
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
}

#contact_form {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-align: left;
}

.btn_contact_form {
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  color: #fff;
  background-color: #E4007C;
  width: 250px;
  text-align: center;
}

.custom-select {
  border: 0;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  width: 100%;
  outline-width: 0;
  outline: none;
}

.custom-select-input {
  border: 0;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  width: 100%;
  outline-width: 0;
  outline: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.test {
  background: #833ab4;
  background: -moz-linear-gradient(177deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  background: -webkit-linear-gradient(177deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  background: linear-gradient(177deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4", endColorstr="#fcb045", GradientType=1);
}

.product_img {
  width: 100%;
  height: 465px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .product_img {
    font-size: 30px;
    height: 550px;
  }
}

.product_img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.product .title {
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
  text-align: inherit;
  color: #084553;
  line-height: 28px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .product .title {
    font-size: 30px;
  }
}
.product .title2 {
  font-family: Josefin Sans, sans-serif;
  font-weight: 400;
  text-align: inherit;
  color: #1E9AAE;
  line-height: 23px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .product .title2 {
    font-size: 20px;
  }
}
.product .description {
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: inherit;
  color: #555;
  font-size: 16px;
  line-height: 28px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .product .description {
    font-size: 24px;
    padding: 0;
    line-height: 32px;
  }
}

#section_product {
  background: white;
  background: -moz-linear-gradient(180deg, white 20%, #e6f2f9 20%, #e6f2f9 80%, white 80%);
  background: -webkit-linear-gradient(180deg, white 20%, #e6f2f9 20%, #e6f2f9 80%, white 80%);
  background: linear-gradient(180deg, white 20%, #e6f2f9 20%, #e6f2f9 80%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.bg_slide_contact {
  background-image: url("../img/contact.png");
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 522px;
}
@media (min-width: 768px) {
  .bg_slide_contact {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 250px;
    height: 402px;
  }
}
@media (min-width: 992px) {
  .bg_slide_contact {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 450px;
    height: 602px;
  }
}

.btn_contact2 {
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  color: #fff;
  background-color: #E4007C;
  width: 250px;
  text-align: center;
}

.btn_contact2:hover {
  background-color: #1E9AAE;
}

.text_bio {
  font-size: 1.4em;
}

.mini_menu {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.3em;
}

.bg_rose {
  background-color: #E4007C;
}

.container-bio {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}

.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.timeline-item p {
  font-size: 1.3rem;
}
.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #E4007C;
}
.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -7px;
  border-radius: 10px;
  content: "";
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
}
.timeline-item:last-child {
  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}

/* program section */
.container-cert {
  background-color: #ddd;
}

.container-recon {
  background-color: #f0f0f0;
}

@media (max-width: 576px) {
  .container-prog {
    flex-direction: column;
  }
}

.program {
  flex: 1;
  background: url("../img/bg_transparent.png");
}
.program img {
  width: 130px;
}
.program h3 {
  font-size: 1.1em;
}
@media (min-width: 768px) {
  .program h3 {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
  }
}

.about-res {
  background: url("../img/about-res.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
}

.bg_six {
  background-color: #E6F2F9;
}

/*# sourceMappingURL=style.css.map */
