@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

.header .logo-img {
    width: 160px;
}

.carousel-centered p {
    font-size: 1.8em;
}

.content-lg {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.bg-color-sky-light {
    background: #D6D6D6;
}

p {
    color: #333;
}

.carousel-title {
    color: #fff;
}

.tx-carrusel {
    color: #fff;
    font-size: 2em !important;
}

.back-to-top, .carousel-title, .header .nav-item-child, .link {
    text-transform: none;
}

html {
  scroll-behavior: smooth;
}

form#contacto .form-control:focus {
    color: #333;
}

.swal2-popup {
  font-size: inherit !important;
}
