
/*Divider con código*/
.section-bg {width: 100%;height: 100px;position: relative;}
.section-bg.izq-der-top {background: linear-gradient(to right bottom,#f1f1f1 49%,#ffc20000 50%),linear-gradient(-50deg,#ffffff00 16px,#0000 0);}
.section-bg.der-izq-bottom {background: linear-gradient(to left bottom,#c0f8a700 49%,#ffffff 50%),linear-gradient(-50deg,#ffffff00 16px,#0000 0);}
.mask-custom {backdrop-filter: blur(0px);background-color: #004169;}
.section-bg.izq-der-bottom {background: linear-gradient(to right top,#c0f8a700 49%,#fdfdfd 50%),linear-gradient(-50deg,#ffffff00 16px,#f1f1f1 0);}
.section-bg.der-izq-bottom-2 {background: linear-gradient(to right top,#c0f8a700 49%,#004169 50%),linear-gradient(-50deg,#ffffff00 16px,#fdfdfd 0);margin-top: -1px;}
/*.section-bg.izq-der-top-2{background: linear-gradient(to top left,#c0f8a700 49%,#f1f1f1 50%),linear-gradient(320deg,#17b1a700 16px,#5d1bbd00 0);}*/

.section-bg.izq-der-bottom-3 {background: linear-gradient(to right top,#c0f8a700 49%,#ffffff 50%),linear-gradient(-50deg,#ffffff00 16px,#f1f1f1 0);margin-top: -1px}
.section-bg.izq-der-top-3 {background: linear-gradient(to top left,#c0f8a700 49%,#f1f1f1 50%),linear-gradient(320deg,#17b1a700 16px,#5d1bbd00 0);}

/*Fin divider*/
/*Call to action 1*/
.call-box.img{background-image: url('/sites/default/files/images/about/pretty-smiling-woman.jpg');background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}
/*sections*/
#section2 ul{list-style: none;margin: 0px;padding: 0px;}
#section2 ul li{text-align: center;}
#section2 ul li a{color:#FFF;font-weight: bold;}
#section2 ul li a:hover{color:#004169;}
#block-b5subtheme-views-block-about-block-1{background-color: #f1f1f1;}
.styled-div {
    /*background: linear-gradient(45deg, #004169, #004169 10%, #00896E 10%);*/
    background: linear-gradient(45deg, #00896E, #00896E 10%, #004169 10%);
    padding: 20px;
    min-height:210px;
    margin: 0px 0;
    color: white;
    text-align: center;
}
.styled-div:hover {cursor:pointer;
    background: linear-gradient(45deg, #004169, #004169 10%, #00896E 10%);
}
.styled-div p{color:#FFF;}
.styled-div h3 a.href-serv{border-bottom:none!important;font-size: 1.5rem;font-weight: 700;word-break: inherit;color:#FFF!important;}
.styled-div h3 a.href-serv:hover{color:#FFF!important;}
.flip-card {
  background-color: transparent;
  width: 210px;
  height: 210px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  background-color: #004169;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-back {
  background-color: #00896E;
  color: white;
  transform: rotateX(180deg);
  background: linear-gradient(45deg, #004169, #004169 10%, #00896E 10%);
}

/*---Fin----*/
@media screen and (min-width: 460px) and (max-width: 767px){
	
}
