#about {
    background: url("../img/sobre.jpg") center top no-repeat fixed;
}

#entradacarrousel {
  padding: 70px 0;
}

#entradacarrousel img {
  max-width: 100%;
  transition: 0.3s;
}

#entradacarrousel img:hover {
  opacity: 1;
}

#entradacarrousel .owl-nav, #entradacarrousel .owl-dots {
  text-align: center;
}

#entradacarrousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
}

#entradacarrousel .owl-dot.active {
  background-color: #8CA9C6;
}

/* Fading animation */

@-webkit-keyframes fadeSlide {
  from {opacity: 0.4} 
  to {opacity: 1}
}

@keyframes fadeSlide {
  from {opacity: 0.4} 
  to {opacity: 1}
}

.fadeSlide {
  -webkit-animation-name: fadeSlide;
  -webkit-animation-duration: 2.5s;
  animation-name: fadeSlide;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.btn-common {
  border: 2px solid #fff;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.btn-common:hover, .btn-common:focus, .btn-common:active {
  color: #fff;
  border: 2px solid #000;
}
.btn-common:active, .btn-common:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

#seguros {
  margin-top: 20px;
}

#seguros .about-col {
  background: #fff;
  border-radius: 10px 10px 4px 4px;
  border: 1px solid black;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 1px;
}

#seguros .about-col .img {
  position: relative;
}

#seguros .about-col .img img {
  border-radius: 10px 10px 0 0;
}

#seguros .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0080ff;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#seguros .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#seguros .about-col:hover .icon {
  background-color: #fff;
}

#seguros .about-col:hover i {
  color: #0080ff;
}

#seguros .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#seguros .about-col h2 a {
  color: #000;
}

#seguros .about-col h2 a:hover {
  color: #0080ff;
}

#seguros .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#services {
  background: url("../img/headerescuro.jpg") center top no-repeat fixed;
  background-size: cover;
  margin-top: 20px;
  position: relative;
}

#services .circle {
  margin-bottom: 30px;
}

#services .circle img {
  margin: 5px;
}

#services .textServices {
  padding: 40px 20px 20px 20px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-radius: 10px;
}

#seguradoras {
  padding: 60px 0;
}

#seguradoras img {
  background-color: #fff;
  padding: 10px 0;
}

#seguradoras img:hover {
  opacity: 1;
}

#seguradoras .owl-nav, #seguradoras .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#seguradoras .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#seguradoras .owl-dot.active {
  background-color: #0080ff;
}


#seguros .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#seguros .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: #0f558a;
}

#seguros .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#seguros .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#seguros .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#seguros .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#seguros .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}


#seguros .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 25px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

/*  14.Contact Area
/*--------------------------------*/
#contact {
  background: #fff;
}
.contact-area {
  height: auto;
  width: 100%;
  
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea  {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}

.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #ff6600;
  background: #ff6600;
}

.contact-form  #sendmessage {
  color: #ff6600;
  border: 1px solid #ff6600;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

#facebookIcon i:hover {
  background: #0000ff;
  border: 1px solid #042b95;
  color: #fff;
}

#instagramIcon i:hover {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}

#tiktokIcon i {
  padding-top: 100px;
}

#tiktokIcon i:hover {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}




/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
  padding: 40px 0;
  background: #fff;
}

.footer-head p {
  color: #000;
}

.footer-head h4 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #cf1210;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  color: #525252;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #042b95;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #0000ff;
  border: 1px solid #042b95;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #000 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #ff6600;
}

.copyright-text a {
  color: #fff;
}

.copyright>p {
  margin-bottom: 0;
  color: #fff;
}

.copyright a, .credits a {
  color: #fff;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

/* all */
.borderImgModal {
  border-radius: 10px;
}

.textService {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-radius: 10px;
  padding: 5px;
}