/*Home*/
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
body{
    font-family: 'Raleway', sans-serif;
}
.navbar{
    background-color: white;
  } 
.navbar-nav a:hover {
    border-bottom: 3px solid #035A9A;
  }
.nav-item a.active {
    border-bottom: 3px solid #035A9A;
  }

/*Carousel*/
.controls-top{
    padding: 10px;
}
.rounded-circle{
    width: 2rem;
    height: 2rem;
    background-color: white;
    border: solid 1px #555B60;
    border-radius: 50%;
}
.rounded-circle:focus{
    outline: none;
}
.fas{
    color: #555B60;
}
.main-title{
    padding-top: 2rem;
}
.text-main{
    height: 25rem;
    background-color:#EBF6FE;
    background-image: url('images/teeth3.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    align-items: center;
    font-size: 2rem;  
}
.subtitle{
    color: #555B60;
    border-bottom: 2px solid currentColor;
}
.card{
    border: none !important;
}
/*FOOTER*/
footer{
    color: white;
    background-color: #035A9A;
}
footer a{
    color: white; 
}
.footer-copyright{
    background-color: #0376CA;  
}
.fa-facebook:hover{
    color:#0376CA;
}
/*CONSTANCIAS*/
.text-main-container{
    font-size: 1rem !important;
}
  /* Slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
      width: 100%;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
      outline: none;
}
.slick-list.dragging{
      cursor: pointer;
      cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
      position: relative;
      top: 0;
      left: 0;
      display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}  
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
  /*SERVICIOS*/
#div-car-ser {
    width: 100% !important;
    height: 250px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-image: url('images/ds5.jpg');
}
#div-car-con {
    width: 100% !important;
    height: 250px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-image: url('images/ds3.jpg');
}
#div-car-cli {
    width: 100% !important;
    height: 250px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-image: url('images/ds4.jpg');
}
.carousel-item h1 {
    padding-top: 50px;
    text-align: center;
    font-size: 2rem;
/* margin: 0; */
color: white;
text-decoration: underline;
}
.servicios-card .card{
    margin: 100px 50px 50px 50px;
    border: 1px solid rgba(0, 0, 0, 0.125)!important;
 
}
.img-card-service{
    object-fit: cover;
    width: 100%;
    height: 200px;
}
.div-svg{
    text-align: left !important;
}
/*CONOCENOS*/
.acerca{
    padding: 20px;
    width: 100%;
    height: 300px;
    font-size: 1rem;
    text-align: center;
    align-items: center;
    color: white;
    background-color: #035A9A;
}
.svg-left{
    text-align: left !important;
}
.svg-right{
    text-align: right !important;
}
.acerca2{
    width: 100%;
    height: 300px;
    font-size: 1rem;
    text-align: center;
    align-items: center;
    color: #555B60;
    background-color: #EBF6FE;

}
.div-circle{
    align-items: center;
    position: relative;
    width: 30vw;
    height: 30vw;
    overflow: hidden;
    border-radius: 50%; 
}
.div-circle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.div-image-conocenos{
    padding: 15px;
}
.text-image-conocenos{
    margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.div-map{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.div-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.div-text-ubicacion{
    position: relative;
    font-size: 1rem;
    height: 200px;
    background-color: #EBF6FE;
    padding-top: 20px;  
}
.text-ubicacion{
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*CLIENTES*/
.clientes{
    padding: 50px 10px 50px 10px;
}
div.gallery {
    border: 1px solid #555B60;
}
div.gallery:hover {
    border: 1px solid #035A9A;
}
  
div.gallery img {
    width: 100%;
    height: auto;
}
div.desc {
    padding: 15px;
    text-align: center;
}
* {
    box-sizing: border-box;
}
.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.myImg:hover {opacity: 0.7;}
.modal {
    display: none; 
    position: fixed; 
    z-index: 1050; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
  
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
}
@media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
@media (min-width: 768px) { 
    .carousel .carousel-item {
        height: 550px;
      }
      .carousel-item img {
          position: absolute;
          top: 0;
          left: 0;
          min-height: 550px;
      }
      .rounded-circle{
        width: 3rem;
        height: 3rem;
        background-color: white;
        border: solid 1px gray;
        border-radius: 50%;
    }
    #div-car-ser {
        height: 550px;
        background-color: #035A9A;
        background-size: cover;
        background-position: center center;
        /* background-image: url('images/ds5.jpg'); */
    }
    #div-car-con {
        width: 100% !important;
        height: 550px;
        display: block;
        background-size: cover;
        background-position: center center;
        background-image: url('images/ds3.jpg');
    }
    #div-car-cli {
        width: 100% !important;
        height: 550px;
        display: block;
        background-size: cover;
        background-position: center center;
        /* background-image: url('images/ds5.jpg'); */
    }
    .carousel-item h1 {
        font-size: 5rem;
    margin: 0;
    color: white;
    }
    .servicios-card .card{
        margin: 150px;
        border: 1px solid rgba(0, 0, 0, 0.125)!important;
    }
    .img-card-service{
        object-fit: cover;
        width: 100%;
        height: 400px;
    }
    .div-circle{
        align-items: center;
        position: relative;
        width: 20vw;
        height: 20vw;
        overflow: hidden;
        border-radius: 50%;
    }
    .div-svg svg{
        width: 200px;
        height: 5px;
    }
    .div-text-ubicacion{
        position: relative;
        font-size: 1.5rem;
        height: 200px;
        background-color: #EBF6FE;
        padding-top: 20px; 
    }
 }
 @media (min-width: 1200px) { 
    .acerca{
        padding: 20px;
        width: 100%;
        height: 300px;
        font-size: 1.3rem;
        text-align: center;
        align-items: center;
        color: white;
        background-color: #035A9A;
    }
    .acerca2{
        width: 100%;
        height: 300px;
        font-size: 1.3rem;
        text-align: center;
        align-items: center;
        color: #555B60;
        background-color: #EBF6FE;
    
    }
    .div-circle{
        align-items: center;
        position: relative;
        width: 18vw;
        height: 18vw;
        overflow: hidden;
        border-radius: 50%;
    }

  }
.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
}
@keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
}
  


