﻿body {
}

.pt-140{
    padding-top: 140px;
}
.pt-70 {
    padding-top: 10px !important;
}

h1{
   color: #6a1c32 !important;
   font-weight:800 !important;
   /*text-transform: uppercase !important;*/
   font-size:1.5em !important;
}

/*Boton Guinda para tramites tramites y servicios*/


.btn-ts{

    background-color:#6a1c32 !important;
    border-radius: 20px !important;
    color:white !important;
    font-weight:800 !important;
    min-width: 150px!important;
    min-height:42px!important;
    width: 75% !important
}


.btn-ts:hover{

    background-color:##6a1c32 !important;
    border-radius: 20px !important;
    color:white !important;
    font-weight:800 !important;
    min-width: 150px!important;
    min-height:42px!important;
    font-size:15.5px !important;
    width: 75% !important
}

/*Seccion de tramites y servicios*/

.sombreado-carta {
     border: 1px solid #e0e0e0; 
     background-color: #FFFFFF !important;
     border-radius:20px; 
     padding:20px 20px 20px 20px;
     box-shadow:  -2px 4px 12px 1px rgb(0 0 0 / 25%);
     margin-left:0px !important;
     margin-right:0px !important;
}

.info-sh div div:hover, .sombreado-carta:hover {
    border: 0.1px solid #e0e0e0;
    background-color:#f2f2f2;
    
    }

/*Noticias*/

 .cuadro_contenido {
        background-color: transparent;
        margin-top: -70px;
        padding-top: 0px;
        max-width: calc(100% - 40px);
    }

        .cuadro_contenido p {
            display: inline-block;
            padding-top: 0px;
            margin-top: 10px;
            height: 80px !important;
        }

    .contenido-titulo {
        height: 60px !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .cuadro_contenido h4 {
        height: 70px !important;
        margin: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .cuadro .titulo {
        margin-top: -70px;
        height: 70px;
    }

    #ListaNoticias .container {
        max-width: 100%;
    }


.img-round {
  border-radius: 30px;
}