*{
  margin: 0;
  padding: 0;
}

#footer{
    background: linear-gradient(90deg, #1c3643, #273b47, 25%, #1e5372);
}

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

#logoo img{
    height: 80px;
    width: 50px;
    margin-left: -600px;
}

#menu a{
    margin-right: 90px;
}


#main .carousel-item img{
    max-height: 80vh;
    object-fit: cover;
    /*border: 1px solid yellow;*/
}

#carousel {
    position: relative;
}

#carousel .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

#carousel .overlay .container,
#carousel .overlay .row{
   height: 100%;
   
}


#place-time img {
  max-width: 103%;
}

#place-time{
    background: #343a40;
    color: white;
}

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

.content1 {
  position: relative;
  
  text-align: center;
  padding: 0 20px;
}

footer {
  padding-top: 20px;
  bottom: 50px;
  width: 100%;
  background-color: var(--primary);
}
.main-content {
  display: flex;
}
.main-content .box {
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: white;
  
}



.Calidad {
  height: 100px;
  width: 100px;
  margin-left: -600px;
  
}








.box .content {
  margin: 20px 0 0 0;
  position: relative;
  
}
.box .content:before {
  position: absolute;
  content: "";
  top: -10px;
  height: 2px;
  /*width: 100%;*/
  background: var(--primary);
}
.box .content:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15%;

  top: -10px;
}

.right .content .social {
  margin: 20px 0 0 0;
}
.right .content .social a {
  padding: 20 0;
  height: 30px;
  width: 30px;
}
.right .content .social a span {
  height: 40px;
  width: 40px;
  background: white;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.right .content .social a span:hover {
  background: rgba(0, 0, 0, 0.15);
}
.center .content .fas {
  font-size: 1.4375rem;
  background: white;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content .fas:hover {
  background: var(--primary);
}
.center .content .text {
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
  color: white;
}
.center .content .phone {
  margin: 15px 0;
}
.right form .text {
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #656565;
}
.right form .msg {
  margin-top: 10px;
}
.right form input,
.right form textarea {
  width: 100%;
  font-size: 1.0625rem;
  background: #151515;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus {
  outline-color: #3498db;
}
.right form input {
  height: 35px;
}
.right form .btn {
  margin-top: 10px;
}
.right form .btn button {
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #f12020;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.right form .btn button:hover {
  background: #000;
}
.bottom center {
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}
.bottom center span {
  color: #656565;
}

@media screen and (max-width: 900px) {
  footer {
    position: relative;
    bottom: 0px;
  }
  .main-content {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box {
    margin: 5px 0;
  }
}


.info{
    text-align: center;
    /*border: 1px green solid;*/
    margin-top: 30px;
}

.info .phone{
    color: white;
    padding-top: 20px;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    
}

.info .email{
    color: white;
    padding-top: 20px;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.map{
    /*border: 1px red solid;*/
    text-align: center;
}

.card-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.card{
  width: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 10px;
}

.cardservices{
  width: 500px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 10px;
  text-align: center;
}

.cardservices img{
  width: 100%;
  height: 250px;
}

.card img{
  width: 100%;
  height: auto;
}

.card-content{
  padding: 16px;
}

.card-content h3{
  font-size: 28px;
  margin-bottom: 8px;
}

.card-content p{
  color: #666;
  font-size: 15px;
  line-height: 1.3;
}

.card-content .btn{
  display: inline-block;
  padding: 8px 16px;
  background-color: #333;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 16px;
  color: #fff;
}


#section1 {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f8f8ff;
}


/* --------- regulaciones---------- 

.left{
  border: 1px red solid;
}

.center{
  border: 1px green solid;
}

.right{
  border: 1px white solid;
}

.center2{
  border: 1px black solid;
  
}*/

.center2  .text{
  font-size: 13px;
  margin-top: 5px;
}

.center2 .text a:hover{
  background-color: #000;
}

.right{
  text-align: center;
}

.right .social img{
  width: 70px;
  height: 70px;
}
/*
.carousel-inner{
  border: 1px solid red;
}*/