
.tel{
  font-family: trebuchet;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #1f4690;
}
.descripcion{
 font-family: candara;
 font-size: 1.2rem;
  line-height: 1.5;
}

.h2letra{
  font-family: Quicksand;
  font-size: 3rem;
  line-height: 1.1;
}
.h2letraT{
  font-family: Tahoma;
  font-size: 1.4rem;
  line-height: 1.1;
}


.Display11{
  font-family: Garamond;
    font-size: 3.5rem;
    line-height: 1.1;
}
.h5letra{
  font-size: 1.7rem;
  line-height: 1.5;
}
.Display22{
  font-family: Garamond;
  font-size: 2.3rem;
  line-height: 1.1;
}


* {
    box-sizing: border-box;
  }
  

  
  .wrapperr {
    display: flex;
    
    justify-content: space-evenly;
  }
  
  .car {
    width: 580px;
    height: 360px;
    border-radius: 15px;
    padding: 1.5rem;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  }
  .car:hover {
    transform: translateY(20px);
  }
  .car:hover:before {
    opacity: 1;
  }
  .car:hover .info {
    opacity: 1;
    transform: translateY(0px);
  }
  .car:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
  }
  .car img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
  }
  .car .info {
    position: relative;
    z-index: 3;
    color: rgb(255, 255, 255);
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
  }
  .car .info h1 {
    margin: 0px;
  }
  .car .info p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
  }
  .car .info button {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
  }
  .car .info button:hover {
    background: dodgerblue;
    color: white;
  }

  
  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

.text-center {
    text-align: center!important;
}
.body{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #040303;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px)

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
/*.col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}*/
.pricing[_ngcontent-iyn-c62] {
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgb(171 171 171 / 35%);
    transition: all 0.3s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 30px;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}
.pricing[_ngcontent-iyn-c62] .title[_ngcontent-iyn-c62] {
    background: #3e3636;
    color: #fff;
    padding: 20px 20px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.title[_ngcontent-iyn-c6240] {
    background: #1F4690;
    color: #faa50b;
    padding: 20px 20px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.title[_ngcontent-iyn-c620] {
    background: #1F4690;
    color: #faa50b;
    padding: 20px 20px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.title[_ngcontent-iyn-c621] {
    background: #1F4690;
    color: #faa50b;
    padding: 20px 20px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pricing[_ngcontent-iyn-c62] .content[_ngcontent-iyn-c62] {
    padding: 15px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.pricing[_ngcontent-iyn-c62] .content[_ngcontent-iyn-c62] ul[_ngcontent-iyn-c62] li[_ngcontent-iyn-c62] {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #e0e0e0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.btn-wsp{
  position:fixed;
  width:60px;
  height:60px;
  line-height: 63px;
  bottom:25px;
  right:25px;
  background:#1F4690;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-wsp:hover{
  background: #faa50b;
}
@media only screen and (min-width:320px) and (max-width:768px){
  .btn-wsp{
      width:63px;
      height:63px;
      line-height: 66px;
}
}


