:root {
    --texto: 'Lato', sans-serif;;
    --titulo: 'Lato', sans-serif;;
}

* {
    margin: 0;
    padding: 0;
    font-family: var(--texto);
    box-sizing: border-box;
}

body {
    margin: 0 auto !important;
	display: block !important;
}

html {
    scroll-behavior: smooth;
}

article {
    margin: 0 !important;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.main-navigation a:hover {
    display: block;
    text-decoration: revert;
}

.main-navigation a {
    text-decoration: none !important;
}

@media (min-width:1200px) {
    .site-main {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
    }
}

.entry-content {
    margin: auto !important;
}
.owl-carousel {
    display: block !important;
}

/*-------------------quienes---------------*/
.title-page-gen h2 {
    font-size: 52px;
    color: #fff;
}
.title-page-gen h2:before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -15px;}

.secarriba-internas {
    padding-top: 150px;
    padding-bottom: 50px;}

.espacios {padding: 50px 0px;}

.descrip-grande p{font-size:42px;}

.padd-izq {padding-left:150px;}

.padd-der {padding-right:150px !important;}

.flex-tarjetas > div {
    display: flex;
    align-items: flex-start;
}

.flex-tarjetas img {
    margin-right: 15px;
}
.flex-tarjetas p:last-child {
    padding-left: 15px;
}
.title-center {text-align: center;}

.img-quienes-centro img {
    height: 580px !important;
    object-fit: cover;
}
li.vc_tta-tab.vc_active {
    border-bottom: #00A2B0 solid 3px;
}

li.vc_tta-tab.vc_active a{
	color: #00A2B0 !important;	
}
.vc_tta.vc_general .vc_tta-tab>a {
    padding: 15px 60px !important;
}
.vc_tta-tab a {
    background-color: #fff !important;
    border: #EDEDED solid 1px !important;
    color: #979797 !important;
}
.vc_tta-panels {
    background-color: transparent !important;
	border: transparent !important;
}
.vc_tta.vc_general .vc_tta-tab.vc_active>a::after, .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {display: none !important;}

/*------------contacto----------*/
.title-contBlanco h2,
.title-contBlanco p{
    color: #fff;
}
.title-contBlanco h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}
.tarjetas-cont {
    background-color: #fff;
    border-radius: 10px;
    width: 350px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    -webkit-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 15%);
    align-items: center;
    justify-content: center;
}
.tarjetas-cont img {
    margin-bottom: 30px !important;
}
.tarjetas-cont h4 strong:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: red;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 35px;
}
.tarjetas-cont div h4 strong {
    margin-bottom: 25px !important;
    display: block;
}
.tarjetas-cont p:last-child:before {
    content: '';
    width: 150px;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -10px;
}
.tarjetas-cont a {
    text-decoration: none;
    font-weight: 700;
    color: #404040 !important;
}
.fondo-form {
    background-image: url(https://www.siema.com.co/wp-content/uploads/2022/08/contacto-fondo.jpg);
    background-position: top left !important;
}
.fondo-form:before {
    content: '';
    background-image: url(https://www.siema.com.co/wp-content/uploads/2022/08/Enmascarar-grupo-4.png);
    width: 900px;
    height: 580px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.flex {
    display: flex;
	justify-content: space-between;
}
.flex span {
    width: 49%;
    margin-bottom: 25px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    min-height: 150px;
}
.formularioCont > .flex input,
textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #1E1C43;
    border: #fff solid 1px;
	color: #fff !important;
}
.flex input::placeholder {
    color: #fff !important;
}
.formularioCont input[type=submit] {
    margin-left: 0px !important;
    margin-top: 25px;
}
.custom-galeria {
    overflow: hidden !important;
}

p.valores-caption {
    text-align: right;
    margin: 0;
}