@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


card-body {
padding: 1rem !important;;
}


a:hover {
  color: #ff6000;
}

/*BTN*/
.btn {
    font-family: 'Raleway', sans-serif;
    padding: .45rem 1.2rem;
    border-radius: 20px;
    font-size: 14px;
}

.btn-warning {
    color: #fff;
    background-color: #FF6000;
    border-color: #FF6000;
}

.btn-warning:hover {
    color: #fff;
    background-color: #F9792B;
    border-color: #F9792B;
}

.btn-warning:focus {
    color: #fff;
    background-color: #F9792B;
    border-color: #F9792B;
}


/*MENU*/
.logo {
    /*width: 250px;*/
}

.dot_menu {
    width: 4px;
    height: 4px;
    background-color: #FF6000;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}

.fondo_menu {
    background-color: white !important;
}

.navbar-nav {
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

.dropdown-menu {
	font-size: 17px;
}

.dropdown-item:focus {
	background-color: #e9ecef;
	color: black;
}


/*SLIDE*/
.titulo_slide {
    font-family: 'Titillium Web', sans-serif;
    /* font-size: 31px;
    line-height: 44px; */
    color: white;
    font-weight: 700;
    overflow: hidden;
}

.texto_slide {
    font-family: 'Titillium Web', sans-serif;
    /* font-size: 23px;
    line-height: auto; */
    color: white;
    font-weight: 500;
    /* margin-top: -90px; */
    overflow: hidden;
}

.comillas {
    font-family: 'Lato', sans-serif;
    /* font-size: 205px; */
    /* line-height: normal; */
    color: #FF6000;
}

.carousel-caption {
    position: absolute;
    /* right: 15%;
    bottom: 85px;
    left: 15%; */
    z-index: 10;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.carousel-item {
	overflow: hidden;
}

.carousel-indicators {
    /* bottom: -8px; */
}

.not_link {text-decoration: none !important;}

/*JOSE 24 DE AGOSTO 2022 PARA TOMAR IMAGEN 2 SLIDE BASADO DE PARROQUIA SANTA TERESA*/
.alto_slide { width: 100%;}





/*NOTICIAS*/
.fondo_noticias {
    /* padding-top: 90px;
    padding-bottom: 90px; */
}

.card {
    border-radius: .5rem;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
}

.imagen_noticia_port {
    object-fit: cover;
    /* height: 240px; */
}

.titulo_noticia_port {
    font-family: 'Titillium Web', sans-serif;
    /* font-size: 20px;
    line-height: 28px; */
    color: black;
    font-weight: 500;
}

.titulo_noticia_port:hover {
	text-decoration: none;
}

.fecha_noticia_port {
    font-family: 'Raleway', sans-serif;
    /* font-size: 14px;
    line-height: 24px; */
    color: #FF6000;
    font-weight: 500;
}

.texto_noticia_port {
    font-family: 'Raleway', sans-serif;
    /* font-size: 16px;
    line-height: 24px; */
    color: black;
}

.crop_noticia_port {
    overflow: hidden;
    /* height: 145px; */
}

.titulo_noticia_int {
	/*color: black;*/
}

.fecha_noticia_int {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
}

.crop_imagen {
	object-fit: cover;
	/*height: 340px;*/
}




/*PIE*/
.fondo_pie {
    background-color: #383838;
    /* padding-top: 45px;
    padding-bottom: 45px; */
}

.texto_pie {
    font-family: 'Titillium Web', sans-serif;
    /* font-size: 18px;
    line-height: 34px; */
    color: white;
}

.texto_pie a {
    color: white;
}

.texto_pie:hover {
    color: white;
}

.icono_pie {
    color: #FF6000;
}

.logo_pie {
    width: 166px;
}


/********************************/
/*           PAGINADOR          */
/********************************/

.paginador{

	float:left;

	padding:4px;

	border:1px solid #CCC;

	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;

	margin-left:1px;

	margin-right:1px;
	
	width:25px;

	text-align:center;

	
	color:#999;
	
	background-color: #CCC;
	

	}

.paginador_ac{

	float:left;

	padding:4px;

	border:1px solid #FF6000;

	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;

	margin-left:1px;

	margin-right:1px;

	width:25px;

	text-align:center;

	background: #FF6000;

	color:#fff;

	}

.paginador a{ 

text-decoration:none;
color: #fff;

}
.paginador:hover{
text-decoration:none;
background-color:#383838;
border:1px solid #383838;

}

.contenido_paginador
{
margin-top:0px; 
margin-left:0px;	
}

/* CONTENIDOS */
.fondo_contenidos {
    /*padding-top: 70px;
    padding-bottom: 60px;*/
}

.linea_contenidos {
    border-bottom: 1px solid #38383833;
}

.textos {
	font-family: 'Raleway', sans-serif;
	color: black;
	font-size: 18px;
}

h1 {
	font-family: 'Titillium Web', sans-serif;
	color: black;
}

h2 {
	font-family: 'Titillium Web', sans-serif;
	color: #ff6000;
}

h4 {
	font-family: 'Titillium Web', sans-serif;
	color: #ff6000;
}

.imagen_noticia_int {
	border-radius: 6px;
	border: 1px solid #ddd;
}

.titulillos{
  	background-color: #f1f1f1;
  	flex: 1 1 auto;
    min-height: 1px;
    padding: 15px;
}

.titulillos .crop_equipo{
    /*height: 90px;*/
    text-align: center;
}

.crop_equipo {
    font-size: 17px;
    line-height: 22px;
}

.radio-img {
  	border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
    width: 100%;
}

.titulo_equipo {
	font-family: 'Titillium Web', sans-serif;
    font-size: 19px;
    line-height: 25px;
    color: black;
    font-weight: 500;
}

.texto_equipo {
	font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: black;
	font-weight: 500;
}

.texto_equipo.texto_equipo2 {
	font-size: 13px;
	line-height: 16px;
}

.btn-orange {
    color: #fff;
    background-color: #ff6000;
}

.btn-orange:hover {
    color: #fff;
    background-color: #ff8900;
}

.text-black {
	color: black;
}

.fondo_icono {
	background-color: #ff6000;
	border-radius: 50px;
	width: 75px;
	height: 75px;
	padding: 18px;
}

.textos_iconos {
	font-family: 'Raleway', sans-serif;
	color: black;
	font-size: 17px;
	font-weight: 600;
}

.card-iconos {
	border-radius: 6px;
	border: 1px solid #dfdede;
	background-color: #f1f1f1;
	/*height: 289px;*/
}

.badge-warning {
	background-color: #ff6000;
	color: white;
}

.badge-warning:hover {
	background-color: #ff8900;
	color: white;
	text-decoration: none;
}

.badge-pill {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 9px;
	padding-left: 9px;
}

.icono_fondo {
	width: auto;
	height: 25px;
	margin-top: -5px;
}

.card-gray {
	border-radius: 6px;
	border: 1px solid #dfdede;
	/*background-color: #f1f1f1;*/
}

.texto_badge {
	font-size: 14px;
	font-weight: 400;
}

.color_orange {
	color: #ff6000;
}

.bg_orange {
	background-color: #ff6000;
}



/*NOTICIAS INT Y REP*/
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.imagen_noticia_int1 {/*margin-right: -15px !important; margin-left: 10px !important; margin-top: 5px;*/}

.imagen_noticia_rep {object-fit: cover; /*height: 155px;*/ border-radius: 3px 3px 0 0;}

.crop_noticia_rep {/*height: 153px;*/ overflow: hidden;}

.quitar15_left_face {/*margin-left: -28px;*/}
.quitar15_left_twitter {/*margin-left: -33px;*/}

.icono_doc {font-size: 60px; color: #626262;}
.icono_doc:hover {color: #F9792B; transition:all 0.5s ease;}
.titulos_documentos {color: black; overflow: hidden; font-size: 16px; line-height: 20px; height: 20px; font-family: 'Titillium Web', sans-serif;}
.titulos_documentos:hover {color: #ff6000;}
.video_noticia {border-radius: 6px; border: 1px solid #ddd;}

/*VIDEOS INT*/
.titulo_videos_interior {font-family: 'Titillium Web', sans-serif; color: black; font-weight: 500; /*font-size: 26px; line-height: 32px;*/ overflow: hidden;}

/*IMAGEN INT*/
.imagen_interior {margin-left: -15px;}












/*// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/

@media (max-width: 575px) {
    .logo {
        width: 200px;
    }

    .carousel-caption {
        height: 93px;
        right: 2%;
        bottom: 30px;
        left: 2%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.carousel-item.carrusel_slide {
		max-height: 131px;
	}

    .titulo_slide {
        font-size: 14px;
        line-height: 17px;
        height: 53px;
    }

    .texto_slide {
        font-size: 12px;
        line-height: auto;
        margin-top: -30px;
        height: 18px;
    }

    .comillas {
        font-size: 75px;
        line-height: 88px;
    }

    .carousel-indicators {
        bottom: -12px;
    }

    .imagen_noticia_port {
        height: auto;
    }

    
     .imagen_noticia_port2 {
        height: auto;
      
    }
    
    
    .titulo_noticia_port {
        font-size: 18px;
        line-height: 24px;
    }

    .fecha_noticia_port {
        font-size: 14px;
        line-height: 24px;
    }

    .texto_noticia_port {
        font-size: 15px;
        line-height: 22px;
    }

    .crop_noticia_port {
        height: auto;
    }

    .fondo_noticias {
        padding-top: 35px;
        padding-bottom: 12px;
    }

    .fondo_pie {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .texto_pie {
        font-size: 16px;
        line-height: 26px;
    }
	
	.fondo_contenidos {
		padding-top: 35px;
    	padding-bottom: 30px;
	}
	
	h1 {
		font-size: 2rem;
	}
	
	.titulillos .crop_equipo{
    	height: auto;
	}
	
	.card-iconos {
		height: auto;
	}
	
	.crop_imagen {
	height: auto;
	}
	
	.modal-dialog {
  	/*max-width: 800px;*/
	}
	
	.imagen_noticia_int1 {margin-right: auto!important; margin-top: 0px;}
	.quitar_redes {margin-left: -15px !important;}
	.p_galerias {padding-top: 115%;}
	.imagen_noticia_rep {height: auto;}	
	.crop_noticia_rep {height: auto;}
	.quitar15_left_face {margin-left: -14px;}
	.quitar15_left_twitter {margin-left: 0px;}
	
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .logo {
        width: 250px;
    }

    .carousel-caption {
        height: 170px;
        right: 2%;
        bottom: 3px;
        left: 2%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.carousel-item.carrusel_slide {
		max-height: 200px;
	}

    .titulo_slide {
        font-size: 20px;
        line-height: 26px;
        height: 80px;
    }

    .texto_slide {
        font-size: 16px;
        line-height: auto;
        margin-top: -68px;
        height: 21px;
    }

    .comillas {
        font-size: 150px;
        line-height: 157px;
    }

    .carousel-indicators {
        bottom: 5px;
    }

    .imagen_noticia_port {
        height: 280px;
    }
    
     .imagen_noticia_port2 {
       max-height: 200px;
         overflow: hidden;
    }

    .titulo_noticia_port {
        font-size: 20px;
        line-height: 28px;
    }

    .fecha_noticia_port {
        font-size: 14px;
        line-height: 24px;
    }

    .texto_noticia_port {
        font-size: 16px;
        line-height: 24px;
    }

    .crop_noticia_port {
        height: 145px;
    }

    .fondo_noticias {
        padding-top: 75px;
        padding-bottom: 40px;
    }

    .fondo_pie {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .texto_pie {
        font-size: 16px;
        line-height: 32px;
    }
	
	.fondo_contenidos {
		padding-top: 45px;
    	padding-bottom: 40px;
	}
	
	h1 {
		font-size: 2.5rem;
	}
	
	.titulillos .crop_equipo{
    	height: 90px;
	}
	
	.card-iconos {
		height: auto;
	}
	
	.crop_imagen {
	height: auto;
	}
	
	.modal-dialog {
  	max-width: 500px;
	}
	
	.imagen_noticia_int1 {margin-right: auto!important; margin-top: 0px;}
	.quitar_redes {margin-left: -15px !important;}
	.p_galerias {padding-top: 89%;}
	.imagen_noticia_rep {height: 250px;}
	.crop_noticia_rep {height: auto;}
	.quitar15_left_face {margin-left: -14px;}
	.quitar15_left_twitter {margin-left: -33px;}
	
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .carousel-caption {
        height: 170px;
        right: 5%;
        bottom: 38px;
        left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.carousel-item.carrusel_slide {
		max-height: 255px;
	}

    .titulo_slide {
        font-size: 23px;
        line-height: 30px;
        height: 91px;
    }

    .texto_slide {
        font-size: 16px;
        line-height: auto;
        margin-top: -76px;
        height: 21px;
    }

    .comillas {
        font-size: 170px;
        line-height: 174px;
    }

    .imagen_noticia_port {
        height: 150px;
    }
    
     .imagen_noticia_port2 {
        max-height: 150px;
             overflow: hidden;
    }

    .titulo_noticia_port {
        font-size: 18px;
        line-height: 22.5px;
    }

    .fecha_noticia_port {
        font-size: 13px;
        line-height: 15px;
    }

    .texto_noticia_port {
        font-size: 15px;
        line-height: 20px;
    }

    .crop_noticia_port {
        height: 95px;
    }

    .fondo_noticias {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .fondo_pie {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .texto_pie {
        font-size: 18px;
        line-height: 34px;
    }
	
	.fondo_contenidos {
		padding-top: 45px;
    	padding-bottom: 40px;
	}
	
	.card-iconos {
		height: auto;
	}
	
	.crop_imagen {
	height: 240px;
	}
	
	.modal-dialog {
  	max-width: 600px;
	}
	
	.imagen_noticia_int1 {margin-right: -15px !important; margin-top: 5px;}
	.quitar_redes {margin-left: -15px !important;}
	.p_galerias {padding-top: 84%;}
	.imagen_noticia_rep {height: 210px;}
	.crop_noticia_rep {height: 72px;}
	.quitar15_left_face {margin-left: -15px;}
	
}


/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .carousel-caption {
        height: 231px;
        right: 10%;
        bottom: 55px;
        left: 10%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.carousel-item.carrusel_slide {
		max-height: 333px;
	}

    .titulo_slide {
        font-size: 28px;
        line-height: 40px;
        height: 119px;
    }

    .texto_slide {
        font-size: 19px;
        line-height: auto;
        margin-top: -90px;
        height: 31px;
    }

    .comillas {
        font-size: 205px;
        line-height: 240px;
    }

    .imagen_noticia_port {
        height: 200px;
    }
    
      .imagen_noticia_port2 {
        max-height:180px;
              overflow: hidden;
    }

    .titulo_noticia_port {
        font-size: 20px;
        line-height: 28px;
    }

    .fecha_noticia_port {
        font-size: 14px;
        line-height: 24px;
    }

    .texto_noticia_port {
        font-size: 16px;
        line-height: 24px;
    }

    .crop_noticia_port {
        height: 145px;
    }

    .fondo_noticias {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .fondo_pie {
        padding-top: 45px;
        padding-bottom: 45px;
    }
	
	.fondo_contenidos {
		padding-top: 60px;
    	padding-bottom: 55px;
	}
	
	.card-iconos {
		height: 342px;
	}
	
	.titulo_noticia_int {
	}
	
	.crop_imagen {
	height: 300px;
	}
	
	.modal-dialog {
  	max-width: 700px;
	}
	
	.quitar_redes {margin-left: -15px !important;}
	.p_galerias {padding-top: 80%;}
	.imagen_noticia_rep {height: 190px;}
	.crop_noticia_rep {height: 88px;}
	
}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .carousel-caption {
        height: 231px;
        right: 15%;
        bottom: 50px;
        left: 15%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.carousel-item.carrusel_slide {
		max-height: 345px;
	}

    .titulo_slide {
        font-size: 30px;
        line-height: 43px;
        height: 130px;
    }

    .texto_slide {
        font-size: 23px;
        line-height: auto;
        margin-top: -90px;
        height: 31px;
    }
	
	.comillas {
        font-size: 205px;
        line-height: 240px;
    }

    .imagen_noticia_port {
        height: 240px;
    }
    
      .imagen_noticia_port2 {
        max-height: 240px;
              overflow: hidden;
    }

    .titulo_noticia_port {
        font-size: 20px;
        line-height: 28px;
    }

    .fecha_noticia_port {
        font-size: 14px;
        line-height: 24px;
    }

    .texto_noticia_port {
        font-size: 16px;
        line-height: 24px;
    }

    .crop_noticia_port {
        height: 145px;
    }

    .fondo_noticias {
        padding-top: 90px;
        padding-bottom: 90px;
    }
	
	.fondo_contenidos {
		padding-top: 70px;
    	padding-bottom: 60px;
	}
	
	.card-iconos {
		height: 292px;
	}
	
	.crop_imagen {
	height: 340px;
	}
	
	.modal-dialog {
  	max-width: 800px;
	}
	
	.imagen_novedades {height: 196px;}
	.p_galerias {padding-top: 72%;}
	.imagen_noticia_rep {height: 235px;}
	.crop_noticia_rep {height: 88px;}	
	
}











@media (min-width: 1400px) {
	
	.carousel-item.carrusel_slide {
		max-height: 335px;
	}
	
	.carousel-caption {
        height: 231px;
        right: 15%;
        bottom: 45px;
        left: 15%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.comillas {
        font-size: 205px;
        line-height: 240px;
    }
	
	.texto_slide {
        margin-top: -90px;
    }
	

	
}


@media (min-width: 1600px) {
	
	.carousel-item.carrusel_slide {
		max-height: 290px;
	}
	
	.carousel-caption {
        height: 210px;
        right: 15%;
        bottom: 40px;
        left: 15%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.comillas {
        font-size: 205px;
        line-height: 190px;
    }
	
	.texto_slide {
        margin-top: -57px;
    }
	

	
}


@media (min-width: 1800px) {
	
	.carousel-item.carrusel_slide {
		max-height: 250px;
	}
	
	.carousel-caption {
        height: 178px;
        right: 15%;
        bottom: 30px;
        left: 15%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.comillas {
        font-size: 205px;
        line-height: 175px;
    }
	
	.texto_slide {
        margin-top: -78px;
    }
	

	
}




