@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
:root {
font-family: 'Josefin Sans', sans-serif;
--primary--color: #0470b8;
--secondary--color: #d2535d;
}

.rowi {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: block;
    flex-wrap: wrap;
    margin-top: 2%;
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

#logo{
  width: 5rem;
}

.cds{
  background: linear-gradient(to left, var(--primary--color),#ffffff);
  display: block;
}
.init{
height: 100vh;
margin-top: -5rem;
} 
.cover-container{
background-image: url("../img/fondo.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; 
position: relative;
width: 100%;
}
.info-cover{
  background-color: rgba(50, 163, 228, 0.25);
  height: 100vh;
  padding-top: 5rem;
}
.p-title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5em;
  display: inline-block;
  padding: 1.5em 0em;
  position: relative;
  top: 18%;
  left: 20em;
  width: 100%;
  margin: 0 0 0 -20em;
  }   
.title{
text-align: center;
font-size: 3rem;
font-family: 'Josefin Sans', sans-serif;
letter-spacing: .2em;
padding: .25em 0 .325em;
display: block;
margin: 0 auto;
text-shadow: 0.1em 0.1em 0.05em #000;
color: var(--primary--color);
}
.title_secondary{
text-align: center;
font-size: 1.5rem;
font-family: 'Josefin Sans', sans-serif;
letter-spacing: .2em;
padding: .25em 0 .325em;
display: block;
margin: 0 auto;
text-shadow: 0.1em 0.1em 0.05em rgb(39, 38, 38);
color: rgb(0, 10, 68);
}
.about-us .card{
  border:none;
}
.card-text{
 text-align: justify;
 letter-spacing: .2em;
}
.card-img{
  padding: 16px;
  justify-content: center;
}
#img-about-us{
width: 100%;
}
.myv{
background-image: url("../img/city.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover; 
position: relative;
width: 100%;
}
.myv .card{
  border:none;
  background-color: transparent;
}
.myv .card-text{
  font-size: medium;
  font-weight: bold;
  letter-spacing: .2em;
}
.services{
  padding-bottom: 3%;
}
.services h2{
  background-color: var(--secondary--color);
  color: #ffffff;
}
.services .card{
  border:none;
}
.card-video{
  width: 300px;
  height: 300px;
  border-radius: 150px;
  overflow: hidden;
  margin: auto;
}
.video {
position: relative;
left: 0;
top: 0;
opacity: 1;
}
.card-video :hover{
  -ms-zoom-animation: inherit;
}
.contact{
  background: linear-gradient(to left, var(--primary--color), #ffffff);
  margin: auto;
}
.contact h2{
  margin-top: 3%;
  color: #ffffff;
}
form{
  margin: auto;
  width: 50%;
  padding-bottom: 3%;
}
footer{
position: absolute;
margin-bottom: 0px;
background-color: rgb(3, 4, 66);
width: 100%;
padding: 1rem;
}

footer ul{
list-style-type:none;
margin-left: 0;
color: #ffffff;
}

footer a{
  color: #ffffff;
}
.footer-container{
display: block;
}

.footer-icon{
width: 2rem;
}


.copyright{
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2em;
}


@media only screen and (min-width: 768px) {
  .p-title span { 
  font-size: 5rem;
  }
  .p-title {
  left: 50%;
  width: 40em;
  } 
  .card-text{
    padding: 2em;
  }
  .title_secondary{
    font-size: 3rem;
  }
  footer{
  align-content: center;
  }
  .footer-container{
  display: flex;
  justify-content: space-around;
  }
  .rowi {
    display: flex;
  }
}
